/* Urlaubspunkt Core 1.8.4 – visibly compact deal modules */
.up-core-layout-v184 {
  --up184-accent: #e97d1f;
  --up184-accent-dark: #9a4300;
  --up184-ink: #252c35;
  --up184-muted: #66717c;
  --up184-line: #e7e9ec;
  --up184-warm: #fff9f4;
  --up184-warm-strong: #fff3e8;
  --up184-green: #187244;
  position: relative !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 26px auto !important;
  transform: none !important;
  box-sizing: border-box !important;
  color: var(--up184-ink) !important;
}

.up-core-layout-v184,
.up-core-layout-v184 *,
.up-core-layout-v184 *::before,
.up-core-layout-v184 *::after {
  box-sizing: border-box !important;
}

/* ============================
   Dealbox
   ============================ */
.up-core-layout-v184.up-core-dealbox {
  width: 100% !important;
  max-width: 820px !important;
  min-height: 0 !important;
  margin: 24px auto !important;
  padding: 20px 22px 21px !important;
  background: #fff !important;
  border: 1px solid #efd7c2 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(35, 42, 50, .065) !important;
  overflow: hidden !important;
}

.up-core-layout-v184 .up-core-dealbox__status-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  width: 100% !important;
  margin: 0 0 16px !important;
}

