.clube-tab {
    display: grid;
    background: linear-gradient(180deg,
            var(--clube-primary-start) 0%,
            var(--clube-primary-dark) 24%,
            var(--clube-primary-deep) 68%,
            var(--clube-primary-black) 100%);
}

.clube-identity-card {
    position: relative;
}

.clube-identity-heading {
    margin-top: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.clube-identity-heading>* {
    color: #ffffff !important;
}

.clube-tab--bandeira-clara .clube-identity-heading {
    color: #111827;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.clube-tab--bandeira-clara .clube-identity-heading>* {
    color: #111827 !important;
}

.clube-identity-heading h1 {
    padding: 0.65rem;
    font-size: 2rem;
    line-height: 1.1;
}

.clube_local {
    gap: 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.clube-reputation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.clube-identity-kits {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.clube-identity-kit {
    display: grid;
    justify-items: center;
    gap: 0.25rem;
    margin: 0;
}

.clube-identity-kit__preview {
    position: relative;
    display: block;
    width: 7rem;
    height: 8.35rem;
    filter: drop-shadow(0 0.6rem 0.7rem rgba(0, 0, 0, 0.82));
}

.clube-identity-kit__shirt {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clube-identity-kit--reserva .clube-identity-kit__preview {
    width: 7rem;
    height: 8.35rem;
}

.clube-identity-kit__shield {
    position: absolute;
    z-index: 2;
    top: calc(31% + 10px);
    left: 50%;
    display: block;
    width: 10%;
    aspect-ratio: 40 / 53;
    object-fit: contain;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.clube-identity-kit__preview[data-escudo-posicao="esquerdo"] .clube-identity-kit__shield {
    top: calc(31% + 8px);
    left: calc(70% - 12px);
}

.clube-identity-header {
    isolation: isolate;
    margin: 0 !important;
    padding: 0 !important;
}

.clube-identity-header .clube-reputation,
.clube-identity-header [data-clube-editar-identidade] {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
}

.clube-identity-header .clube-reputation i,
.clube-identity-header [data-clube-editar-identidade] i {
    font-size: 1.25rem;
}

.clube-identity-flag {
    position: absolute;
    z-index: 0;
    inset: 0%;
    overflow: hidden;
    pointer-events: none;
    opacity: 1;
    perspective: 900px;
}

.clube-identity-flag__surface {
    position: absolute;
    inset: 0;
    overflow: hidden;
    transform-origin: 8% 50%;
    will-change: transform;
    animation: clube-identity-flag-wave 8.2s ease-in-out infinite;
}

.clube-identity-flag__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clube-identity-flag__surface::after {
    content: "";
    position: absolute;
    inset: -5% -20%;
    background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.28) 43%, rgba(0, 0, 0, 0.2) 60%, transparent 78%);
    mix-blend-mode: soft-light;
    will-change: transform, opacity;
    animation: clube-identity-flag-light 8.2s ease-in-out infinite;
}

#clube-adm_clube {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    perspective: 900px;
    padding: 0 !important;
    margin: 0px !important;
    background: linear-gradient(60deg,

            var(--clube-primary-dark) 0%,
            var(--clube-primary-deep) 68%,
            var(--clube-primary-black) 100%);
}

#clube-estrutura_clube {
    padding: 10px !important;
    margin-top: 1.5rem !important;
}

.clube-identity-heading>div:first-child,
#clube-estrutura_clube>div:first-child,
.clube-tecnico-section>div:first-child {
    color: #ffffff;
}

#clube-estrutura_clube .divide-y>button+button {
    border-top-color: #ffffff;
}

.clube-tecnico-atual {
    display: grid;
    grid-template-columns: minmax(0, 80%) minmax(2.5rem, 20%);
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-width: 0;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.75rem;
    background: rgba(9, 9, 11, 0.18);
}

