:root { --sea:#073b5c; --lagoon:#0b86a8; --sky:#dff6fb; --sand:#fff4dc; --sun:#ffb84d; }
body { color:#173b4d; background:#f7fbfc; }
.traveltour-header-background-transparent { background:linear-gradient(180deg,rgba(7,59,92,.92),rgba(7,59,92,.35)) !important; }
.gdlr-core-pbf-wrapper:first-of-type { position:relative; }
.gdlr-core-pbf-wrapper:first-of-type::after { content:""; position:absolute; inset:auto 0 0; height:90px; background:linear-gradient(180deg,transparent,rgba(7,59,92,.12)); pointer-events:none; }
.tourmaster-tour-grid { overflow:hidden; border-radius:20px !important; background:#fff; box-shadow:0 14px 35px rgba(7,59,92,.12); transition:transform .2s ease,box-shadow .2s ease; }
.tourmaster-tour-grid:hover { transform:translateY(-5px); box-shadow:0 20px 46px rgba(7,59,92,.2); }
.tourmaster-tour-thumbnail img { aspect-ratio:4/3; object-fit:cover; }
.tourmaster-tour-content-wrap { border:1px solid #d9edf2; border-top:0; border-radius:0 0 20px 20px; }
.tourmaster-tour-title a, .gdlr-core-title-item-title { color:var(--sea) !important; }
.tourmaster-tour-price, .tourmaster-tour-discount-price { color:var(--lagoon) !important; font-weight:800; }
.gdlr-core-button, .tourmaster-button { border-radius:999px !important; background:var(--lagoon) !important; }
.tag-cloud-link { display:inline-block; margin:3px; padding:6px 11px; border-radius:999px; background:var(--sky); color:var(--sea) !important; }
.migration-tour-contact { position:fixed; right:20px; bottom:20px; z-index:9999; display:flex; align-items:center; gap:9px; padding:13px 18px; border-radius:999px; background:var(--sun); color:var(--sea) !important; font-weight:800; box-shadow:0 12px 30px rgba(7,59,92,.25); }
@media (max-width:767px) { .migration-tour-contact { right:12px; bottom:12px; padding:11px 14px; } .tourmaster-tour-grid { border-radius:15px !important; } }
