


.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;
    object-fit: cover;
    border-radius: 1rem;
}
.webinar_icon {
    display: inline-block;
    position: absolute;
    top: .6rem;
    left: .6rem;
}

.mu-web-slider .swiper-pagination .swiper-pagination-bullet,
.mu-pres-slider .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .5rem;
    height: .5rem;
    background-color: #ccc;
    flex: 0 0 auto;
}
.mu-web-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mu-pres-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}
.mu-web-slider .swiper-pagination,
.mu-pres-slider .swiper-pagination {
    justify-content: center !important;
    margin-top: 2rem;
    gap: .2rem;
}
.consult_url {
    display: inline-block;
    padding: .5rem 1.5rem;
    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;
}
.union-due-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.union-due-left {
    flex: 0 0 auto;
    width: 44%;
}
.union-due-right {
    flex: 0 0 auto;
    width: 200px;
}
.qr-wrapper {
    text-align: center;
}
.qr-wrapper > img {
    border: 2px solid #FEB91A;
    border-radius: .8rem;
    max-width: 200px;
}
.qr-wrapper > span {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    margin-top: .4rem;
}
.due-btn {
    background-color: #ff2c35;
    padding: .5rem 2rem;
    display: inline-block;
    border-radius: .4rem;
    color: #fff;
}
.due-btn:hover {
    color: #fff;
    background-color: #e32932;
}
.union-due-left > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.union-due-left > p {
    font-size: .9rem;
}
.mu-union-slider .swiper-slide {
    padding-inline: 2rem;
}
.mu-union-prev, .mu-union-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #646464;
}
.mu-union-prev:hover, .mu-union-next:hover {
    color: #1742B4;
}
.mu-union-prev {
    left: 0;
}
.mu-union-next {
    right: 0;
}

@media screen and (max-width: 1200px) {
    .mu-union-slider {
        padding-inline: 2rem;
    }
    .mu-union-prev {
        left: 0;
    }
    .mu-union-next {
        right: 0;
    }
}
@media screen and (max-width: 820px) {
    .union-due-left {
        flex: 1 1;
        width: auto;
        padding-right: 1rem;
    }
    .union-due-right {
        flex: 0 0 auto;
        width: 160px;
    }
    .union-due-left h2 {
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 480px) {
    .union-due-left,
    .union-due-right {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .union-due-card {
        flex-direction: column;
        gap: 2rem
    }
    .pres-image-wrapper {
        width: 100px;
    }
    .pres-image-wrapper > img {
        width: 100px;
        height: 150px;
    }
    .pres-card-content h3 {
        font-size: 1.1rem !important;
    }
    .pres-card-content p {
        font-size: .9rem !important;
    }
    .due-btn {
        padding: .5rem 1rem;
    }
}