.modular-content-podcast-video .modular-content-fragment {
  border-radius: var(--rds-radius-m);
}
.modular-content-podcast-video .cardCustom-general {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  padding: 0px;
  background-position: center;
}
.modular-content-podcast-video .cardCustom-general .cardCustom__grid {
  display: flex;
  top: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.modular-content-podcast-video .cardCustom-general .cardCustom__grid .cardCustom__btn {
  margin-right: 16px;
  cursor: pointer;
}
.modular-content-podcast-video .cardCustom-general .cardCustom__grid .cardCustom__btn .cardCustom__img {
  width: 24px;
  height: 24px;
}
.modular-content-podcast-video .cardCustom-general .cardCustom__grid .cardCustom__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modular-content-podcast-video .cardCustom-general .cardCustom__grid .cardCustom__btn span:before {
  font-family: "icomoon";
  content: "\e9f1";
  font-size: 22px;
  width: inherit;
  height: inherit;
}
.modular-content-podcast-video .cardCustom-general .cardCustom__title .rp-title p {
  color: var(--rds-color-content-high-inverse);
  margin-bottom: 0px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.modular-content-podcast-video .cardCustom-general .rp-description p {
  color: var(--rds-color-content-medium-inverse);
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.modular-content-podcast-video .cardCustom-img .cardCustom__footer {
  display: flex;
  align-items: center;
}
.modular-content-podcast-video .cardCustom-img .cardCustom__footer__img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 8px;
  pointer-events: none;
}
.modular-content-podcast-video .cardCustom-img .cardCustom__footer__img:before {
  font-family: "icomoon";
  content: "\e9df";
  font-size: 22px;
  color: var(--rds-color-content-medium-inverse);
  position: absolute;
  bottom: 16px;
  width: inherit;
  height: inherit;
  line-height: 1;
}
@media (min-width: 1024px) {
  .modular-content-podcast-video .cardCustom-img .cardCustom__footer__img:before {
    bottom: 24px;
  }
}
.modular-content-podcast-video .cardCustom-img .cardCustom__footer__span {
  color: var(--rds-color-content-medium-inverse);
}
.modular-content-podcast-video .cardCustom-btn .cardCustom__footer__button {
  width: 100%;
}
@media (min-width: 1024px) {
  .modular-content-podcast-video .cardCustom-btn .cardCustom__footer__button {
    max-width: 330px;
  }
}
.modular-content-podcast-video .cardCustom-link .cardCustom__footer .icon-span {
  margin-left: 10px;
  margin-top: 2px;
}
.modular-content-podcast-video .cardCustom-link .cardCustom__footer .icon-span:before {
  font-family: "icomoon";
  content: "\e908";
  font-size: 20px;
  color: var(--rds-color-content-medium-inverse);
}
.modular-content-podcast-video .fixed-video-podcast {
  position: fixed;
  bottom: 54px;
  right: 0;
  width: 560px;
  max-height: 315px;
  background: var(--rds-color-surface-white);
  box-shadow: var(--rds-style-shadow-m);
  border-radius: var(--rds-radius-m);
  margin: 20px;
  z-index: 999;
  display: none;
  flex-direction: column;
}
@media (max-width: 720px) {
  .modular-content-podcast-video .fixed-video-podcast {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    border-radius: 0px;
    margin: 0;
    left: 0;
    bottom: 0;
  }
}
.modular-content-podcast-video .fixed-video-podcast .header-podcast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.modular-content-podcast-video .fixed-video-podcast .header-podcast__h4 {
  display: flex;
  align-items: flex-end;
  color: var(--rds-color-content-high);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.modular-content-podcast-video .fixed-video-podcast .header-podcast__span {
  cursor: pointer;
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.modular-content-podcast-video .fixed-video-podcast .header-podcast__span::before {
  font-family: "icomoon";
  content: "\e96a";
  color: var(--rds-color-content-high);
  display: inherit;
  width: inherit;
  height: inherit;
  line-height: 1;
}
.modular-content-podcast-video .fixed-video-podcast .fvp__wrapper__youtube {
  margin-bottom: -6px;
}
.modular-content-podcast-video .fixed-video-podcast .fvp__wrapper__youtube .fvp__iframe {
  width: 100%;
  height: 315px;
  border-radius: 0px 0px var(--rds-radius-m) var(--rds-radius-m);
}
@media (max-width: 720px) {
  .modular-content-podcast-video .fixed-video-podcast .fvp__wrapper__youtube .fvp__iframe {
    border-radius: 0;
  }
}
.modular-content-podcast-video .pointerEvent-none-no-bg {
  pointer-events: none;
}
.modular-content-podcast-video .pointerEvent-none {
  pointer-events: none;
  opacity: 0.2;
}
.modular-content-podcast-video .play-img {
  margin-left: 2px;
}
.modular-content-podcast-video .play-img:before {
  content: "\e9df" !important;
}
.modular-content-podcast-video .pause-img:before {
  content: "\e9f1" !important;
}
.modular-content-fragment:hover {
  transform: translate(0, 0) !important;
}
.modular-content-podcast-video.col-12.col-md-3 .cardCustom-btn .cardCustom__footer a,
.modular-content-podcast-video.col-12.col-md-4 .cardCustom-btn .cardCustom__footer a {
  width: 100% !important;
}
.fixed-video-podcast {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.fixed-video-podcastheader {
  cursor: move;
  z-index: 10;
}
