/* yakin-imkanlar.css — Görsel uyumlu sürüm */
.yi-wrapper { margin-top: 16px; }
.yi-wrapper .section-title { margin: 0 0 12px 0; font-size: 18px; color: #111827; }

/* Responsive grid */
.yi-kart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.yi-oge {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.yi-oge:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.yi-baslik { font-weight: 600; color: #374151; font-size: 15px; margin-bottom: 6px; }
.yi-ad { font-size: 14px; color: #111827; margin-bottom: 4px; line-height: 1.25; }
.yi-km { font-size: 13px; color: #6b7280; margin-bottom: 10px; }
.yi-not { color: #9ca3af; }

.yi-buton {
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg,#037F03,#0EA50E);
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  transition: filter 0.2s ease, background 0.2s ease;
}
.yi-buton:hover { filter: brightness(0.96); }

.yi-bos { opacity: 0.55; }
.yi-alt { margin-top: 12px; font-size: 12px; color: #6b7280; }
