.peps-cookie-settings,
.peps-cookie-banner button {
  font: inherit;
}

.peps-cookie-settings {
  position: fixed;
  z-index: 9998;
  left: 14px;
  bottom: 14px;
  padding: 9px 13px;
  border: 1px solid #b7cbc3;
  border-radius: 999px;
  color: #17352d;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
  cursor: pointer;
}

.peps-cookie-banner {
  position: fixed;
  z-index: 9999;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(720px, calc(100% - 36px));
  margin-inline: auto;
  padding: 20px;
  border: 1px solid #b7cbc3;
  border-radius: 18px;
  color: #17352d;
  background: #fff;
  box-shadow: 0 18px 60px rgb(0 0 0 / 20%);
}

.peps-cookie-banner h2 {
  margin: 0 0 7px;
  color: #14231e;
  font-size: 19px;
}

.peps-cookie-banner p {
  margin: 0;
  color: #566761;
  font-size: 14px;
  line-height: 1.55;
}

.peps-cookie-banner a {
  color: #00584e;
  font-weight: 700;
}

.peps-cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.peps-cookie-banner button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #00796b;
  border-radius: 12px;
  font-weight: 750;
  cursor: pointer;
}

.peps-cookie-reject {
  color: #00584e;
  background: #fff;
}

.peps-cookie-accept {
  color: #fff;
  background: #00796b;
}

@media (max-width: 560px) {
  .peps-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    margin-inline: 0;
    padding: 13px;
    border-radius: 15px;
    box-sizing: border-box;
  }

  .peps-cookie-banner h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .peps-cookie-banner p {
    font-size: 13px;
    line-height: 1.4;
  }

  .peps-cookie-actions {
    gap: 8px;
    margin-top: 11px;
  }

  .peps-cookie-banner button {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding: 0 8px;
    font-size: 13px;
  }
}
