/**
 * Location Picker — wspólny ciemny styl modala wyboru lokalizacji.
 *
 * Renderowany przez greco_render_location_picker() (inc/location-picker-shortcode.php)
 * na stronach /wina/, /drinki/, /piwa/. Selektory scoped przez .greco-location-modal
 * (klasa overlay z greco_render_location_picker), nadpisują jasny bazowy styl z menu.css.
 *
 * Wartości skopiowane 1:1 z paletą drink-list.css / beer-list.css —
 * jedno źródło prawdy, bez powiązania z lokalnymi --wine-/--drink-/--beer- zmiennymi.
 */

.greco-location-modal .greco-modal-container,
.greco-location-modal .greco-location-modal-container {
    background: linear-gradient(180deg, #1F2630 0%, #15191F 100%);
    border: 1px solid rgba(212, 167, 82, 0.18);
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    color: #F4ECD8;
}

.greco-location-modal .greco-modal-title {
    color: #F4ECD8;
}

.greco-location-modal .greco-modal-subtitle {
    color: rgba(244, 236, 216, 0.7);
}

.greco-location-modal .greco-modal-close {
    color: rgba(244, 236, 216, 0.7);
    background: transparent;
}

.greco-location-modal .greco-modal-close:hover {
    color: #D4A752;
}

/* Karty lokalizacji */
.greco-location-modal .greco-location-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 167, 82, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0.75rem;
    transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.greco-location-modal .greco-location-card:hover {
    border-color: #D4A752;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

.greco-location-modal .greco-location-card-title {
    color: #D4A752;
}

.greco-location-modal .greco-location-info-row {
    color: rgba(244, 236, 216, 0.7);
}

.greco-location-modal .greco-location-info-row svg {
    color: #D4A752;
}

.greco-location-modal .greco-location-info-row a {
    color: rgba(244, 236, 216, 0.7);
}

.greco-location-modal .greco-location-info-row a:hover {
    color: #D4A752;
}

/* Przyciski w kartach */
.greco-location-modal .location-select-btn,
.greco-location-modal .btn-primary {
    background: #D4A752;
    color: #1A2028;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    transition: background 0.2s, transform 0.1s;
}

.greco-location-modal .location-select-btn:hover,
.greco-location-modal .btn-primary:hover {
    background: #B89045;
    transform: translateY(-1px);
}

.greco-location-modal .btn-secondary {
    background: transparent;
    color: #D4A752;
    border: 1px solid #D4A752;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    transition: background 0.2s;
}

.greco-location-modal .btn-secondary:hover {
    background: rgba(212, 167, 82, 0.15);
}
