/**
* Theme Name: Harmony Care Child
* Description: This is a child theme of Harmony Care.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: harmony-care
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: harmony-care-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* === Fix Cookiebot buttons and layout === */
#CybotCookiebotDialog {
  z-index: 99999 !important;
  font-family: inherit !important;
}

#CybotCookiebotDialogBodyButtons
button, 
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: #0073e6 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 18px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

#CybotCookiebotDialogBodyButtons button:hover {
  background-color: #005bb5 !important;
}

#CybotCookiebotDialogBodyContentText {
  color: #333 !important;
}


#CybotCookiebotDialogBodyButtons button:after {
  opacity: 100% !important;
}