/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2026 | 15:45:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Menü bağlantısı içinde 'romantik' geçen tüm liste elemanlarını gizle */
li[class*="menu-item"] a[href*="romantik"] {
    display: none !important;
}

/* Üstteki yetmezse alternatif geniş yakalayıcı */
nav li a[href*="romantik"], .menu li a[href*="romantik"] {
    display: none !important;
}