/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ==== Code from: https://community.hubspot.com/t5/GDPR/HOW-TO-Customize-Your-Privacy-Policy-Banner/td-p/189069 ==== */
/* Edit this section to change the main container of the banner */
div#hs-eu-cookie-confirmation.can-use-gradients { 
  background: #ffffffde;
}

/* Edit this section to change the inner wrapper of the banner i.e. add more padding */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner { 
  background: none !important;
}

/* Edit this section to change the style of the text */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #33475b !important;
}

/* Edit this section to change the style of the CONFIRM button */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button { 
  background: #25205c !important;
}

/* Edit this section to change the style of the DECLINE button * /
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button { code in here }

/* Edit this section to change the style of the CONFIRM button when hovering  */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover { 
  background: #251c88 !important;
}

/* Edit this section to change the style of the DECLINE button when hovering * / 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover { code in here }