.u-style-001 { background-color: #e7e7e7; color: #F00; font-weight: bold; font-size: 18px; text-align: center; }
.u-style-002 { height: 100px; }
.u-style-003 { display: block; }
.u-style-004 { display:none; }
.u-style-005 { display: none; }
.u-style-006 { display: none !important; }
.u-style-007 { position: relative; height: 1230.4px; }
.u-style-008 { position: absolute; left: 0px; top: 0px; }
.u-style-009 { position: absolute; left: 320px; top: 0px; }
.u-style-010 { position: absolute; left: 320px; top: 576.143px; }
/* Disabled navigation keeps links visually clickable without a destination. */
a[role="link"][aria-disabled="true"] {
  cursor: pointer;
}

.video-preview-aty {
  background: #111 url("../images/aty.png") center center / cover no-repeat;
}

.video-preview-aty iframe {
  opacity: 0;
  pointer-events: none;
}

.video-preview-aty::after {
  content: "Video Yükleniyor";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}
