:root {
  --cs-blue: #0D2B45;
  --cs-sky: #1E4E6E;
  --cs-green: #1E4E6E;
  --cs-yellow: #D4A259;
  --cs-coral: #D4A259;
  --cs-sand: #F2E9DB;
  --cs-light: #FAF7F2;
  --cs-dark: #0D2B45;
}

body {
  color: var(--cs-dark);
  background: var(--cs-light);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cs-navbar {
  background: rgba(250, 247, 242, .94);
  backdrop-filter: blur(10px);
}

.cs-page-offset {
  padding-top: 76px;
}

.cs-logo {
  height: 44px;
  width: auto;
}

.cs-hero {
  min-height: 82vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #FAF7F2 0%, #F2E9DB 48%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.cs-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(212, 162, 89, .18);
}

.cs-panel {
  background: #fff;
  border: 1px solid rgba(13, 43, 69, .1);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(13, 43, 69, .08);
}

.cs-sponsor-public {
  min-height: 70vh;
}

.cs-sponsor-public-hero {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: linear-gradient(135deg, #0d2b45, #1e4e6e);
}

.cs-sponsor-public-cover,
.cs-sponsor-public-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cs-sponsor-public-cover {
  object-fit: cover;
}

.cs-sponsor-public-overlay {
  background: linear-gradient(180deg, rgba(7, 29, 47, .12), rgba(7, 29, 47, .92));
}

.cs-sponsor-public-heading {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 64px;
  color: #fff;
}

.cs-sponsor-public-heading h1 {
  max-width: 850px;
  margin: 12px 0 6px;
  font-size: clamp(2.4rem, 7vw, 5rem);
  font-weight: 800;
  line-height: .98;
}

.cs-sponsor-public-heading > p {
  margin-bottom: 24px;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, .82);
}

.cs-sponsor-public-badge {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cs-sponsor-public-description {
  margin: 12px 0 0;
  font-size: 1.15rem;
  line-height: 1.8;
}

.cs-sponsor-public-note {
  margin-top: 24px;
  padding: 20px;
  border-left: 4px solid var(--cs-yellow);
  border-radius: 0 8px 8px 0;
  background: var(--cs-light);
}

.cs-sponsor-public-contacts {
  position: sticky;
  top: 100px;
}

.cs-sponsor-public-contact {
  display: grid;
  gap: 3px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(13, 43, 69, .1);
}

.cs-sponsor-public-contact span {
  color: var(--cs-sky);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-sponsor-public-link {
  display: block;
  margin-top: 12px;
  padding: 11px 14px;
  border-radius: 8px;
  background: var(--cs-light);
  color: var(--cs-blue);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cs-sponsor-public-map-cta {
  padding: 28px;
  border-radius: 8px;
  background: var(--cs-blue);
  color: #fff;
}

.cs-sponsor-public-map-cta span {
  color: var(--cs-yellow);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cs-sponsor-public-map-cta .btn-primary {
  background: var(--cs-yellow);
  border-color: var(--cs-yellow);
  color: var(--cs-blue);
}

.cs-sponsor-public-conversion {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(13, 43, 69, .1);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #faf7f2 55%, #f2e9db 100%);
  box-shadow: 0 18px 44px rgba(13, 43, 69, .1);
}

.cs-sponsor-public-conversion-kicker {
  color: var(--cs-yellow);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-sponsor-public-conversion h2 {
  margin: 10px 0 16px;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.05;
}

.cs-sponsor-public-conversion .btn-link {
  align-self: center;
  color: var(--cs-blue);
  font-weight: 700;
}

.cs-sponsor-public-steps {
  display: grid;
  gap: 14px;
}

.cs-sponsor-public-steps article {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 43, 69, .07);
}

.cs-sponsor-public-steps article > strong {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--cs-blue);
  color: #fff;
  font-size: 1.1rem;
}

.cs-sponsor-public-steps h3 {
  margin: 1px 0 4px;
  font-size: 1rem;
  font-weight: 800;
}

.cs-sponsor-public-steps p {
  margin: 0;
  color: var(--cs-sky);
  font-size: .92rem;
}

.cs-sponsor-offer-image {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .cs-sponsor-public-hero {
    min-height: 430px;
  }

  .cs-sponsor-public-heading {
    padding-bottom: 42px;
  }

  .cs-sponsor-public-contacts {
    position: static;
  }
}

.btn-primary {
  background: var(--cs-blue);
  border-color: var(--cs-blue);
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary:hover {
  background: #071D2F;
  border-color: #071D2F;
}

.cs-price {
  color: var(--cs-blue);
  font-weight: 800;
}

.btn-outline-primary {
  color: var(--cs-blue);
  border-color: var(--cs-blue);
  border-radius: 999px;
  font-weight: 700;
}

.btn-outline-primary:hover {
  background: var(--cs-blue);
  border-color: var(--cs-blue);
}

.badge-soft {
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  border: 1px solid rgba(13, 43, 69, .12);
}

.section-title {
  font-weight: 800;
}

.feature-card {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(13, 43, 69, .08);
  height: 100%;
}

.map-preview {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 25px 80px rgba(13, 43, 69, .16);
  overflow: hidden;
  border: 1px solid rgba(13, 43, 69, .08);
}

.fake-map {
  min-height: 440px;
  background: radial-gradient(circle at 20% 20%, rgba(212, 162, 89, .28), transparent 28%), radial-gradient(circle at 75% 30%, rgba(30, 78, 110, .18), transparent 24%), linear-gradient(135deg, #F2E9DB, #FAF7F2);
  position: relative;
}

.pin {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--cs-coral);
  box-shadow: 0 8px 20px rgba(212, 162, 89, .28);
}

.pin::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  top: 7px;
  left: 7px;
}

.note-box {
  border-left: 5px solid var(--cs-yellow);
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
}

.cs-sponsor-hero {
  background:
    linear-gradient(135deg, rgba(13, 43, 69, .96), rgba(30, 78, 110, .92)),
    linear-gradient(180deg, #fff, #f7f2ea);
  color: #fff;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 22px 60px rgba(13, 43, 69, .18);
  overflow: hidden;
}

.cs-sponsor-hero .text-muted,
.cs-sponsor-hero .lead {
  color: rgba(255, 255, 255, .78) !important;
}

.cs-sponsor-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-sponsor-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.cs-sponsor-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cs-sponsor-step {
  position: relative;
  min-height: 168px;
  background: rgba(255, 255, 255, .96);
  color: var(--cs-blue);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}

.cs-sponsor-step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--cs-yellow);
  color: var(--cs-blue);
  font-weight: 900;
}

.cs-sponsor-step h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
}

.cs-sponsor-step p {
  margin: 0;
  color: #4d6071;
  font-size: .92rem;
  line-height: 1.45;
}

.cs-sponsor-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(212, 162, 89, .16);
  border: 1px solid rgba(212, 162, 89, .32);
  color: #fff;
}

.cs-sponsor-note strong {
  flex: 0 0 auto;
  color: #fff;
}

.cs-sponsor-note span {
  color: rgba(255, 255, 255, .82);
}

.price-card {
  border: 2px solid rgba(13, 43, 69, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(13, 43, 69, .08);
}

.cs-map-shell {
  height: calc(100vh - 58px);
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  background: #fff;
}

#costieraMap {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.cs-map-sidebar {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: .75rem;
  min-height: 0;
  padding: .75rem;
  border-right: 1px solid rgba(13, 43, 69, .12);
  background: var(--cs-light);
  overflow: hidden;
}

.cs-map-sidebar-section {
  min-height: 0;
  overflow: auto;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13, 43, 69, .08);
  padding: .75rem;
}

