.la-ad-slot {
  --la-ad-bg: #faf8f5;
  --la-ad-border: rgba(112, 77, 43, 0.18);
  --la-ad-ink: #342820;
  --la-ad-muted: #6f6259;
  --la-ad-accent: #d4a574;
  --la-ad-accent-ink: #342820;
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0;
  border: 1px solid var(--la-ad-border);
  border-radius: 22px;
  background: var(--la-ad-bg);
  box-shadow: 0 12px 28px rgba(43, 24, 16, 0.06);
  color: var(--la-ad-ink);
  overflow: hidden;
}

.la-ad-slot__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 18px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--la-ad-muted);
}

.la-ad-slot__label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c8965d;
}

.la-ad-slot__body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.la-ad-slot__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--la-ad-ink);
  font-family: "DM Serif Display", Georgia, serif;
}

.la-ad-slot__copy {
  margin: 0;
  color: var(--la-ad-muted);
  line-height: 1.65;
  font-size: 0.98rem;
}

.la-ad-slot__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.la-ad-slot__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  background: transparent;
  color: var(--la-ad-ink);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(212, 165, 116, 0.7);
}

.la-ad-slot__cta:hover,
.la-ad-slot__cta:focus {
  color: var(--la-ad-ink);
  background: rgba(212, 165, 116, 0.12);
}

.la-ad-slot__meta {
  font-size: 0.82rem;
  color: var(--la-ad-muted);
}

.la-ad-slot--banner .la-ad-slot__body,
.la-ad-slot--footer .la-ad-slot__body {
  grid-template-columns: minmax(0, 1.8fr) auto;
  align-items: center;
}

.la-ad-slot--sidebar .la-ad-slot__body,
.la-ad-slot--compact .la-ad-slot__body,
.la-ad-slot--media .la-ad-slot__body {
  grid-template-columns: 1fr;
}

.la-ad-slot--sidebar {
  margin: 0;
}

.la-ad-slot--shorts-banners .la-ad-slot__body {
  grid-template-columns: 1fr;
  gap: 18px;
}

.la-ad-slot__yt-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px;
  align-items: stretch;
}

.la-ad-slot__shorts-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.la-ad-slot__short-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(112, 77, 43, 0.25);
  background: #120b08;
  min-height: 110px;
}

.la-ad-slot__short-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.la-ad-slot__short-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px;
  font-size: 0.86rem;
  line-height: 1.35;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.25));
}

.la-ad-slot__short-chip {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(201, 22, 22, 0.88);
}

.la-ad-slot__channel-cta {
  align-self: start;
}

.la-ad-slot__yt-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(120deg, #2a140c 0%, #4b1e10 44%, #8f2314 100%);
}

.la-ad-slot__yt-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.la-ad-slot__yt-channel {
  color: #fff;
  font-weight: 800;
  font-size: 1.04rem;
  text-decoration: none;
}

.la-ad-slot__yt-channel:hover,
.la-ad-slot__yt-channel:focus {
  text-decoration: underline;
}

.la-ad-slot__yt-hero .la-ad-slot__channel-cta {
  margin-left: auto;
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
}

.la-ad-slot__yt-hero .la-ad-slot__channel-cta:hover,
.la-ad-slot__yt-hero .la-ad-slot__channel-cta:focus {
  background: rgba(255, 255, 255, 0.16);
}

.la-ad-slot__yt-video {
  margin-top: 0;
  padding-top: 0;
  height: 100%;
  min-height: 178px;
}

.la-ad-slot__yt-video iframe {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 178px;
}

.la-ad-slot--compact {
  border-style: dashed;
}

.la-ad-slot__media {
  position: relative;
  width: 100%;
  margin-top: 8px;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(112, 77, 43, 0.12);
  background: linear-gradient(180deg, rgba(69, 34, 20, 0.06), rgba(69, 34, 20, 0.02));
}

.la-ad-slot__media iframe,
.la-ad-slot__media-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.la-ad-slot__media-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: var(--la-ad-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.la-ad-slot__media-meta {
  font-size: 0.82rem;
  color: var(--la-ad-muted);
}

.la-ad-visibility-desktop,
.la-ad-visibility-mobile,
.la-ad-visibility-all {
  display: block;
}

.la-ad-visibility-desktop {
  display: none;
}

@media (min-width: 769px) {
  .la-ad-visibility-desktop {
    display: block;
  }

  .la-ad-visibility-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .la-ad-slot {
    margin: 24px 0;
    border-radius: 18px;
  }

  .la-ad-slot__label {
    padding-left: 16px;
    padding-right: 16px;
  }

  .la-ad-slot__body,
  .la-ad-slot--banner .la-ad-slot__body,
  .la-ad-slot--footer .la-ad-slot__body,
  .la-ad-slot--media .la-ad-slot__body {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .la-ad-slot__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .la-ad-slot__shorts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .la-ad-slot__yt-top {
    grid-template-columns: 1fr;
  }

  .la-ad-slot__yt-video,
  .la-ad-slot__yt-video iframe {
    min-height: 180px;
  }

  .la-ad-slot__yt-hero .la-ad-slot__channel-cta {
    margin-left: 0;
    width: 100%;
  }

  .la-ad-slot__cta {
    width: 100%;
  }

  .la-ad-visibility-desktop {
    display: none !important;
  }
}