.vk-kok {
  width: 100%;
}

.vk-izgara {
  column-count: 4;
  column-gap: 16px;
}

.vk-kart {
  appearance: none;
  -webkit-column-break-inside: avoid;
  background: #11110f;
  border: 0;
  border-radius: 14px;
  break-inside: avoid;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.vk-kart:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}

.vk-poster {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.vk-baslik {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0));
  bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  left: 0;
  line-height: 1.28;
  padding: 46px 13px 13px;
  position: absolute;
  right: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.vk-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  height: 54px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background-color 180ms ease;
  width: 54px;
}

.vk-play svg {
  display: block;
  height: 23px;
  margin-left: 3px;
  width: 23px;
}

.vk-rozet {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #151515;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 9px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (hover: hover) {
  .vk-kart:hover .vk-play {
    background: rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.vk-overlay {
  background: rgba(8, 8, 10, 0.96);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 99999;
}

.vk-overlay.vk-acik {
  display: block;
}

.vk-reel {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  height: 100dvh;
  overflow-y: auto;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  width: 100%;
}

.vk-reel::-webkit-scrollbar {
  display: none;
}

.vk-reel:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: -6px;
}

.vk-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-height: 100dvh;
  position: relative;
  scroll-snap-align: center;
  width: 100%;
}

.vk-video {
  background: #000;
  display: block;
  height: auto;
  max-height: 100%;
  max-height: 100dvh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.vk-slide-baslik {
  bottom: calc(18px + env(safe-area-inset-bottom));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  line-height: 1.3;
  max-width: min(86vw, 680px);
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
  transform: translateX(-50%);
  z-index: 100000;
}

.vk-kapat,
.vk-ses {
  align-items: center;
  background: rgba(20, 20, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 21px;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  transition: background-color 180ms ease, border-color 180ms ease;
  width: 44px;
  z-index: 100001;
}

.vk-kapat {
  right: calc(12px + env(safe-area-inset-right));
}

.vk-ses {
  left: calc(12px + env(safe-area-inset-left));
}

.vk-kapat:hover,
.vk-ses:hover,
.vk-kapat:focus-visible,
.vk-ses:focus-visible {
  background: rgba(45, 45, 48, 0.9);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.vk-ses svg {
  display: block;
  height: 22px;
  width: 22px;
}

.vk-sayac {
  background: rgba(20, 20, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  min-height: 34px;
  padding: 10px 13px;
  position: fixed;
  top: calc(17px + env(safe-area-inset-top));
  transform: translateX(-50%);
  z-index: 100001;
}

@media (max-width: 1300px) {
  .vk-izgara {
    column-count: 3;
  }
}

@media (max-width: 900px) {
  .vk-izgara {
    column-count: 2;
  }
}

@media (max-width: 520px) {
  .vk-izgara {
    column-count: 1;
    column-gap: 0;
  }

  .vk-kart {
    margin-bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vk-kart,
  .vk-poster,
  .vk-baslik,
  .vk-play,
  .vk-rozet,
  .vk-overlay,
  .vk-reel,
  .vk-slide,
  .vk-video,
  .vk-slide-baslik,
  .vk-kapat,
  .vk-ses,
  .vk-sayac {
    animation: none !important;
    transition: none !important;
  }

  .vk-kart:hover .vk-play {
    transform: translate(-50%, -50%);
  }
}
