:root {
  --ikp-blue: #3856b6;
  --ikp-blue-2: #3f7fd8;
  --ikp-cyan: #37bdf4;
  --ikp-ink: #20232a;
  --ikp-muted: #667089;
  --ikp-soft: #f7f9ff;
  --ikp-line: #d9e2f2;
  --ikp-white: #fff;
  --ikp-green: #1fb757;
  --ikp-shadow: 0 18px 46px rgba(31, 47, 86, .12);
  --ikp-radius: 18px;
}

.ikeros-template-single,
.ikeros-template-single * {
  box-sizing: border-box;
}

.ikeros-svg-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  vertical-align: -0.12em;
}

body.ikeros-premium-active {
  background: var(--ikp-soft);
}

body.ikeros-template-iframe {
  margin: 0 !important;
  background: var(--ikp-soft) !important;
}

.ikeros-template-single-iframe .ikeros-premium-hero {
  min-height: 520px !important;
}

body.ikeros-premium-active .site-content,
body.ikeros-premium-active #content {
  overflow: visible;
}

.ikeros-premium-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ikp-white);
}

.ikeros-premium-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.30) 48%, rgba(0,0,0,.22));
  pointer-events: none;
}

.ikeros-premium-hero-inner {
  position: relative;
  z-index: 1;
}

.ikeros-premium-hero-inner {
  display: block !important;
  width: min(100%, 1220px) !important;
  margin-inline: auto !important;
}

.ikeros-hero-main-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  align-items: start;
  gap: 28px;
  margin-top: 26px;
}

.ikeros-hero-main-row > .ikeros-premium-hero-panel,
.ikeros-hero-main-row > .ikeros-v2-visit-shortcode {
  margin-top: 26px;
}

.ikeros-hero-details {
  min-width: 0;
}

.ikeros-premium-title {
  max-width: 720px;
  margin: 0 !important;
  color: #fff !important;
  font-weight: 800 !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 14px 36px rgba(0,0,0,.25);
}

.ikeros-premium-hero-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
  margin-top: 18px;
}

.ikeros-premium-hero-meta .ikeros-premium-hero-chip,
.ikeros-premium-hero-meta .ikeros-premium-hero-chip {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.ikeros-premium-hero-meta .ikeros-premium-hero-chip {
  min-height: 46px;
  padding: 9px 14px !important;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.ikeros-v2-visit-shortcode,
.ikeros-premium-hero-panel {
  align-self: start;
  justify-self: stretch;
  min-height: 286px;
  margin-top: 0;
}

.ikeros-premium-hero-card,
.ikeros-v2-visit-actions {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(69, 62, 42, .58);
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
}

.ikeros-premium-hero-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 22px 22px 12px;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.ikeros-premium-hero-card-icon,
.ikeros-premium-section-head .ikeros-section-icon,
.ikeros-premium-card-head .ikeros-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef4ff;
  color: var(--ikp-blue);
  flex: 0 0 auto;
}

.ikeros-premium-hero-card strong {
  display: block;
  color: #fff;
  line-height: 1.1;
}

.ikeros-premium-hero-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.ikeros-v2-visit-actions {
  display: grid;
  gap: 14px;
  grid-auto-rows: 54px;
  padding: 18px 22px 22px;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

.ikeros-premium-hero-action,
.ikeros-premium-hero-action a,
.ikeros-premium-hero-action select,
.ikeros-premium-hero-action .gt_selector,
.ikeros-premium-hero-action .ikeros-premium-hero-link {
  width: 100%;
}

.ikeros-premium-hero-action {
  min-height: 54px;
  height: 54px;
  overflow: hidden;
}

.ikeros-premium-hero-action a,
.ikeros-premium-hero-action select,
.ikeros-premium-hero-action .gt_selector,
.ikeros-premium-hero-action .ikeros-premium-hero-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--ikp-blue) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.ikeros-premium-hero-other-pages a,
.ikeros-premium-hero-other-pages .ikeros-premium-hero-link {
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}

.ikeros-premium-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 1220px) !important;
  margin: -64px auto 0 !important;
  padding-inline: 28px !important;
  padding-bottom: 72px !important;
  background: transparent !important;
}

.ikeros-v2-audio-shortcode {
  width: 100%;
}

.ikeros-premium-audio {
  margin: 0 0 28px !important;
  color: #fff;
  background: linear-gradient(135deg, #3153b7, #438ee0) !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 70px rgba(31, 68, 158, .25) !important;
  overflow: hidden;
}

.ikeros-premium-audio .ikeros-premium-section-head {
  border-bottom-color: rgba(255,255,255,.20);
}

.ikeros-premium-audio h2 {
  color: #fff !important;
}

.audioguide-wrapper[data-ikeros-v2-audio='1'] {
  display: grid;
  gap: 10px;
}

.audioguide-wrapper[data-ikeros-v2-audio='1'] audio {
  width: 100%;
  min-height: 48px;
}

.audioguide-message[hidden],
.audioguide-reload[hidden],
.ikeros-tab-panel[hidden],
.ikeros-gallery-more-target[hidden] {
  display: none !important;
}

.ikeros-premium-content-row {
  display: flex !important;
  align-items: flex-start;
  gap: 24px !important;
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
}

.ikeros-premium-main {
  display: grid !important;
  gap: 20px !important;
  flex: 1 1 0;
  min-width: 0;
}

.ikeros-premium-aside {
  flex: 0 0 min(32%, 370px);
  min-width: 300px;
}

.ikeros-premium-section,
.ikeros-premium-card {
  position: relative;
  width: 100%;
  border: 1px solid var(--ikp-line) !important;
  border-radius: var(--ikp-radius) !important;
  background: #fff !important;
  color: var(--ikp-ink);
  box-shadow: var(--ikp-shadow) !important;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}

.ikeros-premium-section::before,
.ikeros-premium-card::before {
  content: none !important;
}

.ikeros-premium-section-head,
.ikeros-premium-card-head {
  display: flex !important;
  align-items: center;
  gap: 14px !important;
  padding: 24px 26px !important;
  border-bottom: 1px solid rgba(217,226,242,.85);
}

.ikeros-premium-section-head .ikeros-section-icon,
.ikeros-premium-card-head .ikeros-section-icon,
.ikeros-premium-section-head .ikeros-section-heading,
.ikeros-premium-card-head .ikeros-section-heading {
  margin: 0 !important;
}

.ikeros-premium-section-head h2,
.ikeros-premium-card-head h2 {
  margin: 0 !important;
  color: var(--ikp-ink) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.ikeros-mobile-section-summary {
  display: none !important;
}

.ikeros-template-single .ikeros-template-reviews .ikeros-mobile-section-summary {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-top: 8px !important;
}

.ikeros-template-single .ikeros-template-reviews .ikeros-mobile-section-summary span {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(194, 122, 28, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: #9a5b10 !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ikeros-premium-section-body,
.ikeros-premium-practical-list {
  padding: 26px !important;
}

.ikeros-tabs-list {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 6px;
  gap: 6px;
  border: 1px solid var(--ikp-line);
  border-radius: 999px;
  background: #f5f8ff;
  overflow-x: auto;
  scrollbar-width: none;
}

.ikeros-tabs-list::-webkit-scrollbar {
  display: none;
}

.ikeros-tab-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ikp-muted);
  cursor: pointer;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  font-family: inherit !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ikeros-tab-button[aria-selected='true'],
.ikeros-tab-button.is-active {
  background: linear-gradient(135deg, var(--ikp-blue), var(--ikp-blue-2));
  color: #fff;
}

.ikeros-tab-panel-title {
  margin: 0 0 18px !important;
  color: var(--ikp-ink) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.ikeros-history-tab-panel > .ikeros-premium-section-body {
  padding: 0 !important;
}

.ikeros-history-tab-panel > .ikeros-premium-section-body > :first-child {
  margin-top: 0 !important;
}

.ikeros-history-tab-panel > .ikeros-premium-section-body > :last-child {
  margin-bottom: 0 !important;
}

.ikeros-premium-history-content {
  position: relative;
  color: var(--ikp-ink);
  line-height: 1.72;
}

.ikeros-premium-history-content.is-collapsed {
  max-height: 320px;
  overflow: hidden;
}

.ikeros-premium-history-content.is-collapsed::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.ikeros-premium-read-more,
.ikeros-riddle-answer summary,
.ikeros-gallery-more-button,
.ikeros-map-facade-button {
  appearance: none;
  cursor: pointer;
  border: 1px solid #cbd6ee;
  border-radius: 999px;
  background: #fff;
  color: var(--ikp-blue);
  font-weight: 800;
}

.ikeros-premium-read-more,
.ikeros-gallery-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 28px;
}

.ikeros-v2-timeline-list {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.ikeros-v2-timeline-list::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ikp-blue), var(--ikp-cyan));
}

.ikeros-v2-timeline-item {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding: 20px 22px;
  border: 1px solid var(--ikp-line);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #f8fbff);
}

.ikeros-v2-timeline-item::before {
  content: '';
  position: absolute;
  left: -31px;
  top: 26px;
  width: 16px;
  height: 16px;
  border: 5px solid #edf3ff;
  border-radius: 50%;
  background: var(--ikp-blue);
}

.ikeros-v2-timeline-date {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(56,86,182,.10);
  color: #3856b6;
  font-weight: 800;
}

.ikeros-v2-timeline-title {
  margin: 0 0 4px !important;
  color: var(--ikp-ink) !important;
  line-height: 1.25 !important;
}

.ikeros-v2-timeline-text {
  margin: 0 !important;
  color: var(--ikp-muted);
  line-height: 1.55;
}

.ikeros-riddle-panel {
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(53, 103, 200, 0.2) !important;
  border-radius: 18px !important;
  background: radial-gradient(circle at 100% 0%, rgba(57, 168, 232, 0.14), transparent 34%), linear-gradient(145deg, #fff 0%, #f8fbff 100%) !important;
  color: var(--ikp-ink) !important;
}

.ikeros-riddle-title {
  margin: 0 0 18px !important;
  color: var(--ikp-blue) !important;
  line-height: 1.2 !important;
}

.ikeros-riddle-question {
  padding: 28px 30px 24px !important;
  color: var(--ikp-ink) !important;
  line-height: 1.6 !important;
}

.ikeros-riddle-question p {
  margin: 0 0 12px !important;
}

.ikeros-riddle-question p:last-child {
  margin-bottom: 0 !important;
}

.ikeros-riddle-answer {
  margin: 0 !important;
  border-top: 1px solid rgba(53, 103, 200, 0.16) !important;
  background: linear-gradient(135deg, rgba(18, 36, 87, 0.98), rgba(53, 103, 200, 0.94)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px) !important;
  color: #fff !important;
}

.ikeros-riddle-answer summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 20px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-weight: 800 !important;
  list-style: none !important;
}

.ikeros-riddle-answer summary::-webkit-details-marker {
  display: none !important;
}

.ikeros-riddle-answer summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
}

