.cookies-banner {
  position: fixed;
  inset: auto 0 0;
  background-color: #fff;
  box-shadow: 0 -4px 16px rgb(0 0 0 / 8%);
  z-index: 9999;
}

.cookies-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 48px;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}

.cookies-banner-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.cookies-text {
  padding-top: 2px;
}

.banner-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.banner-text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.banner-buttons button {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 6px;
  white-space: nowrap;
}

/* #accept-btn, */

/* #decline-btn { */

/*  background-color: #1429a0; */

/*  border-color: #1429a0; */

/*  color: #fff; */

/* } */

/* #accept-btn:hover, */

/* #decline-btn:hover { */

/*  background-color: rgb(42.35, 26.257, 185.493); */

/*  border-color: rgb(42.35, 26.257, 185.493); */

/* } */

/* #configure-btn { */

/*  border-color: #1429a0; */

/*  color: #1429a0; */

/* } */

/* #configure-btn:hover { */

/*  background-color: #f3f4f6; */

/* } */
