.mcz-product-videos {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f4f8fc;
  border: 1px solid #dfeaf4;
  border-radius: 8px;
}

.mcz-product-videos__inner {
  width: 100%;
}

.mcz-product-videos__title {
  margin: 0 0 1rem;
  color: #0d3154;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
}

.mcz-product-videos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.mcz-product-videos__item {
  min-width: 0;
}

.mcz-product-videos__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101820;
  border-radius: 8px;
}

.mcz-product-videos__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.mcz-product-videos__meta {
  margin-top: 0.75rem;
}

.mcz-product-videos__video-title {
  margin: 0 0 0.25rem;
  color: #1d2733;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

.mcz-product-videos__source,
.mcz-product-videos__description {
  margin: 0.25rem 0 0;
  color: #3f4b5b;
  font-size: 0.95rem;
  line-height: 1.45;
}

.mcz-product-videos__source {
  font-weight: 700;
}

@media (max-width: 767px) {
  .mcz-product-videos {
    margin: 1.5rem 0;
    padding: 1rem;
  }

  .mcz-product-videos__title {
    font-size: 1.35rem;
  }

  .mcz-product-videos__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
