/*
Theme Name: Dr. Renk
Theme URI: https://www.drrenk.com/
Description: Dr. Renk VIP Operasyon Teması (Divi Child)
Author: Dr. Renk Strateji
Template: Divi
Version: 1.0.0
*/

/* Özel Tailwind sınıflarımızın WP menüsüyle çakışmaması için temel ayarlar */
.dr-dynamic-menu li { list-style: none !important; }
.dr-dynamic-menu a { 
  font-size: 0.875rem; 
  font-weight: 500; 
  color: rgba(245, 245, 245, 0.8); 
  transition: color 0.3s; 
}
.dr-dynamic-menu a:hover { color: #c9a227; }