.category-card { transition: all 0.2s ease; user-select: none; }
.category-selected { background-color: #e0e7ff; border-color: #6366f1; color: #4338ca; ring-width: 2px; ring-color: #6366f1; }
.thin-scroll::-webkit-scrollbar { width: 4px; }
.thin-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
/* Google Places Autocomplete styled */
.pac-container {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.15);
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    margin-top: 4px;
    z-index: 9999 !important;
}
.pac-item {
    padding: 10px 14px;
    font-size: 13px;
    cursor: pointer;
    border-top: 1px solid #f1f5f9;
    color: #334155;
}
.pac-item:hover { background: #f8fafc; }
.pac-item-query { font-weight: 600; color: #1e293b; }
.pac-icon { display: none; } /* Ocultar el ícono de Google por defecto */
