


.pres-card {
    box-shadow: 1px 1px 10px rgb(80 80 80 / 25%);
    border-radius: 1.2rem;
    padding: 1.2rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    position: relative;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.pres-card:hover {
    border-color: #1F82E3;
    box-shadow: 1px 1px 10px rgb(31 130 227 / 54%);
}
.pres-image-wrapper {
    flex: 0 0 auto;
    width: 120px;
}
.pres-card-content {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.union-logo {
    margin-top: auto;
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}
.pres-detail-link-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.pres-detail-link {
    position: absolute;
    inset: 0;    
}

.pres-card-content > h3 {
    font-size: 1.5rem !important;
    margin: 0;
}

.pres-image-wrapper > img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: .6rem;
}
.pres-detail-link-icon svg {
    transition: color .3s ease;
}
.pres-card:hover .pres-detail-link-icon svg{
    color: #1F82E3;
}

.webinar_img {
    position: relative;
    margin-bottom: 1rem;
}
.web-badge {
    position: absolute;
    background-color: #FF2C35;
    right: 0;
    top: 0;
    color: #fff;
    width: 5rem;
    padding: .4rem;
    border-radius: 0 1rem .4rem .4rem;
    text-align: center;
}
.web_date {
    font-size: .9rem;
    display: block;
}
.web_duration {
    display: block;
    font-size: .7rem;
}
.webinar_img > img {
    width: 100%;
    height: 172px;
    border-radius: 1rem;
}
.webinar_icon {
    display: inline-block;
    position: absolute;
    top: .6rem;
    left: .6rem;
}

.consult_url {
    display: inline-block;
    padding: .8rem 2rem;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #F48B19 0%, #FFFFFF 52%, #EFB616 100%) border-box;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3rem;
    color: #053360;
}
.webinar-info > h4 {
    font-size: 1.2rem;
}

.swiper {
    overflow: hidden;
}
.mu-pres-slider {
    padding: .8rem .4rem;
}