.ag-dh-section-header,
.ag-hp2-section-header.ag-dh-section-header,
html.ag-sh-unified .ag-dh-section-header,
html.ag-sh-unified .ag-hp2-section-header.ag-dh-section-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    column-gap: var(--ag-ush-header-gap, 10px);
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: var(--ag-ush-header-height, 48px);
    max-height: none;
    padding-block: var(--ag-ush-header-pad-y, 8px);
    padding-inline: var(--ag-ush-header-pad-x, 12px);
    margin: 0 0 var(--ag-ush-content-gap, 12px) 0;
    border-radius: var(--ag-ush-header-radius, 10px);
    overflow: hidden;
}

.ag-dh-section-header-copy,
html.ag-sh-unified .ag-dh-section-header-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 0 1 auto;
    gap: 0.15rem;
    text-align: start;
    justify-self: start;
}

.ag-dh-section-header-center {
    justify-self: center;
    min-width: 0;
}

.ag-dh-section-header-actions,
html.ag-sh-unified .ag-dh-section-header-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    max-width: 100%;
    flex: 0 0 auto;
    justify-self: end;
}

.ag-dh-section-header-title,
html.ag-sh-unified .ag-dh-section-header-title {
    margin: 0;
    margin-inline: 0;
    max-width: 100%;
    font-size: var(--ag-ush-title-size, 16px);
    font-weight: var(--ag-ush-title-weight, 800);
    line-height: var(--ag-ush-title-leading, 1.2);
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: anywhere;
}

.ag-dh-section-header-kicker,
.ag-dh-section-header-subtitle {
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.ag-dh-countdown {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
    flex-wrap: wrap;
}

.ag-dh-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
}

.ag-dh-view-all:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.ag-dh-view-all .bi {
    font-size: 0.95em;
    line-height: 1;
}

[data-ag-section-header][hidden] {
    display: none !important;
}

@media (max-width: 991px) {
    .ag-dh-section-header {
        min-height: 44px;
        padding-inline: 12px;
    }

    .ag-dh-section-header-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .ag-dh-section-header {
        min-height: 40px;
        padding-inline: 12px;
        column-gap: 0.5rem;
    }

    .ag-dh-section-header-title {
        font-size: 15px;
    }

    .ag-dh-section-header-subtitle {
        display: none;
    }
}
