.elementor-5833 .elementor-element.elementor-element-8a5310c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1e6c535 */.hl-krakow-guide {
  --page: #fffaf2;
  --paper: #fffdf8;
  --paper-soft: #fff6e4;
  --card: #ffffff;
  --cream-card: #fffaf1;

  --sage: #eef1aa;
  --sage-strong: #dfe870;
  --yellow: #ffe139;
  --orange: #f6a23a;
  --tomato: #e7383f;

  --navy: #101a31;
  --ink: #1f2937;
  --copy: #263143;
  --muted: #596273;
  --soft-muted: #778195;

  --line: #eadfce;
  --line-strong: #d8c9b5;

  --radius: 26px;
  --shadow: 0 18px 48px rgba(16, 26, 49, 0.08);
  --soft-shadow: 0 10px 26px rgba(16, 26, 49, 0.05);

  background: var(--page);
  color: var(--copy);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.hl-krakow-guide * {
  box-sizing: border-box;
}

.hl-krakow-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 22px 76px;
}

/* TYPE */

.hl-krakow-guide h1,
.hl-krakow-guide h2,
.hl-krakow-guide h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.hl-krakow-guide h1 {
  font-size: clamp(46px, 6vw, 82px);
  max-width: 920px;
}

.hl-krakow-guide h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.hl-krakow-guide h3 {
  font-size: 28px;
  margin-top: 30px;
}

.hl-krakow-guide p,
.hl-krakow-guide li {
  color: var(--copy);
}

.hl-krakow-guide p {
  margin: 0 0 18px;
}

/* SECTIONS */

.hl-hero,
.hl-section,
.hl-soft-section,
.hl-final-box,
.hl-affiliate-bottom,
.hl-link-map {
  border-radius: var(--radius);
  margin-top: 34px;
}

.hl-hero {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(255, 250, 242, 0.98)),
    linear-gradient(90deg, var(--sage) 0%, #fff2b1 36%, var(--orange) 72%, var(--tomato) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 56px 46px;
  position: relative;
  overflow: hidden;
}

.hl-hero:before {
  content: "";
  position: absolute;
  width: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, var(--sage-strong), var(--yellow), var(--orange), var(--tomato));
}

.hl-section {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 42px;
}

.hl-soft-section {
  background: #fff7e8;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 42px;
}

/* LABELS */

.hl-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--navy);
  background: var(--sage);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hl-label {
  display: inline-block;
  background: var(--sage);
  color: var(--navy);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin-bottom: 16px;
}

.hl-label.orange {
  background: var(--orange);
  color: #fff;
}

.hl-label.red {
  background: var(--tomato);
  color: #fff;
}

/* INTRO */

.hl-intro {
  font-size: 21px;
  max-width: 860px;
  color: var(--copy);
}

/* IMAGES */

.hl-image-block {
  margin: 34px 0;
}

.hl-hero-image {
  margin-top: 34px;
}

.hl-image-block img,
.hl-image-grid img,
.hl-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(16, 26, 49, 0.09);
}

.hl-hero-image img,
.hl-image-block.landscape img {
  aspect-ratio: 16 / 9;
}

.hl-image-block.portrait img,
.hl-image-grid img {
  aspect-ratio: 4 / 5;
}

.hl-caption {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
  font-style: italic;
}

/* GRIDS */

.hl-plan-box,
.hl-grid-two,
.hl-tour-grid,
.hl-itinerary,
.hl-link-list,
.hl-image-grid {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.hl-plan-box {
  grid-template-columns: repeat(4, 1fr);
}

.hl-grid-two,
.hl-image-grid {
  grid-template-columns: repeat(2, 1fr);
}

.hl-tour-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.hl-itinerary {
  grid-template-columns: repeat(3, 1fr);
}

.hl-link-list {
  grid-template-columns: repeat(2, 1fr);
}

/* CARDS */

.hl-card,
.hl-day {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--soft-shadow);
}

.hl-plan-card {
  background: #ffffff;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: var(--soft-shadow);
  position: relative;
  overflow: hidden;
}

.hl-plan-card:before {
  content: "";
  position: absolute;
  height: 7px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, var(--sage-strong), var(--yellow), var(--orange));
}

.hl-plan-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.1;
}

.hl-note {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.35;
  color: var(--navy);
  background: linear-gradient(90deg, #eef1aa, #fff1a8);
  border: 1px solid #dce29a;
  border-radius: 24px;
  padding: 30px;
  margin: 30px 0;
}

/* BUTTONS */

.hl-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  align-items: center;
}

.hl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: var(--navy);
  color: #fff !important;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  width: fit-content;
  border: 1px solid var(--navy);
}

.hl-btn.secondary {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff !important;
}

.hl-btn.red {
  background: var(--tomato);
  border-color: var(--tomato);
  color: #fff !important;
}

