/* Build AO.11.1 - Compact Branding Icons */

.ao11-brand-pill,
.ao11-brand-pill-compact {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    line-height: 1.15 !important;
    vertical-align: middle !important;
    max-width: 100% !important;
    width: auto !important;
}

.ao11-brand-pill img,
.ao11-brand-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain !important;
    display: inline-block !important;
    flex: 0 0 28px !important;
    vertical-align: middle !important;
}

.ao11-logo-placeholder {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #eef4ff !important;
    border: 1px solid #cbd8ee !important;
    border-radius: 50% !important;
    font-size: 13px !important;
    flex: 0 0 28px !important;
}

.ao11-brand-text {
    display: inline-block !important;
    line-height: 1.15 !important;
}

.next-fixture-card .ao11-brand-pill,
.rot-card .ao11-brand-pill,
.homepage-fixture-title .ao11-brand-pill {
    width: auto !important;
}

.bz-match-banner .ao11-brand-pill {
    font-size: 0.9rem !important;
    gap: 6px !important;
}

.bz-match-banner .ao11-brand-pill img,
.bz-match-banner .ao11-brand-icon,
.bz-match-banner .ao11-logo-placeholder {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    flex-basis: 20px !important;
}

.rot-card p img.ao11-brand-icon,
.rot-card div img.ao11-brand-icon {
    width: 28px !important;
    height: 28px !important;
}

.ao11-admin-logo-preview {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
}

.ao11-missing-logo {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    background: #eef4ff;
    color: #0038A8;
    border: 1px solid #cbd8ee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
}

@media (max-width: 700px) {
    .ao11-brand-pill,
    .ao11-brand-pill-compact {
        gap: 5px !important;
        font-size: 0.95em !important;
        white-space: normal !important;
    }

    .ao11-brand-pill img,
    .ao11-brand-icon,
    .ao11-logo-placeholder {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
        flex-basis: 18px !important;
    }
}
.ao11-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ao11-brand-icon {
    flex-shrink: 0;
}