.clube-tecnico-atual__nome {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.clube-tecnico-atual__badges {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 0.4rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.clube-tecnico-atual__badges::-webkit-scrollbar {
    display: none;
}

.clube-tecnico-badge {
    flex: 0 0 auto;
    padding: 0.3rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #d4d4d8;
    background: rgba(9, 9, 11, 0.28);
    font-size: 0.62rem;
    font-weight: 800;
    white-space: nowrap;
}

.clube-tecnico-badge--salario {
    color: #facc15;
}

.clube-tecnico-demitir {
    grid-column: 2;
    grid-row: 1;
    width: 2.25rem;
    height: 2.25rem;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(248, 113, 113, 0.7);
    border-radius: 0.75rem;
    color: #f87171;
    background: rgba(127, 29, 29, 0.08);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.clube-tecnico-demitir.hidden {
    display: none;
}

.clube-tecnico-demitir:hover,
.clube-tecnico-demitir:focus-visible {
    border-color: #f87171;
    color: #fca5a5;
    background: rgba(127, 29, 29, 0.2);
    outline: none;
}

@media (max-width: 640px) {
    #clube-adm_clube>#clube-tecnico-section {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-inline: 0;
        padding-inline: 10px;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .clube-tecnico-section>.clube-tecnico-atual {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .clube-tecnico-atual {
        gap: 0.55rem;
        padding: 0.65rem;
    }

}

#clube-tecnico-section {
    margin-bottom: 50px;
}

@keyframes clube-identity-flag-wave {

    0%,
    100% {
        transform: translate3d(-1.5%, 0, 0) rotateY(-5deg) skewY(-1.2deg) scale(1.13);
    }

    50% {
        transform: translate3d(1.5%, 0.8%, 0) rotateY(6deg) skewY(1.8deg) scale(1.17);
    }
}

@keyframes clube-identity-flag-light {

    0%,
    100% {
        transform: translateX(-10%) skewX(-5deg);
        opacity: 0.38;
    }

    50% {
        transform: translateX(12%) skewX(5deg);
        opacity: 0.72;
    }
}

@media (prefers-reduced-motion: reduce) {

    .clube-identity-flag__surface,
    .clube-identity-flag__surface::after {
        animation: none;
    }

    .clube-identity-flag__surface {
        transform: scale(1.13);
    }
}

.clube-identity-crest {
    position: relative;
    z-index: 10;
    display: grid;
    width: 6.5rem;
    height: 7.5rem;
    place-items: center;
}

.clube-identity-crest img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0.65rem 1rem rgba(0, 0, 0, 0.48));
}

.clube-identity-card__flag img,
.app-club-identity-card__shield img,
.app-club-identity-card__kit img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clube-identity-card__flag img {
    object-fit: cover;
}

.app-club-identity-card__location b {
    color: inherit;
    font-weight: 500;
}

.clube-section {
    display: grid;
    gap: 0.75rem;
}

.clube-section__heading {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #60a5fa;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.clube-infra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.clube-infra {
    min-width: 0;
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
    border: 1px solid #27272a;
    border-radius: 0.75rem;
    background: rgba(24, 24, 27, 0.92);
    color: #f4f4f5;
    text-align: left;
    transition: border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.clube-infra--estadio {
    background:
        linear-gradient(180deg, rgba(9, 9, 11, 0.38), rgba(9, 9, 11, 0.94)),
        var(--clube-estadio-imagem, none) center / cover no-repeat,
        rgba(24, 24, 27, 0.92);
}

.clube-infra:active,
.clube-tecnico:active,
.clube-tecnico-option:active {
    transform: scale(0.985);
}

.clube-infra__heading {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem;
    color: #a1a1aa;
    font-size: 0.75rem;
}

.clube-infra--ct .clube-infra__heading>i:first-child {
    color: #a3e635;
}

.clube-infra--medico .clube-infra__heading>i:first-child {
    color: #34d399;
}

.clube-infra--auxiliar .clube-infra__heading>i:first-child {
    color: #38bdf8;
}

.clube-infra--estadio .clube-infra__heading>i:first-child {
    color: #60a5fa;
}

.clube-infra__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.clube-infra__body--single {
    grid-template-columns: 1fr;
}

.clube-infra__metric {
    min-width: 0;
    padding: 0.55rem 0.65rem;
    border: 1px solid #27272a;
    border-radius: 0.55rem;
    background: rgba(9, 9, 11, 0.72);
}

.clube-infra__metric small,
.clube-infra__metric strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clube-infra__metric small,
.clube-infra__status {
    color: #71717a;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.clube-infra__metric strong {
    margin-top: 0.15rem;
    font-size: 0.95rem;
}

.clube-infra__metric--accent strong {
    color: #a3e635;
}

.clube-infra--medico .clube-infra__metric--accent strong {
    color: #6ee7b7;
}

.clube-tecnico {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #27272a;
    border-radius: 0.75rem;
    background: #18181b;
    color: #f4f4f5;
    text-align: left;
}

.clube-tecnico__icon,
.clube-tecnico-option__icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 0.65rem;
    background: rgba(59, 130, 246, 0.12);
    color: #93c5fd;
}

.clube-tecnico__main,
.clube-tecnico__main>* {
    min-width: 0;
    display: block;
}

.clube-tecnico__main>small,
.clube-tecnico__level small {
    color: #71717a;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clube-tecnico__main>strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clube-tecnico__main>span:not(.clube-tecnico__xp) {
    color: #71717a;
    font-size: 0.6875rem;
}

.clube-tecnico__level {
    text-align: center;
}

.clube-tecnico__level strong {
    display: block;
    color: #60a5fa;
    font-size: 1.35rem;
}

.clube-tecnico__arrow {
    color: #52525b;
}

.clube-tecnico__xp {
    margin-top: 0.45rem;
}

.clube-tecnico__xp>span:first-child {
    display: flex;
    justify-content: space-between;
    color: #71717a;
    font-size: 0.625rem;
}

.clube-tecnico__xp-track {
    height: 0.3rem;
    margin-top: 0.2rem;
    overflow: hidden;
    border-radius: 999px;
    background: #27272a;
}

.clube-tecnico__xp-track i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #3b82f6;
    transition: width 180ms ease;
}

