
.n24-cookie-banner{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:20px;
  background:rgba(16,24,40,.5);
  backdrop-filter:blur(4px);
}

.n24-cookie-card{
  position:relative;
  width:min(980px,100%);
  padding:24px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 70px rgba(16,24,40,.28);
}

.n24-cookie-close{
  position:absolute;
  top:12px;
  right:14px;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f2f4f7;
  color:#344054;
  font-size:22px;
  cursor:pointer;
}

.n24-cookie-kicker{
  display:block;
  margin-bottom:7px;
  color:#c3122f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.n24-cookie-main h2{
  margin:0 0 8px;
  color:#101828;
  font-size:26px;
}

.n24-cookie-main p{
  margin:0;
  color:#667085;
  line-height:1.65;
}

.n24-cookie-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:12px;
}

.n24-cookie-links a{
  color:#c3122f!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}

.n24-cookie-preferences{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.n24-cookie-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px;
  border:1px solid #e4e7ec;
  border-radius:14px;
  background:#f8fafc;
}

.n24-cookie-option span{
  display:block;
}

.n24-cookie-option strong{
  display:block;
  margin-bottom:4px;
  color:#101828;
}

.n24-cookie-option small{
  color:#667085;
  line-height:1.4;
}

.n24-cookie-option input{
  width:20px;
  height:20px;
}

.n24-cookie-option.is-disabled{
  opacity:.75;
}

.n24-cookie-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
  margin-top:20px;
}

.n24-cookie-actions button,
.n24-cookie-settings-button{
  min-height:42px;
  padding:0 15px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

.n24-cookie-primary{
  border:0;
  background:#c3122f;
  color:#fff;
}

.n24-cookie-secondary{
  border:1px solid #d0d5dd;
  background:#fff;
  color:#344054;
}

.n24-cookie-settings-button{
  border:1px solid #d0d5dd;
  background:#fff;
  color:#344054;
}

@media(max-width:640px){
  .n24-cookie-banner{
    padding:10px;
  }

  .n24-cookie-card{
    padding:20px;
    border-radius:16px;
  }

  .n24-cookie-main h2{
    font-size:22px;
  }

  .n24-cookie-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .n24-cookie-actions button{
    width:100%;
  }
}
