#swe-cookie-banner-small {
  position: fixed;
  transition: all 2s ease-out;
  background: #428bca;
  width: 100%;
  z-index: 99999999;
}
#swe-cookie-banner-small .swe-small-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
#swe-cookie-banner-small .swe-small-container .swe-small-text {
  padding: 10px 0;
  flex: 1;
}
#swe-cookie-banner-small .swe-small-container .swe-small-buttons {
  margin: auto;
}

#swe-cookie-banner-small.open {
  bottom: 0;
}

#swe-cookie-banner-small.close {
  top: 100%;
}

@media (max-width: 767px) {
  #swe-cookie-banner-small .swe-small-container {
    flex-direction: column;
  }
}

/*# sourceMappingURL=swe_cookie_banner_small_style.css.map */
