/* Legacy styles - moved to theme.css for better organization */
/* This file maintained for any legacy overrides or specific component styles */

.btn-sm {
    font-size: 0.800rem;
}

.amenity-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* Modal specific adjustments */
.modal .text-warning {
    color: #fbbf24 !important;
}

.modal-body i {
    filter: drop-shadow(0 4px 6px rgba(251, 191, 36, 0.2));
}

.modal-dialog {
    margin: 1rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}
