.stores-container { padding: 40px 0; }
        .stores-header { text-align: center; margin-bottom: 50px; }
        .store-table-wrapper { background: var(--container-bg); border-radius: 24px; padding: 20px; box-shadow: var(--card-shadow); overflow-x: auto; }
        .store-table { width: 100%; border-collapse: collapse; min-width: 600px; }
        .store-table th { background: rgba(0,0,0,0.02); padding: 15px; text-align: left; border-bottom: 2px solid var(--primary-color); font-weight: 800; }
        .store-table td { padding: 15px; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 0.95rem; }
        .phone-link { color: var(--primary-color); text-decoration: none; font-weight: 700; }
        .phone-link:hover { text-decoration: underline; }
        .tag-auto { background: #e3f2fd; color: #1976d2; padding: 3px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; }
        .tag-manual { background: #fbe9e7; color: #d84315; padding: 3px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; }