/* Plaka görünümü — yalnızca .license-plate*; font boyutu LicensePlateMetrics ile inline ayarlanır (uzun plaka sığdırma). */

.license-plate {
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    border: 2px solid #333;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Arial Black', 'Arial', sans-serif;
    font-weight: 900;
    background: #fff;
    vertical-align: middle;
    line-height: 1;
    box-sizing: border-box;
    width: 136px;
    height: 32px;
}

/* Form / başlık (Small=false): TR solda çerçeveye yapışık; boşluk yalnızca numara alanında */
.license-plate:not(.license-plate-sm) {
    width: 144px;
}

.license-plate-country {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #003399;
    color: #fff;
    padding: 1px 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0;
    min-width: 21px;
    max-width: 21px;
    flex-shrink: 0;
    line-height: 1.1;
    overflow: hidden;
    text-align: center;
}

.license-plate-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 2px;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

.license-plate:not(.license-plate-sm) .license-plate-text {
    padding: 0 6px;
}

.license-plate.license-plate-sm {
    width: 118px;
    height: 28px;
}

.license-plate.license-plate-sm .license-plate-country {
    padding: 1px 2px;
    font-size: 8px;
    min-width: 16px;
    max-width: 16px;
    line-height: 1.05;
}

.license-plate.license-plate-sm .license-plate-text {
    padding: 0 2px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.service-order-main-title .license-plate {
    margin: 0 0.06em;
    flex-shrink: 0;
}

@media print {
    .license-plate {
        border: 1.5px solid #333;
    }

    .license-plate-text {
        padding: 0 2px;
    }

    .license-plate:not(.license-plate-sm) .license-plate-text {
        padding: 0 6px;
    }

    .license-plate-country {
        font-size: 7px;
    }
}
