/* ============================================================
   Affiliated Cards — 1284_affiliated_cards
   Prefix: .ow-about-logos-  /  .ow-about-logo-  /  .ow-about-inline-
   ============================================================ */

.ow-about-logos-section {
    padding: 52px 0;
    border-top: 1px solid #e5e7eb;
}
.ow-about-logos-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Header ───────────────────────────────────────────────── */

.ow-about-logos-head {
    text-align: center;
    margin-bottom: 36px;
}
.ow-about-logos-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-top: 0;
}
.ow-about-logos-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-logos-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: 1.4rem;
    margin-top: 4px;
    margin-bottom: 0;
}
.ow-about-logos-title em {
    font-style: normal;
    color: #E8193C;
}

/* ── Cards grid ───────────────────────────────────────────── */

.ow-about-logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.ow-about-logo-box {
    width: 160px;
    height: 88px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
    flex-shrink: 0;
}
.ow-about-logo-box:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 12px rgba(0, 40, 90, .06);
}
.ow-about-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
}
.ow-about-logo-text-main {
    font-size: .8rem;
    font-weight: 800;
    color: #374151;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.ow-about-logo-text-sub {
    font-size: .58rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* ── Inline style modifiers (applied via main_class / sub_class) */

.ow-about-inline-10 {
    color: #E8193C;
    font-size: 1.1rem;
    font-style: italic;
}
.ow-about-inline-11 {
    font-size: .95rem;
}
.ow-about-inline-12 {
    font-style: normal;
    font-weight: 300;
}
.ow-about-inline-13 {
    background: #00635b;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: .72rem;
    letter-spacing: .06em;
}
.ow-about-inline-14 {
    margin-top: 4px;
}
.ow-about-inline-15 {
    font-size: .68rem;
}
.ow-about-inline-16 {
    font-size: .72rem;
}
