.consulta-pasaje-page {
    padding-top: 150px;
    padding-bottom: 60px;
    background: #f7f4fb;
    min-height: 70vh;
}

.consulta-pasaje-intro {
    text-align: center;
    margin-bottom: 30px;
}

.consulta-pasaje-intro h1 {
    color: #652f8c;
    font-size: 2.2em;
    margin-bottom: 10px;
}

.consulta-pasaje-intro p {
    color: #666;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

.consulta-pasaje-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(101, 47, 140, 0.12);
    padding: 25px;
    margin-bottom: 25px;
}

.consulta-pasaje-tabs {
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
}

.consulta-pasaje-tabs > li > a {
    color: #652f8c;
    font-weight: 600;
    border: none !important;
    border-radius: 0 !important;
}

.consulta-pasaje-tabs > li.active > a,
.consulta-pasaje-tabs > li.active > a:hover,
.consulta-pasaje-tabs > li.active > a:focus {
    color: #652f8c;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid #F3CA31 !important;
}

.consulta-pasaje-form .form-group label {
    color: #444;
    font-weight: 600;
    margin-bottom: 8px;
}

.consulta-pasaje-form .form-control {
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
}

.consulta-pasaje-form .form-control:focus {
    border-color: #652f8c;
    box-shadow: 0 0 0 2px rgba(101, 47, 140, 0.15);
}

.consulta-pasaje-btn {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 4px;
    background: #652f8c;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}

.consulta-pasaje-btn:hover,
.consulta-pasaje-btn:focus {
    background: #4f2470;
    color: #fff;
}

.consulta-pasaje-help {
    margin-top: 12px;
    color: #777;
    font-size: 0.95em;
}

.consulta-pasaje-validacion {
    margin: 18px 0 12px;
    padding: 12px 14px;
    background: #f8f4fc;
    border-left: 3px solid #F3CA31;
    border-radius: 4px;
}

.consulta-pasaje-validacion-titulo {
    color: #652f8c;
    font-weight: 700;
    margin-bottom: 4px;
}

.consulta-pasaje-validacion-texto {
    color: #666;
    font-size: 0.95em;
    line-height: 1.5;
}

.consulta-pasaje-alert {
    display: none;
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 4px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
}

.consulta-pasaje-loading {
    text-align: center;
    padding: 30px 0;
    color: #652f8c;
    font-weight: 600;
}

.consulta-pasaje-loading i {
    font-size: 28px;
    margin-top: 12px;
    color: #652f8c;
}

.consulta-pasaje-pasajero {
    margin-bottom: 20px;
    padding: 15px 18px;
    background: #f3edf8;
    border-left: 4px solid #652f8c;
    border-radius: 4px;
}

.consulta-pasaje-pasajero strong {
    display: block;
    color: #652f8c;
    font-size: 1.1em;
}

.consulta-pasaje-pasajero span {
    color: #555;
}

.consulta-pasaje-card {
    background: #fff;
    border: 1px solid #e8e1ef;
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
}

.consulta-pasaje-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #652f8c;
    color: #fff;
}

.consulta-pasaje-boleto {
    font-weight: 700;
}

.consulta-pasaje-estado {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.85em;
    font-weight: 600;
}

.consulta-pasaje-card-body {
    padding: 18px;
}

.consulta-pasaje-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #f1edf5;
}

.consulta-pasaje-row:last-child {
    border-bottom: none;
}

.consulta-pasaje-label {
    color: #777;
    font-weight: 600;
    min-width: 120px;
}

.consulta-pasaje-empty {
    text-align: center;
    padding: 30px 0;
    color: #666;
}

@media (max-width: 767px) {
    .consulta-pasaje-row {
        flex-direction: column;
        gap: 4px;
    }

    .consulta-pasaje-card-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