.ikeros-riddle-answer[open] summary::after {
  content: "-";
}

.ikeros-riddle-answer div {
  margin: 0 !important;
  padding: 0 30px 24px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  line-height: 1.55 !important;
}

.ikeros-v2-wp-gallery .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px !important;
  margin: 0 !important;
}

.ikeros-v2-wp-gallery .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.ikeros-v2-wp-gallery img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 0 !important;
  border-radius: 14px;
}

.ikeros-gallery-more-target {
  margin-top: 12px;
}

.ikeros-media-embed,
.ikeros-media-embed iframe,
.ikeros-media-embed video {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
  border-radius: 16px;
  overflow: hidden;
}

.ikeros-media-embed iframe {
  min-height: 360px;
}

.ikeros-premium-practical {
  content-visibility: auto;
  contain-intrinsic-size: 680px;
}

.ikeros-verified-top {
  margin-bottom: 16px;
}

.ikeros-verified-top .verified-badge,
.ikeros-premium-practical .verified-badge {
  border-radius: 8px !important;
}

.ikeros-price-pill-widget {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 6px 0 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--ikp-blue);
  font-weight: 800;
}

.ikeros-v2-visit-information-widget details {
  border-top: 1px solid var(--ikp-line);
  padding: 14px 0;
}

.ikeros-v2-visit-information-widget summary {
  cursor: pointer;
  color: var(--ikp-blue);
  font-weight: 800;
}

.ikeros-map-facade {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.ikeros-map-facade-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  padding: 12px 14px;
  border-radius: 14px;
  text-align: left;
}

.ikeros-map-facade-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef4ff;
}

.ikeros-map-facade-button strong,
.ikeros-map-facade-button small {
  display: block;
}

.ikeros-map-facade-button small {
  margin-top: 2px;
  color: var(--ikp-muted);
  font-weight: 600;
}

.ikeros-premium-related {
  margin-top: 36px;
}

.ikeros-mobile-accordion-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .ikeros-premium-hero-inner {
    display: block !important;
  }

  .ikeros-hero-main-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .ikeros-v2-visit-shortcode,
  .ikeros-premium-hero-panel {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 430px);
  }

  .ikeros-premium-content-row {
    flex-direction: column !important;
  }

  .ikeros-premium-aside {
    flex-basis: auto;
    min-width: 0;
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  .ikeros-premium-page {
    min-height: 64vh !important;
    min-height: 64svh !important;
  }

  .ikeros-premium-page::before {
    background: linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.62));
  }

  .ikeros-premium-hero-inner {
    align-content: end;
    padding-inline: 16px !important;
  }

  .ikeros-hero-main-row {
    gap: 18px;
  }

  .ikeros-hero-main-row > .ikeros-premium-hero-panel,
  .ikeros-hero-main-row > .ikeros-v2-visit-shortcode {
    margin-top: 18px;
  }

  .ikeros-premium-title h2,
  .ikeros-premium-title {
  }

  .ikeros-premium-hero-meta {
    display: none !important;
  }

  .ikeros-v2-visit-shortcode,
  .ikeros-premium-hero-panel {
    width: 100%;
  }

  .ikeros-premium-hero-card {
    padding: 16px 16px 8px;
  }

  .ikeros-v2-visit-actions {
    padding: 14px 16px 16px;
  }

  .ikeros-premium-shell {
    margin-top: -26px !important;
    padding-inline: 12px !important;
    padding-bottom: 96px !important;
  }

  .ikeros-premium-audio {
    margin-bottom: 18px !important;
    border-radius: 16px !important;
  }

  .ikeros-premium-section,
  .ikeros-premium-card {
    border-radius: 16px !important;
    contain-intrinsic-size: 360px;
  }

  .ikeros-premium-section-head,
  .ikeros-premium-card-head {
    padding: 20px !important;
  }

  .ikeros-premium-section-head h2,
  .ikeros-premium-section-head h2,
  .ikeros-premium-card-head h2,
  .ikeros-premium-card-head h2 {
  }

  .ikeros-premium-section-body,
  .ikeros-premium-practical-list {
    padding: 20px !important;
  }

  .ikeros-mobile-accordion > .ikeros-premium-section-head,
  .ikeros-mobile-accordion > .ikeros-premium-card-head {
    cursor: pointer;
    position: relative;
  }

  .ikeros-mobile-accordion-toggle {
    display: none !important;
  }

  .ikeros-mobile-accordion:not(.is-mobile-open) > .ikeros-premium-section-body,
  .ikeros-mobile-accordion:not(.is-mobile-open) > .ikeros-premium-practical-list {
    display: none !important;
  }

  .ikeros-tabs-list {
    display: flex;
    width: 100%;
    border-radius: 18px;
  }

  .ikeros-tab-button {
    flex: 1 0 auto;
    min-width: max-content;
  }

  .ikeros-tab-panel-title {
  }

  .ikeros-premium-history-content,
  .ikeros-riddle-question {
  }

  .ikeros-v2-timeline-list {
    padding-left: 24px;
  }

  .ikeros-v2-timeline-item {
    padding: 18px;
  }

  .ikeros-v2-wp-gallery .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .ikeros-premium-shell {
    padding-inline: 10px !important;
  }

  .ikeros-premium-section-body,
  .ikeros-premium-practical-list {
    padding: 18px !important;
  }

  .ikeros-premium-hero-card-icon,
  .ikeros-premium-section-head .ikeros-section-icon,
  .ikeros-premium-card-head .ikeros-section-icon {
    width: 50px;
    height: 50px;
  }

  .ikeros-v2-wp-gallery .gallery {
    gap: 10px !important;
  }
}

/* Final icon normalization: no container around audioguide, 25px everywhere */
.ikeros-premium-section-head .ikeros-section-icon,
.ikeros-premium-card-head .ikeros-section-icon,
.ikeros-premium-section-head .ikeros-section-icon > div,
.ikeros-premium-card-head .ikeros-section-icon > div {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.ikeros-premium-section-head .ikeros-section-icon svg,
.ikeros-premium-card-head .ikeros-section-icon svg {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  line-height: 1 !important;
}

.ikeros-premium-section-head .ikeros-section-icon,
.ikeros-premium-card-head .ikeros-section-icon {
  color: var(--ikp-blue) !important;
}

.ikeros-premium-audio .ikeros-premium-section-head .ikeros-section-icon,
.ikeros-premium-audio .ikeros-premium-section-head .ikeros-section-icon > div {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.ikeros-premium-audio .ikeros-premium-section-head .ikeros-section-icon svg {
  color: #fff !important;
  stroke: #fff !important;
}

/* Lightweight Google Maps link placeholder */
.ikeros-map-facade {
  gap: 10px !important;
}

.ikeros-map-placeholder[hidden] {
  display: none !important;
}

.ikeros-map-placeholder,
a.ikeros-map-placeholder,
a.ikeros-map-placeholder:hover,
a.ikeros-map-placeholder:focus-visible {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 220px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(190, 213, 226, .72) !important;
  border-radius: 16px !important;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px),
    radial-gradient(circle at 18% 18%, rgba(190, 245, 208, .86), transparent 34%),
    radial-gradient(circle at 86% 76%, rgba(173, 234, 214, .78), transparent 30%),
    linear-gradient(135deg, #d7f5df 0%, #cef2dc 48%, #dff7e8 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 10px 24px rgba(31,47,86,.07) !important;
  color: var(--ikp-blue) !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
}

.ikeros-map-placeholder::before,
.ikeros-map-placeholder::after,
.ikeros-map-roads::before,
.ikeros-map-roads::after {
  content: '' !important;
  position: absolute !important;
  pointer-events: none !important;
}

.ikeros-map-placeholder::before {
  inset: -18% -16% auto !important;
  height: 75% !important;
  background:
    linear-gradient(18deg, transparent 46%, rgba(102, 203, 225, .72) 47% 48.5%, rgba(255,255,255,.72) 49% 51%, transparent 52%),
    linear-gradient(102deg, transparent 41%, rgba(161, 188, 176, .50) 42% 43%, rgba(255,255,255,.62) 44% 46%, transparent 47%),
    linear-gradient(155deg, transparent 50%, rgba(104, 205, 225, .55) 51% 52%, rgba(255,255,255,.56) 53% 55%, transparent 56%) !important;
}

.ikeros-map-placeholder::after {
  inset: auto -14% -22% !important;
  height: 74% !important;
  background:
    linear-gradient(24deg, transparent 43%, rgba(98, 203, 225, .68) 44% 45.5%, rgba(255,255,255,.74) 46% 49%, transparent 50%),
    linear-gradient(128deg, transparent 48%, rgba(154, 185, 173, .52) 49% 50%, rgba(255,255,255,.60) 51% 53%, transparent 54%),
    linear-gradient(88deg, transparent 46%, rgba(255,255,255,.58) 47% 49%, transparent 50%) !important;
}

.ikeros-map-roads {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(0deg, transparent 49%, rgba(130, 173, 160, .32) 50%, transparent 51%),
    linear-gradient(90deg, transparent 49%, rgba(130, 173, 160, .28) 50%, transparent 51%) !important;
  background-size: 78px 62px !important;
  opacity: .72 !important;
}

.ikeros-map-roads::before {
  left: 10% !important;
  top: -16% !important;
  width: 16px !important;
  height: 136% !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.68) !important;
  box-shadow: inset 0 0 0 1px rgba(173, 201, 211, .28) !important;
  transform: rotate(31deg) !important;
}

.ikeros-map-roads::after {
  right: 16% !important;
  top: -16% !important;
  width: 13px !important;
  height: 136% !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.58) !important;
  box-shadow: inset 0 0 0 1px rgba(173, 201, 211, .24) !important;
  transform: rotate(-42deg) !important;
}

