/* ===== MINIMAL SLIDER DESIGN ===== */
.slider-gallery-section {
  position: relative;
  max-width: 600px;
  margin: 0 auto 0;
}

.slider-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.slider-container:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  aspect-ratio: 3/4;
}

.slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
}

.slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Butonlar */
.slider-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0;
  flex-shrink: 0;
}

.slider-nav-btn:hover {
  border-color: #d1d5db;
  background: #f9fafb;
  color: #374151;
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Sayı - sağ altta */
.slider-counter {
  text-align: right;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: transparent;
  padding: 4px 0;
  border-radius: 0;
  min-width: auto;
  border: none;
}

.slider-counter span {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}

/* Slider Başlığı */
.slider-slide-title {
  text-align: center;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.slider-slide-h2 {
  font-size: 20px;
  line-height: 1.3;
  color: #1f2937;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 8px !important;
  letter-spacing: -0.5px;
}

/* Caption - minimal */
.slider-slide-caption {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 550px;
  margin: 55px auto 0;
  padding: 12px 0;
  min-height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  font-style: italic;
}

/* Intro & Conclusion - minimal */
.slider-intro-section {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  padding: 20px 0;
  border: none;
  border-radius: 0;
}

.slider-intro-section p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #263145;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
}

.slider-conclusion {
  text-align: center;
  max-width: 800px;
  margin: 70px auto 0;
  padding: 20px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.slider-conclusion p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #263145;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

/* Mobile: Butonları responsive yap */
@media (max-width: 768px) {
  .slider-gallery-section {
    max-width: 100%;
    padding: 0 12px;
    margin: 70px auto 0;
  }
}

@media (max-width: 640px) {
  .slider-nav-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
  }

  .slider-slide-caption {
    font-size: 13px;
    margin: 55px auto 0;
    padding: 10px 0;
  }

  .slider-conclusion {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .slider-nav-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 11px !important;
  }

  .slider-container-wrapper {
    width: 240px;
  }

  .slider-nav-btn {
    width: 36px;
    height: 36px;
    font-size: 13px;
    bottom: -45px;
  }

  .slider-slide-caption {
    font-size: 12px;
    margin: 55px auto 0;
  }

  .slider-conclusion {
    margin-top: 40px;
  }
}
/* ===== POST COVER IMAGE & SLIDER IMAGE STYLING ===== */
.post-cover-image {
  display: block;
  max-width: 400px !important;
  max-height: 600px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 6px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.post-content figure {
  text-align: center;
  margin: 14px 0;
}

.post-content figure .img-wrap {
  display: inline-block;
  position: relative;
}

.post-content img,
.post-content figure img {
  display: block;
  max-width: 400px !important;
  max-height: 600px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 6px;
}

.post-content figure figcaption {
  margin-top: 8px;
  position: relative;
  z-index: 101;
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
}

/* Slider pin overlay styling moved to post-pin-overlay.css */
