/* Faixa compartilhada — host de jogos apenas Brasil */

.host-jogo-br-strip {
    background: linear-gradient(90deg, #0f766e 0%, #047857 48%, #065f46 100%);
    color: #ecfdf5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.8125rem;
    line-height: 1.45;
}

.host-jogo-br-strip__inner {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.host-jogo-br-strip__ic {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.14);
    margin-top: 0.05rem;
}

.host-jogo-br-strip__ic svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: #ecfdf5;
}

.host-jogo-br-strip__text {
    padding-top: 0.15rem;
}

.host-jogo-br-strip__text strong {
    color: #fff;
    font-weight: 700;
}