.clube-tab__error,
.clube-modal__error {
    padding: 0.75rem;
    border: 1px solid rgba(239, 68, 68, 0.28);
    border-radius: 0.6rem;
    background: rgba(239, 68, 68, 0.1);
    color: #fca5a5;
    font-size: 0.8rem;
}

.clube-modal,
.clube-modal__content {
    display: grid;
    gap: 1rem;
}

.clube-modal__state {
    padding: 2rem 0;
    color: #71717a;
    text-align: center;
}

.clube-modal__infra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.clube-modal__infra-visual {
    position: relative;
    min-width: 0;
    min-height: 10rem;
    overflow: hidden;
    border: 1px solid #3f3f46;
    border-radius: 0.8rem;
    background: #09090b;
}

.clube-modal__infra-visual img {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.clube-modal__infra-visual figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 2rem 0.75rem 0.7rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}

.clube-modal__infra-visual figcaption small,
.clube-modal__infra-visual figcaption strong {
    display: block;
}

.clube-modal__infra-visual figcaption small {
    color: #a1a1aa;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clube-modal__infra-visual figcaption strong {
    color: #fff;
    font-size: 0.85rem;
}

.clube-modal__infra-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    color: #71717a;
    font-size: 0.72rem;
    text-align: center;
}

.clube-modal__infra-empty.hidden {
    display: none;
}

@media (max-width: 480px) {
    .clube-modal__infra-grid {
        grid-template-columns: 1fr;
    }

    .clube-modal__infra-visual,
    .clube-modal__infra-visual img {
        min-height: 9rem;
        height: 9rem;
    }
}

.clube-modal__summary {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #27272a;
    border-radius: 0.75rem;
    background: #18181b;
}

.clube-modal__summary small,
.clube-modal__summary strong,
.clube-modal__summary p,
.clube-modal__next small,
.clube-modal__next strong,
.clube-modal__next p {
    display: block;
}

.clube-modal__summary small,
.clube-modal__next small {
    color: #71717a;
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
}

.clube-modal__summary p,
.clube-modal__next p,
.clube-modal__notice {
    margin-top: 0.25rem;
    color: #a1a1aa;
    font-size: 0.78rem;
    line-height: 1.5;
}

.clube-modal__icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: none;
    place-items: center;
    border-radius: 0.65rem;
    background: rgba(59, 130, 246, 0.12);
    color: #93c5fd;
}

.clube-modal__next {
    padding: 0.9rem;
    border: 1px solid #27272a;
    border-radius: 0.7rem;
    background: rgba(9, 9, 11, 0.55);
}

.clube-modal__coach-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.clube-modal__coach-grid>div {
    min-width: 0;
    padding: 0.8rem 0.55rem;
    border: 1px solid #27272a;
    border-radius: 0.65rem;
    background: rgba(9, 9, 11, 0.55);
    text-align: center;
}

.clube-modal__coach-grid small,
.clube-modal__coach-grid strong {
    display: block;
}

.clube-modal__coach-grid small {
    color: #a1a1aa;
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.clube-modal__coach-grid strong {
    margin-top: 0.2rem;
    color: #ffffff;
    font-size: 1.1rem;
}

.clube-modal__payments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.clube-modal__payments button,
.clube-modal__primary {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    text-align: left;
    transition: border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.clube-modal__payments button[data-clube-pagamento$=":saldo"] {
    border-color: rgba(245, 158, 11, 0.5);
    background: rgba(245, 158, 11, 0.18);
    color: #fde68a;
}

.clube-modal__payments button[data-clube-pagamento$=":saldo"]:hover {
    border-color: rgba(251, 191, 36, 0.75);
    background: rgba(245, 158, 11, 0.28);
}

.clube-modal__payments button[data-clube-pagamento$=":pilas"] {
    border-color: rgba(168, 85, 247, 0.5);
    background: rgba(168, 85, 247, 0.2);
    color: #e9d5ff;
}

.clube-modal__payments button[data-clube-pagamento$=":pilas"]:hover {
    border-color: rgba(192, 132, 252, 0.75);
    background: rgba(168, 85, 247, 0.3);
}

.clube-modal__payments button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.clube-modal__primary {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.1);
    color: #bfdbfe;
}

.clube-modal__payments small,
.clube-modal__payments strong {
    display: block;
}

.clube-modal__payments small {
    font-size: 0.6rem;
    text-transform: uppercase;
}

.clube-modal__close {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #3f3f46;
    border-radius: 0.6rem;
    color: #d4d4d8;
}

.clube-modal__list {
    display: grid;
    gap: 0.65rem;
}

.clube-tecnico-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem;
    border: 1px solid #27272a;
    border-radius: 0.7rem;
    background: #18181b;
    text-align: left;
}

