/* Estilos de Placa Realista */
.placas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.placa-mercosul {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    width: 120px;
    height: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

.placa-mercosul .topo-placa {
    background-color: #003399;
    color: #fff;
    width: 100%;
    height: 12px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.placa-mercosul .numero-placa {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}

.placa-antiga {
    background-color: #c0c0c0;
    border: 1.5px solid #333;
    border-radius: 4px;
    width: 120px;
    height: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

.placa-antiga .topo-placa {
    background-color: transparent;
    color: #111;
    width: 100%;
    height: 9px;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0.5px solid #444;
}

.placa-antiga .numero-placa {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}

.numero-placa-id {
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 1px;
}