.ikeros-map-pin {
  position: absolute !important;
  left: 50% !important;
  top: 48% !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--ikp-blue), var(--ikp-blue-2)) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(56, 86, 182, .30) !important;
  transform: translate(-50%, -50%) !important;
}

.ikeros-map-pin .ikeros-svg-icon {
  width: 20px !important;
  height: 20px !important;
}

.ikeros-map-placeholder-label {
  position: absolute !important;
  left: 50% !important;
  bottom: 16px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  min-width: 0 !important;
  padding: 10px 18px !important;
  border: 1px solid rgba(255,255,255,.70) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.72) !important;
  box-shadow: 0 12px 26px rgba(31,47,86,.12) !important;
  color: var(--ikp-blue) !important;
  transform: translateX(-50%) !important;
}

.ikeros-map-placeholder-label strong {
  color: var(--ikp-blue) !important;
  font-weight: 800 !important;
}

.ikeros-map-placeholder-label small {
  display: none !important;
}

@media (max-width: 900px) {
  .ikeros-map-placeholder {
    min-height: 200px !important;
  }
}

/* Visit information CTA aligned with map button */
.ikeros-v2-visit-information-widget summary,
.ikeros-v2-visit-information-widget a,
.ikeros-v2-visit-information-widget button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(56, 86, 182, .22) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--ikp-blue) !important;
  box-shadow: 0 8px 18px rgba(31, 47, 86, .07) !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.ikeros-v2-visit-information-widget summary:hover,
.ikeros-v2-visit-information-widget summary:focus-visible,
.ikeros-v2-visit-information-widget a:hover,
.ikeros-v2-visit-information-widget a:focus-visible,
.ikeros-v2-visit-information-widget button:hover,
.ikeros-v2-visit-information-widget button:focus-visible {
  border-color: rgba(56, 86, 182, .38) !important;
  background: #f7faff !important;
  color: var(--ikp-blue) !important;
  text-decoration: none !important;
}

.ikeros-v2-visit-information-widget details {
  padding: 14px 0 !important;
  border-top: 1px solid var(--ikp-line) !important;
}

.ikeros-v2-visit-information-widget details:first-child {
  border-top: 0 !important;
}

.ikeros-v2-visit-information-widget details[open] summary {
  margin-bottom: 12px !important;
}

/* Hero language selector affordance */
.ikeros-premium-hero-language {
  position: relative !important;
  contain: layout paint;
}

.ikeros-premium-hero-language > *,
.ikeros-premium-hero-language .gtranslate_wrapper,
.ikeros-premium-hero-language .gt_switcher,
.ikeros-premium-hero-language .gt_container,
.ikeros-premium-hero-language .goog-te-gadget {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 54px !important;
  max-height: 54px !important;
  overflow: hidden !important;
}

.ikeros-premium-hero-language::after {
  content: '' !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  z-index: 2 !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid var(--ikp-blue) !important;
  border-bottom: 2px solid var(--ikp-blue) !important;
  pointer-events: none !important;
  transform: translateY(-62%) rotate(45deg) !important;
}

.ikeros-premium-hero-language select,
.ikeros-premium-hero-language .gt_selector {
  text-align: center !important;
  text-align-last: center !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: none !important;
  overflow: hidden !important;
}

/* Shortcode-managed responsive hero */
.ikeros-hero-interactive {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 136px 24px 104px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px),
    radial-gradient(circle at 18% 18%, rgba(67, 168, 231, 0.28), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(56, 86, 182, 0.36), transparent 34%),
    linear-gradient(135deg, #101827 0%, #1f2f5f 48%, #335fbd 100%);
}

.ikeros-hero-interactive.has-placeholder {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px),
    radial-gradient(circle at 18% 18%, rgba(67, 168, 231, 0.34), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(56, 86, 182, 0.42), transparent 34%),
    linear-gradient(135deg, #101827 0%, #1f2f5f 48%, #335fbd 100%);
}

.ikeros-hero-interactive-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 370px;
  margin: 26px 0 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.ikeros-hero-copy {
  min-width: 0;
}

.ikeros-premium-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.ikeros-premium-hero-chip .ikeros-svg-icon {
  color: #fff;
  width: 16px;
  height: 16px;
}

@media (max-width: 900px) {
  .ikeros-hero-interactive {
    min-height: 64vh;
    min-height: 64svh;
    align-items: flex-end;
    padding: 92px 16px 76px;
  }
}

.ikeros-hero-interactive .ikeros-premium-hero-inner {
  z-index: 2 !important;
}

/* Autonomous PHP single listing template for iKEROS V2. */
.ikeros-template-single {
  background: var(--ikp-soft);
}

.ikeros-template-shell {
  width: min(100%, 1220px) !important;
}

.ikeros-template-content-row {
  align-items: flex-start !important;
}

.ikeros-template-aside {
  display: block;
}

.ikeros-template-practical {
  overflow: hidden;
}

.ikeros-template-practical .ikeros-premium-card-head {
  border-top: 0 !important;
}

.ikeros-template-verified {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #0f6b3a;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.ikeros-template-claim-badge,
.ikeros-template-claim-badge:hover,
.ikeros-template-claim-badge:focus-visible {
  background: #b45309;
  color: #fff !important;
  text-decoration: none !important;
}

.ikeros-template-claim-badge:focus-visible {
  outline: 3px solid rgba(180, 83, 9, 0.34);
  outline-offset: 3px;
}

.ikeros-template-verified .ikeros-svg-icon {
  width: 20px;
  height: 20px;
  color: #fff;
  stroke: #fff;
}

.ikeros-template-booking-button,
.ikeros-template-contact a {
  color: var(--ikp-blue);
}

.ikeros-template-booking-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 1px solid var(--ikp-line);
  border-radius: 999px;
  background: #eef4ff;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.ikeros-template-booking-button:hover,
.ikeros-template-booking-button:focus-visible {
  background: linear-gradient(135deg, var(--ikp-blue), var(--ikp-blue-2));
  color: #fff;
}

.ikeros-template-opening-hours,
.ikeros-template-contact {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ikp-line);
}

.ikeros-template-practical .ikeros-template-practical-subtitle,
.ikeros-template-opening-hours .ikeros-template-practical-subtitle,
.ikeros-template-contact .ikeros-template-practical-subtitle {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 0 14px !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  background: rgba(48, 98, 202, 0.12) !important;
  color: var(--ikp-blue) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ikeros-template-opening-hours ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ikeros-template-opening-hours li,
.ikeros-template-contact p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  min-width: 0;
  max-width: 100%;
}

.ikeros-template-opening-hours li span,
.ikeros-template-contact strong {
  color: var(--ikp-muted);
}

.ikeros-template-opening-hours li strong,
.ikeros-template-contact span,
.ikeros-template-contact a {
  text-align: right;
  font-weight: 700;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.ikeros-template-social-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 2px 0;
}

.ikeros-template-social-links a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(48, 98, 202, 0.18);
  border-radius: 999px;
  background: rgba(48, 98, 202, 0.08);
  color: var(--ikp-blue);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ikeros-template-social-links a:hover,
.ikeros-template-social-links a:focus-visible {
  background: var(--ikp-blue);
  color: #fff;
  transform: translateY(-1px);
}

.ikeros-template-social-links .ikeros-svg-icon {
  width: 18px;
  height: 18px;
}

.ikeros-template-contact {
  display: grid;
  gap: 12px;
}

@media (max-width: 900px) {
  .ikeros-template-content-row {
    flex-direction: column !important;
  }

  .ikeros-template-aside {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .ikeros-template-opening-hours li,
  .ikeros-template-contact p {
    display: grid;
    gap: 4px;
  }

  .ikeros-template-opening-hours li strong,
  .ikeros-template-contact span,
  .ikeros-template-contact a {
    text-align: left;
  }

  .ikeros-template-social-links {
    justify-content: flex-start;
  }
}

/* Stable WordPress gallery grid for the autonomous interactive template. */
.ikeros-v2-wp-gallery br {
  display: none !important;
}

.ikeros-v2-wp-gallery .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
}

.ikeros-v2-wp-gallery .gallery-item {
  position: relative !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background: #eef4ff;
}

.ikeros-v2-wp-gallery .gallery-icon,
.ikeros-v2-wp-gallery .gallery-icon a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.ikeros-v2-wp-gallery .gallery img,
.ikeros-v2-wp-gallery .gallery-item img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.ikeros-v2-wp-gallery .gallery-caption,
.ikeros-v2-wp-gallery .wp-caption-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 28px 10px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.62));
  color: #fff;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .ikeros-v2-wp-gallery .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 430px) {
  .ikeros-v2-wp-gallery .gallery {
    gap: 10px !important;
  }
}

/* Mobile polish for autonomous PHP template accordions. */
@media (max-width: 900px) {
  .ikeros-template-single .ikeros-premium-shell,
  .ikeros-template-single .ikeros-template-content-row,
  .ikeros-template-single .ikeros-template-main,
  .ikeros-template-single .ikeros-template-aside,
  .ikeros-template-single .ikeros-premium-section,
  .ikeros-template-single .ikeros-premium-card {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    min-width: 0 !important;
  }

  .ikeros-template-single .ikeros-template-main,
  .ikeros-template-single .ikeros-template-content-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch !important;
  }

  .ikeros-template-single .ikeros-premium-history,
  .ikeros-template-single .ikeros-premium-riddles,
  .ikeros-template-single .ikeros-premium-media {
    justify-self: stretch !important;
  }

  .ikeros-mobile-accordion:not(.is-mobile-open) > .ikeros-template-practical-body {
    display: none !important;
  }
}

