/**
 * ULUSAL Badge — global stiller (her sayfada görünebilir)
 * functions.php içindeki inline CSS'ten taşındı.
 */

.blm-ulusal-badge,
.list-ulusal-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    background: #dc2626;
    color: #fff !important;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 1.4;
    white-space: nowrap;
}

.blm-ulusal-badge::before,
.list-ulusal-badge::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.blm-list-city.blm-list-city-ulusal {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #991b1b !important;
    padding: 7px 14px !important;
    border-radius: 999px !important;
}

.blm-list-city.blm-list-city-ulusal svg { flex-shrink: 0; }

.blm-list-city.blm-list-city-ulusal .blm-tr-flag {
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(153, 27, 27, .2);
    overflow: hidden;
    margin-right: 8px;
}

.blm-list-city.blm-list-city-ulusal a {
    color: #991b1b !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.blm-list-city.blm-list-city-ulusal a:hover { color: #dc2626 !important; }

.blm-list-city.blm-list-city-ulusal .blm-ulusal-kicker {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #dc2626;
}

.blm-list-city.blm-list-city-ulusal .blm-ulusal-dot {
    opacity: .45;
    font-weight: 700;
}

/* Firms item — köşe ışıltısı */
.blm-firms-item {
    position: relative;
    overflow: hidden;
}
.blm-firms-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at top right, rgba(13, 12, 34, .06) 0%, rgba(13, 12, 34, .02) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.blm-firms-item > * {
    position: relative;
    z-index: 1;
}
