/* Legal pages use the site's clean editorial look without WordPress's
   default sidebar widgets. The global Divi header and footer remain intact. */
.ir-legal-page {
    background: #fff;
    padding: 76px 24px 92px;
}

.ir-legal-page__article {
    margin: 0 auto;
    max-width: 900px;
}

.ir-legal-page__content {
    border-top: 4px solid #2ea3f2;
    padding-top: 28px;
}

.ir-legal-page__header h1 {
    color: #1d1d1d;
    font-family: inherit;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 30px;
}

.ir-legal-page__body {
    color: #3f3f3f;
    font-family: inherit;
    font-size: 17px;
    line-height: 1.8;
}

.ir-legal-page__body h2 {
    color: #222;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin: 42px 0 14px;
}

.ir-legal-page__body p { margin: 0 0 20px; }
.ir-legal-page__body a { color: #2ea3f2; font-weight: 600; text-decoration: underline; }
.ir-legal-page__body a:hover { color: #168bd8; }

@media (max-width: 767px) {
    .ir-legal-page { padding: 42px 22px 58px; }
    .ir-legal-page__content { padding-top: 22px; }
    .ir-legal-page__body { font-size: 16px; line-height: 1.7; }
    .ir-legal-page__body h2 { font-size: 21px; margin-top: 32px; }
}