/* Hero price and official booking CTA polish. */
.ikeros-premium-hero-price {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.ikeros-premium-hero-price .ikeros-svg-icon {
  color: #fff;
  width: 16px;
  height: 16px;
}

.ikeros-template-booking-button {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--ikp-blue), var(--ikp-blue-2)) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(56, 86, 182, .22);
}

.ikeros-template-booking-button:hover,
.ikeros-template-booking-button:focus-visible {
  color: #fff !important;
  filter: brightness(1.04);
}

/* Align autonomous content width with the hero width. */
.ikeros-template-single .ikeros-premium-shell,
.ikeros-template-single .ikeros-template-shell {
  width: min(100%, 1220px) !important;
  padding-inline: 0 !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-premium-shell,
  .ikeros-template-single .ikeros-template-shell {
    width: 100% !important;
    padding-inline: 16px !important;
  }
}

@media (max-width: 430px) {
  .ikeros-template-single .ikeros-premium-shell,
  .ikeros-template-single .ikeros-template-shell {
    padding-inline: 8px !important;
  }
}

/* Unified width system for the autonomous interactive template. */
.ikeros-template-single {
  --ikeros-template-max-width: 1220px;
  --ikeros-template-gutter: 0px;
}

.ikeros-template-single .ikeros-premium-hero-inner,
.ikeros-template-single .ikeros-premium-shell,
.ikeros-template-single .ikeros-template-shell {
  box-sizing: border-box;
  width: min(100%, var(--ikeros-template-max-width)) !important;
  max-width: var(--ikeros-template-max-width) !important;
  margin-inline: auto !important;
  padding-inline: var(--ikeros-template-gutter) !important;
}

.ikeros-template-single .ikeros-v2-visit-shortcode,
.ikeros-template-single .ikeros-premium-hero-panel,
.ikeros-template-single .ikeros-v2-audio-shortcode,
.ikeros-template-single .ikeros-premium-audio,
.ikeros-template-single .ikeros-premium-content-row,
.ikeros-template-single .ikeros-template-main,
.ikeros-template-single .ikeros-template-aside {
  max-width: 100% !important;
}

@media (max-width: 900px) {
  .ikeros-template-single {
    --ikeros-template-gutter: 8px;
  }

  .ikeros-template-single .ikeros-hero-interactive {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ikeros-template-single .ikeros-hero-interactive.has-placeholder {
    min-height: 640px !important;
    min-height: min(640px, 100svh) !important;
  }

  .ikeros-template-single .ikeros-hero-interactive.has-placeholder .ikeros-premium-hero-inner {
    min-height: 500px !important;
  }

  .ikeros-template-single .ikeros-premium-hero-inner {
    align-content: end;
    gap: 18px;
    width: calc(100% - (var(--ikeros-template-gutter) * 2)) !important;
    padding-inline: 0 !important;
  }

  .ikeros-template-single .ikeros-v2-visit-shortcode,
  .ikeros-template-single .ikeros-premium-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    min-height: 318px !important;
  }

  .ikeros-template-single .ikeros-v2-visit-actions {
    min-height: 226px !important;
  }

  .ikeros-template-single .ikeros-premium-hero-language {
    min-height: 54px !important;
  }
}

/* Listeo reviews block in the autonomous template. */
.ikeros-template-single .ikeros-template-reviews {
  width: 100% !important;
  margin-top: 30px !important;
  padding: 28px !important;
}

.ikeros-template-single .ikeros-template-reviews .margin-top-50 {
  display: none !important;
}

.ikeros-template-single .ikeros-template-reviews .comments {
  margin: 0 !important;
}

.ikeros-template-single .ikeros-template-reviews .headline,
.ikeros-template-single .ikeros-template-reviews #reply-title {
  margin-top: 0 !important;
}

.ikeros-template-single .ikeros-template-reviews .comment-list {
  margin-bottom: 28px !important;
}

.ikeros-template-single .ikeros-template-reviews textarea,
.ikeros-template-single .ikeros-template-reviews input[type="text"],
.ikeros-template-single .ikeros-template-reviews input[type="email"],
.ikeros-template-single .ikeros-template-reviews input[type="url"] {
  border-color: rgba(56, 86, 182, 0.18) !important;
  border-radius: 14px !important;
}

.ikeros-template-single .ikeros-template-reviews .form-submit .submit {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #3856b6 0%, #3ba9ed 100%) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-reviews {
    margin-top: 18px !important;
    padding: 22px !important;
  }
}

.ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header {
  margin-bottom: 22px !important;
}

.ikeros-template-single .ikeros-template-reviews-body {
  padding-top: 0 !important;
}

.ikeros-template-single .ikeros-template-no-reviews {
  margin: 0 0 20px !important;
  color: #687287 !important;
}

.ikeros-template-single .ikeros-template-review-load-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  margin-top: 10px !important;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #3856b6 0%, #3ba9ed 100%) !important;
  color: #fff !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 14px 28px rgba(56, 86, 182, 0.22) !important;
}

.ikeros-template-single .ikeros-template-review-load-button:disabled {
  cursor: wait !important;
  opacity: 0.75 !important;
}

.ikeros-template-single .ikeros-template-review-form-container {
  margin-top: 24px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(56, 86, 182, 0.14) !important;
}

.ikeros-template-single .ikeros-template-review-error {
  margin: 0 !important;
  color: #b42318 !important;
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-review-load-button {
    width: 100% !important;
  }
}

.ikeros-template-single .ikeros-review-hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ikeros-template-single .review-images-upload,
.ikeros-template-single .add-review-photos,
.ikeros-template-single .review-photos,
.ikeros-template-single .dropzone,
.ikeros-template-single .dz-default,
.ikeros-template-single .dz-preview,
.ikeros-template-single input[type="file"][name*="attachment"],
.ikeros-template-single input[type="hidden"][name*="attachment"] {
  display: none !important;
}

.ikeros-template-single .ikeros-template-reviews input[type="file"],
.ikeros-template-single .ikeros-template-reviews [class*="dropzone" i],
.ikeros-template-single .ikeros-template-reviews [id*="dropzone" i],
.ikeros-template-single .ikeros-template-reviews [class*="attachment" i],
.ikeros-template-single .ikeros-template-reviews [id*="attachment" i],
.ikeros-template-single .ikeros-template-reviews [name*="attachment" i],
.ikeros-template-single .ikeros-template-reviews [class*="review-photo" i],
.ikeros-template-single .ikeros-template-reviews [id*="review-photo" i],
.ikeros-template-single .ikeros-template-reviews [class*="review-image" i],
.ikeros-template-single .ikeros-template-reviews [id*="review-image" i],
.ikeros-template-single .ikeros-template-reviews [class*="upload-photo" i],
.ikeros-template-single .ikeros-template-reviews [id*="upload-photo" i],
.ikeros-template-single .ikeros-template-reviews [class*="upload-image" i],
.ikeros-template-single .ikeros-template-reviews [id*="upload-image" i],
.ikeros-template-single .ikeros-template-reviews [class*="uploadButton" i],
.ikeros-template-single .ikeros-template-reviews [class*="dz-" i] {
  display: none !important;
}

/* Custom lightweight reviews module. */
.ikeros-template-single .ikeros-template-reviews-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 22px !important;
}

.ikeros-template-single .ikeros-template-reviews-kpi {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  color: #3856b6 !important;
  font-weight: 800 !important;
}

.ikeros-template-single .ikeros-template-reviews-count {
  color: var(--ikp-ink) !important;
}

.ikeros-template-single .ikeros-template-reviews-average,
.ikeros-template-single .ikeros-template-review-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #3856b6 !important;
}

.ikeros-template-single .ikeros-review-stars {
  position: relative !important;
  display: inline-block !important;
  line-height: 1 !important;
  letter-spacing: 2px !important;
  color: rgba(56, 86, 182, 0.18) !important;
  white-space: nowrap !important;
}

.ikeros-template-single .ikeros-review-stars-fill {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  overflow: hidden !important;
  color: #3856b6 !important;
  white-space: nowrap !important;
}

.ikeros-template-single .ikeros-template-review-list {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ikeros-template-single .ikeros-template-review-item article {
  padding: 20px !important;
  border: 1px solid rgba(56, 86, 182, 0.14) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,251,255,0.94)) !important;
}

.ikeros-template-single .ikeros-template-review-head {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  margin-bottom: 14px !important;
}

.ikeros-template-single .ikeros-template-review-avatar img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}

.ikeros-template-single .ikeros-template-review-head h4 {
  margin: 0 !important;
}

.ikeros-template-single .ikeros-template-review-head time {
  color: #687287 !important;
}

.ikeros-template-single .ikeros-template-review-content {
  color: #1f2430 !important;
}

.ikeros-template-single .ikeros-template-review-criteria {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 16px 0 0 !important;
}

.ikeros-template-single .ikeros-template-review-criteria div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  background: rgba(56, 86, 182, 0.06) !important;
}

.ikeros-template-single .ikeros-template-review-criteria dt,
.ikeros-template-single .ikeros-template-review-criteria dd {
  margin: 0 !important;
}

.ikeros-template-single .ikeros-template-review-criteria dd {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #3856b6 !important;
  font-weight: 800 !important;
}

.ikeros-template-single .ikeros-review-form {
  display: grid !important;
  gap: 18px !important;
}

.ikeros-template-single .ikeros-review-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.ikeros-template-single .ikeros-review-form p {
  margin: 0 !important;
}

.ikeros-template-single .ikeros-review-form label,
.ikeros-template-single .ikeros-review-criteria-fieldset legend,
.ikeros-template-single .ikeros-review-criterion-label {
  font-weight: 800 !important;
}