.hl-btn.light {
  background: #ffffff;
  color: var(--navy) !important;
  border: 1px solid var(--navy);
}

/* IMAGE-LED TOUR CARDS */

.hl-tour-card {
  background: #ffffff;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}

.hl-tour-image {
  width: 100%;
  background: var(--line);
}

.hl-tour-image img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.hl-tour-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px;
}

.hl-tour-copy {
  flex: 1;
}

.hl-tour-card h3 {
  margin-top: 0;
}

.hl-tour-card .hl-button-row {
  margin-top: auto;
  padding-top: 12px;
}

/* DECISION TABLE */

.hl-decision-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--soft-shadow);
}

.hl-decision-table th,
.hl-decision-table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.hl-decision-table th {
  background: var(--navy);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.hl-decision-table tr:nth-child(even) td {
  background: #f4f7ee;
}

.hl-decision-table tr:last-child td {
  border-bottom: none;
}

.hl-decision-table a {
  color: #35798d;
  font-weight: 800;
  text-decoration: none;
}

.hl-decision-table a:hover {
  text-decoration: underline;
}

/* INTERNAL LINKS */

.hl-link-list a {
  display: block;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.hl-link-list a:hover {
  border-color: var(--orange);
}

/* GREEN LINK MAP */

.hl-link-map {
  background: #eef1aa;
  border: 1px solid #d6df72;
  padding: 34px;
  box-shadow: var(--soft-shadow);
}

.hl-link-map h2,
.hl-link-map h3 {
  color: var(--navy);
}

.hl-link-map p {
  color: var(--ink);
}

.hl-link-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.hl-link-map-item {
  background: #ffffff;
  border: 1px solid rgba(16, 26, 49, 0.12);
  border-radius: 18px;
  padding: 18px;
}

.hl-link-map-item strong {
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}

.hl-link-map {
  display: none !important;
}
}

/* AFFILIATE DISCLOSURE AT BOTTOM */

.hl-affiliate-bottom {
  background: #ffffff;
  border: 1px solid var(--line-strong);
  border-left: 6px solid var(--orange);
  padding: 24px 28px;
  box-shadow: var(--soft-shadow);
}

.hl-affiliate-bottom p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}

/* FINAL */

.hl-final-box {
  background: var(--navy);
  color: #fff;
  padding: 44px;
  position: relative;
  overflow: hidden;
}

.hl-final-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--sage), var(--yellow), var(--orange), var(--tomato));
}

.hl-final-box h2,
.hl-final-box h3 {
  color: #fff;
}

.hl-final-box p,
.hl-final-box li {
  color: #f7efe0;
}

/* FAQ */

.hl-faq details {
  background: #ffffff;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 12px;
  box-shadow: var(--soft-shadow);
}

.hl-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--navy);
}

.hl-lolly-signoff {
  margin-top: 38px;
  padding: 44px 30px 46px;
  background:
    radial-gradient(circle at top left, rgba(238, 241, 170, 0.38), transparent 34%),
    radial-gradient(circle at bottom right, rgba(246, 162, 58, 0.18), transparent 34%),
    #ffffff;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hl-lolly-signoff:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(16, 26, 49, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.hl-lolly-signoff-line {
  width: 138px;
  height: 4px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--sage),
    var(--yellow),
    var(--orange),
    var(--tomato)
  );
}

.hl-lolly-signoff-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hl-lolly-signoff-small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--muted);
  line-height: 1;
  margin-bottom: 6px;
}

.hl-lolly-signoff-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8vw, 96px);
  color: var(--navy);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.hl-lolly-signoff-accent {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
}

.hl-lolly-signoff-accent span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: block;
}

.hl-lolly-signoff-accent span:nth-child(1) {
  background: var(--sage);
}

.hl-lolly-signoff-accent span:nth-child(2) {
  background: var(--orange);
}

.hl-lolly-signoff-accent span:nth-child(3) {
  background: var(--tomato);
}

@media (max-width: 700px) {
  .hl-lolly-signoff {
    padding: 36px 22px 38px;
    border-radius: 28px;
  }

  .hl-lolly-signoff:before {
    inset: 10px;
    border-radius: 22px;
  }

  .hl-lolly-signoff-line {
    width: 110px;
  }
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .hl-plan-box,
  .hl-grid-two,
  .hl-tour-grid,
  .hl-itinerary,
  .hl-link-list,
  .hl-image-grid,
  .hl-link-map-grid {
    grid-template-columns: 1fr;
  }

  .hl-hero,
  .hl-section,
  .hl-soft-section,
  .hl-final-box,
  .hl-link-map,
  .hl-affiliate-bottom {
    padding: 30px 24px;
  }

  .hl-tour-image img {
    height: 260px;
  }
}/* End custom CSS */