html,
body[data-widget="970x250"] {
    width: 100%;
    height: 100%;
}

body[data-widget="970x250"] {
    display: grid;
    place-items: center;
    overflow: hidden;
    background: transparent;
}

body[data-widget="970x250"] .widget-horizontal {
    flex-direction: column;
    width: 970px;
    height: 250px;
    max-width: 100%;
    max-height: 100vh;
}

body[data-widget="970x250"] .bloco-header {
    display: grid;
    flex: 0 0 82px;
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    width: 100%;
    padding: 12px 18px;
}

body[data-widget="970x250"] .bloco-header .header-brand {
    align-items: center;
    gap: 14px;
    margin: 0;
}

body[data-widget="970x250"] .bloco-header .header-kicker {
    margin-bottom: 2px;
    font-size: 0.52rem;
}

body[data-widget="970x250"] .bloco-header h2 {
    font-size: 1.08rem;
}

body[data-widget="970x250"] .bloco-header .produto-link {
    padding: 5px 8px;
    font-size: 0.57rem;
}

body[data-widget="970x250"] .bloco-header .controles {
    grid-template-columns: 0.8fr 1.35fr 0.75fr;
    gap: 8px;
}

body[data-widget="970x250"] .bloco-header .controles select {
    height: 36px;
    padding-right: 28px;
    background-position: right 9px center;
    background-size: 12px;
    font-size: 0.72rem;
}

body[data-widget="970x250"] .bloco-status {
    display: grid;
    flex: 0 0 52px;
    grid-template-columns: auto minmax(220px, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--slate-200);
}

body[data-widget="970x250"] .status-topo {
    justify-content: flex-start;
    gap: 14px;
    margin: 0;
    font-size: 0.72rem;
    line-height: 1;
}

body[data-widget="970x250"] .status-topo > span:last-child {
    font-size: 1rem;
    line-height: 1;
}

body[data-widget="970x250"] .barra-total-bg {
    align-self: center;
    width: 100%;
    height: 6px;
    margin: 0;
}

body[data-widget="970x250"] .bloco-status .data-hora {
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--slate-600);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

body[data-widget="970x250"] .aviso-fonte-dados {
    flex: 0 0 24px;
    min-height: 24px;
    padding: 4px 12px;
    font-size: 0.54rem;
}

body[data-widget="970x250"] .bloco-carrossel {
    align-items: center;
    gap: 9px;
    padding: 4px 15px;
}

body[data-widget="970x250"] .bloco-carrossel .eleicao-meta {
    flex: 0 0 120px;
    width: 120px;
    margin: 0;
    padding: 8px;
    font-size: 0.61rem;
    text-align: center;
}

body[data-widget="970x250"] .card-cand {
    flex-basis: 252px;
    height: 84px;
}

body[data-widget="970x250"] .bloco-carrossel .carregar-mais {
    flex-basis: 150px;
    width: 150px;
    height: 84px;
}

body[data-widget="970x250"] .bloco-carrossel .estado-eleicao,
body[data-widget="970x250"] .bloco-carrossel .loading-msg {
    min-width: 100%;
}