.up-core-layout-v184 .up-core-dealbox__status,
.up-core-layout-v184 .up-core-dealbox__checked {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 4px 11px !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.up-core-layout-v184 .up-core-dealbox__status {
  color: var(--up184-green) !important;
  background: #edf8f1 !important;
  border: 1px solid #b9dfc9 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

.up-core-layout-v184 .up-core-dealbox__checked {
  color: var(--up184-muted) !important;
  background: #f5f7f9 !important;
  border: 1px solid transparent !important;
  font-weight: 650 !important;
}

.up-core-layout-v184.up-core-dealbox--changed .up-core-dealbox__status {
  color: #8b5600 !important;
  background: #fff7df !important;
  border-color: #ecd591 !important;
}

.up-core-layout-v184.up-core-dealbox--expired .up-core-dealbox__status {
  color: #7a3b3b !important;
  background: #fff0f0 !important;
  border-color: #ecc9c9 !important;
}

@media (min-width: 761px) {
  .up-core-layout-v184 .up-core-dealbox__layout {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

.up-core-layout-v184 .up-core-dealbox__layout--single {
  display: block !important;
}

.up-core-layout-v184 .up-core-dealbox__content {
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: 100% !important;
  padding: 3px 0 2px !important;
}

.up-core-layout-v184 .up-core-dealbox__heading {
  display: flex !important;
  align-items: start !important;
  gap: 10px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.up-core-layout-v184 .up-core-dealbox__heading-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 19px !important;
  width: 19px !important;
  height: 23px !important;
  margin: 1px 0 0 !important;
  color: var(--up184-accent) !important;
}

.up-core-layout-v184 .up-core-dealbox__heading-icon svg {
  width: 18px !important;
  height: 18px !important;
}

.up-core-layout-v184 .up-core-dealbox__heading-copy {
  min-width: 0 !important;
}

.up-core-layout-v184 .up-core-dealbox__eyebrow,
.up-core-layout-v184 .up-core-dayplan__eyebrow {
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: var(--up184-accent-dark) !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

.up-core-layout-v184 .up-core-dealbox__title,
.up-core-layout-v184 h2.up-core-dayplan__title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--up184-ink) !important;
  font-family: inherit !important;
  font-size: clamp(20px, 2.25vw, 25px) !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
  letter-spacing: -.018em !important;
  text-transform: none !important;
}

.up-core-layout-v184 .up-core-dealbox__intro,
.up-core-layout-v184 .up-core-dayplan__intro {
  max-width: 61ch !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: var(--up184-muted) !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
}

.up-core-layout-v184 .up-core-dealbox__features {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 7px !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.up-core-layout-v184 .up-core-dealbox__features li {
  display: flex !important;
  align-items: start !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #343c45 !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  font-weight: 430 !important;
  line-height: 1.34 !important;
  list-style: none !important;
}

.up-core-layout-v184 .up-core-dealbox__features li::before,
.up-core-layout-v184 .up-core-dealbox__features li::marker {
  content: none !important;
  display: none !important;
}

.up-core-layout-v184 .up-core-dealbox__features svg {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 1px !important;
  color: var(--up184-accent) !important;
}

.up-core-layout-v184 .up-core-dealbox__facts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
}

.up-core-layout-v184 .up-core-dealbox__facts > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 6px 9px !important;
  color: #545e68 !important;
  background: #fffaf5 !important;
  border: 1px solid #f0dfcf !important;
  border-radius: 9px !important;
  font-family: inherit !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
}

.up-core-layout-v184 .up-core-dealbox__facts svg {
  width: 15px !important;
  height: 15px !important;
  color: var(--up184-accent) !important;
}

.up-core-layout-v184 .up-core-dealbox__price-panel {
  display: flex !important;
  flex: 0 0 38% !important;
  flex-direction: column !important;
  align-self: stretch !important;
  justify-content: center !important;
  align-items: stretch !important;
  width: 38% !important;
  min-width: 270px !important;
  max-width: 320px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 20px 18px 17px !important;
  background: #fffaf6 !important;
  border: 1px solid #efd7c2 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  text-align: center !important;
}

.up-core-layout-v184 .up-core-dealbox__price-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.up-core-layout-v184 .up-core-dealbox__price-prefix {
  margin: 0 0 2px !important;
  color: var(--up184-accent-dark) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
}

.up-core-layout-v184 strong.up-core-dealbox__price {
  display: block !important;
  margin: 0 !important;
  color: var(--up184-accent) !important;
  font-family: inherit !important;
  font-size: clamp(38px, 4.8vw, 48px) !important;
  font-weight: 820 !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}

.up-core-layout-v184 .up-core-dealbox__price-suffix {
  margin: 5px 0 0 !important;
  color: #303841 !important;
  font-size: 13.5px !important;
  font-weight: 430 !important;
  line-height: 1.2 !important;
}

.up-core-layout-v184 .up-core-dealbox__comparison {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 6px 8px !important;
  margin: 13px 0 0 !important;
  color: var(--up184-muted) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.up-core-layout-v184 .up-core-dealbox__regular {
  display: inline !important;
  margin: 0 !important;
  color: var(--up184-muted) !important;
}

.up-core-layout-v184 .up-core-dealbox__regular del {
  text-decoration-thickness: 1px !important;
}

.up-core-layout-v184 .up-core-dealbox__regular small {
  font-size: 10px !important;
}

.up-core-layout-v184 .up-core-dealbox__comparison > strong {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 4px 7px !important;
  color: var(--up184-accent-dark) !important;
  background: #fff3e7 !important;
  border: 1px solid #efb57f !important;
  border-radius: 7px !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.up-core-layout-v184 a.up-core-dealbox__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: 100% !important;
  min-height: 45px !important;
  margin: 16px 0 0 !important;
  padding: 11px 14px !important;
  color: #fff !important;
  background: var(--up184-accent) !important;
  border: 1px solid var(--up184-accent) !important;
  border-radius: 9px !important;
  box-shadow: 0 7px 17px rgba(233, 125, 31, .19) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

.up-core-layout-v184 a.up-core-dealbox__cta:hover,
.up-core-layout-v184 a.up-core-dealbox__cta:focus-visible {
  color: #fff !important;
  background: #d96f13 !important;
  border-color: #d96f13 !important;
  box-shadow: 0 9px 20px rgba(217, 109, 18, .24) !important;
  transform: translateY(-1px) !important;
}

.up-core-layout-v184 a.up-core-dealbox__cta svg {
  width: 15px !important;
  height: 15px !important;
}

.up-core-layout-v184 .up-core-dealbox__affiliate-note {
  display: block !important;
  margin: 7px 0 0 !important;
  color: #747d86 !important;
  font-size: 9.75px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

/* ============================
   Tagesplan
   ============================ */
.up-core-layout-v184.up-core-dayplan {
  width: 100% !important;
  max-width: 840px !important;
  min-height: 0 !important;
  margin: 24px auto !important;
  padding: 22px 24px !important;
  background: #fff !important;
  border: 1px solid var(--up184-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 9px 26px rgba(35, 42, 50, .06) !important;
  overflow: hidden !important;
}

.up-core-layout-v184 .up-core-dayplan__header {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 9px !important;
  row-gap: 3px !important;
  margin: 0 0 18px !important;
}

.up-core-layout-v184 .up-core-dayplan__eyebrow {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 26px !important;
  margin: 0 !important;
  padding: 0 7px !important;
  color: #fff !important;
  background: var(--up184-accent) !important;
  border-radius: 7px !important;
  font-size: 10.5px !important;
  letter-spacing: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  font-size: clamp(20px, 2.2vw, 24px) !important;
}

.up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title:first-child {
  grid-column: 1 / -1 !important;
}

.up-core-layout-v184 .up-core-dayplan__header > .up-core-dayplan__intro {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.up-core-layout-v184 .up-core-dayplan__header > h2:first-child + .up-core-dayplan__intro {
  grid-column: 1 / -1 !important;
}

@media (min-width: 761px) {
  .up-core-layout-v184 .up-core-dayplan__layout {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(290px, 1.08fr) !important;
    align-items: center !important;
    gap: 26px !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

.up-core-layout-v184 .up-core-dayplan__layout--no-image {
  display: block !important;
}

.up-core-layout-v184 .up-core-dayplan__main {
  min-width: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 15px !important;
  bottom: 17px !important;
  left: 65px !important;
  width: 2px !important;
  background: #f1d8c1 !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline > li {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 4px 0 11px !important;
  list-style: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline > li::before,
.up-core-layout-v184 .up-core-dayplan__timeline > li::marker {
  content: none !important;
  display: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline time,
.up-core-layout-v184 .up-core-dayplan__step {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: start !important;
  width: 57px !important;
  min-width: 57px !important;
  height: 25px !important;
  min-height: 25px !important;
  margin: 0 !important;
  padding: 3px 6px !important;
  color: var(--up184-accent-dark) !important;
  background: #fff4e9 !important;
  border: 1px solid #efc49d !important;
  border-radius: 7px !important;
  font-size: 10.25px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline time::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: -16px !important;
  width: 9px !important;
  height: 9px !important;
  margin-top: -4.5px !important;
  background: var(--up184-accent) !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px #efc49d !important;
}

.up-core-layout-v184 .up-core-dayplan__step {
  width: 10px !important;
  min-width: 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  margin: 7px 0 0 60px !important;
  padding: 0 !important;
  background: var(--up184-accent) !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px #efc49d !important;
}

.up-core-layout-v184 .up-core-dayplan__item-copy {
  min-width: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline h3 {
  margin: 0 0 3px !important;
  padding: 0 !important;
  color: var(--up184-ink) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.28 !important;
  text-transform: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline p {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--up184-muted) !important;
  font-family: inherit !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.up-core-layout-v184 .up-core-dayplan__figure {
  align-self: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__figure > a {
  display: block !important;
  border-radius: 13px !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.up-core-layout-v184 img.up-core-dayplan__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 13px !important;
  box-shadow: 0 8px 22px rgba(30, 38, 46, .12) !important;
  transition: transform .22s ease !important;
}

.up-core-layout-v184 .up-core-dayplan__figure > a:hover .up-core-dayplan__image,
.up-core-layout-v184 .up-core-dayplan__figure > a:focus-visible .up-core-dayplan__image {
  transform: scale(1.012) !important;
}

.up-core-layout-v184 .up-core-dayplan__figure figcaption {
  margin: 7px 0 0 !important;
  color: #747d86 !important;
  font-size: 10.5px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

/* ============================
   Tablet and mobile
   ============================ */
@media (max-width: 760px) {
  .up-core-layout-v184.up-core-dealbox,
  .up-core-layout-v184.up-core-dayplan {
    max-width: 680px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__layout,
  .up-core-layout-v184 .up-core-dayplan__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__price-panel {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .up-core-layout-v184 .up-core-dayplan__figure {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 620px) {
  .up-core-layout-v184 {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 20px calc(50% - 50vw + 16px) !important;
  }

  .up-core-layout-v184.up-core-dealbox,
  .up-core-layout-v184.up-core-dayplan {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: calc(50% - 50vw + 16px) !important;
    margin-right: calc(50% - 50vw + 16px) !important;
    padding: 16px !important;
    border-radius: 14px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__status-row {
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 7px !important;
    margin-bottom: 14px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__status,
  .up-core-layout-v184 .up-core-dealbox__checked {
    min-height: 23px !important;
    padding: 3px 8px !important;
    font-size: 9.75px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__layout,
  .up-core-layout-v184 .up-core-dayplan__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__title,
  .up-core-layout-v184 h2.up-core-dayplan__title {
    font-size: 20px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__intro,
  .up-core-layout-v184 .up-core-dayplan__intro {
    font-size: 13px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__features {
    gap: 7px !important;
    margin-top: 14px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__features li {
    font-size: 13px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__facts {
    gap: 6px !important;
    margin-top: 15px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__facts > span {
    min-height: 30px !important;
    padding: 5px 8px !important;
    font-size: 10.75px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__price-panel {
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 14px 15px !important;
    border-radius: 12px !important;
  }

  .up-core-layout-v184 strong.up-core-dealbox__price {
    font-size: 42px !important;
  }

  .up-core-layout-v184 a.up-core-dealbox__cta {
    min-height: 44px !important;
    font-size: 12.5px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__header {
    column-gap: 8px !important;
    margin-bottom: 15px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline::before {
    left: 61px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline > li {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 50px !important;
    padding-bottom: 10px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline time {
    width: 54px !important;
    min-width: 54px !important;
    font-size: 9.75px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline time::after {
    right: -15px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline h3 {
    font-size: 13.5px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline p {
    font-size: 12px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__figure {
    max-width: none !important;
  }

  .up-core-layout-v184 img.up-core-dayplan__image {
    max-height: none !important;
  }
}

/*
 * The legacy price line is controlled by the editor checkbox. The explicit
 * show rule is intentionally more specific than older cached plugin CSS, so
 * unticking the checkbox restores the original child-theme price immediately.
 */
html body.single-post.up-core-has-dealbox.up-core-hide-legacy-price .up-single-post-pice {
  display: none !important;
}

html body.single-post.up-core-has-dealbox.up-core-show-legacy-price .up-single-post-pice {
  display: block !important;
}

@media (prefers-reduced-motion: reduce) {
  .up-core-layout-v184 a.up-core-dealbox__cta,
  .up-core-layout-v184 img.up-core-dayplan__image {
    transition: none !important;
  }
}

/* =========================================================
   1.8.4 desktop layout
   Deliberately smaller than 1.8.0/1.8.1 so the change remains
   clearly visible even in a normal-sized desktop browser window.
   ========================================================= */
@media (min-width: 761px) {
  .up-core-layout-v184.up-core-dealbox {
    max-width: 680px !important;
    margin: 22px auto !important;
    padding: 16px 17px 17px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(35, 42, 50, .07) !important;
  }

  .up-core-layout-v184 .up-core-dealbox__status-row {
    gap: 7px 11px !important;
    margin-bottom: 12px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__status,
  .up-core-layout-v184 .up-core-dealbox__checked {
    min-height: 22px !important;
    padding: 3px 9px !important;
    font-size: 9.5px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 230px !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__layout--single {
    display: block !important;
    grid-template-columns: none !important;
  }

  .up-core-layout-v184 .up-core-dealbox__content {
    padding: 2px 0 !important;
  }

  .up-core-layout-v184 .up-core-dealbox__heading {
    gap: 8px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__heading-icon {
    flex-basis: 17px !important;
    width: 17px !important;
    height: 20px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__heading-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__eyebrow {
    margin-bottom: 3px !important;
    font-size: 9.75px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__title {
    font-size: 22px !important;
    line-height: 1.16 !important;
  }

  .up-core-layout-v184 .up-core-dealbox__intro {
    margin-top: 7px !important;
    font-size: 12.25px !important;
    line-height: 1.4 !important;
  }

  .up-core-layout-v184 .up-core-dealbox__features {
    gap: 5px !important;
    margin-top: 12px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__features li {
    gap: 7px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .up-core-layout-v184 .up-core-dealbox__features svg {
    flex-basis: 14px !important;
    width: 14px !important;
    height: 14px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__facts {
    gap: 6px !important;
    margin-top: 13px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__facts > span {
    min-height: 28px !important;
    padding: 5px 8px !important;
    font-size: 10.5px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__facts svg {
    width: 14px !important;
    height: 14px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__price-panel {
    flex: 0 0 230px !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    padding: 15px 13px 13px !important;
    border-radius: 12px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__price-prefix {
    font-size: 10px !important;
  }

  .up-core-layout-v184 strong.up-core-dealbox__price {
    font-size: 40px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__price-suffix {
    margin-top: 4px !important;
    font-size: 12.25px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__comparison {
    gap: 5px 7px !important;
    margin-top: 11px !important;
    font-size: 10px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__regular small {
    font-size: 9.25px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__comparison > strong {
    padding: 3px 6px !important;
    font-size: 10px !important;
  }

  .up-core-layout-v184 a.up-core-dealbox__cta {
    gap: 5px !important;
    min-height: 40px !important;
    margin-top: 13px !important;
    padding: 9px 8px !important;
    font-size: 10.75px !important;
  }

  .up-core-layout-v184 .up-core-dealbox__affiliate-note {
    margin-top: 6px !important;
    font-size: 9px !important;
  }

  .up-core-layout-v184.up-core-dayplan {
    max-width: 680px !important;
    margin: 22px auto !important;
    padding: 17px 18px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 23px rgba(35, 42, 50, .065) !important;
  }

  .up-core-layout-v184 .up-core-dayplan__header {
    column-gap: 8px !important;
    margin-bottom: 13px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__eyebrow {
    min-width: 30px !important;
    height: 23px !important;
    padding: 0 6px !important;
    font-size: 9.5px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title {
    font-size: 21px !important;
    line-height: 1.16 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__intro {
    font-size: 12px !important;
    line-height: 1.38 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 310px !important;
    gap: 18px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__layout--no-image {
    display: block !important;
    grid-template-columns: none !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline::before {
    top: 13px !important;
    bottom: 14px !important;
    left: 55px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline > li {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 44px !important;
    padding: 3px 0 8px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline time,
  .up-core-layout-v184 .up-core-dayplan__step {
    width: 48px !important;
    min-width: 48px !important;
    height: 22px !important;
    min-height: 22px !important;
    padding: 2px 5px !important;
    border-radius: 6px !important;
    font-size: 9px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline time::after {
    right: -14px !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: -4px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__step {
    margin: 6px 0 0 51px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline h3 {
    margin-bottom: 2px !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline p {
    font-size: 11.25px !important;
    line-height: 1.34 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__figure {
    width: 310px !important;
    max-width: 310px !important;
  }

  .up-core-layout-v184 img.up-core-dayplan__image {
    max-height: 194px !important;
    border-radius: 11px !important;
  }
}

@media (max-width: 760px) {
  .up-core-layout-v184 .up-core-dealbox__price-panel,
  .up-core-layout-v184 .up-core-dayplan__figure {
    width: 100% !important;
    max-width: 324px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   1.8.4 Tagesplan – breiter, ruhiger und ohne leere Bildspalte
   Das Bild gehört zur Einleitung; die Timeline nutzt anschließend
   die volle Lesebreite. Keine zusätzlichen Skripte oder Webfonts.
   ========================================================= */
.up-core-layout-v184.up-core-dayplan {
  width: 100% !important;
  max-width: 1080px !important;
  margin: 30px auto !important;
  padding: 32px 34px 34px !important;
  background: #fff !important;
  border: 1px solid #e4e7ea !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 34px rgba(35, 42, 50, .065) !important;
  overflow: hidden !important;
}

.up-core-layout-v184 .up-core-dayplan__hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 400px) !important;
  align-items: center !important;
  gap: 34px !important;
  padding: 0 0 28px !important;
  border-bottom: 1px solid #edf0f2 !important;
}

.up-core-layout-v184 .up-core-dayplan__hero--no-image {
  display: block !important;
}

.up-core-layout-v184 .up-core-dayplan__header {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 28px !important;
  margin: 0 0 12px !important;
  padding: 6px 10px !important;
  color: #fff !important;
  background: var(--up184-accent) !important;
  border-radius: 8px !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

.up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title,
.up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title:first-child {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--up184-ink) !important;
  font-family: inherit !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 780 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}

.up-core-layout-v184 .up-core-dayplan__header > .up-core-dayplan__intro,
.up-core-layout-v184 .up-core-dayplan__header > h2:first-child + .up-core-dayplan__intro {
  display: block !important;
  max-width: 650px !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  color: var(--up184-muted) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.up-core-layout-v184 .up-core-dayplan__figure {
  align-self: center !important;
  width: 100% !important;
  max-width: 400px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__figure > a {
  display: block !important;
  border-radius: 16px !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.up-core-layout-v184 img.up-core-dayplan__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(30, 38, 46, .14) !important;
  transition: transform .22s ease !important;
}

.up-core-layout-v184 .up-core-dayplan__figure figcaption {
  margin: 9px 0 0 !important;
  color: #747d86 !important;
  font-family: inherit !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.up-core-layout-v184 .up-core-dayplan__main {
  width: 100% !important;
  max-width: 930px !important;
  min-width: 0 !important;
  margin: 28px auto 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  bottom: 18px !important;
  left: 82px !important;
  width: 2px !important;
  background: #efd7c1 !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline > li {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 22px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 16px !important;
  list-style: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline > li:last-child {
  padding-bottom: 0 !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline > li::before,
.up-core-layout-v184 .up-core-dayplan__timeline > li::marker {
  content: none !important;
  display: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline time,
.up-core-layout-v184 .up-core-dayplan__step {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: start !important;
  width: 72px !important;
  min-width: 72px !important;
  min-height: 34px !important;
  margin: 9px 0 0 !important;
  padding: 7px 8px !important;
  color: var(--up184-accent-dark) !important;
  background: #fff7ef !important;
  border: 1px solid #edbd92 !important;
  border-radius: 9px !important;
  font-family: inherit !important;
  font-size: 11.5px !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline time::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: -17px !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: -5px !important;
  background: var(--up184-accent) !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px #edbd92 !important;
}

.up-core-layout-v184 .up-core-dayplan__step {
  width: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  margin: 20px 0 0 77px !important;
  padding: 0 !important;
  background: var(--up184-accent) !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px #edbd92 !important;
}

.up-core-layout-v184 .up-core-dayplan__item-copy {
  min-width: 0 !important;
  padding: 15px 17px 16px !important;
  background: #fcfcfd !important;
  border: 1px solid #e9ecef !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 14px rgba(35, 42, 50, .045) !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline h3 {
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: var(--up184-ink) !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 740 !important;
  line-height: 1.3 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}

.up-core-layout-v184 .up-core-dayplan__timeline p {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--up184-muted) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

@media (max-width: 900px) {
  .up-core-layout-v184.up-core-dayplan {
    width: calc(100% - 32px) !important;
    max-width: 760px !important;
    padding: 26px 26px 28px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__figure {
    max-width: none !important;
  }

  .up-core-layout-v184 img.up-core-dayplan__image {
    max-height: 360px !important;
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 620px) {
  .up-core-layout-v184.up-core-dayplan {
    width: calc(100% - 24px) !important;
    margin: 24px auto !important;
    padding: 20px 15px 22px !important;
    border-radius: 17px !important;
    box-shadow: 0 8px 24px rgba(35, 42, 50, .055) !important;
  }

  .up-core-layout-v184 .up-core-dayplan__hero {
    gap: 18px !important;
    padding-bottom: 22px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__eyebrow {
    min-height: 25px !important;
    margin-bottom: 9px !important;
    padding: 5px 8px !important;
    border-radius: 7px !important;
    font-size: 9.75px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title,
  .up-core-layout-v184 .up-core-dayplan__header > h2.up-core-dayplan__title:first-child {
    font-size: clamp(23px, 7vw, 29px) !important;
    line-height: 1.15 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__header > .up-core-dayplan__intro,
  .up-core-layout-v184 .up-core-dayplan__header > h2:first-child + .up-core-dayplan__intro {
    margin-top: 11px !important;
    font-size: 14.5px !important;
    line-height: 1.5 !important;
  }

  .up-core-layout-v184 img.up-core-dayplan__image {
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 13px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__main {
    margin-top: 22px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline::before {
    top: 18px !important;
    bottom: 18px !important;
    left: 61px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline > li {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding-bottom: 13px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline time,
  .up-core-layout-v184 .up-core-dayplan__step {
    width: 55px !important;
    min-width: 55px !important;
    min-height: 32px !important;
    margin-top: 8px !important;
    padding: 6px 5px !important;
    border-radius: 8px !important;
    font-size: 10px !important;
    white-space: normal !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline time::after {
    right: -12px !important;
    width: 9px !important;
    height: 9px !important;
    margin-top: -4.5px !important;
    border-width: 2px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__step {
    width: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    margin: 19px 0 0 57px !important;
    padding: 0 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__item-copy {
    padding: 12px 12px 13px !important;
    border-radius: 12px !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline h3 {
    margin-bottom: 5px !important;
    font-size: 15.5px !important;
    line-height: 1.3 !important;
  }

  .up-core-layout-v184 .up-core-dayplan__timeline p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}
