.td-node--aktualita {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  padding: 54px 0 72px;
}

.td-node__header {
  margin-bottom: 30px;
}

.td-node__title {
  margin: 0;
  color: #1c2530;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.td-node__content {
  color: #4d5661;
  font-size: 18px;
  line-height: 1.85;
}

.td-node__content::after {
  content: "";
  display: block;
  clear: both;
}

.td-node__figure {
  margin: 0;
}

.td-node__figure--left {
  float: left;
  width: min(100%, 420px);
  margin: 6px 34px 18px 0;
}

.td-node__image-trigger {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  cursor: zoom-in;
}

.td-node__image-trigger::after {
  content: "Zobraziť";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(28, 37, 48, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.td-node__image-trigger:hover::after,
.td-node__image-trigger:focus-visible::after {
  opacity: 1;
}

.td-node__figure--left img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.td-node__body,
.td-node__body .field,
.td-node__body .field__item {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.td-node__body p {
  margin: 0 0 20px;
}

.td-node__body p:last-child {
  margin-bottom: 0;
}

.td-node__body ul,
.td-node__body ol {
  margin: 0 0 24px 24px;
  padding: 0;
}

.td-node__body li {
  margin-bottom: 10px;
}

.td-node__body strong,
.td-node__body b {
  color: #2a3340;
  font-weight: 700;
}

.td-node__body h2,
.td-node__body h3,
.td-node__body h4 {
  margin: 30px 0 16px;
  color: #1c2530;
  line-height: 1.3;
}

.td-node__body img {
  max-width: 100%;
  height: auto;
}

.td-node-lightbox[hidden] {
  display: none;
}

.td-node-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.td-node-lightbox__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  background: rgba(15, 23, 35, 0.86);
  cursor: zoom-out;
}

.td-node-lightbox__dialog {
  max-width: min(92vw, 1400px);
  max-height: 92vh;
}

.td-node-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.td-section-page {
  padding: 34px 0 88px;
}

.td-section-page__inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.td-section-page__hero {
  margin-bottom: 14px;
}

.td-section-page__title,
.td-section-page__title .field,
.td-section-page__title .field__item {
  margin: 0;
  color: #1c2530;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.td-section-page__content {
  color: #4d5661;
  font-size: 17px;
  line-height: 1.82;
}

.td-section-page__intro {
  max-width: 920px;
  margin-bottom: 42px;
  color: #4d5661;
  font-size: 18px;
  line-height: 1.78;
}

.td-section-page__intro p {
  margin: 0;
}

.td-section-page__columns {
  display: block;
}

.td-section-page__left {
  width: 100%;
  min-width: 0;
}

.td-section-page__right {
  display: none;
}

.td-transport-product {
  display: flow-root;
  margin: 0 0 76px;
}

.td-transport-product:last-child {
  margin-bottom: 0;
}

.td-transport-product__title {
  margin: 0 0 22px;
  color: #1c2530;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.td-transport-product__media {
  float: left;
  width: min(100%, 360px);
  margin: 2px 34px 18px 0;
}

.td-transport-product__media .media,
.td-transport-product__media .media--type-image,
.td-transport-product__media .media--view-mode-default {
  margin: 0;
}

.td-transport-product__media img {
  display: block;
  width: 100%;
  height: auto;
}

.td-transport-product__body {
  overflow: hidden;
}

.td-transport-product__body p {
  margin: 0 0 18px;
}

.td-transport-product__list {
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

.td-transport-product__list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 22px;
  list-style: none !important;
}

.td-transport-product__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  background: #005ca8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.td-transport-product__list li::marker {
  content: "";
}

.td-transport-product__cta {
  margin-top: 26px;
}

.td-button-link,
.td-button-link:link,
.td-button-link:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #005ca8;
  color: #005ca8 !important;
  background: #ffffff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.td-button-link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.td-button-link:hover,
.td-button-link:focus-visible,
.td-button-link:active {
  color: #ffffff !important;
  background: #005ca8;
  text-decoration: none !important;
}

.td-button-link:focus-visible {
  outline: 2px solid #9ec3ea;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .td-node--aktualita {
    padding: 46px 0 62px;
  }

  .td-node__title {
    font-size: 34px;
  }

  .td-node__content {
    font-size: 17px;
    line-height: 1.78;
  }

  .td-node__figure--left {
    width: min(100%, 340px);
    margin-right: 26px;
  }

  .td-section-page {
    padding: 28px 0 68px;
  }

  .td-section-page__title,
  .td-section-page__title .field,
  .td-section-page__title .field__item {
    font-size: 34px;
  }

  .td-section-page__intro {
    margin-bottom: 36px;
    font-size: 17px;
  }

  .td-transport-product {
    margin-bottom: 62px;
  }

  .td-transport-product__title {
    font-size: 27px;
  }

  .td-transport-product__media {
    width: min(100%, 320px);
    margin-right: 26px;
  }
}

@media (max-width: 767px) {
  .td-node--aktualita {
    width: min(100% - 32px, 100%);
    padding: 38px 0 52px;
  }

  .td-node__title {
    font-size: 28px;
  }

  .td-node__content {
    font-size: 16px;
    line-height: 1.72;
  }

  .td-node__figure--left {
    float: none;
    width: 100%;
    margin: 0 0 22px;
  }

  .td-node__image-trigger::after {
    opacity: 1;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
  }

  .td-node-lightbox__overlay {
    padding: 16px;
  }

  .td-section-page {
    padding: 22px 0 54px;
  }

  .td-section-page__inner {
    width: min(100% - 32px, 100%);
  }

  .td-section-page__title,
  .td-section-page__title .field,
  .td-section-page__title .field__item {
    font-size: 28px;
  }

  .td-section-page__content {
    font-size: 16px;
    line-height: 1.72;
  }

  .td-section-page__intro {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.72;
  }

  .td-transport-product {
    margin-bottom: 48px;
  }

  .td-transport-product__title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .td-transport-product__media {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }

  .td-transport-product__body {
    overflow: visible;
  }

  .td-transport-product__list li {
    padding-left: 18px;
  }

  .td-button-link,
  .td-button-link:link,
  .td-button-link:visited {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .td-node__image-trigger::after,
  .td-button-link {
    transition: none;
  }
}

body {
  outline: 6px solid red !important;
}