.popular-attractions-section{width:100%;margin-top:2rem}.pas-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.pas-text{flex-direction:column;gap:.25rem;display:flex}.pas-title{font-family:var(--font-faculty);color:#1a1a1a;margin:0;font-size:1.5rem}.pas-description{font-family:var(--font-suse);color:#6b7280;margin:0;font-size:.85rem}.pas-filters{-ms-overflow-style:none;scrollbar-width:none;border-bottom:1px solid #e9e9e9;gap:.5rem;margin-bottom:1rem;display:flex;overflow-x:auto}.pas-filters::-webkit-scrollbar{display:none}.pas-filter{font-family:var(--font-suse);color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:.85rem;transition:all .2s}.pas-filter:hover{color:#1a1a4e;border-bottom-color:#e7eee8}.pas-filter.active{color:#1a1a4e;border-bottom-color:#b1beb2}.pas-filter-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:.25rem;width:5rem;height:1.25rem;margin-bottom:.75rem;animation:1.5s linear infinite pas-shimmer}.pas-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.pas-card{cursor:pointer;background-color:#fff;border:1px solid #e9e9e9;border-radius:1rem;height:10rem;transition:box-shadow .2s;display:flex;overflow:hidden}.pas-card:hover{box-shadow:0 4px 12px #00000014}.pas-card:hover .pas-card-title{text-decoration:underline}.pas-card-image{clip-path:polygon(0 0,100% 0,85% 100%,0 100%);background-color:#f0f0f0;flex-shrink:0;width:45%;height:100%;position:relative}.pas-card-image img{object-fit:cover;width:100%;height:100%}.pas-card-content{flex-direction:column;flex:1;justify-content:center;padding:1rem 1.25rem;display:flex}.pas-card-rating{font-family:var(--font-suse);color:#333;align-items:center;gap:.25rem;margin-bottom:.25rem;font-size:.75rem;display:flex}.pas-card-rating svg{color:#adbeac;width:.9rem;height:.9rem}.pas-card-title{font-family:var(--font-faculty);color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:1rem;display:-webkit-box;overflow:hidden}.pas-card-subtitle{font-family:var(--font-suse);color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;display:-webkit-box;overflow:hidden}@keyframes pas-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.pas-card.skeleton .pas-skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s linear infinite pas-shimmer}.pas-card.skeleton .pas-skeleton-rating{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:.25rem;width:5rem;height:.75rem;margin-bottom:.5rem;animation:1.5s linear infinite pas-shimmer}.pas-card.skeleton .pas-skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:.25rem;width:80%;height:1rem;margin-bottom:.5rem;animation:1.5s linear infinite pas-shimmer}.pas-card.skeleton .pas-skeleton-subtitle{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:.25rem;width:50%;height:.75rem;animation:1.5s linear infinite pas-shimmer}@media (max-width:900px){.pas-grid{grid-template-columns:1fr}}@media (max-width:770px){.pas-title{font-size:1.35rem}.pas-description{font-size:.8rem}}@media (max-width:550px){.pas-card{flex-direction:column;height:auto}.pas-card-image{clip-path:polygon(0 0,100% 0,100% 85%,0 100%);width:100%;height:8rem}.pas-card-content{padding:.75rem 1rem}}