.clube-tecnico-option__main>* {
    display: block;
}

.clube-tecnico-option__main small,
.clube-tecnico-option__main span {
    color: #71717a;
    font-size: 0.68rem;
}

.clube-tecnico-option__price {
    display: grid;
    justify-items: end;
    gap: 0.2rem;
    color: #fbbf24;
    font-size: 0.75rem;
    font-weight: 800;
    white-space: nowrap;
}

.clube-confirm {
    display: grid;
    justify-items: center;
    gap: 0.85rem;
    padding: 0.5rem 0 0.15rem;
    text-align: center;
}

.clube-confirm__icon {
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    place-items: center;
    border: 1px solid rgba(147, 197, 253, 0.28);
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.12);
    color: #93c5fd;
    font-size: 1.55rem;
    box-shadow: 0 0 0 0.65rem rgba(59, 130, 246, 0.05);
}

.clube-confirm > h3 {
    margin-top: 0.5rem;
    color: #f4f4f5;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.25;
}

.clube-confirm>p {
    color: #a1a1aa;
    font-size: 0.85rem;
}

.clube-confirm>strong {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    margin: 0.25rem 0 0.45rem;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(245, 158, 11, 0.32);
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.1);
    color: #fbbf24;
    font-size: 1.05rem;
    font-weight: 900;
}

.clube-confirm[data-metodo="pilas"] .clube-confirm__icon {
    border-color: rgba(192, 132, 252, 0.35);
    background: rgba(147, 51, 234, 0.14);
    color: #d8b4fe;
    box-shadow: 0 0 0 0.65rem rgba(147, 51, 234, 0.06);
}

.clube-confirm[data-metodo="pilas"] > strong {
    border-color: rgba(192, 132, 252, 0.35);
    background: rgba(147, 51, 234, 0.13);
    color: #d8b4fe;
}

.clube-confirm[data-metodo="coins"] .clube-confirm__icon {
    border-color: rgba(251, 191, 36, 0.35);
    background: rgba(245, 158, 11, 0.13);
    color: #fcd34d;
    box-shadow: 0 0 0 0.65rem rgba(245, 158, 11, 0.06);
}

.clube-confirm__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.clube-confirm__actions button {
    min-height: 3.15rem;
    padding: 0.75rem;
    border: 1px solid #3f3f46;
    border-radius: 0.65rem;
    background: rgba(9, 9, 11, 0.28);
}

.clube-confirm__actions button:last-child {
    color: white;
    font-weight: 800;
    /* Usa as novas classes de identidade visual */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Botão de confirmação segue a moeda do pagamento: pilas sempre roxo, coins
   sempre amarelo — aplica as classes app-confirm-btn via JS. */
.clube-confirm__actions button:last-child.app-confirm-btn--pilas {
    background: linear-gradient(180deg, #a855f7 0%, #9333ea 100%);
    border-color: #7e22ce;
    color: #faf5ff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 8px 16px -4px rgba(168, 85, 247, 0.4);
}

.clube-confirm__actions button:last-child.app-confirm-btn--coins {
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 100%);
    border-color: #d97706;
    color: #78350f;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 8px 16px -4px rgba(245, 158, 11, 0.4);
}

@media (max-width: 420px) {
    .clube-infra-grid {
        grid-template-columns: 1fr;
    }
}

.clube-sponsor-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    height: 70px;
    width: 70px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 8px;
    background: #fff;
    color: #13133a;
    text-align: center;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 10000;
    box-sizing: border-box;
    padding: 16px 4px 4px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .18);
}

.clube-sponsor-strip[hidden] {
    display: none;
}

.clube-sponsor-strip__label {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    color: #444;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-shadow: none;
}

.clube-sponsor-strip a,
.clube-sponsor-strip>span,
.clube-sponsor-strip>img {
    display: grid;
    place-items: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 3px 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    background: rgba(255, 255, 255, .94);
    color: #18181b;
    font-size: 7px;
    font-weight: 900;
    text-decoration: none;
}

.clube-sponsor-strip img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
