/****************************************************** General */
body.no_page-template-template-video-gallery-page > main,
body.ko_page-template-template-video-gallery-page > main {
  padding-top: clamp(12.5rem, 10.625rem + 9.375vw, 21.875rem);
  padding-bottom: clamp(5.75rem, 5.025rem + 3.625vw, 9.375rem);
}
.no_page-template-template-video-gallery-page iframe,
.ko_page-template-template-video-gallery-page iframe {
  aspect-ratio: 16/9;
}
/****************************************************** Section Videos */
section.videos p {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8rem;
}
section.videos .social {
  gap: clamp(1.25rem, 1.375rem + -0.625vw, 0.625rem);
}
section.videos .social img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  section.videos p {
    max-width: 60%;
  }
}
/****************************************************** Pagination */
.pagination-container {
  gap: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.pagination-container .page-numbers {
  color: white;
}
.pagination-container .page-numbers.current {
  color: #ffc107;
}
.pagination-container a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.pagination-container a:hover {
  text-decoration: none;
  color: #ffc107;
}
