/* Põhi */
.akt-cookie-banner {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  background: rgba(34,34,34,0.95);
  color: #fff;
  padding: 14px;
  box-sizing: border-box;
  font-size: 15px;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* sisemine konteiner */
.akt-cookie-inner { max-width:1100px; width:100%; display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; }
.akt-cookie-message { flex:1; min-width:220px; }
.akt-cookie-actions { white-space:nowrap; }

/* nupud */
.akt-btn { background:#fff; color:#222; border:none; padding:8px 14px; border-radius:4px; cursor:pointer; margin-left:6px; }
.akt-btn:hover { opacity:0.95; }

/* positsioonid */
.akt-position-bottom { bottom: 0; left: 0; right:0; top:auto; transform:none; }
.akt-position-top { top:0; left:0; right:0; bottom:auto; }
.akt-position-center { top:50%; left:50%; transform:translate(-50%,-50%); width:auto; max-width:90%; border-radius:8px; }
.akt-position-popup { top:45%; left:50%; transform:translate(-50%,-50%); width:360px; max-width:95%; border-radius:8px; }
.akt-position-bottom-left { bottom:12px; left:12px; right:auto; width:auto; max-width:320px; border-radius:8px; }
.akt-position-bottom-right { bottom:12px; right:12px; left:auto; width:auto; max-width:320px; border-radius:8px; }
.akt-position-top-left { top:12px; left:12px; right:auto; width:auto; max-width:320px; border-radius:8px; }
.akt-position-top-right { top:12px; right:12px; left:auto; width:auto; max-width:320px; border-radius:8px; }

/* mobiil */
@media (max-width: 600px) {
  .akt-cookie-inner { flex-direction:column; align-items:stretch; text-align:center; }
  .akt-cookie-actions { display:flex; gap:8px; justify-content:center; width:100%; }
  .akt-btn { flex:1; margin-left:0; }
}
