#gotika-route-button .gotika-route-pin {
  font-size: 16px;
  line-height: 1;
}

.section-heading > small {
  display: none !important;
}

.gotika-menu-promo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: center;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(215, 25, 50, 0.48);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(116, 8, 23, 0.34), rgba(18, 8, 10, 0.9));
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
  color: #f5efe7;
}

.gotika-menu-promo span {
  grid-row: 1 / 3;
  padding: 7px 10px;
  border-radius: 11px;
  background: #c9142d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.gotika-menu-promo strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}

.gotika-menu-promo small {
  color: #aaa5a2;
  font-size: 12px;
}

#gotika-route-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 0, 1, 0.84);
  backdrop-filter: blur(10px);
}

#gotika-route-modal[hidden] {
  display: none !important;
}

.gotika-route-card {
  position: relative;
  width: min(100%, 460px);
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(205, 38, 56, 0.5);
  border-radius: 26px;
  background: radial-gradient(circle at 90% 0, rgba(185, 22, 39, 0.2), transparent 38%), #09090a;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.72), 0 0 38px rgba(185, 22, 39, 0.14);
  color: #f5efe7;
}

.gotika-route-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.gotika-route-kicker {
  margin: 0 48px 7px 0;
  color: #d9253a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gotika-route-card h2 {
  margin: 0 48px 22px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 500;
}

.gotika-route-address {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.gotika-route-address strong {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

.gotika-route-address span {
  display: block;
  color: #bcb8b5;
  font-size: 14px;
  line-height: 1.5;
}

.gotika-route-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.gotika-route-actions a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.gotika-route-actions a:first-child {
  border-color: #d71932;
  background: linear-gradient(135deg, #df1d37, #980d20);
  box-shadow: 0 8px 25px rgba(190, 18, 41, 0.24);
}

.gotika-route-note {
  margin: 16px 2px 0;
  color: #8f8c8a;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 600px) {
  .gotika-menu-promo {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px;
  }

  .gotika-menu-promo span {
    grid-row: auto;
    width: max-content;
  }

  .gotika-route-card {
    padding: 25px 20px 22px;
    border-radius: 22px;
  }

  .gotika-route-card h2 {
    font-size: 29px;
  }

  .gotika-route-actions {
    grid-template-columns: 1fr;
  }
}
