.uc-media-embed {
  position: relative;
}

.uc-media-embed--podcast {
  min-height: 260px;
}

.uc-media-embed iframe {
  width: 100%;
}

.cookie-alert--consent .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cookie-alert--podcast .image {
  background-color: #f5f5f5;
  background-image:
    linear-gradient(135deg, rgba(0, 69, 165, 0.18), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 30% 20%, rgba(178, 0, 76, 0.18), transparent 45%);
}

.cookie-alert--consent .box .box-content .text.youtube-import__copyright-container {
  max-width: 560px;
}

.cookie-alert--consent .box .box-content .text.youtube-import__copyright-container p {
  margin-bottom: 18px;
}

.cookie-alert--consent .box .box-content .text.youtube-import__copyright-container a {
  text-decoration: underline;
}

.uc-media-embed--podcast .uc-media-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 247, 250, 0.97));
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
}

.uc-media-embed--podcast .uc-media-overlay__inner {
  max-width: 520px;
  text-align: center;
}

.uc-media-embed--podcast .uc-media-overlay__text {
  display: block;
  margin-bottom: 18px;
  color: #002239;
  line-height: 1.5;
}

.uc-media-embed--podcast .uc-media-overlay__text p {
  margin-bottom: 0;
}

.uc-media-embed--podcast .uc-media-overlay__text a {
  color: #002239;
  font-weight: 600;
  text-decoration: underline;
}

.podlove-wrapper .uc-media-overlay--podcast .button.primary {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #005995;
  padding-right: 30px;
}

.podlove-wrapper .uc-media-overlay--podcast .button.primary:hover,
.podlove-wrapper .uc-media-overlay--podcast .button.primary:focus,
.podlove-wrapper .uc-media-overlay--podcast .button.primary:active {
  color: #ffffff;
}

.uc-media-embed--podcast .uc-media-overlay--podcast .button {
  min-width: 260px;
}

@media (max-width: 767px) {
  .uc-media-embed--podcast {
    min-height: 220px;
  }

  .uc-media-embed--podcast .uc-media-overlay {
    padding: 18px;
  }

  .uc-media-embed--podcast .uc-media-overlay__inner {
    max-width: none;
  }

  .uc-media-embed--podcast .uc-media-overlay--podcast .button {
    min-width: 0;
    width: 100%;
  }
}
