/*
Theme Name: Odkryjwakacjev2
Theme URI: https://odkryjwakacje.pl
Author: Odkryjwakacje
Author URI: https://odkryjwakacje.pl
Description: Custom, fast, mobile-first theme for Odkryjwakacje.
Version: 1.0.0
Text Domain: odkryjwakacje
*/

:root {
  --color-primary: #5b2df6;
  --color-primary-700: #4a21d9;
  --color-primary-800: #3b18b4;
  --color-accent: #f59e0b;
  --color-emerald: #16a34a;
  --color-ink: #0f172a;
  --color-muted: #5b6475;
  --color-border: #e6e8f4;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f7ff;
  --color-shadow: rgba(20, 25, 38, 0.12);
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-lg: 0 20px 50px rgba(37, 30, 85, 0.18);
  --shadow-md: 0 10px 30px rgba(37, 30, 85, 0.12);
  --content-max: 1200px;
  --content-padding: 24px;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-heading: "Plus Jakarta Sans", "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-ink);
  background: radial-gradient(1200px 400px at 20% -10%, #7b56ff22 0%, transparent 60%),
    radial-gradient(1200px 500px at 80% -20%, #43d9ff1a 0%, transparent 60%),
    #f7f8ff;
  line-height: 1.3;
}

body.single-okazje {
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}

.emoji {
  margin-right: 8px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--color-primary-700);
}

.container {
  width: min(var(--content-max), 100% - (var(--content-padding) * 2));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  z-index: 999;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
}

.topbar {
  background: linear-gradient(90deg, var(--color-primary-800), var(--color-primary));
  color: #fff;
  font-size: 14px;
}

.topbar .container {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 6px var(--content-padding);
  flex-wrap: wrap;
  text-align: center;
}

.topbar-inner {
  width: 100%;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.topbar a {
  color: #fff;
  font-weight: 600;
}

.topbar-text {
  font-size: 13px;
  line-height: 1.2;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
  line-height: 1.2;
}

.topbar-link:hover {
  background: rgba(255, 255, 255, 0.28);
}

.topbar-link:active {
  transform: translateY(1px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(91, 45, 246, 0.98);
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header.is-scrolled {
  background: rgb(93 48 246 / 84%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
  pointer-events: none;
}

.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: #f4d563;
  transition: width 0.1s ease;
}

.site-header.is-scrolled .scroll-progress {
  opacity: 1;
}

body.is-scrolled .scroll-progress {
  opacity: 1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px var(--content-padding);
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.custom-logo-link img {
  width: var(--logo-width, 180px);
  height: auto;
  max-width: none;
  display: block;
}

.custom-logo {
  width: var(--logo-width, 180px);
  height: auto;
}

.site-title {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.site-title a {
  color: #fff;
}

.site-description {
  font-size: 13px;
  color: #e6ddff;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  align-items: center;
}

.site-nav .menu-primary-mobile {
  display: none;
}

.site-nav .menu .menu-item-has-children {
  position: relative;
}

.site-nav .menu .menu-item-has-children > a::after {
  content: "\25BE";
  margin-left: 6px;
  font-size: 14px;
  opacity: 0.8;
}

.site-nav .menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: rgba(35, 24, 95, 0.98);
  border-radius: 12px;
  padding: 10px;
  list-style: none;
  margin: 0;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
  z-index: 40;
}

.site-nav .menu .sub-menu a {
  display: block;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 600;
}

.site-nav .menu .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site-nav .menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.site-nav .menu a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
  display: inline-flex;
}

.site-nav .menu a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site-nav .menu a:active {
  transform: translateY(1px);
}

.site-nav .menu .current-menu-item > a,
.site-nav .menu .current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.24);
}

.nav-toggle {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 14px;
  display: none;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle:active {
  transform: translateY(1px);
}

.nav-toggle-icon {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  transition: transform 0.2s ease;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle-icon::before {
  top: -6px;
}

.nav-toggle-icon::after {
  top: 6px;
}

.nav-toggle.is-open .nav-toggle-icon {
  transform: rotate(45deg);
}

.nav-toggle.is-open .nav-toggle-icon::before {
  transform: rotate(90deg);
  top: 0;
}

.nav-toggle.is-open .nav-toggle-icon::after {
  opacity: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-widget-area {
  background: transparent;
  padding: 0;
}

.search-widget-area .container {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  max-width: none;
  width: 100%;
}

.search-widget-toggle {
  display: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  padding: 14px 16px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  text-align: left;
  box-shadow: inset 0 0 0 2px rgba(91, 45, 246, 0.22), 0 10px 22px rgba(31, 41, 55, 0.08);
  cursor: pointer;
}

.search-widget-toggle-emoji {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1edff;
  font-size: 20px;
}

.search-widget-toggle-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #1f2a44;
  flex: 1;
}

.search-widget-toggle-text strong {
  font-size: 15px;
}

.search-widget-toggle-text small {
  font-size: 12px;
  color: #6b7280;
}

.search-widget-toggle-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #5b2df6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
}

.search-widget-toggle-pulse {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #5b2df6;
  position: relative;
  flex-shrink: 0;
}

.search-widget-toggle-pulse::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(91, 45, 246, 0.45);
  animation: searchPulse 1.6s ease-in-out infinite;
}

.search-widget-toggle-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("assets/img/search-icon.svg");
  filter: brightness(0) invert(1);
}

@keyframes searchPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.search-widget-panel {
  width: 100%;
}

#search-widget25 {
  width: 100%;
  margin-top: -15px;
}

#search-widget25 div {
  background-color: #5723e7 !important;
}

#search-widget25 input + div {
  background-color: #ffffff !important;
}

@media (max-width: 960px) {
  .search-widget-toggle {
    display: flex;
  }

  .search-widget-panel {
    display: none;
    margin-top: 10px;
  }

  .search-widget-area.is-open .search-widget-panel {
    display: block;
  }
}

.main-content {
  padding: 22px 0 5px;
}

.hero {
  margin-top: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #eef0ff 45%, #f7f4ff 100%);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}


.home .hero.hero-alt {
  padding: 50px;
}

.hero-mobile-deals {
  display: none;
  margin-top: 5px;
}

.hero-mobile-deals--404 {
  display: block;
  margin-top: 20px;
}

.mobile-deals-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 16px;
  box-shadow: 0 16px 40px rgba(91, 45, 246, 0.08);
}

.mobile-deals-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
  color: #1f2937;
}

.mobile-deals-subtitle {
  font-size: 12px;
  color: #6b7280;
  margin-top: -6px;
  margin-bottom: 12px;
}

.mobile-deals-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.mobile-deals-tab {
  border: 1px solid rgba(91, 45, 246, 0.2);
  background: #f5f3ff;
  color: #4c1d95;
  padding: 8px 6px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
}

.mobile-deals-tab.is-active {
  background: #5b2df6;
  color: #fff;
  border-color: #5b2df6;
}

.mobile-deals-panel {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-deals-panel.is-active {
  display: grid;
  gap: 10px;
  opacity: 1;
  transform: translateY(0);
}

.mobile-deal-row {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  background: #faf9ff;
  color: inherit;
  text-decoration: none;
}

.mobile-deal-row img {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  object-fit: cover;
}

.mobile-deal-title-row {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

.mobile-deal-hotel {
  font-size: 12px;
  color: #4b5563;
}

.mobile-deal-badge {
  display: inline-flex;
  align-items: center;
  background: #5b2df6;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  text-transform: uppercase;
}

.mobile-deal-badge--cheap {
  background: #f4d563;
  color: #1f2937;
}

.mobile-deal-badge--departure {
  background: #34a853;
  color: #fff;
}

.mobile-deal-badges {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  overflow: hidden;
}

.mobile-deal-empty {
  font-size: 13px;
  color: #6b7280;
}

.mobile-deals-note {
  margin-top: 12px;
  font-size: 11px;
  color: #6b7280;
  text-align: center;
}

.about-page {
  padding: 24px 0 48px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #ffffff 0%, #f5f2ff 52%, #ece5ff 100%);
  border: 1px solid rgba(91, 45, 246, 0.14);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(26, 19, 87, 0.08);
  padding: 24px;
  margin-bottom: 20px;
}

.about-hero::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -95px;
  top: -95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 45, 246, 0.22), rgba(91, 45, 246, 0));
  pointer-events: none;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.about-hero-copy {
  animation: aboutFadeUp 0.45s ease both;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f8e8;
  border: 1px solid #bce1bc;
  color: #2c6b2c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 11px;
}

.about-hero-copy h1 {
  margin: 12px 0 10px;
  font-size: 40px;
}

.about-hero-copy p {
  max-width: 720px;
  color: #3f4b5c;
  margin: 0;
}

.about-hero-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.about-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 600;
  color: #2d3748;
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.18);
}

.about-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-metric-card {
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.18);
  border-radius: 14px;
  padding: 14px 12px;
  box-shadow: 0 12px 22px rgba(26, 19, 87, 0.07);
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 108px;
  animation: aboutFadeUp 0.5s ease both;
}

.about-metric-card i {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}

.about-metric-card:nth-child(2) {
  animation-delay: 0.04s;
}

.about-metric-card:nth-child(3) {
  animation-delay: 0.08s;
}

.about-metric-card:nth-child(4) {
  animation-delay: 0.12s;
}

.about-metric-card strong {
  color: #5b2df6;
  font-size: 22px;
  line-height: 1;
}

.about-metric-card span {
  color: #5a6474;
  font-size: 13px;
  line-height: 1.25;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.82fr);
  gap: 20px;
  align-items: start;
}

.about-content {
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(26, 19, 87, 0.06);
  padding: 22px;
}

.about-content p {
  margin: 0 0 16px;
  color: #334155;
  line-height: 1.7;
}

.about-content h2 {
  margin: 0 0 12px;
  font-size: 34px;
  color: #1f2937;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-sidebar {
  display: grid;
  gap: 12px;
}

.about-card {
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(26, 19, 87, 0.06);
}

.about-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.about-card p {
  margin: 0 0 8px;
  color: #354557;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.about-card a:not(.button) {
  color: #5b2df6;
  font-weight: 600;
}

.about-card a:not(.button):hover {
  color: #401de1;
}

.about-socials {
  display: flex;
  gap: 10px;
}

