/* Custom styles for MiServicioYA */

/* Fondo más oscuro para mejor contraste */
body.bg-gray-50 {
    background-color: #e5e7eb !important; /* bg-gray-100 */
}

.btn-primary {
    @apply bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition duration-200;
}

.card {
    @apply bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden;
}

input[type="text"], input[type="email"], input[type="password"], select, textarea {
    @apply w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent outline-none transition duration-200;
}
