/* Cookie pop-up temel stili */
#cookie-popup {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background:#d6d4d4;
  color:#000000;
  padding:5px 5px;
  font-family:"Lato",sans-serif;
  font-size:16px;
  z-index:9999;
  box-shadow:0 -3px 10px rgba(0,0,0,.2);
  display:none;           /* JS açıp kapatır */
  direction:ltr;          /* JS, Arapça sayfada rtl yapacak */
}
#cookie-popup .wrap       {max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px}
#cookie-popup a           {color:#000000;text-decoration:underline}
#cookie-popup button      {border:none;border-radius:4px;padding:5px 5px;cursor:pointer;font-size:15px}
#cookie-accept            {background:#3A0CA3;color:#fff}
#cookie-decline           {background:#FF6EC7;color:#fff}
