.webinar25 {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 8px;
    background-color: #17171B;
    width: 100%;
    height: 114px;
    overflow: hidden;
    color: white;
    user-select: none;
}

.webinar25 .w25-content {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 1; 
    padding: 12px 32px 16px 20px;
}

.webinar25 .w25-texts {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.webinar25 .w25-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    color: #CCFF00;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
}

.webinar25 .w25-green-dot {
    border-radius: 50%;
    background-color: #CCFF00;
    width: 3px;
    height: 3px;
}

.webinar25 .w25-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    letter-spacing: -0.01em;
}

.webinar25 .w25-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.webinar25 .w25-text-small {
    display: none;
}

.webinar25 .w25-button {
    cursor: pointer;
    border-radius: 99px;
    background-color: #CCFF00;
    padding: 18px 38px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    user-select: none;
}

.webinar25 .right-corner img,
.webinar25 .left-corner img {
    height: 100%;
}

.webinar25 .right-corner {
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 100%;
}

.webinar25 .left-corner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.webinar25 .w25-image {
    position: absolute;
    top: 0;
    left: 67%;
    transform: translateX(-50%);
    z-index: 0;
    transition: all 0.3s ease;
    height: 100%;
    pointer-events: none;
}

.webinar25 .w25-image img {
    display: block;
    width: auto;
    height: 100%;
}

.webinar25 .w25-discount-content {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    box-sizing: border-box;
    padding: 17px 28px 21px; 
    height: 114px;
}

.webinar25 .w25-discount-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 280px;
}

.webinar25 .w25-discount-title {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -0.01em;
}

.webinar25 .w25-discount-text {
    font-weight: 400;
    font-size: 18px;
}

.webinar25 #discountBanner .w25-button {
    padding: 18px 26px;
}

.webinar25 #discountBanner .responsive-only,
.webinar25 #discountBanner .mobile-only {
    display: none;
}

.w25-green-text {
    color: #CCFF00;
}

@media (max-width: 1024px) {
    .webinar25 #discountBanner .fullscreen-only {
        display: none;
    }
    .webinar25 #discountBanner .responsive-only {
        display: block;
    }
    .webinar25 .w25-discount-texts {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .webinar25 {
        border-radius: 0;
        height: 85px;
    }

    .webinar25:has(#discountBanner) {
        border-radius: 0;
        height: 60px;
    }

    .webinar25 .w25-content {
        flex-direction: column;
        align-items: start;
        gap: 5px;
        padding: 7px 0 7px 10px;
    }

    .webinar25 .w25-texts {
        gap: 0px;
    }

    .webinar25 .w25-date {
        margin-bottom: 4px;
        font-weight: 900;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
    }

    .webinar25 .w25-clock {
        width: 14px;
        height: 14px;
    }

    .webinar25 .w25-title {
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .webinar25 .w25-text {
        display: none;
    }

    .webinar25 .w25-text-small {
        display: block;
        color: #FFFFFFC2;
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
    }

    .webinar25 .w25-button {
        padding: 5px 9px;
        font-weight: 700;
        font-size: 11px;
        line-height: 12px;
    }

    .webinar25 .right-corner img {
        height: 85px;
    }

    .webinar25:has(#discountBanner) .right-corner img {
        height: 60px;
    }

    .webinar25 .w25-image {
        right: -120px;
        left: auto;
        transform: none;
    }

    .webinar25 #discountBanner .responsive-only,
    .webinar25 .not-mobile,
    .webinar25 #discountBanner .w25-button {
        display: none;
    }

    .webinar25 #discountBanner .mobile-only {
        display: block;
    }

    .webinar25 .w25-discount-texts {
        gap: 6px;
    }

    .webinar25 .w25-discount-title {
        font-weight: 900;
        font-size: 15px;
        line-height: 11px;
        text-transform: uppercase;
    }

    .webinar25 .w25-discount-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 9px;
    }

    .webinar25 #discountBanner .w25-discount-content {
        flex-direction: column;
        align-items: start;
        gap: 5px;
        padding: 9px 0 8px 5px;
        height: auto;
    }

    .webinar25 #discountBanner .w25-green-text {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}