.cs-map-box-head {
  margin-bottom: .55rem;
}

.cs-map-box-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  background: transparent;
  color: var(--cs-dark);
  padding: 0;
  text-align: left;
  font-weight: 800;
}

.cs-map-box-toggle::after {
  content: "^";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  font-size: .78rem;
  line-height: 1;
}

.cs-map-box-toggle[aria-expanded="false"]::after {
  content: "v";
}

.cs-map-box-count {
  margin-left: auto;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  padding: .18rem .5rem;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.2;
}

.cs-map-box-count:empty {
  display: none;
}

.cs-map-box-body[hidden],
#mapUsefulList[hidden],
#mapPromoList[hidden],
#mapEventList[hidden],
#mapTransportList[hidden] {
  display: none;
}

.cs-map-canvas {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cs-map-categorybar {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  position: relative;
  z-index: 10;
  left: auto;
  top: auto;
  width: 58px;
  margin: .85rem;
  padding: .32rem;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(13, 43, 69, .12);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.cs-map-selected-category {
  position: absolute;
  top: 0;
  left: 66px;
  display: flex;
  align-items: center;
  gap: .3rem;
  width: max-content;
  max-width: 220px;
  padding: .4rem .65rem;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: #64748b;
  font-size: .74rem;
  line-height: 1.1;
  box-shadow: 0 8px 22px rgba(13, 43, 69, .1);
}

.cs-map-selected-category strong {
  overflow: hidden;
  color: var(--cs-dark);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs-map-categorybar .d-flex {
  flex-direction: column;
  max-height: 184px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.cs-map-categorybar .d-flex::-webkit-scrollbar {
  display: none;
}

.cs-map-category-nav {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1;
}

.cs-map-category-nav:first-child {
  margin-bottom: .35rem;
}

.cs-map-category-nav:last-child {
  margin-top: .35rem;
}

.cs-map-category-btn {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 43, 69, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--cs-blue);
  font-size: .72rem;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(13, 43, 69, .08);
}

.cs-map-category-btn.is-active {
  border-color: var(--cs-blue);
  background: var(--cs-blue);
  color: #fff;
}

.cs-map-category-btn.is-active img {
  filter: drop-shadow(0 1px 2px rgba(255,255,255,.35));
}

.cs-map-category-count {
  position: absolute;
  right: -3px;
  top: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 .25rem;
  border-radius: 999px;
  background: #D4A259;
  color: #0D2B45;
  font-size: .62rem;
  line-height: 17px;
  box-shadow: 0 2px 8px rgba(13, 43, 69, .18);
}

.cs-map-locate-btn {
  position: absolute;
  z-index: 10;
  top: calc(.85rem + 282px);
  right: .85rem;
  box-shadow: 0 10px 28px rgba(13, 43, 69, .18);
}

.cs-map-emergency-btn {
  position: absolute;
  z-index: 10;
  top: calc(.85rem + 330px);
  right: .85rem;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 38px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(13, 43, 69, .18);
}

.cs-map-emergency-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: #fff;
}

.cs-map-emergency-icon::before,
.cs-map-emergency-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #dc3545;
  transform: translate(-50%, -50%);
}

.cs-map-emergency-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cs-map-emergency-panel {
  position: absolute;
  z-index: 15;
  top: .85rem;
  right: .85rem;
  width: min(330px, calc(100% - 1.7rem));
  padding: .85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 42px rgba(13, 43, 69, .22);
  border: 1px solid rgba(13, 43, 69, .12);
}

.cs-map-emergency-panel[hidden] {
  display: none;
}

.cs-emergency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.cs-emergency-grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .45rem;
  align-items: center;
  padding: .55rem;
  border-radius: 8px;
  text-decoration: none;
  color: #0D2B45;
  background: #FAF7F2;
  border: 1px solid rgba(13, 43, 69, .1);
}

