.spk-cookie {
  position: fixed;
  z-index: 1000000;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 16px;
  box-sizing: border-box;
  background: #fff;
  color: #1d1d1d;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.spk-cookie__text {
  flex: 1 1 auto;
}

.spk-cookie__text a {
  color: #0c9239;
  text-decoration: underline;
}

.spk-cookie__text a:hover {
  color: #08732c;
}

.spk-cookie__btn {
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  background: #0c9239;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 13px 22px;
  cursor: pointer;
}

.spk-cookie__btn:hover {
  background: #0a7a30;
}

@media (max-width: 700px) {
  .spk-cookie {
    left: 8px;
    right: 8px;
    bottom: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .spk-cookie__btn {
    width: 100%;
  }

  html.spk-cookie-visible .btn_fix_aweb {
    bottom: 220px;
  }
}
