﻿.form-row-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .select-wrapper select {
        width: 50%;
    }

.leyenda-wrapper {
    min-width: 150px;
    text-align: left;
    white-space: nowrap;
}

    .leyenda-wrapper p {
        margin: 0;
        font-weight: 500;
        color: #333;
        text-align: left;
    }

.precioAbitab {
    margin-top: 9px;
    margin-left: -20px;
    display: none;
}

/* Responsive: apila en móviles */
@media (max-width: 990px) {
    .form-row-fixed {
        flex-direction: column;
        align-items: center;
    }

    .leyenda-wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .precioAbitab {
        margin-top: -15px;
        margin-left: 10px;
    }
}

@media (max-width: 576px) {
    .form-row-fixed {
        flex-direction: column;
        align-items: center;
    }

    .leyenda-wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .precioAbitab {
        margin-top: -15px;
        margin-left: 30px;
    }
}