.cs-emergency-useful {
  margin-top: .7rem;
  padding-top: .7rem;
  border-top: 1px solid rgba(13, 43, 69, .1);
}

.cs-emergency-useful-title {
  margin-bottom: .45rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cs-emergency-useful-grid {
  display: grid;
  gap: .4rem;
}

.cs-emergency-useful-grid button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: .45rem;
  padding: .45rem .5rem;
  border: 1px solid rgba(13, 43, 69, .1);
  border-radius: 8px;
  background: #fff;
  color: #0D2B45;
  font-weight: 800;
  text-align: left;
}

.cs-emergency-useful-grid button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs-emergency-useful-grid button strong {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0D2B45;
  color: #fff;
  font-size: .75rem;
}

.cs-emergency-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 32px;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-weight: 800;
  font-size: .85rem;
}

.cs-emergency-grid strong {
  font-size: .84rem;
  line-height: 1.15;
}

.cs-map-sponsor-strip {
  position: static;
  z-index: 12;
  width: auto;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px 28px;
  align-items: center;
  gap: .45rem;
  padding: .45rem;
  margin: .55rem .85rem .85rem;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 26px rgba(13, 43, 69, .12);
  backdrop-filter: blur(10px);
}

.cs-map-sponsor-show {
  position: absolute;
  z-index: 13;
  right: .85rem;
  bottom: .85rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 38px;
  padding: .35rem .7rem;
  border: 1px solid rgba(212, 162, 89, .55);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--cs-dark);
  box-shadow: 0 12px 28px rgba(13, 43, 69, .18);
  font-size: .82rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.cs-map-sponsor-show[hidden] {
  display: none;
}

.cs-map-sponsor-show strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #D4A259;
  color: #0D2B45;
  font-size: .72rem;
}

.cs-map-sponsor-strip[hidden] {
  display: none;
}

.cs-map-sponsor-strip.is-flying {
  position: absolute;
  left: 50%;
  bottom: .9rem;
  width: min(230px, calc(100% - 7rem));
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: .42rem;
  animation: sponsorFlyIn var(--cs-sponsor-transition-ms, 850ms) cubic-bezier(.2, .85, .2, 1) both;
}

.cs-map-sponsor-strip.is-flying.is-exiting {
  animation: sponsorFlyOut var(--cs-sponsor-transition-ms, 520ms) ease-in both;
}

.cs-map-sponsor-strip.is-flying .cs-map-sponsor-nav,
.cs-map-sponsor-strip.is-flying .cs-map-sponsor-close {
  display: none;
}

.cs-map-sponsor-strip.is-flying .cs-map-sponsor-list {
  justify-content: center;
  overflow: visible;
}

@keyframes sponsorFlyIn {
  0% {
    opacity: 0;
    transform: translate(120%, -95px) scale(.82) rotate(4deg);
  }
  58% {
    opacity: 1;
    transform: translate(-58%, -24px) scale(1.02) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1) rotate(0);
  }
}

@keyframes sponsorFlyOut {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-145%, -78px) scale(.76) rotate(-5deg);
  }
}

.cs-map-sponsor-list {
  display: flex;
  gap: .55rem;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cs-map-sponsor-list::-webkit-scrollbar {
  display: none;
}

.cs-map-sponsor-card {
  flex: 0 0 82px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  width: 82px;
  aspect-ratio: 1 / 1;
  padding: .28rem;
  border: 1px solid rgba(212, 162, 89, .35);
  border-radius: 8px;
  background: #fff;
  color: var(--cs-dark);
  text-align: left;
  cursor: pointer;
}

.cs-map-sponsor-card:hover {
  border-color: rgba(212, 162, 89, .8);
  box-shadow: 0 10px 24px rgba(212, 162, 89, .22);
  transform: translateY(-1px);
}

.cs-map-sponsor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  background: #fff;
}

.cs-map-sponsor-copy {
  min-width: 0;
}

.cs-map-sponsor-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--cs-dark);
  font-size: .86rem;
  font-weight: 800;
}

.cs-map-sponsor-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #536273;
  font-size: .73rem;
}

.cs-map-sponsor-cta {
  display: inline-flex;
  margin-top: .15rem;
  color: var(--cs-blue);
  font-size: .72rem;
  font-weight: 800;
}

.cs-sponsor-info {
  width: min(390px, calc(100vw - 54px));
  max-width: 100%;
}

.cs-sponsor-info img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: .55rem;
}

.cs-sponsor-info h2 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 .35rem;
}

.cs-sponsor-info .badge {
  color: #0D2B45;
  background: #D4A259 !important;
}

.cs-sponsor-preview-map {
  min-height: 260px;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  overflow: hidden;
}

.cs-sponsor-live-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  background: #eef4f7;
}

.cs-sponsor-live-preview-map {
  position: absolute;
  inset: 0;
}

