/* Keep the action row compact after the verified-data footer was removed. */
@container (min-width: 960px) {
    .gb247-top10-card {
        grid-template-areas:
            "head metrics stats"
            "head assessment actions"
            "record record record";
    }

    .gb247-top10-card:not(.has-assessment) {
        grid-template-areas:
            "head metrics stats"
            "head actions actions"
            "record record record";
    }

    .gb247-top10-card > .gb247-top10-actions {
        align-self: center;
        justify-self: end;
        max-width: 100%;
        padding: 8px 0 2px;
    }
}

/* 7.25.59: retain the logo slot when its real image cannot load. */
body .gb247-top10 img.gb247-top10-logo[hidden]{display:none!important}
body .gb247-top10 .gb247-top10-logo-text{display:flex!important;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;font-size:15px;font-weight:700;line-height:1;color:inherit}

/* 7.25.67: keep the original cards; remove unused grid columns, not the tile design. */
body .gb247-top10 .is-home-summary .gb247-top10-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
body .gb247-top10 .is-home-summary .gb247-top10-metric strong{line-height:1.3}
body .gb247-top10 .is-home-summary .gb247-top10-metric:nth-child(3) strong,
body .gb247-top10 .is-home-summary .gb247-top10-metric:nth-child(4) strong,
body .gb247-top10 .is-home-summary .gb247-top10-metric:nth-child(6) strong{font-size:14px;font-weight:600}
body .gb247-top10 .is-home-summary .gb247-top10-metric:nth-child(5) strong{color:#9f321e;font-size:24px;font-weight:700}
body .gb247-top10 .is-home-summary>.gb247-top10-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%;max-width:100%;margin:0;padding:8px 0 2px}
body .gb247-top10 .is-home-summary>.gb247-top10-actions a{white-space:normal!important;line-height:1.35!important}
@container (min-width:960px){
 body .gb247-top10 .gb247-top10-card.is-home-summary{grid-template-columns:minmax(165px,.85fr) minmax(0,4.8fr);grid-template-areas:"head metrics" "head actions"}
 body .gb247-top10 .is-home-summary .gb247-top10-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}
}
@media(max-width:700px){
 /* 7.25.68: original mobile order — brand, existing actions, six data tiles. */
 body .gb247-top10 .is-home-summary>.gb247-top10-card-head{order:0}
 body .gb247-top10 .is-home-summary>.gb247-top10-actions{order:1;margin-top:8px!important;margin-bottom:0!important}
 body .gb247-top10 .is-home-summary>.gb247-top10-metrics{order:2;grid-template-columns:repeat(2,minmax(0,1fr))}
}