.about-social-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(91, 45, 246, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5b2df6;
  box-shadow: 0 10px 20px rgba(26, 19, 87, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-social-link:hover {
  transform: translateY(-2px);
  background: #5b2df6;
  color: #fff;
}

.about-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.about-author-box {
  margin-top: 0;
}

.about-author-box .author-card {
  padding: 14px;
}

.about-coop {
  margin-top: 18px;
  background: linear-gradient(145deg, #ffffff, #f4f0ff);
  border-radius: 18px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 14px 28px rgba(26, 19, 87, 0.06);
  padding: 20px;
  text-align: center;
}

.about-coop h2 {
  margin: 0 0 8px;
  font-size: 27px;
}

.about-coop p {
  margin: 0 auto 14px;
  max-width: 860px;
  color: #475467;
}

.about-coop .button {
  background: linear-gradient(135deg, #5b2df6, #6f48ff);
  color: #fff;
  border: 1px solid #5b2df6;
  border-radius: 12px;
  padding: 12px 26px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(91, 45, 246, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-coop .button:hover {
  background: linear-gradient(135deg, #4b24dc, #5f3bf4);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(91, 45, 246, 0.34);
}

@keyframes aboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-page {
  padding: 28px 0 48px;
}

.contact-hero {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 22px;
  box-shadow: 0 14px 28px rgba(91, 45, 246, 0.08);
}

.contact-hero h1 {
  margin: 8px 0 10px;
  font-size: 32px;
}

.contact-hero p {
  max-width: 760px;
  color: #3c4a5b;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.contact-label {
  font-weight: 600;
}

.contact-socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.contact-social-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5b2df6;
  box-shadow: 0 10px 20px rgba(26, 19, 87, 0.08);
}

.contact-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-social-link:hover {
  background: #5b2df6;
  color: #fff;
}

.contact-box {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 22px;
  box-shadow: 0 14px 28px rgba(26, 19, 87, 0.06);
  display: grid;
  gap: 18px;
}

.contact-box-section {
  border-bottom: 1px solid rgba(91, 45, 246, 0.12);
  padding-bottom: 14px;
}

.contact-box-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-box-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  color: #1f1f2d;
}

.directions-tree {
  margin-top: 20px;
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.direction-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 18px;
  box-shadow: 0 14px 28px rgba(26, 19, 87, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.direction-country {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
}

.direction-flag {
  font-size: 20px;
}

.direction-count {
  margin-left: auto;
  background: #f4d563;
  color: #1f2937;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}

.direction-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex: 0 0 auto;
  align-self: flex-start;
  width: auto;
}

.direction-region {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f3ff;
  color: #4c1d95;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  align-self: flex-start;
  flex: 0 0 auto;
}

.direction-region .direction-count {
  margin-left: 0;
  background: #e7e1ff;
  color: #4c1d95;
  padding: 2px 6px;
}

.wakacje-niemiec-layout {
  align-items: flex-start;
}

.hero p.wakacje-niemiec-hero-desc {
  max-width: 720px !important;
}

.wakacje-niemiec-countries {
  border: 1px solid rgba(91, 45, 246, 0.14);
  padding: 18px;
  margin-bottom: 16px;
}

.wakacje-niemiec-terms {
  border: 1px solid rgba(91, 45, 246, 0.14);
  padding: 18px;
  margin-bottom: 16px;
}

.wakacje-niemiec-countries-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.wakacje-niemiec-countries-head h2 {
  margin: 0;
  font-size: 22px;
}

.wakacje-niemiec-countries-head span {
  font-size: 13px;
  color: #5f6781;
}

.wakacje-niemiec-countries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wakacje-niemiec-country-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(91, 45, 246, 0.22);
  background: #ffffff;
  color: #1f2a44;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wakacje-niemiec-country-chip .flag {
  font-size: 16px;
}

.wakacje-niemiec-country-chip .count {
  border-radius: 999px;
  background: #f3f0ff;
  color: #4a22e4;
  font-size: 12px;
  font-weight: 800;
  padding: 2px 8px;
}

.wakacje-niemiec-country-chip:hover {
  border-color: #5b2df6;
  color: #4a22e4;
}

.wakacje-niemiec-country-chip.is-active {
  background: linear-gradient(90deg, #5d30f6, #7b66ff);
  border-color: transparent;
  color: #ffffff;
}

.wakacje-niemiec-country-chip.is-active .count {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.wakacje-niemiec-listing {
  margin-top: 4px;
}

.wakacje-niemiec-seo-content {
  margin-top: 14px;
}

.wakacje-niemiec-seo-content .card,
.ultra-last-minute-seo-content .card {
  color: #1f2937;
}

.wakacje-niemiec-seo-content .card a,
.ultra-last-minute-seo-content .card a {
  color: var(--color-primary-700);
  font-weight: 600;
}

.wakacje-niemiec-seo-content .card table,
.ultra-last-minute-seo-content .card table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid #e6e8f4;
}

.wakacje-niemiec-seo-content .card th,
.wakacje-niemiec-seo-content .card td,
.ultra-last-minute-seo-content .card th,
.ultra-last-minute-seo-content .card td {
  border: 1px solid #e6e8f4;
  padding: 10px 12px;
  text-align: left;
  font-size: 15px;
}

.wakacje-niemiec-seo-content .card thead th,
.ultra-last-minute-seo-content .card thead th {
  background: #f7f8ff;
  font-weight: 700;
}

.wakacje-niemiec-seo-content .card .aligncenter,
.wakacje-niemiec-seo-content .card figure.aligncenter,
.wakacje-niemiec-seo-content .card .wp-block-image.aligncenter,
.wakacje-niemiec-seo-content .card img.aligncenter,
.ultra-last-minute-seo-content .card .aligncenter,
.ultra-last-minute-seo-content .card figure.aligncenter,
.ultra-last-minute-seo-content .card .wp-block-image.aligncenter,
.ultra-last-minute-seo-content .card img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wakacje-niemiec-seo-content .card .aligncenter img,
.wakacje-niemiec-seo-content .card figure.aligncenter img,
.wakacje-niemiec-seo-content .card .wp-block-image.aligncenter img,
.wakacje-niemiec-seo-content .card img.aligncenter,
.ultra-last-minute-seo-content .card .aligncenter img,
.ultra-last-minute-seo-content .card figure.aligncenter img,
.ultra-last-minute-seo-content .card .wp-block-image.aligncenter img,
.ultra-last-minute-seo-content .card img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.ultra-last-minute-layout {
  align-items: flex-start;
}

.ultra-last-minute-hero .archive-hero-desc {
  max-width: 720px;
}

.ultra-last-minute-terms,
.ultra-last-minute-countries {
  border: 1px solid rgba(91, 45, 246, 0.14);
  padding: 18px;
  margin-bottom: 16px;
}

.ultra-last-minute-terms-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ultra-last-minute-terms-head h2 {
  margin: 0;
  font-size: 22px;
}

.ultra-last-minute-terms-head span {
  font-size: 13px;
  color: #5f6781;
}

.ultra-last-minute-terms-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ultra-last-minute-term-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(91, 45, 246, 0.22);
  background: #ffffff;
  color: #1f2a44;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ultra-last-minute-term-chip .flag {
  font-size: 16px;
}

.ultra-last-minute-term-chip .count {
  border-radius: 999px;
  background: #f3f0ff;
  color: #4a22e4;
  font-size: 12px;
  font-weight: 800;
  padding: 2px 8px;
}

.ultra-last-minute-term-chip:hover {
  border-color: #5b2df6;
  color: #4a22e4;
}

.ultra-last-minute-term-chip.is-active {
  background: linear-gradient(90deg, #5d30f6, #7b66ff);
  border-color: transparent;
  color: #ffffff;
}

.ultra-last-minute-term-chip.is-active .count {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.ultra-last-minute-listing {
  margin-top: 4px;
}

.ultra-last-minute-seo-content {
  margin-top: 14px;
}

.parking-hero .archive-hero-desc {
  max-width: 720px;
}

.parking-intro .content-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
}

.parking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.parking-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 18px;
  text-decoration: none;
  color: #1f2a44;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parking-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(17, 24, 39, 0.14);
}

.parking-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.parking-card-icon {
  font-size: 20px;
}

.parking-card h3 {
  font-size: 17px;
  margin: 0;
}

.parking-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.parking-card-cta {
  margin-top: auto;
  background: #5b2df6;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  width: fit-content;
}

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

@media (max-width: 640px) {
  .parking-grid {
    grid-template-columns: 1fr;
  }
  .parking-card {
    padding: 16px;
  }
}

.honeymoon-intro .content-card {
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
}

.honeymoon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.honeymoon-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 18px;
  box-shadow: 0 12px 22px rgba(17, 24, 39, 0.06);
}

.honeymoon-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.honeymoon-emoji {
  font-size: 20px;
}

.honeymoon-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.honeymoon-card p {
  margin: 4px 0 0;
}

.honeymoon-label {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1f2a44;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 999px;
}

.honeymoon-label.plusy {
  background: #dcfce7;
  color: #166534;
}

.honeymoon-label.minusy {
  background: #fee2e2;
  color: #991b1b;
}

.honeymoon-lists ul {
  margin: 0;
  padding-left: 16px;
  color: #4b5563;
  font-size: 13px;
}

.honeymoon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: #5b2df6;
  border-radius: 12px;
  padding: 10px 14px;
  text-decoration: none;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.honeymoon-link:hover {
  background: #4a22e4;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(91, 45, 246, 0.25);
  transform: translateY(-1px);
}

.honeymoon-hotels {
  display: grid;
  gap: 18px;
}

.honeymoon-hotels .hotele-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.honeymoon-country {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 18px;
}

.honeymoon-country-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.honeymoon-country-head a {
  font-weight: 600;
  color: #5b2df6;
  text-decoration: none;
}

.honeymoon-country-head a:hover {
  color: #4a22e4;
}

@media (max-width: 900px) {
  .honeymoon-grid {
    grid-template-columns: 1fr;
  }
  .honeymoon-lists {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .directions-grid {
    grid-template-columns: 1fr;
  }

  .wakacje-niemiec-countries {
    padding: 14px;
  }

  .wakacje-niemiec-terms {
    padding: 14px;
  }

  .wakacje-niemiec-countries-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .wakacje-niemiec-countries-head h2 {
    font-size: 19px;
  }

  .wakacje-niemiec-country-chip {
    font-size: 13px;
    padding: 7px 10px;
  }

  .wakacje-niemiec-country-chip .count {
    font-size: 11px;
  }

  .ultra-last-minute-terms,
  .ultra-last-minute-countries {
    padding: 14px;
  }

  .ultra-last-minute-terms-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .ultra-last-minute-terms-head h2 {
    font-size: 19px;
  }

  .ultra-last-minute-term-chip {
    font-size: 13px;
    padding: 7px 10px;
  }

  .ultra-last-minute-term-chip .count {
    font-size: 11px;
  }
}

@media (max-width: 960px) {
  .about-page {
    padding: 18px 0 36px;
  }

  .about-hero {
    padding: 18px;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-hero-copy h1 {
    font-size: 32px;
  }

  .about-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-metric-card {
    padding: 12px 10px;
  }

  .about-metric-card strong {
    font-size: 18px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-content {
    padding: 18px;
  }

  .about-content h2 {
    font-size: 28px;
  }

  .about-card {
    padding: 16px;
  }

  .about-card h2 {
    font-size: 18px;
  }

  .about-coop {
    margin-top: 14px;
    padding: 18px;
  }

  .about-coop h2 {
    font-size: 22px;
  }

  .contact-page {
    padding: 18px 0 36px;
  }

  .contact-hero {
    padding: 18px;
  }

  .contact-hero h1 {
    font-size: 26px;
  }
}

.hero::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(91, 45, 246, 0.25), transparent 65%);
  z-index: 1;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content {
  grid-column: span 7;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #3e803e;
  background: rgb(226 246 226);
  padding: 6px 12px;
  border-radius: 999px;
}

.hero h1 {
  font-size: clamp(32px, 4vw, 52px);
  margin: 16px 0 12px;
}

.hero p {
  color: var(--color-muted);
  max-width: 520px;
  font-size: 18px;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stat {
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 8px 16px rgba(31, 41, 55, 0.08);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
}

.hero-stat-icon {
  font-size: 22px;
}

.hero-stat-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.hero-stat-number {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary-700);
}

.hero-stat-label {
  font-size: 12px;
  color: var(--color-muted);
}

.hero-stat-arrow {
  font-size: 18px;
  color: var(--color-primary-700);
}

.hero-stat-link:hover {
  border-color: rgba(91, 45, 246, 0.4);
  transform: translateY(-1px);
}

.hero-stat-link:active {
  transform: translateY(0);
}

.hero-visual {
  grid-column: span 5;
  position: relative;
  min-height: 280px;
}

.hero-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 30px rgba(37, 30, 85, 0.18);
  border: 1px solid rgba(91, 45, 246, 0.16);
  display: flex;
  gap: 12px;
  align-items: center;
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-card-icon {
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f4ff;
  color: var(--color-primary-700);
}

.hero-card-body {
  display: grid;
  gap: 4px;
}

.hero-card--primary {
  position: absolute;
  top: 0;
  right: 0;
  width: min(260px, 100%);
}

.hero-card--secondary {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: min(220px, 100%);
  animation-delay: 1.5s;
}

.hero-card-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-muted);
}

.hero-card-meta {
  font-size: 13px;
  color: var(--color-muted);
}

.hero-pulse {
  position: absolute;
  inset: 30% auto auto 10%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.3), transparent 70%);
  animation: heroPulse 4s ease-in-out infinite;
}

.hero-mascot {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 490px;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes heroPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes bannerFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button.primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 10px 20px rgba(91, 45, 246, 0.25);
}

.button.secondary {
  background: #fff;
  color: var(--color-primary);
  border-color: rgba(91, 45, 246, 0.3);
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary:hover {
  background: var(--color-primary-700);
}

.button.primary:active {
  background: var(--color-primary-800);
  transform: translateY(0);
}

.button.secondary:hover {
  background: #f6f2ff;
  border-color: var(--color-primary);
}

.button.secondary:active {
  transform: translateY(0);
  background: #ece5ff;
}

.button:focus-visible,
.site-nav .menu a:focus-visible,
.topbar a:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.6);
  outline-offset: 2px;
}

.section {
  margin-top: 25px;
}

.quick-links {
  margin-top: 24px;
}

.quick-links-inner {
  background: linear-gradient(90deg, rgba(91, 45, 246, 0.06), rgba(111, 207, 116, 0.08));
  border-radius: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 10px 24px rgba(37, 30, 85, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.quick-links-title {
  font-weight: 700;
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
}

.quick-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-links-list a {
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(91, 45, 246, 0.18);
}

.quick-links-list a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(37, 30, 85, 0.12);
  border-color: rgba(91, 45, 246, 0.35);
}

.quick-links-list a:active {
  transform: translateY(0);
}

.quick-links-list .flag {
  font-size: 16px;
  line-height: 1;
}

.quick-links-list a:active {
  transform: translateY(1px);
}

.home-latest-bar {
  margin-top: 16px;
}

@media (min-width: 961px) {
  .home-top-reorder {
    display: flex;
    flex-direction: column;
  }

  .home-top-reorder .home-latest-bar {
    order: 1;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .home-top-reorder .home-hero {
    order: 2;
  }

  .home-top-reorder .hero-mobile-deals {
    order: 3;
  }
}

.home-latest-label {
  display: inline-block;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.home-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-latest-item {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
  padding: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-latest-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(17, 24, 39, 0.12);
}

.home-latest-item img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.home-latest-content {
  display: grid;
  gap: 6px;
}

.home-latest-category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(91, 45, 246, 0.12);
  color: #5b2df6;
  font-size: 11px;
  font-weight: 700;
  width: fit-content;
}

.home-latest-title {
  font-weight: 800;
  color: #1f2a44;
  line-height: 1.2;
}

.home-latest-date {
  font-size: 12px;
  color: #6b7280;
}

.home-hotel-carousel .section-title {
  margin-bottom: 16px;
}

.home-hotel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.home-hotel-carousel-wrap {
  position: relative;
}

.home-hotel-viewport {
  overflow: visible;
}

.home-hotel-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.home-hotel-track .hotel-card {
  width: 100%;
}

.home-hotel-arrow {
  display: none;
}

.home-hotel-arrow.prev {
  left: -10px;
}

.home-hotel-arrow.next {
  right: -10px;
}

.home-hotel-tab {
  border: 1px solid rgba(91, 45, 246, 0.2);
  background: #ffffff;
  color: #1f2a44;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-hotel-tab.is-active {
  background: #5b2df6;
  color: #ffffff;
  border-color: #5b2df6;
}

.home-hotel-panel {
  display: none;
}

.home-hotel-panel.is-active {
  display: block;
}

.home-hotel-panel .hotele-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 960px) {
  .home-hero {
    display: none;
  }

  .hero-mobile-deals {
    display: block;
  }
  .home-latest-grid {
    grid-template-columns: 1fr;
  }

  .home-hotel-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .home-hotel-track,
  .home-hotel-panel .hotele-grid {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .home-hotel-track .hotel-card,
  .home-hotel-panel .hotel-card {
    flex: 0 0 40%;
    max-width: 40%;
    scroll-snap-align: start;
  }

  .home-hotel-arrow {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #5b2df6;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.16);
    cursor: pointer;
    z-index: 2;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .home-hotel-arrow.prev {
    left: -6px;
  }

  .home-hotel-arrow.next {
    right: -6px;
  }

  .home-hotel-panel .hotel-card {
    box-shadow: none;
  }
}

.section-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.offers-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: flex-start;
}

.offers-placeholder {
  text-align: center;
  padding: 32px;
  color: #6b7280;
  font-weight: 600;
}

.offers-main {
  grid-column: span 8;
}

.offers-aside {
  grid-column: span 4;
  display: grid;
  gap: 16px;
}

.offer-hero-spacer {
  visibility: hidden;
}

.sidebar-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.08);
}

.sidebar-card .sidebar-title {
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.cpt-destinations-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cpt-destinations-list li {
  width: 100%;
}

.cpt-destinations-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f5f3ff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  color: #1f2937;
  font-weight: 600;
  width: 100%;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cpt-destinations-list li a:hover {
  background: #ede9ff;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(37, 30, 85, 0.08);
}

.cpt-destinations-list li a:active {
  transform: translateY(0);
}

.cpt-destinations-list li.is-current a {
  background: #5b2df6;
  color: #ffffff;
  border-color: #5b2df6;
}

.sidebar-search form {
  display: grid;
  gap: 10px;
}

.sidebar-search input[type="search"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(91, 45, 246, 0.2);
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sidebar-search input[type="search"]:focus {
  outline: none;
  border-color: #5b2df6;
  box-shadow: 0 0 0 3px rgba(91, 45, 246, 0.15);
}

.sidebar-search button {
  background: #5b2df6;
  color: #ffffff;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sidebar-search button:hover {
  background: #4c24e1;
  box-shadow: 0 10px 20px rgba(91, 45, 246, 0.2);
  transform: translateY(-1px);
}

.sidebar-search button:active {
  transform: translateY(0);
}

.odkryj-widget {
  position: fixed;
  inset: 0;
  background: #e5e7eb;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  z-index: 9999;
  padding: 0;
}

.odkryj-widget[hidden] {
  display: none;
}

.odkryj-widget-inner {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.odkryj-widget-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  background: rgba(91, 45, 246, 0.98);
}

.odkryj-widget-label strong {
  font-weight: 800;
}

.odkryj-widget-close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.odkryj-widget-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.odkryj-widget-progress {
  height: 5px;
  background: rgba(0, 0, 0, 0.12);
  position: relative;
}

.odkryj-widget-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #f4d563;
}

.odkryj-widget-body {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 64px);
}

.odkryj-widget-banner img {
  max-width: min(980px, 92vw);
  height: auto;
  max-height: calc(100vh - 140px);
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

.odkryj-widget-banner {
  margin-top: 25px;
}

body.odkryj-widget-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .odkryj-widget-top {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .odkryj-widget-label {
    font-size: 13px;
    white-space: nowrap;
  }

  .odkryj-widget-close {
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .odkryj-widget-body {
    padding: 8px 12px 16px;
    align-items: flex-start;
  }
}

@media (max-height: 820px) {
  .odkryj-widget-body {
    align-items: flex-start;
  }

  .odkryj-widget-banner img {
    max-height: calc(100vh - 120px);
  }
}

.sidebar-news-button {
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.sidebar-banner {
  min-height: 160px;
  padding: 0;
  overflow: hidden;
}

.banner-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.banner-slides {
  position: relative;
  min-height: 160px;
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.banner-slide.is-active {
  position: relative;
  opacity: 1;
}

.banner-slide a,
.banner-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 10px 12px 12px;
  background: #ffffff;
}

.banner-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  z-index: 2;
  letter-spacing: 0.02em;
}

.banner-segment {
  height: 4px;
  background: #e6e8f4;
  border-radius: 999px;
  overflow: hidden;
}

.banner-fill {
  display: block;
  height: 100%;
  width: 0;
  background: #5b2df6;
}

.banner-segment.is-active .banner-fill {
  animation: bannerFill var(--banner-interval, 6000ms) linear forwards;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
}

.section-title h3 {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 28px);
}

.section-title h1 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 36px);
}

.blog-featured .section-title h1 {
  font-size: clamp(32px, 4vw, 42px);
  background: linear-gradient(90deg, #5d30f6, #5b2df6 40%, #8f7bff 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (min-width: 961px) {
  .blog-featured .section-title h1 {
    font-size: 32px;
  }
}

.blog-featured .section-title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 12px;
}

.blog-title-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.blog-featured .section-subtitle {
  font-size: 16px;
}

.blog-intro {
  margin: 8px 0 0;
  color: #4b5563;
  max-width: 720px;
  font-size: 15px;
}

.blog-toolbar .toolbar-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: rgba(91, 45, 246, 0.08);
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(91, 45, 246, 0.16);
}