.cs-sponsor-live-flyer {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 0;
  display: flex;
  width: min(230px, calc(100% - 32px));
  min-height: 66px;
  align-items: center;
  gap: .65rem;
  padding: .5rem;
  border: 1px solid rgba(212, 162, 89, .75);
  border-radius: 8px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 28px rgba(13, 43, 69, .2);
  pointer-events: none;
  animation: cs-sponsor-preview-pass 9s ease-in-out infinite;
}

.cs-sponsor-live-flyer.is-restarting {
  animation-name: cs-sponsor-preview-pass;
}

.cs-sponsor-live-flyer img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 6px;
  object-fit: cover;
  background: #edf1f4;
}

.cs-sponsor-live-flyer span,
.cs-sponsor-live-flyer strong {
  display: block;
}

.cs-sponsor-live-flyer span {
  color: #9a6800;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cs-sponsor-live-flyer strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--cs-dark);
  font-size: .9rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes cs-sponsor-preview-pass {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  14%,
  68% {
    opacity: 1;
    transform: translateX(16px);
  }
  84%,
  100% {
    opacity: 0;
    transform: translateX(calc(100% + 260px));
  }
}

.cs-map-sponsor-nav {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.cs-map-sponsor-close {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.cs-map-promo-panel.has-local-suggestions {
  border-color: rgba(212, 162, 89, .75);
  box-shadow: 0 0 0 3px rgba(212, 162, 89, .18), 0 12px 28px rgba(13, 43, 69, .12);
}

.cs-map-promo-panel.has-local-suggestions strong::after {
  content: "";
  display: inline-block;
  width: .55rem;
  height: .55rem;
  margin-left: .45rem;
  border-radius: 999px;
  background: #D4A259;
  box-shadow: 0 0 0 .28rem rgba(212, 162, 89, .2);
  vertical-align: middle;
}

.cs-user-location {
  min-width: 140px;
}

.cs-map-list-panel {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.cs-map-list-search .form-control {
  border-radius: 999px;
  border-color: rgba(13, 43, 69, .14);
  background: #fff;
}

.cs-map-poi-count {
  border: 0;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
  padding: .2rem .55rem;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
}

.cs-map-poi-count::after {
  content: "⌄";
  margin-left: .25rem;
  font-size: .72rem;
}

.cs-map-poi-count[aria-expanded="true"]::after {
  content: "⌃";
}

.cs-map-poi-list {
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cs-map-list-panel.is-open {
  opacity: 1;
}

.cs-map-promo-panel {
  overflow: auto;
}

.cs-map-useful-list {
  display: grid;
  gap: 8px;
}

.cs-map-useful-item {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  padding: 7px 9px;
  color: #0D2B45;
  background: #fff;
  text-align: left;
}

.cs-map-useful-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cs-map-useful-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.cs-map-useful-item strong {
  min-width: 28px;
  border-radius: 999px;
  padding: 3px 7px;
  color: #fff;
  background: #0D2B45;
  text-align: center;
  font-size: .76rem;
}

#mapPromoList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}

.cs-map-promo-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 18px rgba(13, 43, 69, .08);
}

.cs-map-promo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-map-promo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F2E9DB, #FAF7F2);
  color: var(--cs-blue);
  font-size: 1.35rem;
  font-weight: 800;
}

.cs-promo-info img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: .65rem;
}

.cs-promo-info h2 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 .35rem;
}

.cs-sponsored-label {
  display: inline-flex;
  margin-bottom: .45rem;
  padding: .15rem .45rem;
  border-radius: 999px;
  background: #D4A259;
  color: #0D2B45;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cs-map-poi-item {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(13, 43, 69, .08);
  background: transparent;
  padding: .55rem 0;
}

.cs-map-poi-item:last-child {
  border-bottom: 0;
}

.cs-map-event-item {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(13, 43, 69, .08);
  background: transparent;
  padding: .55rem 0;
}

.cs-map-event-item:last-child {
  border-bottom: 0;
}

.cs-event-info {
  width: min(390px, calc(100vw - 54px));
}

.cs-map-detail-tabs {
  display: flex;
  gap: .3rem;
  margin: .55rem 0;
  padding-bottom: .35rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.cs-map-detail-tab {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid rgba(13, 43, 69, .14);
  border-radius: 6px;
  padding: .35rem .6rem;
  background: #fff;
  color: #0D2B45;
  font-size: .76rem;
  font-weight: 700;
}

.cs-map-detail-tab.active {
  border-color: #0D2B45;
  background: #0D2B45;
  color: #fff;
}

.cs-map-detail-panels {
  min-height: 120px;
}

.cs-map-detail-panel {
  max-height: 285px;
  overflow-y: auto;
  padding: .25rem .15rem .35rem 0;
  scrollbar-width: thin;
}

.cs-map-detail-panel[hidden] {
  display: none;
}

.cs-event-appointments {
  display: grid;
  gap: .5rem;
}

.cs-event-appointment {
  display: grid;
  gap: .15rem;
  padding: .55rem .65rem;
  border: 1px solid rgba(13, 43, 69, .1);
  border-radius: 7px;
  background: #FAF7F2;
}

.cs-event-appointment strong {
  color: #0D2B45;
  font-size: .82rem;
}

.cs-event-appointment span,
.cs-event-appointment small {
  font-size: .78rem;
}

.cs-event-info h2 {
  margin: .25rem 0 .35rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.cs-event-info p {
  font-size: .88rem;
  line-height: 1.45;
}

.cs-event-description {
  max-height: 190px;
  overflow-y: auto;
  margin: .65rem 0 .8rem;
  padding: .65rem .7rem;
  border: 1px solid rgba(13, 43, 69, .1);
  border-radius: 8px;
  background: #FAF7F2;
  color: #243746;
  font-size: .9rem;
  line-height: 1.5;
}

.cs-event-description::-webkit-scrollbar {
  width: 6px;
}

.cs-event-description::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(13, 43, 69, .28);
}

.cs-event-badge {
  display: inline-flex;
  align-items: center;
  padding: .15rem .5rem;
  border-radius: 999px;
  background: #F2E9DB;
  color: #0D2B45;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cs-event-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .35rem;
}

.cs-event-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(13, 43, 69, .12);
}

.cs-event-pdf {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(13, 43, 69, .12);
  background: #F2E9DB;
  color: #0D2B45;
  font-weight: 800;
  text-decoration: none;
}

.cs-poi-info {
  width: min(420px, calc(100vw - 54px));
  min-width: min(330px, calc(100vw - 54px));
  color: var(--cs-dark);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gm-style .gm-style-iw-c {
  max-width: calc(100vw - 24px) !important;
}

.gm-style .gm-style-iw-d {
  max-width: calc(100vw - 36px) !important;
  overflow-x: hidden !important;
}

.cs-poi-info-header {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding-bottom: .55rem;
  border-bottom: 1px solid rgba(13, 43, 69, .08);
}

.cs-poi-info-icon {
  flex: 0 0 auto;
  border-radius: 8px;
}

.cs-poi-info-title strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
}

.cs-poi-info-category,
.cs-poi-info-label,
.cs-poi-info-meta span {
  color: #64748b;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-poi-info-status {
  margin-top: .25rem;
  color: #1E4E6E;
  font-size: .82rem;
  font-weight: 700;
}

.cs-poi-info-media-row {
  display: flex;
  gap: .65rem;
  align-items: stretch;
  margin: .65rem 0;
}

.cs-poi-info-thumb {
  flex: 0 0 92px;
  width: 92px;
  height: 72px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(13, 43, 69, .1);
  background: #F2E9DB;
}

.cs-poi-info-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-poi-info-meta {
  display: grid;
  gap: .35rem;
  min-width: 0;
  font-size: .78rem;
}

.cs-poi-info-meta strong {
  display: block;
  max-width: 220px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.cs-poi-info-body {
  max-height: 250px;
  overflow: auto;
  padding-right: .25rem;
  scroll-behavior: smooth;
}

.cs-poi-info-section {
  margin-bottom: .75rem;
}

.cs-poi-data {
  display: grid;
  gap: .38rem;
}

.cs-poi-data-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: .45rem .55rem;
  border: 1px solid rgba(13, 43, 69, .08);
  border-radius: 8px;
  background: rgba(250, 247, 242, .72);
  color: var(--cs-dark);
  font-size: .82rem;
  text-decoration: none;
}

.cs-poi-data-row:hover {
  border-color: rgba(30, 78, 110, .24);
  background: #fff;
}

.cs-poi-data-row span {
  color: #64748b;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.cs-poi-data-row strong {
  max-width: 210px;
  overflow-wrap: anywhere;
  text-align: right;
}

.cs-poi-info-description {
  font-size: .86rem;
  line-height: 1.45;
}

.cs-poi-info-table {
  font-size: .76rem;
}

.cs-poi-info-table th {
  white-space: nowrap;
}

.cs-poi-info-scroll-actions {
  display: flex;
  justify-content: center;
  gap: .35rem;
  margin: .35rem 0 .5rem;
}

.cs-poi-info-scroll-actions button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(13, 43, 69, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--cs-blue);
  font-weight: 800;
  line-height: 1;
}

