/* Attorney page compatibility layer - v1.5.2
 * Widths, margins, and responsive behavior come from the original theme's
 * .bio-single rules in layout-styles.css and mobile-styles.css. */
.ard-attorney-page { overflow: hidden; }
.ard-attorney-page .bio-single { width: 100%; overflow: hidden; box-sizing: border-box; }
.ard-attorney-page .bio-single .left,
.ard-attorney-page .bio-single .right { box-sizing: border-box; }

/* Classic Editor / Google Docs headings should match the original section-title look. */
.ard-attorney-page h2,
.ard-attorney-page h3,
.ard-attorney-page h4 {
    font-family: Oswald;
    font-weight: bold;
    font-size: 1.823vw;
    letter-spacing: .04em;
    line-height: 1.25;
    color: #151e2d;
    margin: 1.1em 0 .45em;
    clear: none;
}
.ard-attorney-page .right > :first-child,
.ard-attorney-page .left > :first-child { margin-top: 0; }
.ard-attorney-page .right a { color: #a5170c; }
.ard-attorney-page .right a.gold { color: #fff; }
.ard-attorney-page .right a.gold:hover,
.ard-attorney-page .right a.gold:focus { color: #a5170c; }

/* If Education is renamed/removed, preserve readable content instead of
 * forcing a broken empty right column. */
.ard-attorney-page .ard-attorney-single-column .left {
    width: 89.584vw;
    margin-right: 5.208vw;
}

@media (max-width: 850px) {
    .ard-attorney-page { overflow: visible; }
    .ard-attorney-page h2,
    .ard-attorney-page h3,
    .ard-attorney-page h4 {
        font-size: 5vw;
        line-height: 1.25;
    }
    .ard-attorney-page .ard-attorney-single-column .left {
        width: 88vw;
        margin-left: 5.208vw;
        margin-right: 0;
    }
}
