.tl-ad-zone-wrap {
  width: 100%;
  margin: 32px auto;
}

.tl-ad-zone-wrap--feed {
  clear: both;
  width: 100%;
}

.tl-ad-placeholder {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 90px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  overflow: hidden;
  border: 1px dashed #bdd2e7;
  border-radius: 8px;
  background: #f7fbff;
  box-shadow: 0 8px 24px rgba(18, 55, 92, 0.07);
  color: #183b5b;
  text-align: center;
}

.tl-ad-placeholder--horizontal {
  max-width: 970px;
  min-height: 90px;
}

.tl-ad-placeholder--billboard {
  max-width: 970px;
  min-height: 250px;
}

.tl-ad-placeholder--mobile {
  max-width: 320px;
  min-height: 100px;
}

.tl-ad-placeholder--size-728x90 {
  max-width: 728px;
  min-height: 90px;
}

.tl-ad-placeholder--size-970x250 {
  max-width: 970px;
  min-height: 250px;
}

.tl-ad-placeholder--size-320x50 {
  max-width: 320px;
  min-height: 50px;
  padding: 10px 16px;
}

.tl-ad-placeholder--size-320x100 {
  max-width: 320px;
  min-height: 100px;
}

.tl-ad-placeholder--in-feed {
  min-height: 120px;
}

.tl-ad-label {
  display: inline-flex;
  margin-bottom: 4px;
  color: #66839e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tl-ad-placeholder > strong {
  color: #183b5b;
  font-size: 15px;
  font-weight: 600;
}

.tl-ad-placeholder > small {
  color: #7890a6;
  font-size: 11px;
}

.tl-ad-placeholder--sponsored {
  display: block;
  padding: 0;
  border-style: solid;
  text-align: left;
}

.tl-sponsored-placeholder {
  display: grid;
  grid-template-columns: minmax(150px, 28%) 1fr;
  min-height: 180px;
}

.tl-sponsored-placeholder > .tl-ad-label {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fff;
  color: #183b5b;
}

.tl-sponsored-placeholder__media {
  background: #e7f1fa;
}

.tl-sponsored-placeholder__content {
  display: flex;
  padding: 24px;
  justify-content: center;
  flex-direction: column;
}

.tl-sponsored-placeholder__content small {
  color: #168fc8;
  font-weight: 600;
}

.tl-sponsored-placeholder__content h3 {
  margin: 5px 0;
  color: #183b5b;
  font-size: 19px;
}

.tl-sponsored-placeholder__content p {
  margin-bottom: 12px;
  color: #60778d;
}

.tl-sponsored-placeholder__action {
  color: #168fc8;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .tl-ad-zone-wrap {
    margin: 24px auto;
  }

  .tl-ad-placeholder--horizontal,
  .tl-ad-placeholder--billboard,
  .tl-ad-placeholder--in-feed {
    max-width: 320px;
    min-height: 100px;
  }

  .tl-ad-placeholder--size-320x50 {
    min-height: 50px;
  }

  .tl-sponsored-placeholder {
    grid-template-columns: 96px 1fr;
    min-height: 150px;
  }

  .tl-sponsored-placeholder__content {
    padding: 18px;
  }
}
