body .g-button {
  padding: 5px 24px;
  display: inline-flex;
  background: #e9892e;
  border-radius: 12px;
  min-height: 50px;
  color: #fff !important;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: unset;
  box-shadow: unset;
  border: none;
  outline: none;
  line-height: 1;
  align-items: center;
  text-transform: uppercase;
}
body .g-button:hover {
  background: #e9892e;
}
body .s3-cookie-message {
  max-width: 700px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .s3-cookie-message p {
  margin: 0;
}
body .s3-cookie-message .s3-cookie-message__text {
  margin-bottom: 15px;
}
