/* Coaches placeholder — Phase 1 BUG-04. Design tokens per CONTEXT.md D-06. */
.qort-coaches-placeholder {
    background: #FFFFFF;
    border-top: 4px solid #0062FF;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 48px 24px;
    margin: 0;
    text-align: center;
}
.qort-coaches-placeholder__inner {
    max-width: 480px;
    margin: 0 auto;
}
.qort-coaches-placeholder__icon {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 0;
}
.qort-coaches-placeholder__title {
    margin: 0 0 12px;
    color: #111111;
    font-family: 'Futura', 'Barlow Condensed', 'Arial Black', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.qort-coaches-placeholder__body {
    margin: 0;
    color: #BABABA;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
/* RTL for /ar/ — layout mirrors automatically via [dir=rtl] on <html>; no text override needed. */