.cs-poi-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(13, 43, 69, .08);
}

.cs-poi-report {
  margin-top: .75rem;
  padding: .7rem;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  background: #FAF7F2;
}

.cs-poi-report textarea {
  resize: vertical;
}

.cs-poi-report-alert:empty {
  display: none;
}

.cs-poi-info-loading {
  min-width: 180px;
  padding: .75rem;
  color: #536273;
  font-size: .88rem;
}

.badge-new {
  background: var(--cs-yellow);
  color: #3b2b00;
}

.cs-footer {
  background: var(--cs-blue);
  color: #fff;
}

.cs-footer-logo {
  height: 46px;
  width: auto;
}

.cs-mobile-body {
  background: #fff;
  overflow: hidden;
}

.cs-mobile-topbar {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  padding: .5rem .75rem;
  border-bottom: 1px solid rgba(13, 43, 69, .12);
  background: rgba(255, 255, 255, .97);
}

.cs-mobile-brand {
  flex: 0 1 auto;
  min-width: 0;
}

.cs-mobile-topbar img {
  height: 34px;
  max-width: 100%;
  width: auto;
}

.cs-mobile-map-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .3rem;
  margin-left: auto;
}

.cs-mobile-auth-actions {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.cs-map-top-action,
.cs-language-btn {
  flex: 0 0 34px;
}

.cs-language-btn {
  width: 38px;
  padding: 0 .15rem;
  font-size: .68rem;
  letter-spacing: 0;
}

.cs-language-btn::after {
  margin-left: .18rem;
  vertical-align: middle;
}

.cs-mobile-language-menu {
  min-width: 150px;
}

.cs-mobile-language-menu .dropdown-item {
  display: flex;
  gap: .65rem;
  align-items: center;
  font-weight: 800;
}

.cs-mobile-language-menu .dropdown-item span {
  color: #64748b;
  font-weight: 500;
}

.cs-location-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.cs-location-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: currentColor;
}