.ikeros-template-single .ikeros-review-form input[type="text"],
.ikeros-template-single .ikeros-review-form input[type="email"],
.ikeros-template-single .ikeros-review-form textarea {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 50px !important;
  margin-top: 8px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(56, 86, 182, 0.18) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--ikp-ink) !important;
  font: inherit !important;
  line-height: 1.4 !important;
  box-shadow: 0 8px 18px rgba(31, 47, 86, 0.05) !important;
}

.ikeros-template-single .ikeros-review-form textarea {
  min-height: 150px !important;
  resize: vertical !important;
}

.ikeros-template-single .ikeros-review-form input[type="text"]:focus,
.ikeros-template-single .ikeros-review-form input[type="email"]:focus,
.ikeros-template-single .ikeros-review-form textarea:focus {
  border-color: rgba(56, 86, 182, 0.46) !important;
  outline: 3px solid rgba(56, 86, 182, 0.14) !important;
  outline-offset: 1px !important;
}

.ikeros-template-single .ikeros-review-criteria-fieldset {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(56, 86, 182, 0.14) !important;
  border-radius: 18px !important;
}

.ikeros-template-single .ikeros-review-criterion {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(56, 86, 182, 0.1) !important;
}

.ikeros-template-single .ikeros-review-criterion:first-of-type {
  border-top: 0 !important;
}

.ikeros-template-single .ikeros-review-criterion small {
  display: block !important;
  margin-top: 4px !important;
  color: #687287 !important;
}

.ikeros-template-single .ikeros-review-rating-control {
  display: inline-flex !important;
  flex-direction: row-reverse !important;
  gap: 4px !important;
}

.ikeros-template-single .ikeros-review-rating-control input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ikeros-template-single .ikeros-review-rating-control label {
  color: rgba(56, 86, 182, 0.22) !important;
  cursor: pointer !important;
  line-height: 1 !important;
}

.ikeros-template-single .ikeros-review-rating-control label:hover,
.ikeros-template-single .ikeros-review-rating-control label:hover ~ label,
.ikeros-template-single .ikeros-review-rating-control input:checked ~ label {
  color: #3856b6 !important;
}

.ikeros-template-single .ikeros-review-submit {
  justify-self: start !important;
  min-height: 46px !important;
  padding: 12px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #3856b6 0%, #3ba9ed 100%) !important;
  color: #fff !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-review-head {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .ikeros-template-single .ikeros-template-review-rating {
    grid-column: 1 / -1 !important;
  }

  .ikeros-template-single .ikeros-template-review-criteria,
  .ikeros-template-single .ikeros-review-form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ikeros-template-single .ikeros-review-criterion {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .ikeros-template-single .ikeros-review-submit {
    width: 100% !important;
  }
}

.ikeros-premium-hero-signals {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.ikeros-premium-hero-signals .ikeros-premium-hero-price {
  margin-top: 0 !important;
}

.ikeros-premium-hero-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  font-weight: 800 !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.ikeros-premium-hero-rating .ikeros-review-stars-base,
.ikeros-template-single .ikeros-review-stars-base {
  color: rgba(250, 204, 21, 0.32) !important;
}

.ikeros-premium-hero-rating .ikeros-review-stars-fill,
.ikeros-template-single .ikeros-review-stars-fill,
.ikeros-template-single .ikeros-review-rating-control label:hover,
.ikeros-template-single .ikeros-review-rating-control label:hover ~ label,
.ikeros-template-single .ikeros-review-rating-control input:checked ~ label {
  color: #facc15 !important;
}

.ikeros-premium-hero-rating .ikeros-review-stars {
  color: rgba(250, 204, 21, 0.32) !important;
}

.ikeros-premium-hero-rating span {
  color: rgba(255, 255, 255, 0.86) !important;
}

.ikeros-template-single .ikeros-template-reviews-average,
.ikeros-template-single .ikeros-template-review-rating,
.ikeros-template-single .ikeros-template-review-criteria dd {
  color: #3856b6 !important;
}

.ikeros-template-single .ikeros-review-rating-control label {
  color: rgba(250, 204, 21, 0.32) !important;
}

@media (max-width: 900px) {
  .ikeros-premium-hero-signals {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

.ikeros-template-single .ikeros-template-review-actions {
  display: flex !important;
  justify-content: flex-start !important;
  margin: 0 0 24px !important;
}

.ikeros-template-single .ikeros-template-review-more-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  margin-top: 18px !important;
  padding: 11px 20px !important;
  border: 1px solid rgba(56, 86, 182, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(56, 86, 182, 0.08) !important;
  color: #3856b6 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.ikeros-template-single .ikeros-template-review-more-button:hover,
.ikeros-template-single .ikeros-template-review-more-button:focus-visible {
  background: rgba(56, 86, 182, 0.14) !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-review-actions,
  .ikeros-template-single .ikeros-template-review-more-button {
    width: 100% !important;
  }
}

/* Reviews block spacing aligned with the standard premium cards. */
.ikeros-template-single .ikeros-template-reviews {
  padding: 0 !important;
  border: 1px solid rgba(211, 184, 132, 0.52) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 196, 70, 0.18), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fffaf2 48%, #f4f7ff 100%) !important;
  overflow: hidden !important;
}

.ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header,
.ikeros-template-single .ikeros-template-reviews > .ikeros-premium-card-head {
  min-height: 86px !important;
  margin-bottom: 0 !important;
  padding: 24px 26px !important;
  border-bottom: 1px solid rgba(217, 226, 242, 0.85) !important;
  border-radius: var(--ikp-radius) var(--ikp-radius) 0 0 !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 196, 70, 0.16), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 239, 0.96)) !important;
}

.ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header svg,
.ikeros-template-single .ikeros-template-reviews > .ikeros-premium-card-head svg,
.ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header svg,
.ikeros-template-single .ikeros-template-similar-sites > .ikeros-premium-card-head svg {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  color: #c27a1c !important;
}

.ikeros-template-single .ikeros-template-reviews-body {
  padding: 26px !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-premium-card-head,
  .ikeros-template-single .ikeros-template-reviews-body {
    padding: 24px 20px 28px !important;
  }

  .ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-premium-card-head {
    min-height: 92px !important;
    padding: 26px 20px !important;
  }
}

.ikeros-template-single .ikeros-template-similar-sites {
  margin-top: 30px !important;
  padding: 0 !important;
  border: 1px solid rgba(211, 184, 132, 0.52) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 196, 70, 0.18), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fffaf2 48%, #f4f7ff 100%) !important;
  overflow: hidden !important;
}

.ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header,
.ikeros-template-single .ikeros-template-similar-sites > .ikeros-premium-card-head {
  min-height: 86px !important;
  margin-bottom: 0 !important;
  padding: 24px 26px !important;
  border-bottom: 1px solid rgba(217, 226, 242, 0.85) !important;
  border-radius: var(--ikp-radius) var(--ikp-radius) 0 0 !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 196, 70, 0.16), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 239, 0.96)) !important;
}

.ikeros-template-single .ikeros-template-similar-body {
  padding: 26px !important;
}

.ikeros-template-single .ikeros-template-similar-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.ikeros-template-single .ikeros-template-similar-card {
  display: grid !important;
  grid-template-columns: 116px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 14px !important;
  min-width: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(56, 86, 182, 0.14) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(24, 39, 75, 0.06) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.ikeros-template-single .ikeros-template-similar-card[hidden],
.ikeros-template-single .ikeros-template-similar-card.is-hidden {
  display: none !important;
}

.ikeros-template-single .ikeros-template-similar-card:hover,
.ikeros-template-single .ikeros-template-similar-card:focus-visible {
  border-color: rgba(56, 86, 182, 0.32) !important;
  box-shadow: 0 24px 56px rgba(24, 39, 75, 0.1) !important;
  transform: translateY(-2px) !important;
}

.ikeros-template-single .ikeros-template-similar-media {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  min-height: 92px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #eef4fb !important;
}

.ikeros-template-single .ikeros-template-similar-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.ikeros-template-single .ikeros-template-similar-placeholder {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
  color: #3856b6 !important;
  background: linear-gradient(135deg, rgba(56, 86, 182, 0.08), rgba(59, 169, 237, 0.12)) !important;
}

.ikeros-template-single .ikeros-template-similar-placeholder .ikeros-svg-icon {
  width: 28px !important;
  height: 28px !important;
}

.ikeros-template-single .ikeros-template-similar-content {
  display: grid !important;
  align-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.ikeros-template-single .ikeros-template-similar-content h3,
.ikeros-template-single .ikeros-template-similar-content strong {
  margin: 0 !important;
  color: #20242d !important;
  line-height: 1.2 !important;
}

.ikeros-template-single .ikeros-template-similar-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

.ikeros-template-single .ikeros-template-similar-meta span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 24px !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background: rgba(56, 86, 182, 0.08) !important;
  color: #3856b6 !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ikeros-template-single .ikeros-template-route-button,
.ikeros-template-single .ikeros-template-more-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 46px !important;
  margin-top: 18px !important;
  padding: 12px 20px !important;
  border: 1px solid rgba(194, 122, 28, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(194, 122, 28, 0.08) !important;
  color: #9a5b10 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.ikeros-template-single .ikeros-template-more-button {
  cursor: pointer !important;
}

.ikeros-template-single .ikeros-template-route-button:hover,
.ikeros-template-single .ikeros-template-route-button:focus-visible,
.ikeros-template-single .ikeros-template-more-button:hover,
.ikeros-template-single .ikeros-template-more-button:focus-visible {
  background: rgba(194, 122, 28, 0.14) !important;
}

@media (max-width: 1100px) {
  .ikeros-template-single .ikeros-template-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-premium-card-head,
  .ikeros-template-single .ikeros-template-similar-body {
    padding: 24px 20px 28px !important;
  }

  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-premium-card-head {
    min-height: 92px !important;
    padding: 26px 20px !important;
  }
}

@media (max-width: 640px) {
  .ikeros-template-single .ikeros-template-similar-body {
    overflow: hidden !important;
    padding-right: 20px !important;
  }

  .ikeros-template-single .ikeros-template-similar-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .ikeros-template-single .ikeros-template-similar-card.is-mobile-extra {
    display: none !important;
  }

  .ikeros-template-single .ikeros-template-similar-card {
    grid-template-columns: 98px minmax(0, 1fr) !important;
    gap: 12px !important;
    border-radius: 14px !important;
  }

  .ikeros-template-single .ikeros-template-similar-media {
    min-height: 86px !important;
  }
}

.ikeros-template-single .ikeros-template-ad {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
  margin-top: 30px !important;
  padding: 26px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #3856b6 0%, #3ba9ed 100%) !important;
  color: #fff !important;
  box-shadow: 0 24px 70px rgba(56, 86, 182, 0.22) !important;
  overflow: hidden !important;
  position: relative !important;
}

.ikeros-template-single .ikeros-template-ad::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 12.5%, transparent 12.5%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 62.5%, transparent 62.5%, transparent 100%) !important;
  background-size: 34px 34px !important;
  opacity: 0.16 !important;
  pointer-events: none !important;
}

