.tmdb-poster img {
    max-width: 300px;
    height: auto;
}

.actors-slider .wp-block-column {
    text-align: center;
}

.actors-slider img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

/* Backdrop images inserted via the plugin */
.tmdb-backdrop img {
    width: 100%;
    max-width: 780px;
    height: auto;
    margin-bottom: 10px;
}
.actors-slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.actors-slider .wp-block-column figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.actors-slider .wp-block-column img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.actors-slider .wp-block-column p {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

.actors-slider::-webkit-scrollbar {
  height: 8px;
}

.actors-slider::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.actors-slider::-webkit-scrollbar-thumb:hover {
  background: #888;
}

@media (max-width: 600px) {
    .actors-slider .wp-block-columns {
        display: block;
    }
}

.actors-slider .wp-block-column p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px auto;
}
.tmdb-download-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
}


.tmdb-download-links a.wp-block-button__link {
    background: linear-gradient(45deg, #2f1a6f, #00e13b);
}