.cs-location-icon::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 6px;
  bottom: -5px;
  left: 6px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.cs-map-top-action.is-loading .cs-location-icon {
  animation: cs-location-pulse .9s ease-in-out infinite alternate;
}

@keyframes cs-location-pulse {
  to { transform: scale(.72); opacity: .55; }
}

.cs-icon-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}

.cs-nav-icon-link {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
}

.cs-nav-icon-link > span:first-child {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(13, 43, 69, .08);
  font-weight: 800;
  line-height: 1;
}

.cs-admin-body {
  background: #f4f7fb;
}

.cs-admin-sidebar {
  background: #fff;
  border-right: 1px solid rgba(13, 43, 69, .1);
  max-height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 0;
}

.cs-admin-menu {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  padding-bottom: 1rem;
}

.cs-admin-menu-group {
  border-bottom: 1px solid rgba(13, 43, 69, .07);
  padding-bottom: .35rem;
}

.cs-admin-menu-title {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(13, 43, 69, .7);
  display: flex;
  font-size: .75rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .06em;
  padding: .55rem .35rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.cs-admin-menu-title[aria-expanded="true"] .cs-admin-menu-chevron {
  transform: rotate(45deg);
}

.cs-admin-menu-chevron {
  color: rgba(13, 43, 69, .45);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform .15s ease;
}

.cs-admin-menu-link,
.cs-admin-sidebar .nav-link {
  color: var(--cs-dark);
  border-radius: 8px;
  display: block;
  font-weight: 600;
  padding: .48rem .65rem;
  text-decoration: none;
}

.cs-admin-menu-link:hover,
.cs-admin-sidebar .nav-link:hover {
  background: rgba(13, 43, 69, .08);
  color: var(--cs-blue);
}

.cs-admin-menu-link.active {
  background: var(--cs-dark);
  color: #fff;
}

.cs-admin-menu-actions {
  border-top: 1px solid rgba(13, 43, 69, .1);
  margin-top: .35rem;
  padding-top: .5rem;
}

.cs-admin-map-preview {
  align-items: flex-start;
  background: #dce4ec;
  border: 1px solid rgba(13, 43, 69, .14);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  min-height: 720px;
  overflow: auto;
  padding: 1rem;
}

.cs-admin-map-preview iframe {
  background: #fff;
  border: 0;
  box-shadow: 0 12px 36px rgba(13, 43, 69, .18);
  display: block;
  height: 760px;
  transition: width .2s ease;
}

.cs-admin-map-preview-desktop iframe {
  width: 100%;
}

.cs-admin-map-preview-mobile iframe {
  width: 390px;
}

.cs-admin-map {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  border: 1px solid rgba(13, 43, 69, .12);
}

.cs-admin-guide-map {
  min-height: 390px;
}

.cs-admin-guide-list {
  max-height: calc(100vh - 240px);
  overflow: auto;
}

.cs-admin-compact-list {
  max-height: calc(100vh - 240px);
  overflow: auto;
}

.cs-admin-body .table {
  --bs-table-bg: transparent;
}

.cs-admin-body .table th {
  color: #536273;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cs-admin-guide-categories {
  max-height: 280px;
  overflow: auto;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  padding: .55rem;
  background: #fff;
}

.cs-admin-tabs .nav-link {
  font-weight: 700;
  color: var(--cs-dark);
}

.cs-check-list label {
  margin-left: .4rem;
  margin-bottom: .35rem;
}

.cs-icon-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: .4rem;
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  padding: .5rem;
}

.cs-icon-choice {
  display: flex;
  align-items: center;
  gap: .35rem;
  min-height: 42px;
  padding: .3rem;
  border: 1px solid rgba(13, 43, 69, .1);
  border-radius: 8px;
  background: #fff;
  color: #27384a;
  font-size: .78rem;
  text-decoration: none;
}

.cs-icon-choice:hover {
  border-color: #0d6efd;
  background: #f6f9ff;
}

.cs-upload-drop {
  border: 1px dashed rgba(13, 110, 253, .45);
  border-radius: 8px;
  background: #f8fbff;
  padding: .75rem;
}

.cs-upload-drop.is-dragover {
  border-color: #0d6efd;
  background: #edf5ff;
}

.cs-admin-feedback-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(13, 43, 69, .28);
}

.cs-admin-feedback-modal .modal-header {
  gap: .8rem;
  border-bottom: 1px solid rgba(13, 43, 69, .1);
}

.cs-admin-feedback-symbol {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: #e8f6ee;
  color: #176b3a;
  font-size: .78rem;
  font-weight: 900;
}

.cs-admin-feedback-modal[data-feedback-type="danger"] .cs-admin-feedback-symbol {
  background: #fdebec;
  color: #b4232c;
  font-size: 1.2rem;
}

.cs-admin-feedback-modal[data-feedback-type="warning"] .cs-admin-feedback-symbol {
  background: #fff3d9;
  color: #8a5a00;
  font-size: 1.2rem;
}

.cs-admin-feedback-modal[data-feedback-type="info"] .cs-admin-feedback-symbol {
  background: #e6f2fa;
  color: #1e4e6e;
  font-size: 1.1rem;
}

