:root{
  --cookie-bg:#989898;
  --cookie-fg:#ffffff;
  --cookie-maxw:1200px;
}

.cookie-wrap{
  position:fixed;
  top:0; left:0; right:0;
  background:var(--cookie-bg);
  color:var(--cookie-fg);
  z-index:9999;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
}

.cookie-inner{
  max-width:var(--cookie-maxw);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:14px 20px;
  font:14px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.cookie-text{text-align:center;}
.cookie-text a{color:#fff;text-decoration:underline;}

.cookie-close{
  margin-left:auto;
  display:inline-flex;
  width:28px; height:28px;
  border:2px solid rgba(255,255,255,.9);
  background:transparent;
  color:#fff;
  border-radius:999px;
  cursor:pointer;
  transition:.2s;
}
.cookie-close:hover{
  background:rgba(255,255,255,.2);
  transform:scale(1.05);
}

@media (max-width:480px){
  .cookie-inner{ padding:12px 14px; }
}



.cookie-wrapper {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}

.cookie-wrapper h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

.cookie-wrapper h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
}

.cookie-wrapper p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    text-align: justify;          /* RATA KANAN-KIRI */
    text-justify: inter-word;
}