.ikeros-template-single .ikeros-template-ad-icon,
.ikeros-template-single .ikeros-template-ad-content,
.ikeros-template-single .ikeros-template-ad-button {
  position: relative !important;
  z-index: 1 !important;
}

.ikeros-template-single .ikeros-template-ad-icon {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.ikeros-template-single .ikeros-template-ad-icon .ikeros-svg-icon {
  width: 25px !important;
  height: 25px !important;
}

.ikeros-template-single .ikeros-template-ad h2 {
  margin: 0 0 6px !important;
  color: #fff !important;
  line-height: 1.15 !important;
}

.ikeros-template-single .ikeros-template-ad p {
  max-width: 680px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  line-height: 1.55 !important;
}

.ikeros-template-single .ikeros-template-ad-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #3856b6 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(20, 35, 80, 0.18) !important;
  white-space: nowrap !important;
}

.ikeros-template-single .ikeros-template-ad-button:hover,
.ikeros-template-single .ikeros-template-ad-button:focus-visible {
  color: #3856b6 !important;
  transform: translateY(-1px) !important;
}

.ikeros-review-thanks-page {
  display: grid;
  min-height: min(620px, calc(100vh - 160px));
  place-items: center;
  padding: 64px 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(55, 189, 244, 0.16), transparent 32%),
    linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.ikeros-review-thanks-card {
  width: min(100%, 620px);
  padding: 42px;
  border: 1px solid rgba(216, 226, 242, 0.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(31, 47, 86, 0.12);
  text-align: center;
}

.ikeros-review-thanks-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  background: #e8f7ee;
  color: #0f6b3a;
}

.ikeros-review-thanks-icon .ikeros-svg-icon {
  width: 30px;
  height: 30px;
}

.ikeros-review-thanks-card h1 {
  margin: 0 0 14px;
  color: var(--ikp-ink);
  line-height: 1.12;
}

.ikeros-review-thanks-card p {
  margin: 0 auto 26px;
  max-width: 46ch;
  color: var(--ikp-muted);
  line-height: 1.55;
}

.ikeros-review-thanks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ikp-blue), var(--ikp-blue-2));
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(56, 86, 182, 0.22);
}

