#cookie-consent-container {
    position: fixed;
    left: 5%;
    right: 5%;
    bottom: 20px;
    z-index: 2000;
  }
  
  div[data-consent-manager-dialog] input[type="radio"] {
    opacity: 1;
    vertical-align: bottom;
  }
  
  div[data-consent-manager-dialog] div:first-of-type {
    z-index: 2001;
  }
  
  div[data-consent-manager-dialog] input[type="radio"]:focus {
    outline: none;
    box-shadow: none !important;
  }
  
  #cookie-consent-container > div:first-child > div {
    font-family: 'ABCSocial Regular' ,'Avenir-Roman','Helvetica Neue', 'Helvetica', 'Arial,sans-serif';
    font-size: 16px;
    text-align: left;
    display: block;
    min-height: 130px;
    padding: 24px;
    /* Grays / @gray-900 */
    color: #121212;
    /* Grays / @gray-300 */
    border: 1px solid #D1D3DB;
    border-radius: 2px;
    /* Shadow 3 */
    box-shadow: 0px 8px 16px rgba(33, 36, 41, 0.08);
  }
  
  #cookie-consent-container > div:first-child > div > button {
    font-family: 'ABCSocial Medium' ,'Avenir-Roman','Helvetica Neue', 'Helvetica', 'Arial,sans-serif';
    height: 42px;
    top: 0;
    line-height: 0;
    position: unset;
    transform: unset;
    margin-top: 10px;
    padding: 11px 60px;
    border: 1px solid #8559EC;
    background: #8559EC;
    border-radius: 2px;
    font-size: 16px;
    color: #8559EC;
  }
  
  #cookie-consent-container > div:first-child > div > button:hover {
    border-color: #714bd6;
    background: #714bd6;
    color: #714bd6;
  }
  
  #cookie-consent-container div:first-child > div > button::after {
    position: relative;
    left: -6px;
    color: white;
    content: 'OK';
  }
  
  #cookie-consent-container button:first-child {
    font-family: 'ABCSocial Medium' ,'Avenir-Roman','Helvetica Neue', 'Helvetica', 'Arial,sans-serif';
    padding: 9px 17px;
    height: 42px;
    border-radius: 2px;
    background-color: #FFFFFF;
    font-size: 16px;
    border: 1px solid #D1D3DB;
    text-decoration: unset;
    margin-right: 8px;
    float: left;
  
    position: unset;
    top: 0;
    transform: unset;
    margin-top: 10px;
  }
  
  #cookie-consent-container button:first-child:hover {
    background-color: #F8F9FA;
  }
  
  .cookie-banner-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
  
  @media (max-width: 375px) {
    #cookie-consent-container button {
      width: 100%;
    }
  }
