/* Group Lessons — layout aligned with live Eduma / screenshot reference */
.page-group-lessons #main-content.site-content.group-lessons-wrap {
    padding: 72px 0 140px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Same content width as site `.container` (1170px max; padding 0 20px) */
.page-group-lessons .group-lessons-inner {
    text-align: left;
}

.page-group-lessons .simple-prose {
    max-width: none;
    text-align: left;
}

/* “Free Worldwide Group Lessons” */
.page-group-lessons .simple-prose > h2 {
    font-family: "Roboto Slab", Georgia, serif;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 0.55em;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-thickness: max(1.5px, 0.055em);
    text-underline-offset: 3px;
    text-decoration-skip-ink: none;
}

.page-group-lessons .simple-prose > h2 strong {
    font-weight: 700;
}

.page-group-lessons .simple-prose hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 26px 0 22px;
}

/* Lead paragraph: bold body copy (matches live WP content) */
.page-group-lessons .simple-prose .group-lead {
    margin: 0;
    font-family: "Open Sans", Roboto, system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #6b6b6b;
}

.page-group-lessons .simple-prose .group-lead strong {
    font-weight: 700;
    color: #6b6b6b;
}

.page-group-lessons .simple-prose .group-lead strong a {
    color: #6b6b6b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-group-lessons .simple-prose .group-lead strong a:hover {
    color: var(--yellow-dark);
}

.page-group-lessons .group-lessons-cta-wrap {
    margin: 56px 0 0;
}

/* CTA: orange button-style mailto (matches live treatment) */
.page-group-lessons .group-lessons-cta {
    display: inline-block;
    margin-top: 0;
    padding: 12px 28px;
    font-family: "Open Sans", Roboto, system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #fff;
    background: #f5a623;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease;
}

.page-group-lessons .group-lessons-cta:hover {
    background: #e09015;
    color: #fff;
}