.blog-toolbar {
  display: grid;
  gap: 10px;
}

.toolbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.toolbar-title {
  font-weight: 700;
  font-size: 14px;
  color: #5b2df6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.toolbar-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #2a2c2f;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  border: 1px solid rgba(91, 45, 246, 0.2);
}

.toolbar-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(31, 41, 55, 0.12);
  border-color: rgba(91, 45, 246, 0.4);
}

.toolbar-chip .chip-icon {
  font-size: 16px;
}

@media (max-width: 960px) {
  .blog-toolbar .toolbar-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section-subtitle {
  color: var(--color-muted);
  font-size: 15px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(91, 45, 246, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(37, 30, 85, 0.18);
}

.card:active {
  transform: translateY(0);
}

.search-empty {
  margin-top: 16px;
}

@media (min-width: 961px) {
  body.search .hero h1 {
    font-size: 32px;
  }
}

.card.feature {
  grid-column: span 4;
  min-height: 160px;
}

.card.feature h3 {
  margin: 8px 0 6px;
  font-size: 18px;
}

.card.feature .offers-table td {
  padding: 6px 4px;
}

.card.feature img.thumbnail {
  width: 56px;
  height: 56px;
}

.card.feature .hotel-name {
  max-width: 160px;
}

.offer-list {
  display: grid;
  gap: 16px;
}

.offer-wrapper {
  font-family: inherit;
}

.offer-wrapper .wrapper {
  overflow-x: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.offer-wrapper .offers-table {
  width: 100%;
}

.offer-wrapper .filter-wrapper {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

body.single-wakacje .offer-wrapper .filter-wrapper,
body.single-last-minute .offer-wrapper .filter-wrapper,
body.single-first-minute .offer-wrapper .filter-wrapper,
body.single-all-inclusive .offer-wrapper .filter-wrapper {
  display: none !important;
}

.offer-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.offer-callout strong {
  font-size: 18px;
}

.post-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.travel-offers-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.travel-offer-box {
  grid-column: span 4;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(37, 30, 85, 0.14);
  padding: 28px;
  border: 1px solid rgba(91, 45, 246, 0.12);
}

.travel-offer-box h3 {
  font-size: 20px;
  margin: 0 0 6px;
}

.travel-offer-box p {
  font-size: 14px;
  color: var(--color-muted);
  margin: 0 0 18px;
}

.travel-offer-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.travel-offer-box li {
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid #eef0ff;
  background: #fafbff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.travel-offer-box li:hover {
  background: #f1f2ff;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 30, 85, 0.12);
}

.travel-offer-box li:active {
  transform: translateY(0);
  background: #e8ebff;
}

.travel-offer-box li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #111827;
}

.travel-offer-box li a:hover {
  color: var(--color-primary-700);
}

.travel-offer-footer {
  margin-top: 18px;
  text-align: center;
}

.travel-offer-footer a {
  font-weight: 700;
  color: var(--color-primary-700);
}

.travel-offer-footer a:hover {
  color: var(--color-primary-800);
}

.ad-info {
  margin-top: 12px;
  font-size: 12px;
  color: var(--color-muted);
  text-align: center;
}

.travel-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.travel-sidebar-list li {
  display: grid;
  gap: 6px;
}

.travel-sidebar-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #eef0ff;
  background: #fbfffb;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.travel-sidebar-list a:hover {
  background: #f1f2ff;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(37, 30, 85, 0.12);
}

.travel-sidebar-list a:active {
  transform: translateY(0);
  background: #e8ebff;
}

.travel-sidebar-name {
  grid-column: 1;
  color: #111827;
}

.travel-sidebar-price {
  grid-column: 2;
  color: #16a34a;
  white-space: nowrap;
}

.travel-sidebar-meta {
  grid-column: 1 / -1;
  font-size: 12px;
  color: var(--color-muted);
}

.travel-sidebar-footer {
  margin-top: 10px;
  font-size: 11px;
  color: var(--color-muted);
  text-align: right;
}

.newsletter-box {
  background: linear-gradient(120deg, #ffffff, #eef0ff);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: var(--shadow-md);
}

.newsletter-box h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.newsletter-box p {
  margin: 0;
  color: var(--color-muted);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px 14px;
  align-items: center;
}

.newsletter-form input[type="email"] {
  width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid #d7dbea;
  font-size: 14px;
}

.newsletter-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-muted);
  grid-column: 1 / -1;
  grid-row: 2;
}

.newsletter-consent input {
  margin: 0;
}

.newsletter-consent a {
  color: var(--color-primary-700);
  font-weight: 600;
}

.newsletter-form button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.newsletter-form button {
  justify-self: start;
  grid-column: 2;
  grid-row: 1;
}

.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(91, 45, 246, 0.15);
}

.yeta-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: #5b2df6;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 9999;
}

.yeta-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e6e8f4;
  padding: 14px 18px;
  box-shadow: 0 10px 20px rgba(37, 30, 85, 0.08);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  font-size: 18px;
  color: var(--color-primary-700);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--color-muted);
}

.blog-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: start;
}

.blog-main {
  grid-column: span 8;
}

.blog-sidebar {
  grid-column: span 4;
  display: grid;
  gap: 16px;
  align-content: start;
}

.blog-featured .blog-carousel {
  margin-top: 8px;
}

.featured-group {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.featured-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  min-height: 200px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.featured-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-card--large {
  height: 100%;
  min-height: 450px;
}

.featured-card--small {
  height: 100%;
  min-height: 0;
}

.featured-stack {
  display: grid;
  gap: 16px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.featured-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 25px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.85) 100%);
  display: grid;
  gap: 8px;
  z-index: 2;
  pointer-events: none;
}

.featured-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.featured-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.featured-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(91, 45, 246, 0.9);
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  pointer-events: auto;
}

.featured-tag:hover {
  background: rgba(91, 45, 246, 1);
  color: #ffffff;
}

.featured-date {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(244, 213, 99, 0.92);
  color: #1f1b3a;
  font-weight: 700;
  font-size: 12px;
}

.featured-title {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card--small .featured-title {
  font-size: 17px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
}

.featured-excerpt {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card--small .featured-excerpt {
  font-size: 13px;
  -webkit-line-clamp: 2;
}

.featured-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.24);
}

.featured-card:hover .featured-tag {
  background: rgba(91, 45, 246, 0.9);
  color: #ffffff;
}

.featured-card:hover .featured-overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.92) 100%);
}

@media (max-width: 960px) {
  .featured-group {
    grid-template-columns: 1fr;
  }

  .featured-card--large {
    min-height: 320px;
    height: auto;
  }

  .featured-card--small {
    min-height: 160px;
    height: auto;
  }
}

.blog-featured-mobile {
  display: none;
}

@media (max-width: 960px) {
  .blog-featured {
    display: none;
  }

  .blog-featured-mobile {
    display: block;
    background: linear-gradient(135deg, #5b2df6 0%, #6f5bff 50%, #8a7bff 100%);
    border-radius: 16px;
    padding: 24px 12px;
  }

  .blog-featured-mobile .blog-carousel {
    background: transparent;
    border-radius: 16px;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 12px;
    align-items: center;
  }

  .blog-featured-mobile .section-title h1 {
    color: #ffffff;
  }

  .blog-featured-mobile .blog-intro {
    color: #ffffff;
  }

  .blog-featured-mobile .blog-viewport {
    overflow: hidden;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .blog-featured-mobile .carousel-arrow {
    position: static;
    transform: none;
    grid-row: 2;
    width: 34px;
    height: 34px;
  }

  .blog-featured-mobile .carousel-arrow.prev {
    grid-column: 1;
    justify-self: start;
  }

  .blog-featured-mobile .carousel-arrow.next {
    grid-column: 3;
    justify-self: end;
  }

  .blog-featured-mobile .carousel-dots {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
    justify-self: center;
  }

  .blog-featured-mobile .featured-card {
    border-radius: 16px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-featured-mobile .blog-track {
    gap: 0;
    display: flex;
  }
}

body.blog .carousel-dot.is-active {
  background: #f4d563;
}

.blog-grid .post-card {
  grid-column: span 6;
}

.post-card {
  grid-column: span 4;
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(37, 30, 85, 0.18);
}

.post-card:active {
  transform: translateY(0);
}

.post-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.post-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.post-card h3 {
  margin: 0;
  font-size: 18px;
}

.post-card h3 a:hover {
  color: var(--color-primary-700);
}

.post-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgb(113 66 223 / 86%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.post-category:hover {
  background: rgb(98 56 209 / 92%);
  color: #ffffff;
}

.archive-hero h1 {
  font-size: 32px;
}

.archive-count {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(91, 45, 246, 0.12);
  color: #4b2ee8;
  font-weight: 700;
  font-size: 13px;
}

.author-archive-hero {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f8ff 100%);
  border: 1px solid #e6e8f4;
  box-shadow: 0 12px 24px rgba(37, 30, 85, 0.1);
}

.author-archive-hero .author-avatar {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 16px rgba(37, 30, 85, 0.12);
}

.author-archive-details {
  display: grid;
  gap: 6px;
}

.author-archive-name {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
}

.author-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.author-archive-role,
.author-archive-count {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.author-archive-role {
  color: #3e803e;
  background: rgba(62, 128, 62, 0.12);
}

.author-archive-count {
  color: #4b2ee8;
  background: rgba(91, 45, 246, 0.12);
}

.author-archive-bio {
  color: #4b5563;
  font-size: 14px;
}

.author-archive-socials {
  display: inline-flex;
  gap: 8px;
}

.author-archive-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f6ff;
  border: 1px solid rgba(91, 45, 246, 0.16);
}

.author-archive-socials svg {
  width: 16px;
  height: 16px;
  fill: #5b2df6;
}

@media (max-width: 640px) {
  .author-archive-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .author-archive-hero .author-avatar {
    justify-self: center;
    width: 72px;
    height: 72px;
  }

  .author-archive-meta,
  .author-archive-socials {
    justify-content: center;
  }
}

.archive-description {
  margin: 24px 0 0;
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e6e8f4;
  color: #4b5563;
}

.post-card-button {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

.blog-carousel .post-card-body {
  height: auto;
}


.post-meta {
  font-size: 13px;
  color: var(--color-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-meta-sep {
  color: #c2c7de;
}

.post-author {
  color: #5b2df6;
  font-weight: 700;
}

.post-author:hover {
  color: #3c22c8;
}

.post-excerpt {
  margin: 1px 0 10px;
  color: #4b5563;
  font-size: 14px;
}

.okazje-details-card {
  display: grid;
  gap: 14px;
}

.okazje-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.okazje-details-list li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f6f5ff;
}

.okazje-icon {
  font-size: 18px;
}

.okazje-label {
  font-weight: 700;
  color: #1f2937;
}

.okazje-value {
  color: #111827;
  font-weight: 600;
}

.okazje-cta {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.okazje-cta .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #34a853;
  border-color: #34a853;
  color: #ffffff;
}

.okazje-cta .button-icon {
  font-size: 16px;
  display: inline-flex;
}

.okazje-cta .button:hover {
  background: #2f9b4c;
  border-color: #2f9b4c;
  color: #ffffff;
}

.okazje-cta .button-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.okazje-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.biuro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.okazje-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
  display: grid;
  grid-template-rows: auto 1fr;
}

.okazje-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.okazje-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.okazje-card-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(91, 45, 246, 0.9);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

.okazje-card-term {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #ef4444;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(239, 68, 68, 0.25);
}

.okazje-card-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.okazje-card-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.okazje-card-title a {
  color: #111827;
}

.okazje-card-title a:hover {
  color: #5b2df6;
}

.okazje-card-excerpt {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.okazje-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.okazje-card-actions .button {
  flex: 1 1 0;
  width: 50%;
  justify-content: center;
}

.biuro-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
  overflow: hidden;
}

.biuro-card-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: rgba(91, 45, 246, 0.9);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

.biuro-card-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.biuro-card-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.biuro-card-title a {
  color: #111827;
}

.biuro-card-title a:hover {
  color: #5b2df6;
}

.biuro-card-excerpt {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.biuro-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.biuro-card-actions .button {
  width: 100%;
  justify-content: center;
}

.wycieczki-archive {
  margin-top: 24px;
}

.wycieczki-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.wycieczki-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(91, 45, 246, 0.14);
  background: #ffffff;
  color: #1f2937;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.wycieczki-list li a:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 45, 246, 0.35);
  box-shadow: 0 10px 18px rgba(37, 30, 85, 0.12);
}

.wycieczki-icon {
  font-size: 14px;
}

.wycieczki-name {
  font-size: 15px;
}

@media (max-width: 960px) {
  .wycieczki-list {
    grid-template-columns: 1fr;
  }
}

.search-page {
  padding: 24px 0 48px;
}

.search-hero {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
  border: 1px solid rgba(91, 45, 246, 0.12);
  margin-bottom: 24px;
}

.search-title {
  margin: 0 0 8px;
  font-size: 32px;
}

.search-subtitle {
  margin: 0;
  color: #5b6472;
  max-width: 720px;
}

.search-layout .offers-main .offer-wrapper {
  margin-bottom: 0;
}

.search-faq {
  margin-top: 32px;
}

.search-content .card {
  margin-top: 8px;
}
.archive-hero-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.archive-hero-desc {
  margin: 8px 0 0;
  color: #5b6472;
  max-width: 720px;
}

.archive-hero + .blog-layout {
  margin-top: 24px;
}

@media (max-width: 960px) {
  .okazje-grid {
    grid-template-columns: 1fr;
  }

  .biuro-grid {
    grid-template-columns: 1fr;
  }

  .okazje-card-actions {
    flex-wrap: nowrap;
  }

  .okazje-card-actions .button {
    flex: 1 1 0;
    width: 50%;
    justify-content: center;
  }
}

.blog-carousel {
  position: relative;
  margin-top: 10px;
  --slides-per-view: 3;
  --slide-gap: 24px;
}

.blog-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.blog-track {
  display: flex;
  gap: var(--slide-gap, 24px);
  transition: transform 0.4s ease;
  will-change: transform;
  align-items: flex-start;
}

.blog-carousel .post-card {
  flex: 0 0 calc((100% - (var(--slides-per-view, 3) - 1) * var(--slide-gap, 24px)) / var(--slides-per-view, 3));
  max-width: calc((100% - (var(--slides-per-view, 3) - 1) * var(--slide-gap, 24px)) / var(--slides-per-view, 3));
  box-shadow: none;
  border: 1px solid #e6e8f4;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.blog-carousel .post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 45, 246, 0.35);
}

.sponsored-section .section-title {
  margin-bottom: 12px;
}

.sponsored-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sponsored-card {
  background: #ffffff;
  border: 1px solid #ecebff;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsored-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: inherit;
}

.sponsored-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(91, 45, 246, 0.12);
}

.sponsored-thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #f3f2ff;
}

.sponsored-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsored-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.sponsored-badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f0ff;
  color: #5b2df6;
}

.sponsored-title {
  font-size: 14px;
  font-weight: 700;
  color: #2a2c2f;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sponsored-date {
  font-size: 12px;
  color: #6f7280;
}

.sponsored-empty {
  padding: 16px;
  background: #fff;
  border: 1px dashed #e0defa;
  border-radius: 12px;
  color: #6f7280;
}

@media (max-width: 900px) {
  .sponsored-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 6px;
  }

  .sponsored-card {
    flex: 0 0 calc(100% - 36px);
    scroll-snap-align: start;
  }
}

