.dfp-popup-inner {
  max-width: 860px;
}
.dfp-slide-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.dfp-caption {
  margin-top: 10px;
  opacity: 0.85;
}
.dfp-slider {
  position: relative;
}
.dfp-slides {
  position: relative;
  min-width: 280px;
}
.dfp-slide-item {
  display: none;
}
.dfp-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dfp-prev {
  left: 0;
}
.dfp-next {
  right: 0;
}
.dfp-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}
.dfp-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid #777;
  background: transparent;
  cursor: pointer;
}
.dfp-dot.is-active {
  background: #777;
}