.ak-cookie{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.25);
  z-index: 9999;
}

.ak-cookie.is-open{ display:flex; }

.ak-cookie__dialog{
  width: min(920px, 100%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  padding: 20px 20px 18px;
  position: relative;
}

.ak-cookie__close{
  position:absolute;
  top:14px;
  right:14px;
  border:0;
  background:transparent;
  cursor:pointer;
  color: var(--ak-green);
  font-size: 20px;
  line-height: 1;
}

.ak-cookie__text{
  font-size: 14px;
  line-height: 1.45;
  color: #2b2b2b;
  padding-right: 40px;
}

.ak-cookie__actions{
  display:flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.ak-cookie__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 44px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.ak-cookie__btn--accept{
  background: var(--ak-green);
  color: #fff;
}

.ak-cookie__btn--more{
  background: #f1f3f5;
  color: #1f2937;
  border-color: #e5e7eb;
}