.carousel-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.12);
  color: var(--color-primary);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
}

.carousel-arrow.prev {
  left: -12px;
}

.carousel-arrow.next {
  right: -12px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d7dbea;
  border: none;
  padding: 0;
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--color-primary);
  width: 20px;
}

.content-section .content-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.content-section h2 {
  margin-top: 0;
}

.content-section h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 20px;
}

.content-section p {
  margin: 0 0 12px;
  color: var(--color-muted);
}

.entry-header {
  margin-bottom: 15px;
}

.entry-title {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 10px;
  margin-top: 5px;
}

body.single-post .entry-title,
body.single-okazje .entry-title {
  font-size: clamp(25px, 4vw, 39px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: var(--color-muted);
  margin: 0 0 12px;
  position: relative;
  z-index: 3;
}

.breadcrumbs a {
  color: var(--color-primary-700);
  font-weight: 600;
}

.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.single-content {
  grid-column: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

.single-sidebar {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: visible;
  position: relative;
  align-self: stretch;
  height: 100%;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--color-muted);
}

.meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f1ff 100%);
  padding: 8px 10px;
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(37, 30, 85, 0.14);
  border: 1px solid #eef0ff;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f6ff;
  color: #1f2937;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(91, 45, 246, 0.14);
  gap: 6px;
}

.meta-chip:hover {
  border-color: rgba(91, 45, 246, 0.35);
}

.meta-icon {
  font-size: 13px;
  line-height: 1;
}

.entry-featured {
  position: relative;
}

.entry-badge-stack {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}

.entry-featured img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 18px rgba(37, 30, 85, 0.12);
}

.entry-category {
  background: rgb(87 35 231);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.entry-category:hover {
  background: rgb(74 28 215);
  color: #ffffff;
}

.entry-update-badge {
  background: #111827;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.entry-caption {
  margin-top: 8px;
  font-size: 12px;
  color: var(--color-muted);
}

.entry-caption-overlay {
  position: absolute;
  right: 12px;
  bottom: 12px;
  margin: 0;
  background: rgba(17, 24, 39, 0.75);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
  max-width: 60%;
}

.entry-excerpt {
  font-size: 18px;
  color: #1f2937;
  font-weight: 600;
  margin: 12px 0 18px;
}

.single-content {
  border-radius: var(--radius-lg);
  padding: 24px;
}

body.single-wakacje .single-content,
body.single-first-minute .single-content,
body.single-last-minute .single-content,
body.single-all-inclusive .single-content {
  padding: 0;
}

.single-sidebar .sidebar-card {
  height: auto;
  align-self: start;
  width: 100%;
}

.post-toc {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e6e8f4;
  padding: 16px;
  margin: 20px 0;
  box-shadow: var(--shadow-md);
}

.post-toc-title {
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef0ff;
}

.post-toc-title::after {
  content: "\203A";
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.post-toc[open] .post-toc-title::after {
  transform: rotate(-90deg);
}

.post-toc ul {
  list-style: none;
  margin: 12px 0 0;
  padding-left: 0;
  display: grid;
  gap: 8px;
}

.post-toc li {
  position: relative;
  --toc-indent: 0px;
  padding-left: calc(18px + var(--toc-indent));
  line-height: 1.4;
}

.post-toc li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8cce6;
  position: absolute;
  left: calc(4px + var(--toc-indent));
  top: 8px;
}

.post-toc .toc-level-2 {
  --toc-indent: 0px;
}

.post-toc .toc-level-2::before {
  width: 7px;
  height: 7px;
}

.post-toc .toc-level-3 {
  --toc-indent: 12px;
}

.post-toc .toc-level-4 {
  --toc-indent: 24px;
}

.post-toc a {
  color: #111827;
  font-size: 16px;
}

.post-toc .toc-level-3,
.post-toc .toc-level-4 {
  font-size: 13px;
}

.post-toc[open] .post-toc-title {
  margin-bottom: 10px;
}

.post-toc a:hover {
  color: var(--color-primary-700);
}

.related-posts .section-title {
  margin-bottom: 14px;
}

.section-heading {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.related-posts.section {
  margin-top: 15px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.related-card {
  grid-column: span 4;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e6e8f4;
  overflow: hidden;
  display: grid;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 30, 85, 0.12);
}

.related-body {
  padding: 0 14px 14px;
  display: grid;
  gap: 6px;
}

.related-date-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff2ff;
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  margin-top: 12px;
}

.related-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.post-tags .section-title {
  margin-bottom: 12px;
}

.tag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tag-label {
  font-size: 12px;
  color: #9aa0b4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f6ff;
  color: #4b5563;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(91, 45, 246, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tag-chip:hover {
  color: var(--color-primary-700);
  border-color: rgba(91, 45, 246, 0.4);
  transform: translateY(-1px);
}

.author-box .author-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f8ff 100%);
  border: 1px solid #e6e8f4;
  box-shadow: 0 12px 24px rgba(37, 30, 85, 0.1);
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.author-box .author-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(37, 30, 85, 0.16);
}

.author-avatar {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 16px rgba(37, 30, 85, 0.12);
}

.author-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.author-name {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.author-count {
  font-size: 12px;
  font-weight: 700;
  color: #5b2df6;
  background: rgba(91, 45, 246, 0.1);
  padding: 4px 8px;
  border-radius: 999px;
}

.author-role {
  display: inline-flex;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #3e803e;
  background: rgba(62, 128, 62, 0.12);
  padding: 4px 8px;
  border-radius: 999px;
}

.author-bio {
  margin: 6px 0 10px;
  color: #4b5563;
  font-size: 14px;
}

.author-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.author-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary-700);
  font-weight: 700;
  font-size: 15px;
}

.author-link::after {
  content: "\203A";
}

.author-socials {
  display: inline-flex;
  gap: 8px;
}

.author-social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f6ff;
  border: 1px solid rgba(91, 45, 246, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.author-social svg {
  width: 16px;
  height: 16px;
  fill: #5b2df6;
}

.author-social:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 45, 246, 0.4);
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(91, 45, 246, 0.2);
  background: #f4f6ff;
  color: #3b3f5c;
  font-weight: 600;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.share-button svg {
  width: 16px;
  height: 16px;
  fill: #5b2df6;
}

.share-button.copy svg {
  fill: #3b3f5c;
}

.share-button:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 45, 246, 0.5);
  color: var(--color-primary-700);
}

.share-button.copy.is-copied {
  background: rgba(111, 207, 116, 0.2);
  border-color: rgba(111, 207, 116, 0.6);
  color: #3e803e;
}

.share-button.copy {
  cursor: pointer;
}

.comments-notice {
  background: #f7f8ff;
  border: 1px solid #e6e8f4;
  padding: 12px 16px;
  border-radius: 12px;
  color: #4b5563;
  font-size: 14px;
}

.comments-toggle {
  margin: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #5b2df6;
  color: #ffffff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 18px rgba(91, 45, 246, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.comments-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(91, 45, 246, 0.28);
}

.comments-actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.news-follow-button {
  margin-top: 16px;
  margin-bottom: 8px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #34A853;
  color: #ffffff;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 20px rgba(52, 168, 83, 0.24);
}

.news-follow {
  margin-top: 10px;
}

@media (min-width: 961px) {
  body.single-post .travel-sidebar-card {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    width: 100%;
    z-index: 2;
  }

  body.single-okazje .travel-sidebar-card {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    width: 100%;
    z-index: 2;
  }

  body.post-type-archive-wakacje .travel-sidebar-card,
  body.post-type-archive-first-minute .travel-sidebar-card,
  body.post-type-archive-last-minute .travel-sidebar-card,
  body.post-type-archive-all-inclusive .travel-sidebar-card,
  body.single-wakacje .travel-sidebar-card,
  body.single-first-minute .travel-sidebar-card,
  body.single-last-minute .travel-sidebar-card,
  body.single-all-inclusive .travel-sidebar-card {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    width: 100%;
    z-index: 2;
  }
}

.travel-sidebar-card {
  width: 100%;
}

.news-follow-button:hover {
  background: #4285F4;
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(66, 133, 244, 0.24);
  color: #ffffff;
}

.news-follow-button img {
  width: 20px;
  height: 20px;
}

.sidebar-posts h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.sidebar-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
}

.sidebar-posts-list li {
  display: grid;
  gap: 4px;
}

.sidebar-post-link {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 3px 0px;
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.sidebar-post-link img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
}

.sidebar-post-text {
  font-weight: 600;
  color: #111827;
  font-size: 16px;
}

.sidebar-post-link:hover {
  background: #f4f6ff;
  transform: translateY(-1px);
}

.sidebar-posts-list a {
  color: inherit;
}

.sidebar-posts-list span {
  font-size: 16px;
  color: #2a2c2f;
}

.entry-content {
  font-size: 18px;
  color: #1f2937;
}

body.single-post {
  background: #ffffff;
  overflow-x: hidden;
}

body.single-post .single-layout,
body.single-post .single-content {
  min-width: 0;
}

body.single-post .single-content {
  overflow: visible;
  padding: 0;
}

body.single-okazje .single-content {
  overflow: visible;
  padding: 0;
}

body.single-okazje .entry-content .wp-caption,
body.single-okazje .entry-content figure.wp-caption {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

body.single-okazje .entry-content .wp-caption img,
body.single-okazje .entry-content figure.wp-caption img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (min-width: 961px) {
  body.single-post .single-layout,
  body.single-okazje .single-layout {
    grid-template-columns: minmax(0, 1.9fr) minmax(0, 0.95fr);
    gap: 24px;
  }
}

body.single-post .entry-header,
body.single-post .entry-featured,
body.single-post .entry-content {
  max-width: 100%;
}

body.single-post .entry-featured {
  overflow: hidden;
}

body.single-post .entry-featured img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

#comments {
  margin: 5px auto !important;
}

html.is-loading .skeleton,
html.is-loading .skeleton * {
  color: transparent !important;
}

html.is-loading .skeleton {
  position: relative;
  overflow: hidden;
  background: #eef1f8;
}

html.is-loading .skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: skeleton-loading 1.2s infinite;
}

html.is-loading .skeleton img {
  opacity: 0;
}

@keyframes skeleton-loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-family: var(--font-heading);
}

.entry-content h2 {
  font-size: clamp(24px, 3vw, 30px);
}

.entry-content h3 {
  font-size: clamp(20px, 2.6vw, 26px);
}

.entry-content h4 {
  font-size: clamp(18px, 2.2vw, 22px);
}

.entry-content p {
  margin-bottom: 18px;
}

.entry-content a {
  color: var(--color-primary-700);
  font-weight: 600;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin: 24px 0;
}

.entry-content figure,
.entry-content .wp-block-image {
  max-width: 100%;
  margin: 24px 0;
}

.entry-content figure img,
.entry-content .wp-block-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.entry-content .aligncenter,
.entry-content figure.aligncenter,
.entry-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.entry-content .aligncenter img,
.entry-content figure.aligncenter img,
.entry-content .wp-block-image.aligncenter img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > figure > figcaption,
.entry-content > .wp-block-image > figcaption {
  text-align: center;
  margin-top: -15px;
}

.entry-content .wp-block-gallery {
  margin: 14px 0;
  gap: 5px;
}

.entry-content .wp-block-gallery figure,
.entry-content .wp-block-gallery .wp-block-image,
.entry-content .wp-block-gallery .blocks-gallery-item {
  margin: 0 !important;
}

.entry-content .wp-block-gallery figcaption,
.entry-content .gallery .gallery-caption {
  margin-bottom: 0;
  margin-top: -15px;
  text-align: center;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.25;
}

.entry-content .gallery {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(var(--ow-gallery-columns, 3), minmax(0, 1fr));
  gap: 5px;
}

.entry-content .gallery .gallery-item {
  width: auto !important;
  margin: 0 !important;
}

.entry-content .gallery br {
  display: none;
}

.entry-content .gallery.gallery-columns-1 { --ow-gallery-columns: 1; }
.entry-content .gallery.gallery-columns-2 { --ow-gallery-columns: 2; }
.entry-content .gallery.gallery-columns-3 { --ow-gallery-columns: 3; }
.entry-content .gallery.gallery-columns-4 { --ow-gallery-columns: 4; }
.entry-content .gallery.gallery-columns-5 { --ow-gallery-columns: 5; }
.entry-content .gallery.gallery-columns-6 { --ow-gallery-columns: 6; }
.entry-content .gallery.gallery-columns-7 { --ow-gallery-columns: 7; }
.entry-content .gallery.gallery-columns-8 { --ow-gallery-columns: 8; }
.entry-content .gallery.gallery-columns-9 { --ow-gallery-columns: 9; }

.entry-content .gallery a,
.entry-content .wp-block-gallery a {
  display: block;
  cursor: zoom-in;
}

.ow-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 12, 24, 0.86);
  backdrop-filter: blur(6px);
}

.ow-gallery-lightbox.is-open {
  display: flex;
}

body.ow-gallery-open {
  overflow: hidden;
}

.ow-gallery-stage {
  width: min(1100px, 100%);
  max-height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
}

.ow-gallery-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.ow-gallery-image-wrap img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
}

.ow-gallery-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #eef2ff;
  font-size: 14px;
}

.ow-gallery-caption {
  margin: 0;
}

.ow-gallery-caption:empty {
  display: none;
}

.ow-gallery-counter {
  font-weight: 700;
  color: #cfd6ff;
  white-space: nowrap;
}

.ow-gallery-control,
.ow-gallery-close {
  position: absolute;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(91, 45, 246, 0.85);
  cursor: pointer;
}

