.tours-panel{background:transparent;border:0;padding:10px 0}.tours-panel>h2{font:30px Georgia,serif;margin:5px 0 10px}.tours-panel>.muted{font-size:14px;max-width:600px;margin-bottom:22px}#excursions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}.tour-card{border:1px solid #cbdede;background:white;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 7px 22px #133c4208;transition:border-color .15s,box-shadow .15s}.tour-card.is-selected{border-color:#529e60;box-shadow:0 0 0 2px #529e6038}.tour-photo{display:block;position:relative;width:100%;height:210px;padding:0;border:0;background:var(--teal);cursor:pointer;overflow:hidden}.tour-photo img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.tour-photo:hover img{transform:scale(1.045)}.tour-photo:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#04282d88);pointer-events:none}.tour-status{position:absolute;z-index:1;bottom:15px;left:15px;background:#fff;color:#255456;border-radius:20px;padding:6px 11px;font:600 12px 'Segoe UI',sans-serif}.is-selected .tour-status{background:#e5f4df;color:#23632f}.photo-select{position:absolute;right:15px;top:15px;border:2px solid white;border-radius:50%;width:34px;height:34px;background:#153d4260;color:white;font-size:25px;line-height:28px}.is-selected .photo-select{background:#358045;font-size:20px}.tour-content{display:flex;flex-direction:column;flex:1;padding:20px}.tour-location{font-size:12px;color:#62777b;line-height:1.6}.tour-content h3{font:600 21px/1.25 'Segoe UI',sans-serif;letter-spacing:-.5px;margin:2px 0 12px}.tour-description{font-size:14px;color:#586d72;line-height:1.65;margin-bottom:18px}.tour-rates{margin-top:auto;padding:14px 0;border-top:1px solid var(--line)}.tour-rates p{font-size:13px;color:#62777b;margin:0}.tour-rates strong{font-size:26px;color:var(--teal);letter-spacing:-.6px}.tour-rates small{font-size:12px;display:block;margin-top:5px;color:#586d72}.tour-price{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0 18px}.tour-price>span{font-size:12px;line-height:1.5}.tour-price small{display:block;color:#62777b;font-size:11px}.tour-price>strong{font-size:23px;white-space:nowrap}.tour-toggle{width:100%;min-height:46px;background:var(--teal);color:white;border:1px solid var(--teal);border-radius:8px;font:600 14px 'Segoe UI',sans-serif;padding:11px 9px;cursor:pointer}.tour-toggle:hover{background:#03454a}.tour-toggle.selected{color:#286537;border-color:#8bbb95;background:#edf8ed}.tour-toggle.selected:hover{background:#dcefdc}.tour-content .notice{font-size:12px;margin:0 0 13px}@media(max-width:1050px){#excursions{gap:14px}.tour-photo{height:180px}.tour-content{padding:15px}.tour-content h3{font-size:19px}.tour-price{flex-wrap:wrap}}@media(max-width:760px){.tour-photo{height:220px}}@media(max-width:560px){#excursions{grid-template-columns:1fr}.tour-photo{height:235px}.tour-content{padding:20px}.tour-content h3{font-size:23px}.tour-price{flex-wrap:nowrap}.tours-panel>h2{font-size:28px}}

