.spots-category-section{margin-bottom:40px}.spot-category-container{width:100%;max-width:1200px;margin:0 auto}.spot-category-heading{font-size:24px;text-align:center}.spot-category-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.spot-category-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.spot-category-button-active,.spot-category-button:hover{background-color:#cb6b52;color:#fff}.spot-category-heading{font-size:20px;font-weight:600;margin-bottom:16px;border-bottom:2px solid #e5e5e5;padding-bottom:8px;text-align:left}.spot-category-button{padding:8px 16px;border-radius:20px;border:1px solid #e5e5e5;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.spot-category-card{display:block;background-color:#ffffff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:box-shadow .15s ease;text-decoration:none;color:inherit;cursor:pointer}.spot-category-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.spot-category-card-active{background-color:#cb6b52;color:#ffffff;border-color:#cb6b52}.spot-category-card-content{padding:16px}.spot-category-card-title{font-size:18px;font-weight:500;margin:0 0 8px}.spot-category-card-description{font-size:14px;line-height:20px;margin:0;color:#555555}.spot-category-empty,.spot-category-error,.spot-category-loading{width:100%;display:flex;align-items:center;justify-content:center;padding:40px 0;font-size:16px;color:#555555}.spots-container{width:100%;max-width:1200px;margin:0 auto;font-family:Arial,sans-serif;color:#333333;padding:0 20px}.spots-heading{font-size:32px;font-weight:700;margin-bottom:24px;text-align:center}.spots-category-filter{margin-bottom:40px}.spots-category-heading{font-size:20px;font-weight:600;margin-bottom:16px;border-bottom:2px solid #e5e5e5;padding-bottom:8px}.spots-category-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.spots-category-button{padding:8px 16px;border-radius:20px;border:1px solid #e5e5e5;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.spots-category-button:hover{background-color:#f5f5f5}.spots-category-button-active{background-color:#cb6b52;color:#fff;border-color:#cb6b52}.spots-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media (min-width:600px){.spots-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.spots-grid{grid-template-columns:repeat(3,1fr)}}.spots-empty-container{width:100%;display:flex;align-items:center;justify-content:center;padding:40px 0}.spots-empty-message{font-size:16px;color:#555555}.spots-error-container,.spots-loading-container{width:100%;display:flex;align-items:center;justify-content:center;padding:40px 0;font-size:16px;color:#555555}.spot-card-link{text-decoration:none;color:inherit;display:block}.spot-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.spot-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.spot-card-image-container{position:relative;width:100%;height:180px}.spot-card-image{object-fit:cover}.spot-card-no-image{background:#eee;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.spot-card-no-image-text{color:#999;font-size:1rem}.spot-card-category{position:absolute;top:8px;left:8px;background-color:#cb6b52;color:white;padding:4px 8px;font-size:.75rem;border-radius:6px;font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,.1)}.spot-card-content{padding:16px;flex-grow:1;display:flex;flex-direction:column}.spot-card-title{font-size:18px;font-weight:700;margin-bottom:8px;color:#333}.spot-card-catchphrase{font-size:14px;color:#555;margin-bottom:16px;line-height:1.5;flex-grow:1}.spot-card-footer{display:flex;flex-direction:column;gap:4px;margin-top:auto}.spot-card-address,.spot-card-footer{font-size:12px;color:#777}.spot-card-rating{display:flex;align-items:center;gap:4px}.spot-card-rating-stars{color:#ffb800}.spot-card-rating-value{font-weight:700;color:#333}.spot-card-review-count{color:#777}.spot-card-budget{font-size:12px;color:#777}