/* Single Webinar Page Template CSS */

/* Main Container Override if needed */
.dh-single-webinar {
    background-color: #fff;
    min-height: 100vh;
}

/* Ensure components stack correctly */
.dh-single-webinar>section {
    position: relative;
    width: 100%;
}

/* Specific overrides for content readability */
.dh-webinar-content-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.dh-webinar-content-body p {
    margin-bottom: 24px;
}

.dh-webinar-content-body h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 24px;
    color: #1A1A1A;
}

.dh-webinar-content-body h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #1A1A1A;
}

.dh-webinar-content-body ul,
.dh-webinar-content-body ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.dh-webinar-content-body li {
    margin-bottom: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dh-webinar-content-body {
        font-size: 16px;
    }

    .dh-webinar-content-body h2 {
        font-size: 24px;
    }
}

/* Specific Override for Single Webinar Banner */
.dh-single-webinar .dh-banner--operaciones {
    margin-bottom: 30px;
}