/* Cookie Consent Styles */
@media screen and (max-width: 767px) {
   #CybotCookiebotDialog {
      transform: translate(-50%, 10%) !important;
      max-height: 48% !important;
   }
   body #CybotCookiebotDialogBodyButtonsWrapper {
      flex-direction: row-reverse !important;
   }
   body #CybotCookiebotDialogBodyButtonsWrapper button {
      width: 33% !important;
      margin: 0 1%;
      padding: 15px !important;
   }
}

@media screen and (max-width: 449px) {
   body #CybotCookiebotDialogBodyButtonsWrapper button {
      padding: 8px !important;
      line-height: 1.4;
   }
}
