.uni-video-wrapper {
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Başlık */
.uni-video-title {
  font-size: 20px;
  font-weight: 600;
  color: #860000; /* ASBÜ kurumsal bordo */
  margin-bottom: 12px;
  position: relative;
}

/* Başlık alt çizgi */
.uni-video-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #c49a3a; /* Altın sarısı */
  display: block;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* Video çerçevesi */
.uni-video-frame {
  position: relative;
  padding-top: 56.25%; /* 16:9 oran */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* iframe */
.uni-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
