#simple-gdpr-cookies-banner {
  display: flex;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  width: 100%; }
  @media (max-width: 900px) {
    #simple-gdpr-cookies-banner {
      flex-direction: column; } }

.simple-gdpr-cookies-flex-width {
  width: 70%; }
  @media (max-width: 900px) {
    .simple-gdpr-cookies-flex-width {
      width: 100%; } }

.simple-gdpr-cookies-full-width {
  width: 100%; }

#simple-gdpr-cookies-buttons {
  width: 30%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }
  #simple-gdpr-cookies-buttons button {
    padding: .5em 1.8rem;
    font-size: .8rem;
    transition: background-color .2s ease-in-out, color .2s ease-in-out; }
  @media (max-width: 900px) {
    #simple-gdpr-cookies-buttons {
      flex-direction: column;
      width: 100%; }
      #simple-gdpr-cookies-buttons button {
        width: 100%; } }

@media (max-width: 900px) {
  #simple-gdpr-cookies-accept {
    margin: .5rem 0; } }

#simple-gdpr-cookies-close {
  position: absolute;
  top: 0;
  right: 1rem; }
  #simple-gdpr-cookies-close a:focus {
    text-decoration: none; }
