#site-cookie-header {
    display: flex;
  }

  #site-cookie-header h4 {
    flex-grow: 1;
  }

  #promt-remove-btn {
    cursor: pointer;
  }

  #site-cookie-notification {
    margin: auto;
    max-width: 768px;
    padding: 1rem;
    width: calc(100% - 2rem);
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    box-shadow: 0 0px 3px 1px black;
    display: none;
    overflow-x: hidden;
    position: fixed;
    z-index: 9999;
    bottom: 1rem;
    left: 0;
    right: 0;
  }

  #site-cookie-notification .button-div button {
    background-repeat: repeat;
  }

  #site-cookie-notification .button-div {
    margin-left: auto;
    display: inline;
    position: relative;
  }

  #site-cookie-notification p {
    position: relative;
  }

  #site-cookie-notification a {
    color: #08c !important;
    font-size: inherit !important;
  }

@media only screen and (max-width: 768px) {
    #site-cookie-notification {
      bottom: 0;
    }
}
