.sag-sticky .card-header,
.sag-sticky .card > .card-header,
.sag-sticky div.card-header {
  background: #e8d7c2 !important;   /* Daha yumuşak bir ton */
  color: #7a5a33 !important;
  border-bottom: 1.5px solid #e2ccb4 !important;
  font-weight: bold;
  font-size: 1.13rem;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  padding: 0.8em 1em 0.6em 1em;
}

/* SAĞ BLOKTAKİ LİNKLER */
.sag-sticky a,
.sag-sticky .list-group-item a {
  color: #9c7550 !important;          /* Kahve link rengi */
  text-decoration: none !important;   /* Alt çizgiyi kaldır */
  font-weight: 600;
  transition: color 0.17s;
}
.sag-sticky a:hover,
.sag-sticky .list-group-item a:hover {
  color: #7a5a33 !important;         /* Daha koyu kahve hover */
  text-decoration: underline !important;
}

/* SAĞ BLOKTAKİ BUTONLAR (ör. EVET-HAYIR) */
.sag-sticky .btn,
.sag-sticky button,
.sag-sticky .btn-sm {
  background: #e8d7c2 !important;
  color: #7a5a33 !important;
  border: 1.3px solid #ba9b85 !important;
  border-radius: 5px !important;
  font-weight: 600;
  padding: 3px 16px;
  margin: 2px 4px 2px 0;
  transition: background 0.16s, color 0.15s, border 0.14s;
  box-shadow: 0 2px 8px #e2ccb430;
}
.sag-sticky .btn:hover,
.sag-sticky button:hover,
.sag-sticky .btn-sm:hover {
  background: #ba9b85 !important;
  color: #fff !important;
  border-color: #9c7550 !important;
}

/* SAĞ BLOKTAKİ KART KÖŞE YUVARLAKLIĞI */
.sag-sticky .card {
  border-radius: 5px !important;
  box-shadow: 0 2px 13px #ffffff;
  border: none;
  margin-bottom: 18px;
}

/* SAĞ BLOKTAKİ GRUP/KUTU (ör: list-group) */
.sag-sticky .list-group {
  border-radius: 5px !important;
  overflow: hidden;
  border: none;
  background: #f8f3ee;
}

.sag-sticky .list-group-item {
  border: none !important;
  background: #fff !important;
  color: #7a5a33 !important;
  font-size: 1.08em;
}



/* SAĞ BLOK GENİŞLİĞİ (masaüstü için) */
.sag-sticky {
  background: #ffffff; !important;
  max-width: 440px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  box-sizing: border-box;
}

/* Akordeon ve tüm içerik tam genişlik alsın */
/* Sağ blok akordeon başlık yüksekliği ve padding */

.sag-sticky .accordion-item {
  margin-bottom: 12px !important;
}

.sag-sticky .accordion-button {
  min-height: 46px !important;
  padding-top: 0.7em !important;
  padding-bottom: 0.7em !important;
  font-size: 1.13rem !important;
  font-weight: 600 !important;
  border-radius: 7px !important;
}

/* Responsive: Mobilde daha küçük olsun */
@media (max-width: 768px) {
  .sag-sticky .accordion-button {
    font-size: 1.01rem !important;
    min-height: 38px !important;
  }
}
