.tekst_media.is-szare {
  background: var(--bg-soft);
}

.tm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}
.is-single .tm-grid {
  grid-template-columns: minmax(0, 1fr);
}
@media (max-width: 991px) {
  .tm-grid {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .tm-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

.tm-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.tm-video {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.tm-video iframe,
.tm-video video,
.tm-video object,
.tm-video embed {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}

.tm-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-copy h2 {
  margin: 0 0 16px;
  font-family: var(--ff-head);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
}
@media (max-width: 767px) {
  .tm-copy h2 {
    font-size: 24px;
  }
}

.tm-text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.tm-text > p {
  margin: 0 0 14px;
}
.tm-text > p:last-child {
  margin-bottom: 0;
}
.tm-text strong,
.tm-text b {
  color: var(--ink);
}
.tm-text a {
  color: var(--brand);
  font-weight: 600;
}
.tm-text > ul,
.tm-text > ol {
  margin: 0 0 14px;
  padding-left: 20px;
}
.tm-text ul {
  list-style: disc;
}
.tm-text ol {
  list-style: decimal;
}

.tm-btn {
  margin-top: 24px;
}

/*# sourceMappingURL=tekst_media.css.map */