.ow-gallery-control {
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  font-size: 28px;
}

.ow-gallery-control:hover,
.ow-gallery-close:hover {
  background: rgba(74, 34, 228, 0.95);
}

.ow-gallery-control.prev { left: 16px; }
.ow-gallery-control.next { right: 16px; }

.ow-gallery-close {
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  font-size: 26px;
}

.entry-content blockquote {
  margin: 22px 0;
  padding: 5px 18px;
  background: #dbffdb;
  border-left: 5px solid #6fcf74;
  border-radius: 12px;
  font-weight: 600;
  color: #1f2937;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid #e6e8f4;
}

.entry-content th,
.entry-content td {
  border: 1px solid #e6e8f4;
  padding: 10px 12px;
  text-align: left;
  font-size: 15px;
}

.entry-content thead th {
  background: #f7f8ff;
  font-weight: 700;
}

.sidebar {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
}

.footer {
  background: #f4f6ff;
  color: #1f2937;
  padding: 50px 0 90px;
  margin-top: 0;
}

.site-disclaimer {
  background: #eef1ff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #4b5563;
  font-size: 12px;
  line-height: 1.5;
  padding: 20px 0;
  margin-top: 30px;
}

.site-disclaimer p {
  margin: 0;
}

.site-disclaimer p + p {
  margin-top: 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

.footer-column {
  grid-column: span 3;
}

.footer h4 {
  margin-top: 0;
  font-size: 16px;
  color: #111827;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.footer a {
  color: #374151;
  font-size: 14px;
  position: relative;
  padding-left: 16px;
}

.footer a::before {
  content: "\2794";
  position: absolute;
  left: 0;
  top: 0;
  color: #f4d563;
}

.footer .social-link::before {
  content: none;
}

.footer .social-link {
  padding-left: 0;
}

.footer a:hover {
  color: var(--color-primary-700);
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  color: #000000 !important;
}

.footer a:active {
  color: var(--color-primary-800);
}

.footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  margin-top: 30px;
  padding-top: 20px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-quick-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-quick-links a {
  padding-left: 0;
  font-size: 13px;
  color: #374151;
  font-weight: 400;
}

.footer-quick-links a::before {
  content: none;
}

.footer-quick-links a + a {
  position: relative;
  padding-left: 12px;
}

.footer-quick-links a + a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(55, 65, 81, 0.35);
}

.social-link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e6e8f4;
  color: #4a5568;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-link:hover {
  color: var(--color-primary-700);
  border-color: rgba(91, 45, 246, 0.4);
  transform: translateY(-1px);
}

.social-link:active {
  transform: translateY(0);
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -10px 20px rgba(15, 23, 42, 0.08);
  display: none;
  z-index: 25;
}

.mobile-nav .menu {
  list-style: none;
  margin: 0;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
}

.mobile-nav .menu a {
  font-size: 12px;
  color: #111827;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mobile-nav-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.mobile-nav-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.mobile-nav-label {
  display: block;
  line-height: 1.1;
}

.mobile-nav .menu a:hover {
  background: #f1f2ff;
}

.mobile-nav .menu a:active {
  transform: translateY(1px);
}

.mobile-nav .menu .current-menu-item > a,
.mobile-nav .menu .current-menu-ancestor > a {
  background: #e7e9ff;
  color: var(--color-primary-800);
}

.affi-help {
  position: fixed;
  right: 18px;
  bottom: 30px;
  z-index: 9997;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.affi-help.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.affi-help-bubble {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #6b39ff, #5b2df6);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 12px 30px rgba(91, 45, 246, 0.18);
  cursor: pointer;
  position: relative;
}

.affi-help-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f5f0ff;
  flex: 0 0 auto;
}

.affi-help-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.affi-help-badge {
  position: absolute;
  top: -8px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}

.affi-help-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(91, 45, 246, 0.55);
  animation: affiPulse 1.6s infinite;
}

@keyframes affiPulse {
  0% { box-shadow: 0 0 0 0 rgba(91, 45, 246, 0.45); }
  70% { box-shadow: 0 0 0 16px rgba(91, 45, 246, 0); }
  100% { box-shadow: 0 0 0 0 rgba(91, 45, 246, 0); }
}

.affi-help-panel {
  width: 360px;
  background: #ffffff;
  border: 1px solid #ebe6ff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
  position: absolute;
  right: 0;
  bottom: 70px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.affi-help.is-open .affi-help-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.affi-help-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9995;
  background: rgba(12, 17, 35, 0.24);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
}

.affi-help-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #f3f1ff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  color: #5b2df6;
  font-size: 18px;
}

.affi-help-header {
  margin-bottom: 10px;
}

.affi-help-title {
  font-size: 18px;
  font-weight: 700;
}

.affi-help-section {
  margin-bottom: 12px;
}

.affi-help-section p {
  margin: 0 0 6px;
  font-size: 13px;
  color: #4b5563;
}

.affi-help-emphasis {
  font-weight: 700;
  color: #1b7f42;
}

.affi-help-note {
  font-size: 11px;
  color: #8b8f9a;
}

.affi-help-subtitle {
  font-weight: 700;
  margin-bottom: 6px;
}

.affi-help-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.affi-help-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e7e3ff;
  background: #f7f5ff;
  color: #4b3adf;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

.affi-help-tab img {
  width: 16px;
  height: 16px;
}

.affi-help-tab.is-active {
  background: #5b2df6;
  border-color: #5b2df6;
  color: #fff;
}

.affi-help-panel-content {
  display: none;
}

.affi-help-panel-content.is-active {
  display: block;
}

.affi-help-panel-content ul {
  margin: 0;
  padding-left: 16px;
  font-size: 12px;
  color: #4b5563;
}

.affi-help-actions {
  display: flex;
  gap: 8px;
}

.affi-help-primary,
.affi-help-secondary {
  flex: 1 1 auto;
  border-radius: 999px;
  padding: 8px 12px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.affi-help-primary {
  background: #5b2df6;
  color: #fff;
}

.affi-help-secondary {
  background: #f4f0ff;
  color: #4b3adf;
}

@media (max-width: 900px) {
  .affi-help {
    right: 12px;
    left: 12px;
    bottom: 80px;
  }

  .affi-help-bubble {
    margin-left: auto;
    margin-right: 0;
  }

  .affi-help-panel {
    width: 100%;
    bottom: 72px;
    right: 0;
    left: 0;
  }
}

.pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  font-size: 14px;
  background: #fff;
  color: #2a2c2f;
  font-weight: 600;
}

.pagination a:hover {
  background: #f3f4ff;
  border-color: rgba(91, 45, 246, 0.5);
  color: #4b2ee8;
}

.pagination a:active {
  background: #eaecff;
}

.pagination .current {
  background: #5b2df6;
  border-color: #5b2df6;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .card.feature,
  .post-card {
    grid-column: span 6;
  }

  .travel-offer-box {
    grid-column: span 6;
  }

  .newsletter-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form input[type="email"] {
    width: 100%;
  }
}

@media (max-width: 960px) {
  :root {
    --content-padding: 18px;
  }

  .topbar .container {
    flex-direction: row;
    gap: 3px;
    align-items: center;
  }

  .topbar-right {
    flex-wrap: wrap;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 0;
  }

  .site-nav {
    width: 100%;
    order: 3;
    justify-content: flex-start;
    position: relative;
  }

  .site-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: rgba(35, 24, 95, 0.98);
    border-radius: 12px;
    padding: 14px;
    width: 100%;
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.25s ease;
    z-index: 30;
  }

  .site-nav.has-mobile-primary .menu-primary-desktop {
    display: none;
  }

  .site-nav.has-mobile-primary .menu-primary-mobile {
    display: flex;
  }

  .site-nav .menu.is-open {
    opacity: 1;
    transform: translateY(0);
    max-height: 70vh;
    pointer-events: auto;
  }

  .site-nav .menu.is-open.submenu-open {
    width: calc(55% - 6px);
    right: auto;
  }

  .site-nav .menu .sub-menu {
    display: none !important;
  }

  .menu-subpanel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 45%;
    max-height: 70vh;
    background: rgba(35, 24, 95, 0.98);
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 31;
    overflow: auto;
  }

  .menu-subpanel.is-open {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .menu-subpanel .submenu-back {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .menu-subpanel .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }

  .menu-subpanel .sub-menu a {
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
    display: block;
  }

  .menu-subpanel .sub-menu a:hover {
    background: rgba(255, 255, 255, 0.16);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero {
    padding: 28px;
  }

  .hero-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .hero-content,
  .hero-visual {
    grid-column: span 6;
  }

  .hero-visual {
    min-height: 200px;
  }

  .hero-mascot {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-card--primary,
  .hero-card--secondary {
    position: static;
    width: 100%;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
  }

  .hero-pulse {
    display: none;
  }

  .custom-logo {
    width: var(--logo-width-mobile, var(--logo-width, 180px));
  }

  .custom-logo-link img {
    width: var(--logo-width-mobile, var(--logo-width, 180px));
  }

  .section-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-subtitle {
    text-align: left;
    margin-top: -10px;
  }

  .blog-carousel {
    --slides-per-view: 1;
    --slide-gap: 16px;
  }

  .carousel-arrow.prev {
    left: 4px;
  }

  .carousel-arrow.next {
    right: 4px;
  }

  .card-grid,
  .post-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .offers-layout {
    grid-template-columns: repeat(6, 1fr);
  }

  .offers-main,
  .offers-aside {
    grid-column: span 6;
  }

  .offer-hero-spacer {
    display: none;
  }

  .travel-offers-container {
    grid-template-columns: repeat(6, 1fr);
  }

  .travel-offer-box {
    grid-column: span 6;
  }

  .footer-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .footer-column {
    grid-column: span 6;
  }

  .single-layout {
    grid-template-columns: 1fr;
  }

  .single-content,
  .single-sidebar {
    grid-column: auto;
  }

  .related-card {
    grid-column: span 6;
  }

  .entry-content table,
  .entry-content thead,
  .entry-content tbody,
  .entry-content th,
  .entry-content td,
  .entry-content tr {
    display: block;
  }

  .entry-content thead {
    display: none;
  }

  .entry-content table {
    border: none;
  }

  .entry-content tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 0;
    padding: 0;
    border: 1px solid #e6e8f4;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .entry-content td {
    border: none;
    padding: 10px 12px;
    font-size: 14px;
  }

  .entry-content td:nth-child(odd) {
    border-right: 1px solid #e6e8f4;
    background: #f7f8ff;
    border-radius: 0;
    font-weight: 700;
  }

  .entry-content td:nth-child(even) {
    padding-left: 12px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    width: 100%;
    justify-self: stretch;
    grid-column: 1;
    grid-row: auto;
  }

  .newsletter-consent {
    grid-row: auto;
  }

  .blog-main,
  .blog-sidebar {
    grid-column: span 12;
  }

  .mobile-nav {
    display: block;
  }

  .main-content {
    padding-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .card.feature,
  .post-card {
    grid-column: span 6;
  }

  .travel-offer-box {
    grid-column: span 6;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 200px;
  }

  .hero-card--primary,
  .hero-card--secondary {
    position: static;
    width: 100%;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
  }

  .hero-pulse {
    display: none;
  }

  .related-card {
    grid-column: span 12;
  }

  .single-content {
    padding: 5px;
  }

  .related-date-badge {
    margin-top: 12px;
  }

  .author-box .author-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .author-avatar {
    width: 72px;
    height: 72px;
    justify-self: center;
  }

  .author-details,
  .author-actions,
  .author-socials,
  .author-topline {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    transition: none !important;
  }

  .hero-card,
  .hero-pulse {
    animation: none !important;
  }
}

/* Hotele */
.hotele-hero .archive-hero-desc {
  max-width: 720px;
}

.hotele-featured {
  margin-bottom: 32px;
}

.hotele-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.hotele-search {
  margin: 0 0 24px;
}

.hotele-search-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
  position: relative;
}

.hotele-search-label {
  font-size: 13px;
  font-weight: 700;
  color: #4b2ee8;
  display: block;
  margin-bottom: 8px;
}

.hotele-search-input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(91, 45, 246, 0.25);
  padding: 10px 16px;
  font-size: 14px;
}

.hotele-search-input:focus {
  outline: none;
  border-color: #5b2df6;
  box-shadow: 0 0 0 3px rgba(91, 45, 246, 0.15);
}

.hotele-search-results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 8px;
  border-radius: 12px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  background: #f8f7ff;
  overflow: hidden;
  z-index: 5;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.12);
}

.hotele-search-results.is-open {
  display: block;
}

.hotele-search-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: #1f2a44;
  border-bottom: 1px solid rgba(91, 45, 246, 0.08);
}

.hotele-search-item:last-child {
  border-bottom: none;
}

.hotele-search-item:hover {
  background: #efeaff;
}

.hotele-search-thumb {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #e8e8f7;
  overflow: hidden;
}

.hotele-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotele-search-stars {
  color: #f5b100;
  font-size: 13px;
  margin-bottom: 4px;
}

.hotele-search-name {
  font-weight: 700;
  font-size: 14px;
}

.hotele-search-location {
  font-size: 12px;
  color: #6b7280;
  text-align: right;
}

.hotele-search-highlight {
  background: #ffe58a;
  border-radius: 4px;
  padding: 0 2px;
}

.hotele-search-empty {
  padding: 12px;
  font-size: 13px;
  color: #6b7280;
}

.hotele-country-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(91, 45, 246, 0.15);
  color: #1f2a44;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hotele-country-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(17, 24, 39, 0.12);
}

.hotele-country-card small {
  color: #6b7280;
}

.hotele-country-card-all {
  background: #f4d563;
  border-color: rgba(244, 213, 99, 0.6);
}

.hotele-country-card-all small {
  color: #1f2a44;
}

.hotele-country-section {
  margin-bottom: 32px;
}

.hotele-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.hotel-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  text-decoration: none;
  color: #1f2a44;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hotel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
}

.hotel-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #eef2ff;
  overflow: hidden;
  position: relative;
}

.hotel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotel-card-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.hotel-card-rating,
.hotel-card-opinions {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hotel-card-rating {
  background: #f4d563;
  color: #111827;
}

.hotel-card-opinions {
  background: #5b2df6;
  color: #fff;
}

.hotel-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hotel-card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.hotel-card-meta {
  font-size: 13px;
  color: #6b7280;
}

.hotel-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #374151;
}

.hotel-stars {
  color: #f59e0b;
  font-size: 21px;
}

.hotel-card .hotel-stars {
  font-size: 13px;
}

.honeymoon-hotels .hotel-stars {
  color: #f59e0b;
}

.hotel-opinions {
  font-size: 12px;
  color: #6b7280;
}

.hotel-hero {
  margin-bottom: 5px;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.hotel-hero-head h1 {
  margin: 0 0 2px;
  font-size: 32px;
}

.hotel-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
}

.hotel-gallery-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 16px;
  align-items: start;
  margin: 12px 0 0;
  --thumb-size: 95px;
  --thumb-gap: 10px;
}

.hotel-gallery-main {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.1);
  height: calc(var(--thumb-size) * 4 + var(--thumb-gap) * 3);
  background: #eef2ff;
  position: relative;
}

.hotel-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotel-gallery-thumbs {
  display: grid;
  gap: var(--thumb-gap);
  height: calc(var(--thumb-size) * 4 + var(--thumb-gap) * 3);
  overflow-y: auto;
}

