/* ==============================
   PS Video Player – Frontend
   ============================== */

.psv-video-block {
  max-width: 900px;
  margin: 40px auto 20px auto;
  text-align: center;
}

.psv-video-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Wrapper pro Video */
.psv-video-wrapper {
  margin-bottom: 24px;
}

/* HTML5 Video + iframe responsive & modern */
.psv-video-html5,
.psv-video-embed iframe {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  background: #000;
}

/* 16:9 Container für iframe */
.psv-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.psv-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* Badge im Produktbild-Bereich */
.psv-thumbs-video-badge {
  margin-top: 10px;
  text-align: left;
}

.psv-thumbs-video-badge a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg,#ff3b9d,#ff7b55);
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.psv-thumbs-video-badge a:hover {
  opacity: .9;
}

.psv-thumb-icon {
  font-weight: 700;
  font-size: 1rem;
}