@media (max-width: 640px) {
  .ikeros-review-thanks-page {
    min-height: calc(100vh - 120px);
    padding: 38px 16px;
  }

  .ikeros-review-thanks-card {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .ikeros-review-thanks-button {
    width: 100%;
  }
}

.ikeros-ai-chat-widget {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 9990 !important;
  display: grid !important;
  justify-items: end !important;
  gap: 12px !important;
  pointer-events: none !important;
}

.ikeros-ai-chat-trigger,
.ikeros-ai-chat-panel {
  pointer-events: auto !important;
}

.ikeros-ai-chat-trigger {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  max-width: min(330px, calc(100vw - 32px)) !important;
  min-height: 58px !important;
  padding: 10px 16px 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #243267 0%, #3856b6 54%, #3ba9ed 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(20, 36, 85, 0.26) !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 15px !important;
}

.ikeros-ai-chat-trigger-icon {
  display: inline-grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.ikeros-ai-chat-trigger-icon .ikeros-svg-icon {
  width: 19px !important;
  height: 19px !important;
}

.ikeros-ai-chat-trigger strong,
.ikeros-ai-chat-trigger small {
  display: block !important;
  color: #fff !important;
  font-family: inherit !important;
  text-align: left !important;
  line-height: 1.15 !important;
}

.ikeros-ai-chat-trigger strong {
  font-weight: 900 !important;
}

.ikeros-ai-chat-trigger small {
  margin-top: 2px !important;
  opacity: 0.88 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.ikeros-ai-chat-panel[hidden] {
  display: none !important;
}

.ikeros-ai-chat-panel {
  display: grid !important;
  width: min(420px, calc(100vw - 32px)) !important;
  max-height: min(720px, 72vh) !important;
  overflow: hidden !important;
  border: 1px solid rgba(178, 194, 222, 0.78) !important;
  border-radius: 22px !important;
  background: #fff !important;
  color: var(--ikp-ink) !important;
  box-shadow: 0 28px 80px rgba(18, 31, 66, 0.3) !important;
}

.ikeros-ai-chat-panel-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 18px 18px 16px !important;
  border-bottom: 1px solid rgba(216, 226, 243, 0.9) !important;
  background:
    repeating-linear-gradient(135deg, rgba(49, 95, 199, 0.05) 0 1px, transparent 1px 12px),
    linear-gradient(135deg, #f9fbff 0%, #eef5ff 100%) !important;
}

.ikeros-ai-chat-panel-head strong,
.ikeros-ai-chat-panel-head span {
  display: block !important;
}

.ikeros-ai-chat-panel-head strong {
  color: var(--ikp-ink) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.ikeros-ai-chat-panel-head span {
  margin-top: 3px !important;
  color: var(--ikp-muted) !important;
  font-weight: 700 !important;
}

.ikeros-ai-chat-close {
  display: inline-grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid rgba(56, 86, 182, 0.16) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ikp-blue) !important;
  font-size: 26px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.ikeros-ai-chat-panel-body {
  min-height: 320px !important;
  max-height: calc(72vh - 76px) !important;
  overflow: auto !important;
  padding: 16px !important;
}

.ikeros-ai-chat-placeholder,
.ikeros-ai-chat-error {
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  background: #f5f8ff !important;
  color: var(--ikp-muted) !important;
  font-weight: 700 !important;
}

.ikeros-ai-chat-error {
  background: #fff1f0 !important;
  color: #b42318 !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-ad {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 22px !important;
  }

  .ikeros-template-single .ikeros-template-ad-button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .ikeros-ai-chat-widget {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    justify-items: end !important;
  }

  .ikeros-ai-chat-trigger {
    max-width: calc(100vw - 24px) !important;
  }

  .ikeros-ai-chat-panel {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 86vh !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .ikeros-ai-chat-panel-body {
    min-height: 360px !important;
    max-height: calc(86vh - 78px) !important;
  }
}

.ikeros-premium-hero-action a,
.ikeros-premium-hero-action .ikeros-premium-hero-link,
.ikeros-premium-hero-action .ikeros-premium-hero-link-content-wrapper {
  gap: 9px !important;
}

.ikeros-premium-hero-action .ikeros-premium-hero-link-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ikeros-premium-hero-action .ikeros-svg-icon {
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
}

.ikeros-v2-timeline.is-collapsed .ikeros-v2-timeline-item:nth-child(n+4) {
  display: none !important;
}

.ikeros-timeline-read-more,
.ikeros-premium-read-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  margin-top: 18px !important;
  padding: 11px 22px !important;
  border: 1px solid rgba(56, 86, 182, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(56, 86, 182, 0.08) !important;
  color: #3856b6 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.ikeros-history-bibliography,
.ikeros-photo-credits {
  margin-top: 22px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(217, 226, 242, 0.9) !important;
  color: #687287 !important;
}

.ikeros-history-bibliography h4,
.ikeros-photo-credits h4 {
  margin: 0 0 8px !important;
  color: #20242d !important;
  line-height: 1.25 !important;
}

.ikeros-history-bibliography p,
.ikeros-photo-credits p {
  margin: 0 0 8px !important;
  line-height: 1.55 !important;
}

.ikeros-history-bibliography p:last-child,
.ikeros-photo-credits p:last-child {
  margin-bottom: 0 !important;
}

/* iKEROS V2 custom photo viewer. */
.ikeros-v2-wp-gallery .ikeros-gallery-grid,
.ikeros-gallery-more-target .ikeros-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
}

.ikeros-gallery-more-target {
  margin-top: 14px !important;
}

.ikeros-v2-wp-gallery .ikeros-gallery-item,
.ikeros-gallery-more-target .ikeros-gallery-item {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 3 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #eef4ff !important;
  cursor: zoom-in !important;
  appearance: none !important;
}

.ikeros-v2-wp-gallery .ikeros-gallery-item img,
.ikeros-gallery-more-target .ikeros-gallery-item img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: transform 180ms ease, filter 180ms ease !important;
}

.ikeros-v2-wp-gallery .ikeros-gallery-item:hover img,
.ikeros-gallery-more-target .ikeros-gallery-item:hover img,
.ikeros-v2-wp-gallery .ikeros-gallery-item:focus-visible img,
.ikeros-gallery-more-target .ikeros-gallery-item:focus-visible img {
  transform: scale(1.035) !important;
  filter: saturate(1.04) contrast(1.02) !important;
}

.ikeros-gallery-lightbox-open {
  overflow: hidden !important;
}

.ikeros-gallery-lightbox[hidden] {
  display: none !important;
}

.ikeros-gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(18px, 4vw, 48px) !important;
  touch-action: manipulation !important;
  overscroll-behavior: contain !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

.ikeros-gallery-lightbox-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(7, 13, 28, 0.82) !important;
  backdrop-filter: blur(10px) !important;
}

.ikeros-gallery-lightbox-dialog {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  width: min(1120px, 100%) !important;
  max-height: calc(100vh - 48px) !important;
}

.ikeros-gallery-lightbox-figure {
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.ikeros-gallery-lightbox-image {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: min(74vh, 760px) !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32) !important;
  background: #0b1428 !important;
  touch-action: manipulation !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

.ikeros-gallery-lightbox-caption {
  display: grid !important;
  gap: 5px !important;
  width: min(760px, 100%) !important;
  margin: 0 auto !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  text-align: left !important;
  line-height: 1.45 !important;
}

.ikeros-gallery-lightbox-caption[hidden],
.ikeros-gallery-lightbox-caption [hidden] {
  display: none !important;
}

.ikeros-gallery-lightbox-title {
  color: #fff !important;
  line-height: 1.25 !important;
}

.ikeros-gallery-lightbox-description {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ikeros-gallery-lightbox-close,
.ikeros-gallery-lightbox-nav {
  display: inline-grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  touch-action: manipulation !important;
}

.ikeros-gallery-lightbox-close {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

.ikeros-gallery-lightbox-nav {
  font-size: 38px !important;
  line-height: 1 !important;
}

.ikeros-gallery-lightbox-close:hover,
.ikeros-gallery-lightbox-nav:hover,
.ikeros-gallery-lightbox-close:focus-visible,
.ikeros-gallery-lightbox-nav:focus-visible {
  background: rgba(255, 255, 255, 0.24) !important;
  outline: 2px solid rgba(255, 255, 255, 0.45) !important;
  outline-offset: 2px !important;
}

@media (max-width: 900px) {
  .ikeros-v2-wp-gallery .ikeros-gallery-grid,
  .ikeros-gallery-more-target .ikeros-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ikeros-gallery-lightbox-dialog {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .ikeros-gallery-lightbox-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .ikeros-gallery-lightbox-prev {
    left: 8px !important;
  }

  .ikeros-gallery-lightbox-next {
    right: 8px !important;
  }
}

@media (max-width: 560px) {
  .ikeros-v2-wp-gallery .ikeros-gallery-grid,
  .ikeros-gallery-more-target .ikeros-gallery-grid {
    gap: 10px !important;
  }

  .ikeros-gallery-lightbox {
    padding: 16px !important;
  }

  .ikeros-gallery-lightbox-dialog {
    max-height: calc(100vh - 32px) !important;
  }

  .ikeros-gallery-lightbox-image {
    max-height: 68vh !important;
    border-radius: 14px !important;
  }

  .ikeros-gallery-lightbox-caption {
    padding: 12px 14px !important;
  }

  .ikeros-gallery-lightbox-close,
  .ikeros-gallery-lightbox-nav {
    width: 42px !important;
    height: 42px !important;
  }

  .ikeros-gallery-lightbox-close {
    top: -52px !important;
  }
}


.ikeros-premium-hero,
.ikeros-premium-audio {
  overflow-anchor: none;
}

/* Premium card finish: shared desktop/mobile styling for the autonomous template. */
.ikeros-template-single .ikeros-premium-history,
.ikeros-template-single .ikeros-premium-riddles,
.ikeros-template-single .ikeros-premium-media,
.ikeros-template-single .ikeros-template-practical {
  padding: 0 !important;
  border: 1px solid rgba(178, 194, 222, 0.78) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(58, 169, 237, 0.16), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f8fbff 48%, #eef5ff 100%) !important;
  box-shadow: 0 22px 52px rgba(28, 44, 79, 0.085) !important;
  overflow: hidden !important;
}

.ikeros-template-single .ikeros-premium-history::before,
.ikeros-template-single .ikeros-premium-riddles::before,
.ikeros-template-single .ikeros-premium-media::before,
.ikeros-template-single .ikeros-template-practical::before {
  content: none !important;
}

.ikeros-template-single .ikeros-premium-history > .ikeros-premium-section-head,
.ikeros-template-single .ikeros-premium-riddles > .ikeros-premium-section-head,
.ikeros-template-single .ikeros-premium-media > .ikeros-premium-section-head,
.ikeros-template-single .ikeros-premium-history > .ikeros-v2-section-header,
.ikeros-template-single .ikeros-premium-riddles > .ikeros-v2-section-header,
.ikeros-template-single .ikeros-premium-media > .ikeros-v2-section-header,
.ikeros-template-single .ikeros-template-practical > .ikeros-premium-card-head {
  min-height: 86px !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(216, 226, 243, 0.88) !important;
  border-radius: var(--ikp-radius) var(--ikp-radius) 0 0 !important;
  background:
    repeating-linear-gradient(135deg, rgba(49, 95, 199, 0.05) 0 1px, transparent 1px 12px),
    radial-gradient(circle at 100% 0%, rgba(58, 169, 237, 0.18), transparent 34%),
    linear-gradient(135deg, #f9fbff 0%, #edf4ff 55%, #e4effb 100%) !important;
}

.ikeros-template-single .ikeros-premium-history > .ikeros-premium-section-head svg,
.ikeros-template-single .ikeros-premium-riddles > .ikeros-premium-section-head svg,
.ikeros-template-single .ikeros-premium-media > .ikeros-premium-section-head svg,
.ikeros-template-single .ikeros-premium-history > .ikeros-v2-section-header svg,
.ikeros-template-single .ikeros-premium-riddles > .ikeros-v2-section-header svg,
.ikeros-template-single .ikeros-premium-media > .ikeros-v2-section-header svg,
.ikeros-template-single .ikeros-template-practical > .ikeros-premium-card-head svg,
.ikeros-template-single .ikeros-premium-audio .ikeros-premium-section-head svg {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  color: var(--ikp-blue) !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
}

.ikeros-template-single .ikeros-premium-audio .ikeros-premium-section-head svg {
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  stroke: #fff !important;
  stroke-width: 2.15 !important;
}

.ikeros-template-single .ikeros-premium-audio {
  position: relative !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-radius: 18px !important;
  color: #fff !important;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 13px),
    radial-gradient(circle at 100% 0%, rgba(55, 189, 244, 0.52), transparent 42%),
    linear-gradient(135deg, #3153b7 0%, #3f70d2 52%, #43a8e7 100%) !important;
  box-shadow: 0 24px 70px rgba(31, 68, 158, 0.24) !important;
  overflow: hidden !important;
}

.ikeros-template-single .ikeros-premium-audio::before {
  content: none !important;
}

.ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-head {
  min-height: 82px !important;
  margin: 0 !important;
  padding: 24px 26px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 18px 18px 0 0 !important;
  background: transparent !important;
}

.ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-head h2 {
  color: #fff !important;
}

.ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-head .ikeros-section-icon {
  color: #fff !important;
}

.ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-body {
  padding: 22px 26px 26px !important;
  background: transparent !important;
}

.ikeros-template-single .ikeros-premium-audio .audioguide-wrapper-v2 {
  display: grid !important;
  gap: 10px !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.ikeros-template-single .ikeros-premium-audio .audioguide-audio {
  display: block !important;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

.ikeros-template-single .ikeros-premium-audio .audioguide-message {
  color: #fff !important;
  font-weight: 700 !important;
}

.ikeros-template-single .ikeros-premium-audio .audioguide-reload {
  justify-self: start !important;
  min-height: 40px !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.ikeros-template-single .ikeros-premium-history > .ikeros-premium-section-head h2,
.ikeros-template-single .ikeros-premium-riddles > .ikeros-premium-section-head h2,
.ikeros-template-single .ikeros-premium-media > .ikeros-premium-section-head h2,
.ikeros-template-single .ikeros-premium-history > .ikeros-v2-section-header h2,
.ikeros-template-single .ikeros-premium-riddles > .ikeros-v2-section-header h2,
.ikeros-template-single .ikeros-premium-media > .ikeros-v2-section-header h2,
.ikeros-template-single .ikeros-template-practical > .ikeros-premium-card-head h2 {
  color: var(--ikp-ink) !important;
}

@media (max-width: 900px) {
  .ikeros-template-single .ikeros-premium-history > .ikeros-premium-section-head,
  .ikeros-template-single .ikeros-premium-riddles > .ikeros-premium-section-head,
  .ikeros-template-single .ikeros-premium-media > .ikeros-premium-section-head,
  .ikeros-template-single .ikeros-premium-history > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-premium-riddles > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-premium-media > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-practical > .ikeros-premium-card-head,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-premium-card-head,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-premium-card-head {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0 14px !important;
    min-height: 92px !important;
    padding: 26px 20px !important;
  }

  .ikeros-template-single .ikeros-premium-history > .ikeros-premium-section-head::after,
  .ikeros-template-single .ikeros-premium-riddles > .ikeros-premium-section-head::after,
  .ikeros-template-single .ikeros-premium-media > .ikeros-premium-section-head::after,
  .ikeros-template-single .ikeros-premium-history > .ikeros-v2-section-header::after,
  .ikeros-template-single .ikeros-premium-riddles > .ikeros-v2-section-header::after,
  .ikeros-template-single .ikeros-premium-media > .ikeros-v2-section-header::after,
  .ikeros-template-single .ikeros-template-practical > .ikeros-premium-card-head::after,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header::after,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-premium-card-head::after,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header::after,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-premium-card-head::after {
    content: "" !important;
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    height: 1px !important;
    margin: 16px 0 12px !important;
    background: linear-gradient(90deg, rgba(56, 86, 182, 0.22), rgba(63, 127, 216, 0.06)) !important;
  }

  .ikeros-template-single .ikeros-premium-section-head .ikeros-section-icon,
  .ikeros-template-single .ikeros-premium-card-head .ikeros-section-icon,
  .ikeros-template-single .ikeros-v2-section-header .ikeros-section-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 36px !important;
    height: 36px !important;
    align-self: center !important;
  }

  .ikeros-template-single .ikeros-premium-section-body,
  .ikeros-template-single .ikeros-template-practical-body {
    padding: 24px 20px 28px !important;
  }

  .ikeros-template-single .ikeros-premium-section-head .ikeros-section-heading,
  .ikeros-template-single .ikeros-premium-card-head .ikeros-section-heading,
  .ikeros-template-single .ikeros-v2-section-header .ikeros-section-heading {
    display: contents !important;
    min-width: 0 !important;
  }

  .ikeros-template-single .ikeros-premium-section-head h2,
  .ikeros-template-single .ikeros-premium-card-head h2,
  .ikeros-template-single .ikeros-v2-section-header h2 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  .ikeros-template-single .ikeros-mobile-section-summary {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    white-space: normal !important;
  }

  .ikeros-template-single .ikeros-mobile-section-summary span {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 28px !important;
    padding: 7px 11px !important;
    border: 1px solid rgba(56, 86, 182, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    color: var(--ikp-blue) !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  .ikeros-template-single .ikeros-template-reviews .ikeros-mobile-section-summary span,
  .ikeros-template-single .ikeros-template-similar-sites .ikeros-mobile-section-summary span {
    border-color: rgba(194, 122, 28, 0.14) !important;
    color: #9a5b10 !important;
  }

  .ikeros-template-single .ikeros-premium-audio {
    border-radius: 16px !important;
  }

  .ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-head {
    min-height: 78px !important;
    padding: 22px 20px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  .ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-body {
    padding: 18px 20px 22px !important;
  }
}

/* Mobile refinements for the autonomous template. */
@media (max-width: 900px) {
  .ikeros-template-single .ikeros-template-verified {
    display: none !important;
  }

  .ikeros-template-single .ikeros-premium-section-head,
  .ikeros-template-single .ikeros-premium-card-head,
  .ikeros-template-single .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header,
  .ikeros-template-single .ikeros-premium-audio > .ikeros-premium-section-head {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 14px !important;
  }

  .ikeros-template-single .ikeros-premium-section-head .ikeros-section-icon,
  .ikeros-template-single .ikeros-premium-card-head .ikeros-section-icon,
  .ikeros-template-single .ikeros-v2-section-header .ikeros-section-icon {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .ikeros-template-single .ikeros-premium-section-head svg,
  .ikeros-template-single .ikeros-premium-card-head svg,
  .ikeros-template-single .ikeros-v2-section-header svg,
  .ikeros-template-single .ikeros-template-reviews > .ikeros-v2-section-header svg,
  .ikeros-template-single .ikeros-template-similar-sites > .ikeros-v2-section-header svg,
  .ikeros-template-single .ikeros-premium-audio .ikeros-premium-section-head svg {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  .ikeros-template-single .ikeros-premium-section-head h2,
  .ikeros-template-single .ikeros-premium-card-head h2,
  .ikeros-template-single .ikeros-v2-section-header h2 {
    margin: 0 !important;
    align-self: center !important;
  }

  .ikeros-template-single .ikeros-premium-anecdote .ikeros-tab-panel-title,
  .ikeros-template-single .ikeros-premium-anecdote .ikeros-premium-anecdote-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .ikeros-template-single .ikeros-premium-anecdote .ikeros-premium-anecdote-content {
    padding-right: 0 !important;
  }

  .ikeros-template-single .ikeros-media-video-panel .ikeros-media-embed {
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
  }

  .ikeros-template-single .ikeros-media-video-panel .ikeros-media-embed iframe,
  .ikeros-template-single .ikeros-media-video-panel .ikeros-media-embed video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .ikeros-template-single .ikeros-template-opening-hours li,
  .ikeros-template-single .ikeros-template-contact p {
    display: grid !important;
    grid-template-columns: minmax(76px, auto) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
  }

  .ikeros-template-single .ikeros-template-opening-hours li strong,
  .ikeros-template-single .ikeros-template-contact span,
  .ikeros-template-single .ikeros-template-contact a {
    text-align: right !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .ikeros-template-single .ikeros-template-contact strong {
    min-width: 0 !important;
  }

  .ikeros-template-single .ikeros-template-contact span,
  .ikeros-template-single .ikeros-template-contact a {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .ikeros-template-single .ikeros-template-social-links {
    justify-content: center !important;
    margin-top: 16px !important;
  }
}


.ikeros-ai-chat-trigger strong {
  font-size: 14px !important;
}

@media (max-width: 900px) {
  .ikeros-tab-button {
    font-size: 15px !important;
  }

  .ikeros-ai-chat-trigger strong {
    font-size: 13px !important;
  }

  .ikeros-ai-chat-trigger small {
    font-size: 11px !important;
  }
}


/* Interactive hero identity layout: compact image, metadata, then full-width visit card. */
.ikeros-hero-identity-row {
  display: grid;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin-top: 26px;
}

.ikeros-hero-identity-row.no-image {
  grid-template-columns: minmax(0, 1fr);
}

.ikeros-hero-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: rgba(6,17,39,.45);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.ikeros-hero-interactive-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.ikeros-hero-details {
  min-width: 0;
}

.ikeros-hero-copy > .ikeros-premium-hero-panel,
.ikeros-hero-copy > .ikeros-v2-visit-shortcode {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .ikeros-hero-identity-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
  }

  .ikeros-hero-image-wrap {
    width: min(100%, 300px);
    aspect-ratio: 4 / 3;
  }

  .ikeros-premium-hero-meta {
    display: flex !important;
    margin-top: 0;
  }

  .ikeros-hero-copy > .ikeros-premium-hero-panel,
  .ikeros-hero-copy > .ikeros-v2-visit-shortcode,
  .ikeros-template-single .ikeros-hero-copy > .ikeros-premium-hero-panel,
  .ikeros-template-single .ikeros-hero-copy > .ikeros-v2-visit-shortcode {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin-top: 18px;
  }
}


/* Desktop visit card: horizontal presentation and actions. */
.ikeros-hero-copy > .ikeros-v2-visit-shortcode {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
}

.ikeros-hero-copy > .ikeros-v2-visit-shortcode > .ikeros-premium-hero-card {
  min-height: 100%;
  border-radius: 18px 0 0 18px;
  border-right: 0;
}

.ikeros-hero-copy > .ikeros-v2-visit-shortcode > .ikeros-v2-visit-actions {
  min-height: 100%;
  grid-template-columns: 1fr;
  grid-auto-rows: 54px;
  align-content: center;
  border-radius: 0 18px 18px 0;
  border-left: 0;
}

.ikeros-hero-image-wrap {
  border: 0;
  border-radius: 18px;
}

.ikeros-hero-interactive-image {
  border-radius: 18px;
}
@media (max-width: 900px) {
  .ikeros-hero-copy > .ikeros-v2-visit-shortcode {
    display: block;
  }

  .ikeros-hero-copy > .ikeros-v2-visit-shortcode > .ikeros-premium-hero-card {
    min-height: 92px;
    border-right: 1px solid rgba(255,255,255,.24);
    border-radius: 18px 18px 0 0;
  }

  .ikeros-hero-copy > .ikeros-v2-visit-shortcode > .ikeros-v2-visit-actions {
    border-left: 1px solid rgba(255,255,255,.24);
    border-radius: 0 0 18px 18px;
  }
}


/* Desktop: keep all visit actions on one row. */
@media (min-width: 901px) {
  .ikeros-hero-copy > .ikeros-v2-visit-shortcode > .ikeros-v2-visit-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 54px;
    align-items: stretch;
  }
}


/* Restored background-image hero layout. */
.ikeros-premium-hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  align-items: center;
  gap: 28px;
  width: min(100%, 1220px) !important;
  margin-inline: auto !important;
}

.ikeros-hero-interactive-image {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ikeros-hero-interactive::before {
  z-index: 1 !important;
}

.ikeros-premium-hero-inner > .ikeros-premium-hero-panel,
.ikeros-premium-hero-inner > .ikeros-v2-visit-shortcode {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: stretch;
  width: 100%;
  margin-top: 0;
  min-height: 286px;
}
@media (max-width: 1024px) {
  .ikeros-premium-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .ikeros-premium-hero-inner > .ikeros-premium-hero-panel,
  .ikeros-premium-hero-inner > .ikeros-v2-visit-shortcode {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 430px);
    margin-top: 18px;
  }
}
@media (max-width: 900px) {
  .ikeros-premium-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    align-content: end;
    gap: 18px;
    width: 100% !important;
  }

  .ikeros-premium-hero-inner > .ikeros-premium-hero-panel,
  .ikeros-premium-hero-inner > .ikeros-v2-visit-shortcode {
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
  }
}


/* Mobile hero: reduce visual noise and soften low-resolution background images. */@media (max-width: 900px) {
  .ikeros-premium-hero-meta,
  .ikeros-premium-hero-signals {
    display: none !important;
  }

  .ikeros-hero-interactive {
    position: relative;
    overflow: hidden;
  }

  .ikeros-hero-interactive-image {
    filter: blur(4px) brightness(.68);
    transform: scale(1.04);
  }

  .ikeros-hero-interactive::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(4, 12, 28, .28), rgba(4, 12, 28, .62));
    pointer-events: none;
  }

  .ikeros-hero-interactive .ikeros-premium-hero-inner {
    z-index: 2 !important;
  }
}


/* Background hero readability and desktop viewport height. */
.ikeros-hero-interactive-image {
  filter: blur(4px) brightness(.68);
  transform: scale(1.04);
}

.ikeros-hero-interactive {
  position: relative;
  overflow: hidden;
}

.ikeros-hero-interactive::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 12, 28, .24), rgba(4, 12, 28, .58));
  pointer-events: none;
}

.ikeros-hero-interactive .ikeros-premium-hero-inner {
  z-index: 2 !important;
}
@media (min-width: 901px) {
  .ikeros-hero-interactive {
    min-height: 80vh;
    min-height: 80svh;
  }
}


/* Mobile: keep the rating visible while hiding secondary hero metadata. */@media (max-width: 900px) {
  .ikeros-premium-hero-signals {
    display: block !important;
    margin-top: 12px;
  }

  .ikeros-premium-hero-price {
    display: none !important;
  }
}

.ikeros-hero-interactive-image {
  filter: blur(2px) brightness(.68);
}


/* Final hero image treatment: no blur, lighter overlay. */
.ikeros-hero-interactive-image {
  filter: brightness(.78);
  transform: scale(1.02);
}

.ikeros-hero-interactive::after {
  background: linear-gradient(180deg, rgba(4, 12, 28, .16), rgba(4, 12, 28, .46));
}