.cs-admin-feedback-kicker {
  color: #6b7785;
  letter-spacing: .04em;
}

.cs-admin-feedback-body {
  color: var(--cs-dark);
  font-size: 1rem;
  line-height: 1.55;
}

.cs-admin-feedback-body a {
  font-weight: 700;
}

@media (min-width: 992px) {
  .cs-logo { height: 52px; }
}

@media (max-width: 991.98px) {
  .cs-map-shell {
    height: calc(100vh - 58px);
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto auto;
    overflow: hidden;
    position: relative;
  }
  .cs-map-sidebar {
    grid-column: 1;
    grid-row: 3;
    order: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    gap: .35rem;
    min-width: 0;
    min-height: 0;
    padding: .38rem .5rem;
    border-right: 0;
    border-top: 1px solid rgba(13, 43, 69, .12);
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
    z-index: 1200;
  }
  .cs-map-sidebar::-webkit-scrollbar {
    display: none;
  }
  .cs-map-canvas {
    grid-column: 1;
    grid-row: 1;
    order: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  #costieraMap {
    flex: 1 1 auto;
    min-height: 0;
  }
  .cs-map-categorybar {
    grid-column: 1;
    grid-row: 2;
    position: static;
    width: auto;
    max-height: none;
    margin: 0;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: .45rem;
    padding: .4rem .55rem;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, .98);
  }
  .cs-map-selected-category {
    position: static;
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    min-width: 0;
    color: #64748b;
    font-size: .7rem;
    line-height: 1.1;
  }
  .cs-map-selected-category strong {
    max-width: 70%;
    overflow: hidden;
    color: var(--cs-dark);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cs-map-categorybar > .cs-map-category-nav,
  .cs-map-categorybar > #mapCategoryFilters {
    grid-row: 2;
  }
  .cs-map-categorybar .d-flex {
    flex-direction: row;
    max-height: none;
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    padding: .15rem .1rem;
  }
  .cs-map-category-nav {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    flex: 0 0 32px;
  }
  .cs-map-category-btn {
    scroll-snap-align: center;
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  .cs-map-category-btn img {
    width: 22px;
    height: 22px;
  }
  .cs-map-emergency-icon {
    width: 18px;
    height: 18px;
  }
  .cs-map-emergency-panel {
    top: .65rem;
    right: .65rem;
    left: .65rem;
    width: auto;
    max-height: calc(100% - 1.3rem);
    overflow: auto;
  }
  .cs-emergency-grid {
    grid-template-columns: 1fr;
  }
  .cs-poi-info {
    width: min(330px, calc(100vw - 46px));
    min-width: min(300px, calc(100vw - 46px));
  }
  .cs-poi-info-body {
    max-height: 240px;
  }
  .cs-poi-info-media-row {
    gap: .5rem;
  }
  .cs-poi-info-thumb {
    flex-basis: 82px;
    width: 82px;
  }
  .cs-poi-data-row {
    gap: .45rem;
  }
  .cs-poi-data-row strong,
  .cs-poi-info-meta strong {
    max-width: 185px;
  }
  .cs-map-sponsor-strip {
    position: static;
    width: auto;
    margin: .5rem .55rem .55rem;
    grid-template-columns: 30px minmax(0, 1fr) 30px 28px;
    padding: .4rem;
    box-shadow: 0 8px 22px rgba(13, 43, 69, .12);
  }
  .cs-map-sponsor-show {
    right: .65rem;
    bottom: .65rem;
    min-height: 34px;
    padding: .28rem .58rem;
    font-size: .76rem;
  }
  .cs-map-sponsor-strip.is-flying {
    position: absolute;
    bottom: .65rem;
    width: min(178px, calc(100% - 5.2rem));
    margin: 0;
    grid-template-columns: minmax(0, 1fr);
  }
  .cs-map-sponsor-nav {
    width: 30px;
    height: 30px;
  }
  .cs-map-sponsor-card {
    flex-basis: 68px;
    width: 68px;
    min-height: 0;
    padding: .25rem;
  }
  .cs-map-sponsor-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }
  .cs-map-sponsor-title {
    font-size: .78rem;
  }
  .cs-map-sponsor-text {
    display: none;
  }
  .cs-sponsor-info {
    width: 100%;
    max-width: none;
  }
  .cs-sponsor-info img {
    width: 100%;
    max-height: min(260px, 58vw);
  }
  .cs-map-community-action {
    order: 2;
  }
  #mapUsefulPanel {
    order: 1;
  }
  #mapPromoPanel {
    order: 3;
  }
  #mapPoiPanel {
    order: 4;
  }
  #mapEventPanel {
    order: 5;
  }
  #mapTransportPanel {
    order: 6;
  }
  .cs-map-sidebar-section {
    min-width: 0;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .cs-map-sidebar .cs-map-box-head {
    height: 100%;
    margin: 0;
  }
  .cs-map-sidebar .cs-map-box-toggle,
  .cs-map-community-action > button {
    width: 100% !important;
    min-height: 40px;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: .12rem;
    margin: 0 !important;
    padding: .42rem .25rem;
    border: 1px solid rgba(13, 43, 69, .15);
    border-radius: 8px;
    background: #fff;
    color: var(--cs-dark);
    font-size: .68rem;
    line-height: 1.1;
    white-space: nowrap;
  }
  .cs-map-sidebar .cs-map-box-toggle > span:not(.cs-map-box-count) {
    display: none;
  }
  .cs-map-community-action > button > span {
    display: none;
  }
  .cs-map-sidebar .cs-map-box-toggle > .bi,
  .cs-map-community-action > button > .bi {
    order: 1;
    display: block;
    font-size: 1rem;
    line-height: 1;
  }
  .cs-map-sidebar .cs-map-box-toggle::before,
  .cs-map-community-action > button::before {
    order: 2;
    content: attr(data-mobile-label);
    font-size: .58rem;
    font-weight: 800;
  }
  .cs-map-community-action > button {
    font-size: 0;
  }
  .cs-map-sidebar .cs-map-box-toggle[aria-expanded="true"] {
    border-color: var(--cs-blue);
    background: var(--cs-blue);
    color: #fff;
  }
  .cs-map-sidebar .cs-map-box-toggle::after {
    display: none;
  }
  .cs-map-sidebar .cs-map-box-count {
    position: absolute;
    top: 2px;
    right: 3px;
    margin-left: 0;
    padding: .1rem .28rem;
    font-size: .58rem;
  }
  .cs-map-sidebar .cs-map-box-toggle[aria-expanded="true"] .cs-map-box-count {
    background: rgba(255, 255, 255, .18);
    color: #fff;
  }
  .cs-map-sidebar .cs-map-box-body,
  .cs-map-sidebar #mapUsefulList,
  .cs-map-sidebar #mapPromoList,
  .cs-map-sidebar #mapEventList,
  .cs-map-sidebar #mapTransportList {
    position: absolute;
    z-index: 1250;
    right: .55rem;
    bottom: 54px;
    left: .55rem;
    max-height: min(48vh, 380px);
    overflow: auto;
    padding: .75rem;
    border: 1px solid rgba(13, 43, 69, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -10px 30px rgba(13, 43, 69, .18);
  }
  .cs-map-list-panel {
    min-height: 0;
  }
  .cs-map-poi-list {
    max-height: 260px;
  }
}

