.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery {
  width: 100%;
  padding: 1.25rem 0 1.75rem;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: #425363;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-list::-webkit-scrollbar {
  display: none;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-item {
  flex: 0 0 42vw;
  max-width: 180px;
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-list {
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-item {
    flex: 0 0 calc((100% - 4rem) / 5);
    max-width: none;
  }
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #e8ecf0;
  text-decoration: none;
  color: #fff;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-play {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(66, 83, 99, 0.88);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cc_I1vIPjnu8K_shorts_gallery .shorts-gallery-card:hover .shorts-gallery-play {
  background: #425363;
}
