/* Primær (first_part) */
.generell_oppsummering {
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.5;
    display: block;
}

.generell_oppsummering p {
    margin: 0 0 0.45em;
    color: inherit;
    font-weight: inherit;
}

/* Sekundær (first_part_2) */
.nlsvk-region-summary-extra {
    color: #C9CED4;
    font-weight: 400;
    display: block;
    margin-top: 0.4em;
    line-height: 1.5;
}

/* Viktig status (second_part) */
.generell_oppsummering-second-part {
    color: #9FA6AD;
    font-weight: 400;
    display: block;
    margin-top: 0.7em;
    line-height: 1.55;
}

/* Stedsnavn-badge */
.nlsvk-region-names {
    color: #FF5733;
    font-weight: 700;
}

/* ETA badge */
.nlsvk-eta {
    color: #FF5733;
    font-weight: 700;
}

/* Fylker (egen shortcode) */
.generell_oppsummering-counties {
    color: #33A1FF;
    font-weight: 600;
    display: inline-block;
    line-height: 1.4;
}

/* Live cards */
.nlsvk-live-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.nlsvk-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 10px 12px;
    color: #FFFFFF;
    overflow: visible;
}

.nlsvk-card-label {
    font-size: 12px;
    color: #A8B0BA;
    margin-bottom: 4px;
}

.nlsvk-card-value {
    font-size: 16px;
    font-weight: 700;
    white-space: normal;
    word-break: keep-all;
}

.nlsvk-card-sub {
    font-size: 12px;
    color: #A8B0BA;
    margin-top: 2px;
}

.nlsvk-card-good .nlsvk-card-value { color: #5CE5A1; }
.nlsvk-card-warn .nlsvk-card-value { color: #F2C94C; }
.nlsvk-card-neutral .nlsvk-card-value { color: #FFFFFF; }
