.community{background:var(--paper)}.tour-filters{display:flex;gap:.6rem;flex-wrap:wrap;margin:-1rem 0 2rem}.tour-filters button{border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:99px;padding:.55rem 1rem;cursor:pointer;font-weight:800}.tour-filters button.active{background:var(--ink);color:var(--paper)}.tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.tour-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--bg);transition:transform .25s}.tour-card:hover{transform:translateY(-5px)}.tour-card[hidden]{display:none}.tour-map{height:210px;position:relative;background:repeating-linear-gradient(30deg,#dfe6d9 0 25px,#eee7d7 26px 52px)}.tour-map.coast{background:linear-gradient(115deg,#d9dfc9 0 54%,#7ca5aa 55%)}.tour-map.flight{background:linear-gradient(#efbe7d,#789186)}.tour-map:after{content:"";position:absolute;left:16%;right:16%;top:28%;height:40%;border:4px solid var(--accent);border-color:var(--accent) var(--accent) var(--accent) transparent;border-radius:50%;transform:rotate(-12deg)}.tour-map span{position:absolute;z-index:2;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--paper);font-size:.7rem;font-weight:900}.tour-map span:nth-child(1){left:18%;bottom:20%}.tour-map span:nth-child(2){left:50%;top:28%}.tour-map span:nth-child(3){right:15%;bottom:27%}.tour-body{padding:1.4rem}.tour-body small{color:var(--accent);font-weight:900}.tour-body h3{font-size:1.25rem;margin:.55rem 0}.tour-note{margin-top:1.5rem}@media(max-width:900px){.tour-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.tour-grid{grid-template-columns:1fr}}
