.aolp-cookie {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 10000;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 992px;
  max-height: calc(100vh - 32px);
  font-family: Arial, Helvetica, sans-serif;
  color: #42515a;
  transform: translateX(-50%);
}

.aolp-cookie * {
  box-sizing: border-box;
}

.aolp-cookie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-height: 144px;
  max-height: inherit;
  padding: 40px 96px;
  overflow-y: auto;
  overflow-x: hidden;
  background: url("data:image/svg+xml,%3Csvg width='992' height='144' viewBox='0 0 992 144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_1358_4218)'%3E%3Cpath d='M80 10H978L908 130H10L80 10Z' fill='white'/%3E%3Cpath d='M977.13 10.5L907.713 129.5H10.8701L80.2871 10.5H977.13Z' stroke='%23E4E7E8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1358_4218' x='0' y='0' width='992' height='144' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='2' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1358_4218'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1358_4218' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.aolp-cookie__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 650px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #42515a;
  overflow-wrap: anywhere;
  word-break: normal;
}

.aolp-cookie__text a {
  color: #f58224;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aolp-cookie__text a:hover,
.aolp-cookie__text a:focus {
  text-decoration: none;
}

.aolp-cookie__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: max-content;
  min-width: 177px;
  min-height: 48px;
  margin: 0;
  padding: 10px 24px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='177' height='48' viewBox='0 0 177 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M176.127 0.5L148.543 47.5H0.873047L28.457 0.5H176.127Z' fill='white' stroke='%23f58224'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  color: #f58224;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.aolp-cookie__button:hover,
.aolp-cookie__button:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='177' height='48' viewBox='0 0 177 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M176.127 0.5L148.543 47.5H0.873047L28.457 0.5H176.127Z' fill='%23f58224' stroke='%23f58224'/%3E%3C/svg%3E");
  color: #fff;
  outline: none;
}

.aolp-cookie__button:focus-visible {
  box-shadow: 0 0 0 3px rgba(141, 198, 63, 0.35);
}

.aolp-cookie.is-hidden {
  display: none;
}

@media (max-width: 1050px) {
  .aolp-cookie {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    max-height: initial;
    padding: 0;
    transform: none;
  }

  .aolp-cookie__inner {
    display: block;
    height: auto;
    min-height: 0;
    max-height: inherit;
    padding: 22px 20px 24px;
    background: #fff;
    border-top: 1px solid #e4e7e8;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15);
  }

  .aolp-cookie__text {
    max-width: none;
    font-size: 13px;
    line-height: 155%;
  }

  .aolp-cookie__button {
    display: flex;
    width: max-content;
    margin: 1em auto 0;
    padding: 1em;
  }
}

@media (max-width: 1050px) {
  .aolp-cookie__inner {
    padding: 5em;
  }

  .aolp-cookie__text {
    font-size: 2rem;
  }

  .aolp-cookie__button {
    font-size: 2rem;
    width: 40rem;
    max-width: 40rem;
    min-width: 40rem;
    padding: 1em 2em;
    min-height: 2rem;
  }
}

/* @media (max-width: 374px) {
	.aolp-cookie__inner {
		padding-right: 16px;
		padding-left: 16px;
	}
} */
