/* line 1, ../sass/cookie-style.scss */
.cookie-banner-section {
  background-color: #FFF;
  border-bottom: solid 1px #d2d2d2;
  z-index: 1111;
  display: none;
}
/* line 6, ../sass/cookie-style.scss */
.cookie-banner-section > .inner {
  padding: 9px;
  overflow: hidden;
  position: relative;
  text-align:center;
}
/* line 9, ../sass/cookie-style.scss */
.cookie-banner-section > .inner .cookie-banner-text {
  margin-top: 9px;
  text-align: center;
}
/* line 12, ../sass/cookie-style.scss */
.cookie-banner-section > .inner .cookie-banner-text a {
  text-decoration: underline;
}
/* line 16, ../sass/cookie-style.scss */
.cookie-banner-section > .inner > .button-container {
  display: inline-block;
  padding: 15px;
  background-color: #AF1685;
  color: #fff;
}
/* line 22, ../sass/cookie-style.scss */
.cookie-banner-section > .inner > .button-container .button {
  float: none;
  padding:15px;
  background-color: #AF1685;
  color: #fff;
}

/* line 28, ../sass/cookie-style.scss */
.cookie-banner-section.show-cookie-banner {
  display: block;
}

/* Media query */
@media screen and (min-width: 480px) {
  /* line 36, ../sass/cookie-style.scss */
  .cookie-banner-section > .inner .cookie-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    width: calc(100% - 230px);
    padding: 0;
    margin: 0;
    text-align: left;
 }
  /* line 40, ../sass/cookie-style.scss */
  .cookie-banner-section > .inner > .button-container {
    float: right;
    max-width: 40%;
    text-align: left;
    right: 5px;
 }
}
@media screen and (min-width: 760px) {
  /* line 49, ../sass/cookie-style.scss */
  .sticky .cookie-banner-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 820px) {
  /* line 58, ../sass/cookie-style.scss */
  .cookie-banner-section > .inner {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
}
