.amgdpr-actions {
  margin-top: 10px;
}

.amgdpr-cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
  display: none;
  box-shadow: 0px 0px 7px -3px #00000070;
}

.notice-inner.amgdpr-notice-inner {
  display: flex;
  width: 988px;
  /* margin: 0 auto; */
  /* min-width: inherit; */
  width: 988px;
  margin: 0 auto;
  min-width: inherit;
}

.notice-text.amgdpr-notice-text {
  /* display: flex; */
  /* flex-direction: column; */
  text-align: left;
  padding: 1rem;
}

.actions.amgdpr-actions {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  justify-content: center;
  padding: 1rem 1rem 2rem;
  margin: 0 auto;
}

.actions.amgdpr-actions .button.amgdpr-button {
  flex: 0;
}

.amgdpr-actions .button.amgdpr-button.button-allow > span {
  background: #eff5ea;
}

@media only screen and (max-device-width: 770px) {
  .amgdpr-cookie {
    background-color: #fafafa !important;
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.4);
    z-index: 9999999999999;
  }

  .notice-inner.amgdpr-notice-inner {
    display: flex;
    flex-direction: column;
    /* padding: 2rem; */
  }
  .notice-text.amgdpr-notice-text {
    font-size: 2rem;
    line-height: 2rem;
    padding: 2rem 3rem;
  }
  .actions.amgdpr-actions .button.amgdpr-button {
    flex: 1;
    max-width: 45vw;
    display: block;
    width: 100vw;
    font-size: 2rem;
    line-height: 2rem;
  }
  .actions.amgdpr-actions .button.amgdpr-button > span {
    padding: 2rem 0;
  }
}
