/* Consulta de Boletos Premium */
.premium-consulta-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    padding: 2.25rem !important;
}

.form-control-premium {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}
.form-control-premium:focus {
    background-color: #ffffff;
    border-color: #4f46e5;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.15);
    outline: none;
}

.btn-premium-primary {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
}
.btn-premium-primary:hover {
    background: linear-gradient(135deg, #4338ca 0%, #4f46e5 100%);
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.25);
    transform: translateY(-1px);
    color: #ffffff;
}

/* Tabla responsiva y moderna */
.table-responsive {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.table {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .premium-consulta-card {
        padding: 1.5rem 1rem !important;
        border-radius: 16px;
    }
}
