/* Additional styles for location pages */
.btn-royal {
    background-color: #5b0ec7;
    border-color: #5b0ec7;
    color: white;
}

.btn-royal:hover {
    background-color: #7c3aed;
    border-color: #7c3aed;
    color: white;
}

.text-royal-dark {
    color: #3a0080;
}

.text-gold {
    color: #d4a017;
}

.bg-gold {
    background-color: #d4a017;
}

.bg-night-mid {
    background-color: #1a0035;
}

.bg-night-soft {
    background-color: #2b0050;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.text-white-25 {
    color: rgba(255, 255, 255, 0.25);
}

.card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.15) !important;
}