@media (max-width: 991.98px) and (orientation: portrait) {
  .cs-map-shell {
    grid-template-rows: minmax(0, 1fr) auto auto;
  }

  .cs-map-sidebar {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .35rem;
    padding: .38rem .5rem;
  }

  .cs-map-poi-list {
    max-height: 260px;
  }

  #mapEventPanel,
  #mapPromoPanel,
  #mapTransportPanel {
    flex: 0 0 auto;
  }
}

.cs-map-transport-list {
  display: grid;
  gap: .45rem;
}

.cs-map-transport-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .65rem;
  padding: .65rem .7rem;
  border: 1px solid rgba(13, 43, 69, .12);
  border-radius: 8px;
  background: #fff;
  color: var(--cs-dark);
  text-align: left;
}

.cs-map-transport-item:hover,
.cs-map-transport-item:focus-visible {
  border-color: var(--cs-gold);
  background: #fffaf1;
}

.cs-map-transport-item > .bi {
  flex: 0 0 auto;
  color: var(--cs-blue);
  font-size: 1.2rem;
}

.cs-map-transport-item span,
.cs-map-transport-item strong,
.cs-map-transport-item small {
  display: block;
  min-width: 0;
}

.cs-map-transport-item small {
  margin-top: .1rem;
  color: #64748b;
}

@media (max-width: 767.98px) {
  .cs-sponsor-hero {
    padding: 22px;
  }

  .cs-sponsor-steps {
    grid-template-columns: 1fr;
  }

  .cs-sponsor-step {
    min-height: 0;
  }

  .cs-sponsor-note {
    flex-direction: column;
  }
}

.cs-legal-page {
  max-width: 920px;
  margin: 0 auto;
}

.cs-legal-page section + section {
  margin-top: 2rem;
}

.cs-legal-page h2 {
  margin-bottom: .75rem;
  font-size: 1.2rem;
  font-weight: 750;
  color: var(--cs-dark);
}

.cs-legal-page li + li {
  margin-top: .45rem;
}

.cs-legal-kicker {
  color: var(--cs-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-cookie-table th {
  color: var(--cs-dark);
  white-space: nowrap;
}

.cs-footer-cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
}

.cs-cookie-consent {
  position: fixed;
  z-index: 1090;
  inset: 0;
  display: grid;
  align-items: end;
  padding: 1rem;
  background: rgba(8, 25, 39, .58);
}

.cs-cookie-consent[hidden] {
  display: none;
}

.cs-cookie-consent-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid rgba(13, 43, 69, .16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(8, 25, 39, .28);
}

.cs-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.cs-cookie-actions .btn {
  flex: 1 1 180px;
}

.cs-cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(13, 43, 69, .12);
}

.cs-cookie-option .form-check-input {
  flex: 0 0 auto;
  width: 2.4em;
  height: 1.25em;
}

.cs-checkout-consents {
  padding: 1rem;
  border: 1px solid rgba(13, 43, 69, .14);
  border-radius: 12px;
  background: #f8fafc;
  font-size: .9rem;
}

.cs-checkout-consents .form-check-input {
  margin-top: .2rem;
}

.cs-map-consent-placeholder {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 2rem;
  background: linear-gradient(145deg, #eef4f7, #dce8ee);
  color: var(--cs-dark);
  text-align: center;
}

.cs-map-consent-placeholder p {
  max-width: 520px;
  margin: .5rem auto 1rem;
}

@media (min-width: 768px) {
  .cs-cookie-consent {
    align-items: center;
  }
}
