/* ----- عمومی ----- */
body {
    background-color: #f8f9fa;
    font-family: 'Tahoma', sans-serif;
}

.navbar-brand {
    font-weight: bold;
}

/* ----- فرم‌ها ----- */
form input.form-control {
    height: 45px;
    font-size: 1rem;
}

/* ----- مستطیل پلاک ایران ----- */
.plate-box {
    background: linear-gradient(180deg, #f8f9f8, #e0e0e0);
    border: 2px solid #000;
    border-radius: 8px;
    font-family: 'Tahoma', sans-serif;
    color: #000;
    line-height: 1.2;
    padding: 10px 5px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.plate-top, .plate-middle, .plate-code {
    font-size: 1.2rem;
    font-weight: bold;
}

.plate-letter {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000080;
}

.plate-iran {
    font-size: 0.9rem;
    margin-top: 2px;
    color: #000;
}

/* ----- ریسپانسیو ----- */
@media (max-width: 768px) {
    .plate-box {
        padding: 8px 3px;
    }
    .plate-letter {
        font-size: 1.4rem;
    }
    .plate-top, .plate-middle, .plate-code {
        font-size: 1rem;
    }
}
.plate-box {
    background: #f8f8f8;
    border: 2px solid #000;
    border-radius: 5px;
    font-family: 'Tahoma', sans-serif;
    padding: 5px 10px;
    display: inline-block;
    min-width: 220px;
}

.plate-part {
    display: inline-block;
    width: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.plate-box small {
    display: block;
    margin-top: 5px;
}
.plate-box {
    background: linear-gradient(180deg, #f8f9f8, #e0e0e0);
    border: 2px solid #000;
    border-radius: 8px;
    font-family: 'Tahoma', sans-serif;
    padding: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    min-width: 220px;
}

.plate-part {
    display: inline-block;
    width: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: #000080;
}

.toll-price small {
    display: block;
    margin-top: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #444;
}