.hotel-thumb {
  border: 1px solid rgba(91, 45, 246, 0.2);
  border-radius: 12px;
  background: #fff;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  height: var(--thumb-size);
  text-align: left;
  color: #4b5563;
  font-weight: 600;
}

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

.hotel-thumb.is-active {
  border-color: #5b2df6;
  box-shadow: 0 0 0 2px rgba(91, 45, 246, 0.25);
}

.hotel-thumb-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-decoration: none;
  background: #f4f2ff;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  color: #4b5563;
}

@media (max-width: 640px) {
  .hotel-thumb-more {
    font-size: 12px;
    text-align: center;
  }
}

.hotel-thumb-icons {
  display: flex;
  gap: 8px;
}

.hotel-thumb-icons svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hotel-summary {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

.hotel-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hotel-summary-title {
  font-size: 19px;
  font-weight: 800;
  color: #1f2a44;
}

.hotel-summary-price {
  font-size: 22px;
  font-weight: 700;
  color: #16a34a;
  margin: 6px 0;
  text-align: right;
}

.hotel-summary-price small {
  font-size: 14px;
  font-weight: 600;
}

.hotel-summary-details {
  font-size: 15px;
  color: #4b5563;
  display: grid;
  gap: 6px;
}

.hotel-summary-button {
  background: #5b2df6;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hotel-summary-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hotel-summary-button:hover {
  color: #fff;
  background: #4a22e4;
}

.hotel-summary-partner {
  font-weight: 700;
  color: #1f2a44;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hotel-summary-partner img {
  height: 30px;
  width: auto;
}

.hotel-summary-map {
  background: url("./assets/img/map-bg.png") center/cover no-repeat;
  border-radius: 14px;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hotel-summary-map::after {
  display: none;
}

.hotel-summary-map-content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
  color: #1f2a44;
}

.hotel-summary-map-content span {
  text-shadow: 0 2px 8px rgba(17, 24, 39, 0.35);
}

.hotel-map-button {
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  background: #f4d563;
  color: #1f2937;
  font-weight: 700;
  cursor: pointer;
}

.hotel-map-button:hover {
  background: #e9c343;
  color: #1f2937;
}

.hotel-summary-category {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.offer-category-first {
  background: #5b2df6;
}

.offer-category-last {
  background: #ef4444;
}

.offer-category-regular {
  background: #f4d563;
  color: #1f2937;
}

.hotel-summary-meta {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

.hotel-summary-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hotel-summary-info svg {
  width: 16px;
  height: 16px;
  fill: #6b7280;
}

.hotel-summary-benefits {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #1f2a44;
}

.hotel-summary-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eefaf0;
  border: 1px solid #cfe7d3;
  border-radius: 12px;
  padding: 8px 10px;
}

.hotel-summary-benefits .benefit-icon {
  font-size: 16px;
}

.hotel-summary-benefits .benefit-text {
  font-size: 13px;
  font-weight: 600;
  color: #1f2a44;
}

.hotel-summary-bottom {
  margin-top: auto;
  display: grid;
  gap: 8px;
}

.hotel-photo-source,
.hotel-photo-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(17, 24, 39, 0.6);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
}

.hotel-photo-label {
  right: auto;
  left: 12px;
}

.hotel-photo-zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: rgba(17, 24, 39, 0.6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.hotel-photo-zoom svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hotel-photo-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hotel-photo-modal.is-visible {
  display: flex;
}

.hotel-photo-modal-inner {
  position: relative;
  max-width: min(90vw, 1100px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotel-photo-modal-inner img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 18px;
}

.hotel-photo-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #111827;
  font-size: 20px;
  cursor: pointer;
}

.hotel-partner-note {
  background: #f4f2ff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 16px;
}

.hotel-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.hotel-stat-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 34px 16px 18px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hotel-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 26px rgba(17, 24, 39, 0.12);
}

.hotel-stat-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  position: absolute;
  top: 12px;
  left: 14px;
}

.hotel-stat-reco {
  margin-top: 6px;
  font-size: 12px;
  color: #1f2a44;
}

.hotel-stat-map {
  width: 100%;
}

.hotel-stat-card strong {
  font-size: 18px;
  color: #1f2a44;
}

