.yonlendirme-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 10px; }
.yonlendirme-baslik { font-size: 15px; font-weight: bold; color: #1a1a2e; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #e94560; }
.yonlendirme-kart { display: block; background: #fff; border-radius: 10px; padding: 18px 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); text-decoration: none; color: #333; transition: all 0.15s; border-left: 4px solid #e94560; }
.yonlendirme-kart:hover { transform: translateX(4px); border-left-color: #1a1a2e; color: #e94560; }
.yonlendirme-kart-baslik { font-size: 14px; font-weight: bold; }
.yonlendirme-kart-aciklama { font-size: 12px; color: #888; margin-top: 4px; }
@media (max-width: 600px) { .yonlendirme-grid { grid-template-columns: 1fr; } }
