/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-beta.1760832658
Updated: 2025-10-19 00:10:58

*/

/* ============================================
   SPATIAL SEARCH PLUGIN STYLES
   ============================================ */

/* Search Container */
.lss-search-container {
    margin: 0 0 40px 0;
}

/* Search Header/Form - Hero Style */
.lss-search-header {
    background: transparent;
    padding: 0;
    margin-bottom: 80px;
}

.lss-search-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.lss-search-main {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 60px;
}

.lss-search-field {
    display: flex;
    flex-direction: column;
}

.lss-search-location {
    flex: 1;
}

.lss-label {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.lss-input-wrapper {
    position: relative;
    height: 100%;
    padding-left: 40px;
}

.lss-input {
    width: 100%;
    height: 100%;
    padding: 18px 30px;
    border: none !important;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.lss-input:focus {
    outline: none;
}

.lss-input::placeholder {
    color: #9ca3af;
}

.lss-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.lss-select:focus {
    outline: none;
    border-color: #2271b1;
    box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.1);
}

.lss-button {
    height: 100%;
    padding: 0 40px;
    border: none;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lss-button-primary {
    background: #3b82f6;
    color: #fff;
    border-radius: 0 50px 50px 0;
    border: none;
}

.lss-button-primary:hover {
    background: #2563eb;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.lss-button-loading {
    display: none;
}

.lss-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Autocomplete */
.lss-autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.lss-autocomplete-item {
    padding: 10px 16px;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    color: #333;
    transition: background 0.2s ease;
}

.lss-autocomplete-item:hover {
    background: #f3f4f6;
}

/* Content Wrapper - Two Column Layout */
.lss-content-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    align-items: start;
}

/* Nearby Wrapper - Single Column Layout (for university pages) */
.lss-nearby-wrapper {
    width: 100%;
    max-width: 100%;
}

/* Results Grid - Wrapper */
.lss-results-grid {
    /* This will be styled by location-launderettes classes */
}

/* Apply layout-grid class for grid view */
.lss-results-grid.view-grid {
    display: grid;
    gap: 30px;
}

.lss-results-grid.view-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.lss-results-grid.view-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.lss-results-grid.view-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Apply layout-list class for list view */
.lss-results-grid.view-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* List view cards */
.lss-results-grid.view-list .launderette-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.lss-results-grid.view-list .launderette-image {
    flex-shrink: 0;
    width: 160px;
}

.lss-results-grid.view-list .launderette-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.lss-results-grid.view-list .launderette-content {
    flex: 1;
}

/* Grid view cards */
.lss-results-grid.view-grid .launderette-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.lss-results-grid.view-grid .launderette-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.lss-results-grid.view-grid .launderette-image {
    width: 100%;
}

.lss-results-grid.view-grid .launderette-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lss-results-grid.view-grid .launderette-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Distance badge positioning */
.launderette-image {
    position: relative;
}

.lss-card-distance-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #eee !important;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
}

/* Results Header */
.lss-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5e7eb;
}

.lss-results-count {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #666;
}

/* View Toggle */
.lss-view-toggle {
    display: flex;
    gap: 5px;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 6px;
}

.lss-view-btn {
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    color: #666;
    transition: all 0.2s ease;
}

.lss-view-btn:hover {
    background: #e5e7eb;
    color: #333;
}

