.cc-grower {
    position: fixed;
    z-index: 99999;
    max-width: 100vw;
}
  
.cc-grower div .cc-message a.cc-link {
    color: lighten(#009cb4, 20%) !important;
}
  
.cc-grower div .cc-compliance a.cc-allow {
    background-color: #009cb4 !important;
}
  
.cc-revoke {
    position: fixed;
    z-index: 999999;
}
  
@media (hover: hover) {
    .cc-revoke {
      left: 5em !important;
      right: unset !important;
      background-color: #009cb4 !important;
    }
}
  
@media (hover: none) {
    .cc-revoke.cc-top{
        left: unset;
    }
    .cc-revoke {
        right: 0 !important;
        top: 60px !important;
        padding: 5px 8px;
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0 !important;
    }
}

iframe.invoke-on-consent {
    display:none;
}
