.cc_vrga678i_x6qsGfEzoH .igf {
  width: 100%;
  color: #111;
  padding: 56px 0;
}

.cc_vrga678i_x6qsGfEzoH .igf__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* === Başlık === */
.cc_vrga678i_x6qsGfEzoH .igf__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 28px;
}

.cc_vrga678i_x6qsGfEzoH .igf__head-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cc_vrga678i_x6qsGfEzoH .igf__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cc_vrga678i_x6qsGfEzoH .igf__subtitle {
  font-size: 14px;
  color: #6b7280;
}

.cc_vrga678i_x6qsGfEzoH .igf__subtitle--link {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cc_vrga678i_x6qsGfEzoH .igf__subtitle--link:hover {
  color: #111;
}

.cc_vrga678i_x6qsGfEzoH .igf__follow {
  padding: 11px 26px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.cc_vrga678i_x6qsGfEzoH .igf__follow:hover {
  background: #111;
  color: #fff;
}

/* === Izgara === */
.cc_vrga678i_x6qsGfEzoH .igf__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 14px;
}

.cc_vrga678i_x6qsGfEzoH .igf__post {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.cc_vrga678i_x6qsGfEzoH .igf__post--link {
  color: inherit;
  text-decoration: none;
}

/* Instagram feed oranı: 4:5 */
.cc_vrga678i_x6qsGfEzoH .igf__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 2px;
}

/* RevealImage sarmalayıcısı (.ri) ve <video> kutuyu tam doldurur.
   className iç <img>'e gittiği için sarmalayıcıyı ayrıca hedefliyoruz. */
.cc_vrga678i_x6qsGfEzoH .igf__frame .ri, .cc_vrga678i_x6qsGfEzoH .igf__frame video {
  width: 100%;
  height: 100%;
}

.cc_vrga678i_x6qsGfEzoH .igf__frame video, .cc_vrga678i_x6qsGfEzoH .igf__frame .ri__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_vrga678i_x6qsGfEzoH .igf__post--link .igf__frame .ri__img, .cc_vrga678i_x6qsGfEzoH .igf__post--link .igf__frame video {
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  .cc_vrga678i_x6qsGfEzoH .igf__post--link:hover .igf__frame .ri__img, .cc_vrga678i_x6qsGfEzoH .igf__post--link:hover .igf__frame video {
    transform: scale(1.04);
  }
}

.cc_vrga678i_x6qsGfEzoH .igf__caption {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
  /* Uzun açıklamaları iki satırda kes. */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cc_vrga678i_x6qsGfEzoH .igf {
    padding: 72px 0;
  }
  .cc_vrga678i_x6qsGfEzoH .igf__title {
    font-size: 22px;
  }
  .cc_vrga678i_x6qsGfEzoH .igf__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}