.hotel-stat-note {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.hotel-stat-link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.hotel-stat-link:hover {
  background: #e8e2ff;
}

.hotel-map-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.hotel-map-modal.is-open {
  display: flex;
}

.hotel-map-modal-inner {
  background: #fff;
  border-radius: 16px;
  width: min(920px, 100%);
  height: min(600px, 90vh);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
}

.hotel-map-modal-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hotel-map-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(91, 45, 246, 0.9);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.hotel-map-close:hover {
  background: #4a22e4;
}

.hotel-stat-badge {
  margin-top: 0;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.rating-low { background: linear-gradient(90deg, #fde68a, #f59e0b); color: #7c2d12; }
.rating-mid { background: linear-gradient(90deg, #fdba74, #fb923c); color: #7c2d12; }
.rating-good { background: linear-gradient(90deg, #86efac, #4ade80); color: #14532d; }
.rating-great { background: linear-gradient(90deg, #4ade80, #22c55e); color: #14532d; }
.rating-excellent { background: linear-gradient(90deg, #22c55e, #16a34a); color: #f0fdf4; }
.rating-none { background: linear-gradient(90deg, #e5e7eb, #d1d5db); color: #6b7280; }

.hotel-content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 20px 18px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
}

.faq-section {
  margin-top: 24px;
}

.faq-section .section-title span {
  font-size: 20px;
  font-weight: 800;
  color: #1f2a44;
}

.hotel-offers-section .section-title span {
  font-size: 20px;
  font-weight: 800;
  color: #1f2a44;
}

.hotel-content-divider {
  border: none;
  height: 1px;
  background: rgba(91, 45, 246, 0.12);
  margin: 16px 0;
}

.hotel-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  grid-template-areas:
    "gallery summary"
    "left sidebar";
  gap: 18px;
  align-items: start;
}

.hotel-main-layout > * {
  min-width: 0;
}

.hotel-left-top,
.hotel-left-bottom,
.hotel-main-right {
  min-width: 0;
}

.hotel-left-top {
  grid-area: gallery;
}

.hotel-summary-panel {
  grid-area: summary;
}

.hotel-left-bottom {
  grid-area: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hotel-left-bottom section {
  margin: 0;
}

.hotel-main-right {
  grid-area: sidebar;
  display: grid;
  gap: 24px;
  align-content: start;
  overflow: visible;
  align-self: stretch;
  position: static;
  min-height: 100%;
}

.hotel-content-sidebar {
  height: 100%;
  align-self: stretch;
  position: relative;
}

.hotel-stats-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
  border-radius: 14px;
}

.hotel-stats-top {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.hotel-stats-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}

.hotel-stats-icon {
  color: #f59e0b;
  margin-right: 4px;
}

.hotel-stats-score {
  font-weight: 600;
  color: #1f2a44;
  white-space: nowrap;
}

.hotel-stats-reco {
  font-weight: 600;
  color: #1f2a44;
  white-space: nowrap;
}

.hotel-stats-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.hotel-map-inline {
  margin-left: 0;
}

.hotel-stats-inline .hotel-stat-link {
  margin-top: 0;
}

.hotel-stats-actions .hotel-map-button,
.hotel-stats-actions .hotel-stat-link {
  height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
}

.hotel-content-sidebar {
  display: grid;
  gap: 24px;
  align-content: start;
  overflow: visible;
}

.hotel-board-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(91, 45, 246, 0.12);
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
}

.hotel-offers-section .section-title span {
  font-size: 20px;
  font-weight: 800;
  color: #1f2a44;
}

.hotel-content-divider {
  border: none;
  height: 1px;
  background: rgba(91, 45, 246, 0.12);
  margin: 16px 0;
}

.hotel-sticky {
  position: sticky;
  top: 110px;
  align-self: start;
}

@media (min-width: 961px) {
  body.hotel-single .travel-sidebar-card {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    width: 100%;
    z-index: 2;
  }
}

.hotel-stats-score strong {
  font-weight: 800;
}

.hotel-offers-compact {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-offers-compact-line {
  display: block;
}

.hotel-offers-label {
  display: none;
}

@media (min-width: 901px) {
  .hotel-sticky {
    position: sticky !important;
    top: 110px;
  }
}

.hotel-gallery-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2;
}

.hotel-summary-benefits li:nth-child(2) {
  background: #eef2ff;
  border-color: #d7d9ff;
}

.hotel-offers-section {
  margin-top: 0;
}

.hotel-offers-wrap {
  position: relative;
  padding-top: 18px;
}

.hotel-offers-badge {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
  z-index: 2;
}

.hotel-offers-badge-header {
  top: 10px;
  transform: translateY(-50%);
}

.hotel-offers-table {
  display: grid;
  gap: 8px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  padding: 12px 14px;
}

.hotel-weather-wrap {
  position: relative;
  padding-top: 18px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  padding: 26px 18px 18px;
  max-width: 100%;
  overflow-x: hidden;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
}

.hotel-weather-section {
  max-width: 100%;
  overflow-x: hidden;
  contain: none;
  overflow: visible;
}

.hotel-weather-badge {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
  z-index: 2;
}

.hotel-country-info {
  margin-top: 18px;
}

.hotel-archive-weather {
  margin-top: 30px;
}

.hotel-archive-country-info {
  margin-top: 30px;
}


.hotel-country-wrap {
  position: relative;
  padding: 26px 18px 18px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
}

.hotel-country-badge {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
  z-index: 2;
}

.hotel-country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.hotel-country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8f7ff;
  border: 1px solid rgba(91, 45, 246, 0.08);
}

.hotel-country-icon {
  font-size: 18px;
  line-height: 1;
}

.hotel-country-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hotel-country-label {
  font-weight: 700;
  color: #1f2a44;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hotel-country-value {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.35;
}

.hotel-weather-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 16px;
}

.weather-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.weather-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.weather-legend-dot.day {
  background: #5b2df6;
}

.weather-legend-dot.night {
  background: #f4d563;
}

.hotel-weather-chart {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  min-height: 180px;
  width: 100%;
}

.hotel-weather-month {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hotel-weather-scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.hotel-weather-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 130px;
  width: 100%;
  justify-content: center;
}

.weather-bar {
  width: 14px;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform 0.2s ease;
}

.weather-bar.day {
  background: linear-gradient(180deg, #7c5cff, #4f27d7);
}

.weather-bar.night {
  background: linear-gradient(180deg, #f7df7c, #f4d563);
}

.weather-bar:hover {
  transform: translateY(-3px);
}

.weather-value {
  position: absolute;
  bottom: calc(100% + 6px);
  font-size: 11px;
  color: #1f2a44;
  font-weight: 600;
  white-space: nowrap;
}

.hotel-weather-label {
  font-size: 12px;
  font-weight: 700;
  color: #1f2a44;
}

.hotel-offers-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.9fr 0.7fr 0.7fr;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(91, 45, 246, 0.08);
  font-size: 14px;
  color: #4b5563;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.hotel-offers-row:last-child {
  border-bottom: none;
}

.hotel-offers-row:hover {
  background: rgba(91, 45, 246, 0.06);
}

.hotel-offers-header {
  font-weight: 800;
  color: #1f2a44;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hotel-offers-price {
  font-weight: 800;
  color: #16a34a;
  text-align: left;
}

.hotel-offers-agent img {
  height: 23px;
  width: auto;
}

.hotel-offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #5b2df6;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 12px;
}

.hotel-offer-button:hover {
  background: #4a22e4;
  color: #fff;
}

.hotel-stat-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hotel-content-short {
  font-weight: 600;
  margin-bottom: 16px;
}

.hotel-short-summary {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  border-radius: 14px;
  padding: 24px 16px 24px;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06);
}

.hotel-short-badge {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}

.hotel-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hotel-amenity {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4ff;
  color: #4b23d2;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.hotel-content-long {
  position: relative;
}

.hotel-long-badge {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  z-index: 3;
}

.hotel-content-text {
  position: relative;
  z-index: 1;
}

.hotel-content-long.is-collapsed .hotel-content-text {
  max-height: 280px;
  overflow: hidden;
}

.hotel-content-text h2 {
  font-size: 22px;
  margin: 18px 0 10px;
}

.hotel-content-text h3 {
  font-size: 19px;
  margin: 16px 0 8px;
}

.hotel-content-text h4 {
  font-size: 17px;
  margin: 14px 0 8px;
}

.hotel-content-disclaimer {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #6b7280;
}

.hotel-content-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
  z-index: 2;
}

.hotel-content-long:not(.is-collapsed) .hotel-content-fade {
  display: none;
}

.hotel-content-toggle {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  background: #5b2df6;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}

.hotel-content-long:not(.is-collapsed) .hotel-content-toggle {
  position: static;
  transform: none;
  margin-top: 12px;
}

.hotel-video-section {
  margin-top: 24px;
}

.hotel-video-wrap {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  border-radius: 14px;
  padding: 14px 14px 10px;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06);
}

.hotel-video-player {
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.hotel-video-player iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

@media (max-width: 900px) {
  body.hotel-single {
    overflow-x: hidden;
  }
  .hotel-stats {
    grid-template-columns: 1fr;
  }
  .hotel-main-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "gallery"
      "summary"
      "left"
      "sidebar";
    gap: 14px;
  }
  .hotel-main-right {
    position: static;
    top: auto;
  }
  .hotel-stats-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hotel-stats-top,
  .hotel-stats-actions {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .hotel-stats-score,
  .hotel-stats-reco,
  .hotel-stats-badge {
    white-space: normal;
  }
  .hotel-stats-actions .hotel-map-button,
  .hotel-stats-actions .hotel-stat-link {
    flex: 1 1 0;
    width: auto;
  }
  .hotel-stats-actions .hotel-map-button,
  .hotel-stats-actions .hotel-stat-link {
    text-align: center;
    justify-content: center;
  }
  .hotel-map-inline {
    margin-left: 0;
  }
  .hotel-sticky {
    position: static;
  }
  .hotele-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .hotel-gallery-wrap {
    grid-template-columns: 1fr;
  }
  .hotel-gallery-thumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    order: 2;
    height: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .hotel-thumb {
    flex: 0 0 var(--thumb-size);
    scroll-snap-align: start;
  }
  .hotel-gallery-main {
    height: auto;
  }
  .hotel-offers-table {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 12px;
  }
  .hotel-offers-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 12px 14px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid rgba(91, 45, 246, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(17, 24, 39, 0.06);
    border-bottom: none;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
  }
  .hotel-offers-header {
    display: none;
  }
  .hotel-offers-price {
    text-align: right;
    font-size: 17px;
    margin-left: auto;
    white-space: nowrap;
    font-weight: 800;
    flex: 0 0 auto;
  }
  .hotel-offers-board {
    display: none;
  }
  .hotel-offers-agent {
    display: none;
  }
  .hotel-offers-term::before {
    content: "";
  }
  .hotel-offers-from::before {
    content: "";
  }
  .hotel-offers-term,
  .hotel-offers-from {
    display: none;
  }
  .hotel-offers-compact {
    display: block;
    color: #374151;
    font-weight: 600;
    line-height: 1.4;
    white-space: normal;
    min-width: 0;
    flex: 1 1 auto;
  }
  .hotel-offer-button {
    display: none;
  }
  .hotel-weather-chart {
    display: inline-flex;
    gap: 12px;
    width: max-content;
    min-width: 720px;
    flex-wrap: nowrap;
  }
  .hotel-weather-scroll {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    overscroll-behavior-x: contain;
    display: block;
    padding-bottom: 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  .hotel-weather-section {
    max-width: 100%;
    overflow-x: visible;
    min-width: 0;
    width: 100%;
  }
  .hotel-weather-wrap {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  .hotel-weather-badge {
    z-index: 5;
  }
  .hotel-weather-scroll {
    width: 100%;
    min-width: 0;
  }
  .hotel-weather-month {
    flex: 0 0 auto;
    min-width: 60px;
    max-width: 60px;
  }
  .hotel-weather-bars {
    height: 110px;
  }
  .weather-bar {
    width: 12px;
  }
  .weather-value {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .hotele-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .honeymoon-hotels .hotele-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hotele-country-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hotel-hero-head h1 {
    font-size: 26px;
  }
}

.hotele-region-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hotele-region-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.hotele-region-label {
  font-weight: 700;
  color: #333333;
  font-size: 13px;
}

.region-chip {
  background: #eef2ff;
  color: #4338ca;
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

.region-chip:hover {
  background: #e0e7ff;
}
.hotel-single {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  body.single-post .entry-content img[style*="height"],
  body.single-post .entry-content a img[style*="height"],
  body.single-okazje .entry-content img[style*="height"],
  body.single-okazje .entry-content a img[style*="height"] {
    height: auto !important;
  }

  .entry-content .gallery.gallery-columns-3,
  .entry-content .gallery.gallery-columns-4,
  .entry-content .gallery.gallery-columns-5,
  .entry-content .gallery.gallery-columns-6,
  .entry-content .gallery.gallery-columns-7,
  .entry-content .gallery.gallery-columns-8,
  .entry-content .gallery.gallery-columns-9 {
    --ow-gallery-columns: 2;
  }

  .ow-gallery-lightbox {
    padding: 12px;
  }

  .ow-gallery-control {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .ow-gallery-control.prev {
    left: 8px;
  }

  .ow-gallery-control.next {
    right: 8px;
  }

  .ow-gallery-close {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

/* ===== Pogoda ===== */
.pogoda-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 20px;
  margin-top: 16px;
}

.pogoda-main {
  min-width: 0;
}

.pogoda-aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pogoda-hero .archive-hero-desc {
  max-width: 820px;
}

.pogoda-now-country {
  border: 1px solid rgba(91, 45, 246, 0.12);
}

.pogoda-now-country {
  margin-top: 0;
}

.pogoda-intro-content,
.pogoda-region-text {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.pogoda-month-links-section {
  padding: 18px;
}

.pogoda-month-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pogoda-month-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid #d9d3ff;
  background: #f6f4ff;
  color: #4c1d95;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pogoda-month-link:hover {
  background: #ede8ff;
  border-color: #cfc6ff;
  color: #3e1ba8;
  transform: translateY(-1px);
}

.pogoda-month-link.is-active {
  background: linear-gradient(135deg, #6b46f7 0%, #4f2ced 100%);
  border-color: #5f39f2;
  color: #ffffff;
}

.pogoda-month-link.is-disabled {
  background: #f8f8fb;
  border-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  pointer-events: none;
}

.pogoda-month-content h2 {
  margin-bottom: 10px;
}

.pogoda-intro-content > :first-child,
.pogoda-region-text > :first-child {
  margin-top: 0;
}

.pogoda-intro-content > :last-child,
.pogoda-region-text > :last-child {
  margin-bottom: 0;
}

.pogoda-now-country-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.pogoda-now-stat {
  flex: 1 1 160px;
  background: #f6f5ff;
  border: 1px solid #dfddff;
  border-radius: 12px;
  padding: 10px 12px;
}

.pogoda-now-stat span {
  display: block;
  font-size: 13px;
  color: #4b5563;
}

.pogoda-now-stat strong {
  display: block;
  margin-top: 2px;
  font-size: 20px;
  color: #1f2937;
}

.pogoda-now-region-chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pogoda-now-region-chip {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #cfc7ff;
  background: linear-gradient(135deg, #f8f7ff 0%, #eef2ff 100%);
  color: #312e81;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(91, 45, 246, 0.12);
}

.pogoda-now-region-chip:hover {
  background: linear-gradient(135deg, #efeaff 0%, #e6ebff 100%);
  transform: translateY(-1px);
}

.pogoda-now-region-name {
  white-space: nowrap;
}

.pogoda-now-region-temp {
  border-radius: 999px;
  background: #5b2df6;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  font-weight: 800;
}

.pogoda-region-entry {
  margin-top: 18px;
}

.pogoda-region-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.pogoda-region-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.pogoda-region-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  margin-top: 5px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #d8d2ff;
  background: #eef2ff;
  color: #4a36cf;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.pogoda-region-link:hover {
  background: #e7e2ff;
  border-color: #cfc8ff;
}

.pogoda-region-text {
  margin-top: 10px;
}

.pogoda-toolbar-links,
.pogoda-regions-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pogoda-toolbar-link,
.pogoda-regions-list a {
  display: block;
  background: #f6f5ff;
  border: 1px solid #ddd8ff;
  color: #4338ca;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  line-height: 1.25;
}

.pogoda-regions-list a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pogoda-toolbar-link:hover,
.pogoda-regions-list a:hover {
  background: #ece9ff;
}

.pogoda-now-section,
.pogoda-months-section {
  border: 1px solid rgba(91, 45, 246, 0.12);
}

.pogoda-now-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pogoda-now-item {
  position: relative;
  border: 1px solid #ddd8ff;
  border-radius: 12px;
  background: #f6f5ff;
  padding: 12px;
  padding-right: 96px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pogoda-now-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(91, 45, 246, 0.16);
  border-color: #cfc8ff;
  background: #f2efff;
}

.pogoda-now-head {
  display: block;
  color: #111827;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}

.pogoda-now-head-mobile-country {
  display: none;
}

.pogoda-medal-mobile {
  display: none;
}

.pogoda-now-sub {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 13px;
}

.pogoda-now-temp {
  display: inline-block;
  border-radius: 999px;
  background: #5b2df6;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
}

body.post-type-archive-pogoda .pogoda-now-temp,
body.page-template-archive-pogoda .pogoda-now-temp {
  margin-top: 5px;
}

.pogoda-now-temp-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  padding: 5px 10px;
  background: #5b2df6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.pogoda-now-temp-badge.is-night {
  background: #492b93;
  color: #ffffff;
}

.pogoda-now-grid--regions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pogoda-now-item--live {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 14px;
  border: 1px solid #d6d2ff;
  background: linear-gradient(135deg, #f8f7ff 0%, #eef2ff 100%);
  box-shadow: 0 12px 28px rgba(91, 45, 246, 0.12);
  padding: 13px;
  overflow: hidden;
}

.pogoda-now-item--live:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(91, 45, 246, 0.18);
  border-color: #cfc8ff;
}

.pogoda-now-item--live:focus-visible {
  outline: 2px solid #5b2df6;
  outline-offset: 2px;
}

.pogoda-now-condition {
  display: block;
  font-size: 12px;
  color: #374151;
  font-weight: 600;
}

.pogoda-now-live-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.pogoda-now-live-footer .pogoda-now-temp,
.pogoda-now-live-footer .pogoda-now-temp-badge,
.pogoda-now-live-footer .pogoda-now-live-status {
  flex: 0 0 auto;
}

.pogoda-now-temp-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin-top: 6px;
}

.pogoda-now-extra {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #6b7280;
}

.pogoda-now-live-status {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.pogoda-now-item .pogoda-now-live-status {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.pogoda-now-live-status.is-cold {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #bae6fd;
}

.pogoda-now-live-status.is-warm {
  background: #dcfce7;
  color: #15803d;
  border-color: #bbf7d0;
}

.pogoda-now-live-status.is-hot {
  background: #ffedd5;
  color: #c2410c;
  border-color: #fed7aa;
}

.pogoda-now-live-status.is-very-hot {
  background: #fee2e2;
  color: #b91c1c;
  border-color: #fecaca;
}

.pogoda-now-live-status.is-extreme {
  background: #fce7f3;
  color: #be185d;
  border-color: #fbcfe8;
}

.pogoda-live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
}

.pogoda-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  position: relative;
}

.pogoda-live-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid rgba(34, 197, 94, 0.35);
  animation: pogodaLivePulse 1.6s ease-out infinite;
}

@keyframes pogodaLivePulse {
  0% { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(1.35); opacity: 0; }
}

.pogoda-live-card {
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid #ddd8ff;
  background: linear-gradient(135deg, #f8f7ff 0%, #ffffff 100%);
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.pogoda-live-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pogoda-live-main img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
}

.pogoda-live-temp-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pogoda-live-temp {
  font-size: 31px;
  line-height: 1;
  color: #111827;
}

.pogoda-live-feel {
  font-size: 13px;
  color: #4b5563;
}

.pogoda-live-meta {
  min-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
  text-align: right;
}

.pogoda-live-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.pogoda-live-condition {
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
}

.pogoda-live-extra {
  font-size: 12px;
  color: #4b5563;
}

.pogoda-live-card.is-cold {
  border-color: #bae6fd;
  background: linear-gradient(135deg, #eef9ff 0%, #ffffff 100%);
}

.pogoda-live-card.is-cold .pogoda-live-status {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #bae6fd;
}

.pogoda-live-card.is-warm {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #effef3 0%, #ffffff 100%);
}

.pogoda-live-card.is-warm .pogoda-live-status {
  background: #dcfce7;
  color: #15803d;
  border-color: #bbf7d0;
}

.pogoda-live-card.is-hot {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.pogoda-live-card.is-hot .pogoda-live-status {
  background: #ffedd5;
  color: #c2410c;
  border-color: #fed7aa;
}

.pogoda-live-card.is-very-hot {
  border-color: #fecaca;
  background: linear-gradient(135deg, #fff1f1 0%, #ffffff 100%);
}

.pogoda-live-card.is-very-hot .pogoda-live-status {
  background: #fee2e2;
  color: #b91c1c;
  border-color: #fecaca;
}

.pogoda-live-card.is-extreme {
  border-color: #fbcfe8;
  background: linear-gradient(135deg, #fff0f7 0%, #ffffff 100%);
}

.pogoda-live-card.is-extreme .pogoda-live-status {
  background: #fce7f3;
  color: #be185d;
  border-color: #fbcfe8;
}

.pogoda-month-tabs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.pogoda-month-tab {
  border: 1px solid #d8d2ff;
  background: #ffffff;
  color: #4338ca;
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.pogoda-month-tab:hover {
  background: #f4f2ff;
}

.pogoda-month-tab.is-active {
  background: #5b2df6;
  color: #ffffff;
  border-color: #5b2df6;
}

.pogoda-month-panel {
  display: none;
  margin-top: 12px;
}

.pogoda-month-panel.is-active {
  display: block;
}

.pogoda-month-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pogoda-month-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd8ff;
  border-radius: 12px;
  background: #f6f5ff;
  padding: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pogoda-month-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.pogoda-month-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #5b2df6;
}

.pogoda-month-item.is-cold::before {
  background: #0284c7;
}

.pogoda-month-item.is-warm::before {
  background: #16a34a;
}

.pogoda-month-item.is-hot::before {
  background: #ea580c;
}

.pogoda-month-item.is-very-hot::before {
  background: #dc2626;
}

.pogoda-month-item.is-extreme::before {
  background: #be185d;
}

.pogoda-month-country {
  display: block;
  color: #111827;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.pogoda-month-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  border: 1px solid transparent;
}

.pogoda-month-badge.is-cold {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #bae6fd;
}

.pogoda-month-badge.is-warm {
  background: #dcfce7;
  color: #15803d;
  border-color: #bbf7d0;
}

.pogoda-month-badge.is-hot {
  background: #ffedd5;
  color: #c2410c;
  border-color: #fed7aa;
}

.pogoda-month-badge.is-very-hot {
  background: #fee2e2;
  color: #b91c1c;
  border-color: #fecaca;
}

.pogoda-month-badge.is-extreme {
  background: #fce7f3;
  color: #be185d;
  border-color: #fbcfe8;
}

.pogoda-month-temp {
  display: block;
  color: #4b5563;
  font-size: 13px;
}

.pogoda-month-temp.night {
  margin-top: 3px;
}

.pogoda-empty {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.pogoda-months-disclaimer {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4b5563;
}

.pogoda-country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pogoda-country-card {
  border: 1px solid rgba(91, 45, 246, 0.12);
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.pogoda-country-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pogoda-country-card-head h3 {
  margin: 0;
  font-size: 25px;
}

.pogoda-country-count {
  border-radius: 999px;
  background: #f4d563;
  color: #1f2937;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  white-space: nowrap;
}

.pogoda-country-desc {
  margin: 10px 0 0;
  color: #4b5563;
}

.pogoda-country-regions {
  margin-top: 12px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pogoda-region-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #d6d2ff;
  background: #f6f5ff;
  color: #4338ca;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.pogoda-region-chip:hover {
  background: #ece9ff;
}

.pogoda-country-button {
  width: 100%;
  margin-top: auto;
}

.pogoda-country-intro-text {
  margin-top: 10px;
}

.pogoda-country-intro-text > :first-child {
  margin-top: 0;
}

.pogoda-country-intro-text > :last-child {
  margin-bottom: 0;
}

body.single-pogoda .hotel-country-info {
  margin-top: 25px;
}

.pogoda-country-featured {
  margin-top: 25px;
}

.pogoda-country-featured-figure {
  margin: 0;
}

.pogoda-country-featured-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 3px solid #7650f7;
}

.pogoda-country-featured-figure figcaption {
  margin-top: 6px;
  text-align: center;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.3;
}

.pogoda-live-days {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pogoda-live-day-card {
  border: 1px solid #ddd8ff;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8f7ff 0%, #ffffff 100%);
  padding: 12px;
}

.pogoda-live-day-label {
  display: inline-flex;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.pogoda-live-day-card.is-cold {
  border-color: #bae6fd;
  background: linear-gradient(135deg, #eef9ff 0%, #ffffff 100%);
}

.pogoda-live-day-card.is-warm {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #effef3 0%, #ffffff 100%);
}

.pogoda-live-day-card.is-hot {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.pogoda-live-day-card.is-very-hot {
  border-color: #fecaca;
  background: linear-gradient(135deg, #fff1f1 0%, #ffffff 100%);
}

.pogoda-live-day-card.is-extreme {
  border-color: #fbcfe8;
  background: linear-gradient(135deg, #fff0f7 0%, #ffffff 100%);
}

.pogoda-top-offers {
  border: none;
}

.pogoda-top-offers.pogoda-region-offers {
  margin-top: 20px;
}

.pogoda-top-offers-list {
  margin-top: 10px;
  display: block;
}

.pogoda-offers-wrap {
  position: relative;
  padding-top: 18px;
}

.pogoda-offers-badge {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
  z-index: 2;
}

.pogoda-offers-badge-header {
  top: 9px;
}

.pogoda-offers-table {
  display: grid;
  gap: 8px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(91, 45, 246, 0.12);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  padding: 12px 14px;
}

.pogoda-offers-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.9fr 0.7fr 0.7fr;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(91, 45, 246, 0.08);
  font-size: 14px;
  color: #4b5563;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.pogoda-offers-row:last-child {
  border-bottom: none;
}

.pogoda-offers-row:hover {
  background: rgba(91, 45, 246, 0.06);
}

.pogoda-offers-header {
  font-weight: 800;
  color: #1f2a44;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pogoda-offers-term,
.pogoda-offers-from {
  color: #4b5563;
}

.pogoda-offers-hotel {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.pogoda-offers-hotel-name {
  color: #1f2a44;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pogoda-offers-hotel-stars {
  color: #f59e0b;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 1px;
  letter-spacing: 0.02em;
}

.pogoda-offers-board-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(91, 45, 246, 0.12);
  color: #5b2df6;
  font-weight: 700;
  font-size: 12px;
}

.pogoda-offers-price {
  font-weight: 800;
  color: #16a34a;
  text-align: left;
}

.pogoda-offers-agent img {
  height: 23px;
  width: auto;
}

.pogoda-offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #5b2df6;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 12px;
}

.pogoda-offer-button:hover {
  background: #4a22e4;
  color: #fff;
}

.pogoda-offers-compact {
  display: none;
}

.pogoda-offers-compact-line {
  display: block;
}

.pogoda-offers-thumb {
  display: none;
}

.pogoda-offers-row.is-clickable {
  cursor: pointer;
}

.pogoda-top-offers-note {
  margin-top: 9px;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
}

.hotel-weather-note {
  margin-top: 10px;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
}

.pogoda-sidebar-temp {
  margin-left: auto;
  border-radius: 999px;
  background: #ece9ff;
  border: 1px solid #ddd8ff;
  color: #4c1d95;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 7px;
}

@media (max-width: 1200px) {
  .pogoda-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
  .pogoda-now-grid,
  .pogoda-month-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .pogoda-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pogoda-month-links-section {
    margin-bottom: 25px;
  }

  .pogoda-main .section {
    margin-top: 14px;
  }

  .pogoda-now-grid,
  .pogoda-month-grid,
  .pogoda-country-grid {
    grid-template-columns: 1fr;
  }

  .pogoda-now-grid--regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pogoda-month-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pogoda-region-head {
    gap: 8px;
  }

  .pogoda-region-head h2 {
    font-size: 23px;
  }

  body.post-type-archive-pogoda .pogoda-now-head-mobile-country,
  body.page-template-archive-pogoda .pogoda-now-head-mobile-country {
    display: inline;
  }

  body.post-type-archive-pogoda .pogoda-medal-mobile,
  body.page-template-archive-pogoda .pogoda-medal-mobile {
    display: inline;
    margin-right: 2px;
  }

  body.post-type-archive-pogoda .pogoda-now-sub,
  body.page-template-archive-pogoda .pogoda-now-sub {
    display: none;
  }

  .pogoda-region-link {
    min-width: 74px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .pogoda-month-links {
    gap: 7px;
  }

  .pogoda-month-link {
    font-size: 13px;
    min-height: 34px;
    padding: 7px 11px;
  }

  .pogoda-live-days {
    grid-template-columns: 1fr;
  }

  .pogoda-live-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pogoda-live-meta {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .pogoda-offers-table {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 12px;
  }

  .pogoda-offers-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 5px 5px;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid rgba(91, 45, 246, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(17, 24, 39, 0.06);
    border-bottom: none;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
  }

  .pogoda-offers-header {
    display: none;
  }

  .pogoda-offers-price {
    text-align: right;
    font-size: 16px;
    margin-left: auto;
    white-space: nowrap;
    font-weight: 800;
    flex: 0 0 auto;
  }

  .pogoda-offers-board {
    display: none;
  }

  .pogoda-offers-agent {
    display: none;
  }

  .pogoda-offers-term,
  .pogoda-offers-hotel {
    display: none;
  }

  .pogoda-offers-compact {
    display: block;
    color: #374151;
    line-height: 1.32;
    white-space: normal;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 14px;
  }

  .pogoda-offers-compact-stars {
    display: block;
    margin-top: 2px;
    color: #f59e0b;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .pogoda-offers-thumb {
    display: inline-flex;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #ece9ff;
    border: 1px solid #ddd8ff;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-size: 18px;
    flex: 0 0 auto;
  }

  .pogoda-offers-thumb + .pogoda-offers-compact {
    margin-left: 2px;
  }

  .pogoda-offers-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pogoda-offer-button {
    display: none;
  }

  body.single-pogoda .pogoda-now-grid--regions .pogoda-now-item--live {
    padding-top: 44px;
    padding-right: 12px;
  }

  body.single-pogoda .pogoda-now-grid--regions .pogoda-now-item--live .pogoda-now-live-status {
    left: 10px;
    right: auto;
    top: 10px;
  }

  .pogoda-month-average .pogoda-now-grid--regions .pogoda-now-item--live {
    padding-top: 44px;
    padding-right: 12px;
  }

  .pogoda-month-average .pogoda-now-grid--regions .pogoda-now-item--live .pogoda-now-live-status {
    left: 10px;
    right: auto;
    top: 10px;
  }
}

@media (max-width: 640px) {
  .pogoda-hero .archive-hero-head h1 {
    font-size: 32px;
  }

  .pogoda-month-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Rankingi */
.rankingi-layout {
  align-items: start;
}

.rankingi-country-overview {
  margin-bottom: 18px;
}

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

.rankingi-country-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #d9d1ff;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rankingi-country-card:hover {
  transform: translateY(-1px);
  border-color: #bca8ff;
  box-shadow: 0 12px 24px rgba(91, 45, 246, 0.14);
}

.rankingi-country-name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.rankingi-country-meta {
  font-size: 12px;
  font-weight: 700;
  color: #7c3aed;
  background: #f1edff;
  border-radius: 999px;
  padding: 5px 10px;
  white-space: nowrap;
}

.rankingi-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rankingi-post-card {
  padding: 0;
  overflow: hidden;
}

.rankingi-post-card-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  color: inherit;
  height: 100%;
}

.rankingi-post-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.rankingi-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.rankingi-post-card:hover .rankingi-post-thumb img {
  transform: scale(1.03);
}

.rankingi-post-content {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rankingi-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rankingi-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5b2df6, #6f43fb);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.rankingi-chip-emoji {
  line-height: 1;
  font-size: 15px;
}

.rankingi-chip-text {
  line-height: 1.1;
}

.rankingi-chip.is-soft {
  gap: 0;
  background: #f1edff;
  color: #4c1d95;
}

.rankingi-chip.is-yellow {
  background: #f4d563;
  color: #3a2f00;
}

.rankingi-post-content h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.rankingi-post-content p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.45;
}

.rankingi-post-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 12px;
  color: #6b7280;
  font-size: 13px;
}

.rankingi-single-layout {
  align-items: start;
}

body.single-rankingi .rankingi-single-layout {
  display: block;
}

.rankingi-single-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 100%;
}

.rankingi-single-hero {
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.rankingi-single-hero > * {
  position: relative;
  z-index: 2;
}

.rankingi-hero-mascot {
  position: absolute;
  top: -18px;
  right: -36px;
  width: 165px;
  max-width: 34%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.rankingi-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.ranking-toc {
  margin-top: 0;
}

.ranking-toc-details {
  display: block;
}

.ranking-toc-details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  width: 100%;
}

.ranking-toc-details summary::after {
  content: "\203A";
  font-size: 18px;
  line-height: 1;
  color: #5b2df6;
  margin-left: auto;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.ranking-toc-details[open] summary::after {
  transform: rotate(-90deg);
}

.ranking-toc-details summary::-webkit-details-marker {
  display: none;
}

.ranking-toc .ranking-toc-list {
  list-style: decimal;
  margin: 10px 0 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.ranking-toc a {
  font-weight: 600;
  color: #3f31c5;
}

.rankingi-intro {
  margin-top: 0;
}

.rankingi-intro a,
.rankingi-after-content a {
  color: #5b2df6;
  transition: color 0.2s ease;
}

.rankingi-intro a:hover,
.rankingi-after-content a:hover {
  color: #3f31c5;
}

.rankingi-items {
  display: grid;
  gap: 16px;
}

.ranking-item {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid #e9e4ff;
  border-radius: 16px;
  background: #ffffff;
}

.ranking-item.is-top-1 {
  border-color: #f6d98a;
  box-shadow: 0 14px 24px rgba(246, 217, 138, 0.24);
}

.ranking-item.is-top-2 {
  border-color: #d7d9e7;
  box-shadow: 0 14px 24px rgba(148, 163, 184, 0.2);
}

.ranking-item.is-top-3 {
  border-color: #e5c2a7;
  box-shadow: 0 14px 24px rgba(194, 120, 75, 0.18);
}

.ranking-item-media {
  display: grid;
  gap: 8px;
  border-radius: 14px;
  background: #eef0ff;
  min-height: 230px;
}

.ranking-item-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #eef0ff;
  min-height: 160px;
}

.ranking-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ranking-photo-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 0 0 12px 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: linear-gradient(90deg, #5b2df6 0%, #7a59ff 100%);
  box-shadow: 0 8px 18px rgba(27, 10, 110, 0.28);
}

.ranking-photo-rank.rank-1 {
  color: #4a3400;
  background: linear-gradient(90deg, #f8dd79 0%, #f4d563 100%);
  box-shadow: 0 8px 16px rgba(196, 146, 0, 0.28);
}

.ranking-photo-rank.rank-2 {
  color: #1f2937;
  background: linear-gradient(90deg, #e5e7eb 0%, #cbd5e1 100%);
  box-shadow: 0 8px 16px rgba(71, 85, 105, 0.24);
}

.ranking-photo-rank.rank-3 {
  color: #ffffff;
  background: linear-gradient(90deg, #c97c45 0%, #a65c2b 100%);
  box-shadow: 0 8px 16px rgba(146, 64, 14, 0.3);
}

.ranking-item-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ranking-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ranking-position {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef0ff;
}

.ranking-medal {
  font-size: 15px;
}

.ranking-stars {
  font-size: 17px;
  line-height: 1;
  color: #f59e0b;
  letter-spacing: 1px;
}

.ranking-item-main h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}

.ranking-location {
  color: #5f6b7b;
  font-size: 15px;
}

.ranking-score-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ranking-score-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: #1e40af;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ranking-score-chip.is-soft {
  background: #f1edff;
  color: #4c1d95;
}

.ranking-score-chip.is-yellow {
  background: #f4d563;
  color: #3a2f00;
}

.ranking-score-chip.rating-low { background: linear-gradient(90deg, #fde68a, #f59e0b); color: #7c2d12; }
.ranking-score-chip.rating-mid { background: linear-gradient(90deg, #fdba74, #fb923c); color: #7c2d12; }
.ranking-score-chip.rating-good { background: linear-gradient(90deg, #86efac, #4ade80); color: #14532d; }
.ranking-score-chip.rating-great { background: linear-gradient(90deg, #4ade80, #22c55e); color: #ffffff; }
.ranking-score-chip.rating-excellent { background: linear-gradient(90deg, #22c55e, #16a34a); color: #f0fdf4; }
.ranking-score-chip.rating-none { background: linear-gradient(90deg, #e5e7eb, #d1d5db); color: #6b7280; }

.ranking-description {
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

.ranking-description p {
  margin: 0 0 8px;
}

.ranking-description p:last-child {
  margin-bottom: 0;
}

.ranking-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ranking-amenity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d8cef9;
  background: #f6f3ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 600;
}

.ranking-amenity-emoji {
  font-size: 14px;
  line-height: 1;
}

.ranking-amenity-label {
  line-height: 1.2;
}

.ranking-amenities-wrap {
  display: grid;
  gap: 8px;
}

.ranking-amenities-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eef0ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #d8cef9;
  line-height: 1.2;
  white-space: nowrap;
}

.ranking-amenities-toggle:hover {
  background: #e5e7ff;
}

.ranking-amenities-extra {
  margin-top: 0;
  animation: amenitiesFade 0.2s ease;
}

.ranking-amenities-extra[hidden] {
  display: none !important;
}

@keyframes amenitiesFade {
  from { opacity: 0; transform: translateY(-2px); }
  to { opacity: 1; transform: translateY(0); }
}

.ranking-amenities-toggle[aria-expanded="true"] {
  background: #d9d6ff;
}

.rankingi-after-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 0.95fr);
  gap: 16px;
  align-items: start;
  padding: 24px;
  box-sizing: border-box;
}

.rankingi-after-layout > * {
  min-width: 0;
}

.rankingi-after-layout .rankingi-after-content {
  padding: 0;
}

.rankingi-after-layout .rankingi-single-sidebar {
  min-width: 0;
  max-width: 100%;
  height: auto;
  align-self: start;
  box-sizing: border-box;
}

.ranking-cta {
  margin-top: auto;
}

.ranking-cta .button {
  min-width: 210px;
}

.rankingi-disclaimer {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.45;
}

.rankingi-disclaimer span {
  display: inline-block;
}

.rankingi-empty {
  font-weight: 600;
}

.rankingi-featured {
  margin-top: 0;
}

.rankingi-featured-figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dfd6ff;
  background: #fff;
}

.rankingi-featured-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.rankingi-featured-figure figcaption {
  padding: 8px 12px 10px;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

.rankingi-faq {
  margin-top: 0;
}

.rankingi-related-regions {
  margin-top: 15px;
}

.rankingi-related-regions-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rankingi-related-region-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1edff;
  border: 1px solid #d7cbff;
  color: #3f31c5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.rankingi-related-region-link:hover {
  background: #e8e2ff;
  border-color: #c4b4ff;
}

.rankingi-related-sidebar .rankingi-related-list {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.rankingi-related-sidebar .rankingi-related-list a {
  font-size: 14px;
  color: #2d2b43;
  font-weight: 600;
  line-height: 1.35;
}

.rankingi-hub-sidebar-card p {
  margin: 8px 0 14px;
  color: #4b5563;
}

.rankingi-hub-sidebar-name {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 961px) {
  body.single-rankingi .rankingi-single-sidebar {
    position: sticky;
    top: 105px;
    align-self: start;
  }
}

@media (max-width: 1200px) {
  .ranking-item {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }

  .ranking-item-media {
    min-height: 210px;
  }

  .ranking-item-main h2 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .rankingi-country-grid,
  .rankingi-posts-grid {
    grid-template-columns: 1fr;
  }

  .rankingi-post-content h2 {
    font-size: 20px;
  }

  .rankingi-single-content {
    gap: 14px;
  }

  .ranking-item {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ranking-item-media {
    min-height: 0;
    gap: 6px;
  }

  .ranking-item-photo {
    min-height: 145px;
  }

  .ranking-photo-rank {
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 0 0 10px 0;
  }

  .ranking-item-main h2 {
    font-size: 22px;
  }

  .ranking-cta .button {
    width: 100%;
    min-width: 0;
    margin-top: 15px;
  }

  .rankingi-disclaimer span {
    margin-top: 3px;
  }

  .rankingi-single-hero .archive-hero-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .rankingi-single-hero .archive-hero-head .archive-count {
    order: -1;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .rankingi-hero-mascot {
    display: none;
  }

  .rankingi-single-hero {
    overflow: hidden;
  }

  .rankingi-after-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0px;
  }
}