.lss-view-btn.active {
    background: #fff;
    color: #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Error/No Results Messages */
.lss-error-message,
.lss-no-results {
    padding: 24px 32px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #4b5563;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    margin: 30px auto;
    max-width: 600px;
    text-align: center;
}

.lss-error-message p,
.lss-no-results p {
    margin: 0 0 8px 0;
}

.lss-error-message p:last-child,
.lss-no-results p:last-child {
    margin-bottom: 0;
}

/* Map Container */
.lss-map-container {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 30px;
    overflow: hidden;
}

.lss-map {
    width: 100%;
    height: 100%;
}

/* Map info window styling */
.lss-map-info {
    padding: 10px;
    max-width: 250px;
}

.lss-map-info h4 {
    margin: 0 0 8px 0;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.lss-map-info p {
    margin: 4px 0;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    color: #666;
}

.lss-map-link {
    display: inline-block;
    margin-top: 8px;
    color: #2271b1;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.lss-map-link:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .lss-content-wrapper {
        grid-template-columns: 280px 1fr;
        gap: 20px;
    }
    
    .lss-results-grid.view-grid.cols-3,
    .lss-results-grid.view-grid.cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lss-search-main {
        grid-template-columns: 1fr;
        gap: 15px;
        border-radius: 60px;
    }
    
    .lss-input-wrapper {
        padding-left: 20px;
    }
    
    .lss-input {
        font-size: 15px;
    }
    
    .lss-button {
        font-size: 15px;
    }
    
    .lss-content-wrapper {
        grid-template-columns: 1fr;
    }
    
    .launderette-filters {
        order: -1;
    }
    
    .lss-results-grid.view-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop and tablet - ensure horizontal layout */
@media (min-width: 481px) {
    .lss-results-grid.view-list .launderette-item {
        flex-direction: row !important;
    }
    
    .lss-results-grid.view-list .launderette-image {
        width: 160px !important;
    }
}

@media (max-width: 480px) {
    .lss-search-header {
        margin-bottom: 40px;
    }
    
    .lss-search-main {
        border-radius: 50px;
    }
    
    .lss-input-wrapper {
        padding-left: 15px;
    }
    
    .lss-input {
        font-size: 14px;
    }
    
    .lss-button {
        font-size: 14px;
    }
    
    .lss-results-grid.view-grid {
        grid-template-columns: 1fr;
    }
    
    /* Stack list view cards vertically on mobile */
    .lss-results-grid.view-list .launderette-item {
        flex-direction: column !important;
        gap: 15px;
        padding: 0;
    }
    
    .lss-results-grid.view-list .launderette-image {
        width: 100% !important;
    }
    
    .lss-results-grid.view-list .launderette-image img {
        height: 200px;
        border-radius: 8px 8px 0 0;
    }
    
    .lss-results-grid.view-list .launderette-content {
        padding: 15px;
    }
}

/* ============================================
   LAUNDERETTE SHORTCODE TYPOGRAPHY
   ============================================ */

/* Scope typography to launderette shortcodes only */

/* Body text - Cabin */
.launderette-hours,
.launderette-rating-widget,
.launderette-contact,
.launderette-map,
.location-launderettes,
.launderette-filters,
.launderette-item {
    font-family: 'Cabin', sans-serif;
    color: #666;
}

/* Specific card elements - Cabin */
.launderette-item p,
.launderette-item div,
.launderette-item span,
.launderette-item a,
.launderette-address,
.launderette-excerpt,
.rating-value,
.review-count,
.filter-label,
.filter-count {
    font-family: 'Cabin', sans-serif;
    color: #666;
}

/* Star ratings - Keep original styling */
.rating-stars,
.rating-stars .star {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.star-full {
    color: #FFB800 !important;
}

.star-half {
    color: #FFB800 !important;
}

.star-empty {
    color: #DDD !important;
}

/* Headings within shortcodes - Figtree */
.launderette-hours h1,
.launderette-hours h2,
.launderette-hours h3,
.launderette-rating-widget h1,
.launderette-rating-widget h2,
.launderette-rating-widget h3,
.launderette-contact h1,
.launderette-contact h2,
.launderette-contact h3,
.location-launderettes h1,
.location-launderettes h2,
.location-launderettes h3,
.launderette-filters h1,
.launderette-filters h2,
.launderette-filters h3,
.launderettes-title,
.launderette-title,
.filter-title {
    font-family: 'Figtree', sans-serif;
    color: #333;
}

/* ============================================
   LAUNDERETTE SHORTCODE STYLES
   ============================================ */

/* Opening Hours Styling - Compact Design */
.launderette-hours {
	background: #fff;
	margin: 24px 0;
}

.hours-title {
	font-size: 24px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 24px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #e5e7eb;
}

.hours-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.hours-item {
	padding: 10px 0 !important;
	border-bottom: 1px solid #f0f0f0;
	font-size: 15px;
	color: #374151;
	transition: background 0.2s ease;
	list-style: none !important;
}

.hours-item:hover {
	background: #fafafa;
	padding-left: 8px;
	margin-left: -8px;
	padding-right: 8px;
	margin-right: -8px;
}

.hours-item:last-child {
	border-bottom: none;
}

.hours-item.is-today {
	background: #eff6ff !important;
	border-left: 3px solid #3b82f6 !important;
	padding-left: 12px !important;
	margin-left: -8px !important;
	font-weight: 600 !important;
	color: #1e40af !important;
}

/* ============================================
LAUNDERETTE RATING WIDGET - COMPLETE STYLES
============================================ */

/* Rating Widget Container */
.launderette-rating-widget {
	margin: 20px 0;
}

.rating-container {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 0;
	flex-wrap: wrap; /* Allow wrapping on very small screens */
}

/* ============================================
STARS STYLING
============================================ */

.rating-stars {
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 18px;
	line-height: 1;
}

.star {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	transition: transform 0.2s ease, filter 0.2s ease;
}

/* Full Star - Gold */
.star-full {
	color: #FFB800;
}

/* Empty Star - Light Gray */
.star-empty {
	color: #DDD;
}

/* Half Star - Split Effect */
.star-half {
	position: relative;
	color: #DDD; /* Background empty star */
	display: inline-block;
}

.star-half::before {
	content: '★';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	color: #FFB800; /* Half-filled gold */
}

/* ============================================
RATING INFO (NUMBER & COUNT)
============================================ */

.rating-info {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.rating-value {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.2;
}

.review-count {
	font-size: 14px;
	color: #666;
	line-height: 1.2;
}

/* ============================================
HOVER EFFECTS
============================================ */

/* Hover on entire widget - subtle scale on stars */
.launderette-rating-widget:hover .rating-stars .star {
	transform: scale(1.05);
}

/* Individual star hover - more pronounced */
.rating-stars .star:hover {
	transform: scale(1.15);
	filter: brightness(1.1);
}

/* Hover on full stars - add glow */
.star-full:hover {
	filter: drop-shadow(0 0 3px rgba(255, 184, 0, 0.6));
}

/* Prevent hover on empty stars from being too prominent */
.star-empty:hover {
	transform: scale(1.05);
	filter: none;
}

/* ============================================
RESPONSIVE - TABLET (768px and below)
============================================ */

@media (max-width: 768px) {
	.rating-container {
		gap: 10px;
		padding: 12px 0;
	}

	.rating-stars {
		font-size: 16px;
	}

	.star {
		font-size: 16px;
	}

	.rating-value {
		font-size: 14px;
	}

	.review-count {
		font-size: 12px;
	}
}

/* ============================================
RESPONSIVE - MOBILE (480px and below)
============================================ */

@media (max-width: 480px) {
	.launderette-rating-widget {
		margin: 15px 0;
	}

	.rating-container {
		gap: 8px;
		padding: 10px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.rating-stars {
		font-size: 14px;
		gap: 1px;
	}

	.star {
		font-size: 14px;
	}

	.rating-value {
		font-size: 12px;
	}

	.review-count {
		font-size: 10px;
	}

	/* Disable hover effects on mobile */
	.rating-stars .star:hover {
		transform: none;
		filter: none;
	}

	.star-full:hover {
		filter: none;
	}
}

/* ============================================
ACCESSIBILITY - REDUCE MOTION
============================================ */

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
	.star {
		transition: none;
	}

	.launderette-rating-widget:hover .rating-stars .star,
	.rating-stars .star:hover {
		transform: none;
	}
}

/* ============================================
DARK MODE SUPPORT (Optional)
============================================ */

/* Auto dark mode based on system preference */
@media (prefers-color-scheme: dark) {
	.rating-value {
		color: #f0f0f0;
	}

	.review-count {
		color: #999;
	}

	.star-empty {
		color: #444;
	}
}

/* Manual dark mode class (if you add dark mode toggle) */
body.dark-mode .launderette-rating-widget .rating-value {
	color: #f0f0f0;
}

body.dark-mode .launderette-rating-widget .review-count {
	color: #999;
}

body.dark-mode .launderette-rating-widget .star-empty {
	color: #444;
}

/* ============================================
PRINT STYLES
============================================ */

@media print {
	.launderette-rating-widget {
		margin: 10px 0;
	}

	/* Disable hover effects in print */
	.star {
		transition: none;
	}

	/* Ensure colors print correctly */
	.star-full {
		color: #000 !important;
		font-weight: bold;
	}

	.star-half::before {
		color: #000 !important;
		font-weight: bold;
	}
}

/* ============================================
RTL (Right-to-Left) SUPPORT
============================================ */

/* For Arabic, Hebrew, etc. */
[dir="rtl"] .rating-container {
	flex-direction: row-reverse;
}

[dir="rtl"] .rating-stars {
	flex-direction: row-reverse;
}

[dir="rtl"] .rating-info {
	flex-direction: row-reverse;
}

[dir="rtl"] .star-half::before {
	left: auto;
	right: 0;
}

/* ============================================
ALTERNATIVE COMPACT LAYOUT (Optional)
============================================ */

/* Add class "compact" to widget for smaller version */
.launderette-rating-widget.compact {
	margin: 10px 0;
}

.launderette-rating-widget.compact .rating-container {
	gap: 8px;
	padding: 8px 0;
}

.launderette-rating-widget.compact .rating-stars {
	font-size: 16px;
}

.launderette-rating-widget.compact .star {
	font-size: 16px;
}

.launderette-rating-widget.compact .rating-value {
	font-size: 14px;
}

.launderette-rating-widget.compact .review-count {
	font-size: 12px;
}

/* ============================================
LOADING STATE (Optional)
============================================ */

/* If you add loading states later */
.launderette-rating-widget.loading {
	opacity: 0.5;
	pointer-events: none;
}

.launderette-rating-widget.loading .star {
	animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

/* Features List Styles */

.launderette-features {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 24px;
    margin: 24px 0;
}

.features-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.features-description {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.feature-item:hover {
    transform: translateX(5px);
}

.feature-check {
    color: #10b981;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.feature-link {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.feature-link:hover {
    color: #2271b1;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .launderette-features {
        padding: 15px;
    }
}

/* Map Embed Styles */

.launderette-map {
    background: #fff;
    margin: 24px 0;
}

.map-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 80%; /* Slightly taller than wide - balanced height */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.map-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

.map-error {
    padding: 20px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #991b1b;
    font-size: 14px;
    margin: 20px 0;
}


.map-footer {
    margin-top: 15px;
    text-align: center;
}

.directions-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.directions-link:hover {
    background: #135e96;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .map-container {
        padding-bottom: 100%; /* Square on mobile */
    }

    .directions-link {
        width: 100%;
        justify-content: center;
    }
}

/* Pricing Table Styles */

.launderette-pricing {
    background: #fff;
    margin: 24px 0;
}

.pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.pricing-section {
    margin-bottom: 20px;
}

.pricing-section:last-child {
    margin-bottom: 0;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.pricing-table thead {
    display: none;
}

.pricing-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.pricing-table tbody tr:hover {
    background: #fafafa;
}

.pricing-table tbody tr:last-child {
    border-bottom: none;
}

.pricing-table td {
    padding: 16px;
    vertical-align: top;
}

.service-name {
    color: #111827;
    font-size: 15px;
    font-weight: 600;
}

.service-price {
    white-space: nowrap;
}

.price-prefix {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    margin-right: 4px;
}

.price-amount {
    font-size: 18px;
    font-weight: 700;
    color: #2563eb;
    margin-right: 6px;
}

.price-unit {
    font-size: 13px;
    color: #6b7280;
}

.service-details {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

/* Column widths */
.service-name-col {
    width: 35%;
}

.service-price-col {
    width: 30%;
}

.service-details-col {
    width: 35%;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.package-card {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.pricing-offers {
    background: #faf5ff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9d5ff;
}

.offers-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.offer-item {
    padding: 10px 0 !important;
    color: #7c3aed;
    font-weight: 500;
    list-style: none !important;
    border-bottom: 1px solid #f3e8ff;
}

.offer-item:last-child {
    border-bottom: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    /* Stack pricing table on mobile */
    .pricing-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 16px;
        background: #fafafa;
    }
    
    .pricing-table td {
        display: block;
        padding: 8px 0;
        border: none;
    }
    
    .pricing-table td::before {
        font-weight: 600;
        color: #6b7280;
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .service-name::before {
        content: "Service";
    }
    
    .service-price::before {
        content: "Price";
    }
    
    .service-details::before {
        content: "Details";
    }
}

/* Sentiments Summary Styles - Flat Design */

.launderette-sentiments {
    background: #fff;
    margin: 24px 0;
}

/* Title */
.sentiments-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 28px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sentiments-title .icon {
    font-size: 24px;
}

/* 2-Column Main Grid */
.reviews-main-grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 40px;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

/* Left Column: Overall Rating */
.overall-rating-column {
    text-align: center;
    padding: 24px 16px;
    border-right: 1px solid #e5e7eb;
}

.rating-number {
    font-size: 64px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
    margin-bottom: 16px;
}

.overall-rating-column .rating-stars {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    margin-bottom: 14px;
}

.overall-rating-column .rating-stars .star {
    font-size: 24px !important;
    line-height: 1 !important;
}

.star-filled {
    color: #fbbf24;
}

.star-half {
    color: #fbbf24;
    opacity: 0.5;
}

.star-empty {
    color: #e5e7eb;
}

.rating-count {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 4px;
    font-weight: 500;
}

.rating-source {
    font-size: 11px;
    color: #d1d5db;
    margin-bottom: 16px;
    font-weight: 400;
    font-style: italic;
}

/* Positive Themes Badges */
.positive-themes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}

.theme-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #065f46;
    transition: all 0.2s ease;
}

.theme-badge:hover {
    background: #d1fae5;
    border-color: #6ee7b7;
}

.theme-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background: #10b981;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

.theme-text {
    line-height: 1;
}

/* Right Column: Aspect Bars */
.aspects-bars-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 0;
}

.aspect-bar-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aspect-bar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aspect-bar-name {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.aspect-bar-score {
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
}

.aspect-bar-container {
    height: 8px;
    background: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

.aspect-bar-fill {
    height: 100%;
    background: var(--gcid-primary-color, #2ea3f2);
    border-radius: 4px;
    transition: width 0.4s ease;
}

/* Section Titles */
.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #374151;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title .icon {
    font-size: 20px;
}

/* Highlights Section - Subtle Design */
.launderette-sentiments .sentiment-highlights {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 28px !important;
    margin: 0 !important;
}

.launderette-sentiments .sentiment-highlights .section-title {
    color: #374151 !important;
    font-size: 18px !important;
    margin-bottom: 18px !important;
}

.launderette-sentiments .highlights-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 14px !important;
}

.launderette-sentiments .highlight-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    border: 1px solid #e5e7eb !important;
    transition: border-color 0.2s ease !important;
}

.launderette-sentiments .highlight-card:hover {
    border-color: #d1d5db !important;
}

.launderette-sentiments .highlight-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 20px !important;
    height: 20px !important;
    background: #10b981 !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.launderette-sentiments .highlight-text {
    font-size: 14px !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    flex: 1 !important;
}

/* Concerns Section - Subtle Design */
.launderette-sentiments .sentiment-concerns {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 28px !important;
    margin: 32px 0 0 0 !important;
}

.launderette-sentiments .sentiment-concerns .section-title {
    color: #374151 !important;
    font-size: 18px !important;
    margin-bottom: 12px !important;
}

.launderette-sentiments .concerns-disclaimer {
    font-size: 13px !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    padding: 12px 16px !important;
    background: #fef3c7 !important;
    border-left: 3px solid #f59e0b !important;
    border-radius: 4px !important;
}

.launderette-sentiments .concerns-disclaimer em {
    font-style: normal !important;
}

.launderette-sentiments .concerns-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 14px !important;
}

.launderette-sentiments .concern-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    border: 1px solid #e5e7eb !important;
    transition: border-color 0.2s ease !important;
}

.launderette-sentiments .concern-card:hover {
    border-color: #d1d5db !important;
}

.launderette-sentiments .concern-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 20px !important;
    height: 20px !important;
    background: #f59e0b !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.launderette-sentiments .concern-text {
    font-size: 14px !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    flex: 1 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .reviews-main-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .overall-rating-column {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 24px;
    }
    
    .launderette-sentiments .highlights-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .launderette-sentiments {
        padding: 24px;
    }
    
    .rating-number {
        font-size: 56px;
    }
    
    .rating-stars .star {
        font-size: 22px;
    }
    
    .aspect-bar-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .launderette-sentiments {
        padding: 20px;
    }
    
    .sentiments-title {
        font-size: 20px;
    }
    
    .rating-number {
        font-size: 48px;
    }
    
    .rating-stars .star {
        font-size: 20px;
    }
    
    .launderette-sentiments .sentiment-highlights {
        padding: 20px !important;
    }
    
    .aspect-bar-name {
        font-size: 12px;
    }
}


/* Services List Styles */

.launderette-services {
    background: #fff;
    margin: 24px 0;
}

.services-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.services-description {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-tag {
    display: inline-block;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.service-tag:hover {
    background: #135e96;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.3);
}

/* Mobile responsive */
@media (max-width: 480px) {
    .services-list {
        gap: 8px;
    }

    .service-tag {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* ============================================
   LOCATION LAUNDERETTES LISTING STYLES
   ============================================ */

/* Main Container */
.location-launderettes {
    margin: 0 0 40px 0;
}

/* Header Section */
.launderettes-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

.launderettes-title {
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
}

.launderettes-count {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* ============================================
   LIST LAYOUT (Default)
   ============================================ */

.location-launderettes.layout-list .launderettes-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.location-launderettes.layout-list .launderette-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.location-launderettes.layout-list .launderette-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.location-launderettes.layout-list .launderette-image {
    flex-shrink: 0;
    width: 160px;
}

.location-launderettes.layout-list .launderette-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.location-launderettes.layout-list .launderette-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ============================================
   GRID LAYOUT
   ============================================ */

.location-launderettes.layout-grid .launderettes-list {
    display: grid;
    gap: 30px;
}

/* Grid with specific column counts */
.location-launderettes.layout-grid[data-columns="2"] .launderettes-list {
    grid-template-columns: repeat(2, 1fr) !important;
}

.location-launderettes.layout-grid[data-columns="3"] .launderettes-list {
    grid-template-columns: repeat(3, 1fr) !important;
}

.location-launderettes.layout-grid[data-columns="4"] .launderettes-list {
    grid-template-columns: repeat(4, 1fr) !important;
}

.location-launderettes.layout-grid[data-columns="5"] .launderettes-list {
    grid-template-columns: repeat(5, 1fr) !important;
}

.location-launderettes.layout-grid .launderette-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.location-launderettes.layout-grid .launderette-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.location-launderettes.layout-grid .launderette-image {
    width: 100%;
}

.location-launderettes.layout-grid .launderette-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.location-launderettes.layout-grid .launderette-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* ============================================
   COMMON ITEM STYLES
   ============================================ */

.launderette-item .launderette-title {
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 0 !important;
    line-height: 1.3;
}

.launderette-item .launderette-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.launderette-item .launderette-title a:hover {
    color: #2271b1;
}

/* Rating Display in Listing */
.launderette-item .launderette-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.launderette-item .launderette-rating .rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.launderette-item .launderette-rating .star {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.launderette-item .launderette-rating .rating-value {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    line-height: 1;
    vertical-align: middle;
}

.launderette-item .launderette-rating .review-count {
    font-size: 13px;
    color: #6b7280;
    line-height: 1;
    vertical-align: middle;
}

/* Address Display */
.launderette-item .launderette-address {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.launderette-item .address-icon {
    font-size: 16px;
    line-height: 1.4;
    flex-shrink: 0;
}

/* Excerpt Display */
.launderette-item .launderette-excerpt {
    font-family: 'Cabin', sans-serif;
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

/* Meta Tags (Services & Features) */
.launderette-item .launderette-meta {
    margin-bottom: 15px;
}

.launderette-item .launderette-services-tags,
.launderette-item .launderette-features-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.launderette-item .launderette-features-tags:last-child {
    margin-bottom: 0;
}

.launderette-item .meta-tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 12px;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.launderette-item .service-tag {
    background: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

.launderette-item .service-tag:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
}

.launderette-item .feature-tag {
    background: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

.launderette-item .feature-tag:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

/* Actions Section */
.launderette-item .launderette-actions {
    margin-top: auto;
    padding-top: 10px;
}

.launderette-item .view-details-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
}

.launderette-item .view-details-btn:hover {
    background: #333;
    transform: translateX(2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ============================================
   ERROR & EMPTY STATES
   ============================================ */

.location-launderettes-error,
.location-launderettes-empty {
    padding: 20px 24px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    font-size: 15px;
    line-height: 1.6;
}

.location-launderettes-error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    /* On tablets, reduce columns for better fit */
    .location-launderettes.layout-grid[data-columns="4"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="5"] .launderettes-list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .location-launderettes {
        margin: 30px 0;
    }
    
    .launderettes-title {
        font-size: 26px;
    }
    
    .launderettes-count {
        font-size: 14px;
    }
    
    /* List layout stacks on tablet */
    .location-launderettes.layout-list .launderette-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .location-launderettes.layout-list .launderette-image {
        width: 100%;
    }
    
    .location-launderettes.layout-list .launderette-image img {
        height: 200px;
    }
    
    /* Grid becomes 2 columns max on tablet */
    .location-launderettes.layout-grid[data-columns="2"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="3"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="4"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="5"] .launderettes-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .location-launderettes {
        margin: 20px 0;
    }
    
    .launderettes-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .launderettes-title {
        font-size: 22px;
    }
    
    .launderettes-count {
        font-size: 13px;
    }
    
    .location-launderettes.layout-list .launderettes-list,
    .location-launderettes.layout-grid .launderettes-list {
        gap: 20px;
    }
    
    /* Grid becomes single column on mobile */
    .location-launderettes.layout-grid[data-columns="2"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="3"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="4"] .launderettes-list,
    .location-launderettes.layout-grid[data-columns="5"] .launderettes-list {
        grid-template-columns: 1fr !important;
    }
    
    .launderette-item .launderette-title {
        font-size: 18px;
    }
    
    .launderette-item .launderette-rating {
        gap: 6px;
    }
    
    .launderette-item .launderette-rating .rating-stars {
        font-size: 14px;
    }
    
    .launderette-item .launderette-rating .star {
        font-size: 14px;
    }
    
    .launderette-item .view-details-btn {
        width: 100%;
        text-align: center;
    }
    
    /* Smaller tags on mobile */
    .launderette-item .meta-tag {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .launderette-item,
    .view-details-btn {
        transition: none;
    }
    
    .location-launderettes.layout-grid .launderette-item:hover {
        transform: none;
    }
}

/* Focus states for keyboard navigation */
.launderette-item .launderette-title a:focus,
.launderette-item .view-details-btn:focus {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .location-launderettes {
        margin: 20px 0;
    }
    
    .launderette-item {
        page-break-inside: avoid;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }
    
    .launderette-item .view-details-btn {
        display: none;
    }
    
    .launderette-item .launderette-title a {
        color: #000 !important;
        text-decoration: underline;
    }
}


/* ============================================
   LAUNDERETTE FILTERS
   ============================================ */

.launderette-filters {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 32px;
}

.filters-form {
    display: flex;
    flex-direction: column;
}

.filters-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.filters-header {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-toggle {
    display: none;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 0;
    color: #9ca3af;
    font-size: 12px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}

.filters-toggle:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #6b7280;
}

.filters-toggle.active {
    transform: rotate(180deg);
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #374151;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-title {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radius-value {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #3b82f6;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
}

.filter-options::-webkit-scrollbar {
    width: 6px;
}

.filter-options::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.filter-options::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.filter-options::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.filter-checkbox:hover {
    background-color: #f9fafb;
}

.filter-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #2563eb;
}

.filter-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.filter-count {
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    color: #999;
    margin-left: 4px;
}

.filters-actions {
    display: flex;
    gap: 12px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.filter-submit-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 32px;
    border-radius: 50px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
}

.filter-submit-btn:hover {
    background: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.filter-reset-btn {
    background: #fff;
    color: #666;
    border: 1px solid #d1d5db;
    padding: 10px 32px;
    border-radius: 50px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    flex: 1;
    text-align: center;
}

.filter-reset-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #374151;
}

.filter-reset-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Radius Slider */
.lss-radius-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
    margin: 12px 0 8px 0;
}

.lss-radius-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lss-radius-slider::-webkit-slider-thumb:hover {
    background: #2563eb;
    transform: scale(1.1);
}

.lss-radius-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.lss-radius-slider::-moz-range-thumb:hover {
    background: #2563eb;
    transform: scale(1.1);
}

.radius-labels {
    display: flex;
    justify-content: space-between;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    color: #9ca3af;
}

/* ============================================
   PAGINATION
   ============================================ */

.lss-pagination {
    margin-top: 40px;
    padding: 20px 0;
}

.lss-pagination-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.lss-page-btn {
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #333;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lss-page-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

.lss-page-current {
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    background: #3b82f6;
    color: #fff;
    border: 1px solid #3b82f6;
    border-radius: 6px;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lss-page-dots {
    padding: 0 8px;
    color: #9ca3af;
}

.filters-empty {
    text-align: center;
    font-family: 'Cabin', sans-serif;
    color: #666;
    font-size: 14px;
    padding: 16px;
    margin: 0;
}

/* Responsive Filters */
/* Tablet: 750px - 1150px - Reduce filter width to prevent overlap */
@media (max-width: 1150px) {
    .launderette-filters {
        max-width: 280px;
    }
    
    .filters-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .filter-options {
        max-height: 180px;
    }
}

/* Mobile: Below 768px - Stack filters on top with collapsible */
@media (max-width: 768px) {
    .launderette-filters {
        max-width: 100%;
        padding: 16px;
        margin-bottom: 24px;
    }
    
    .filters-toggle {
        display: flex;
    }
    
    .filters-header {
        margin-bottom: 0;
    }
    
    .filters-container,
    .filters-actions {
        transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
        overflow: hidden;
        max-height: 2000px;
    }
    
    .launderette-filters.collapsed .filters-header {
        margin-bottom: 0;
    }
    
    .launderette-filters.collapsed .filters-container,
    .launderette-filters.collapsed .filters-actions {
        max-height: 0;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    
    .filters-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .filter-options {
        max-height: 200px;
    }
    
    .filters-actions {
        flex-direction: column;
    }
    
    .filter-submit-btn,
    .filter-reset-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .launderette-filters {
        padding: 12px;
        margin-bottom: 20px;
    }
    
    .filter-title {
        font-size: 15px;
    }
    
    .filter-label {
        font-size: 13px;
    }
    
    .filter-count {
        font-size: 12px;
    }
}
