#privacy-popup { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; 
  background: rgba(0,0,0,0.8); color: var(--wp--preset--color--neutral-12); z-index: 9999; display: none; }

#privacy-content-container { background-color: #ffffff; margin: 15% auto; padding: 48px; width: 864px; 
  position: relative; }

#privacy-content-container > * { margin-block-start: 48px; margin-block-end: 0; }

#privacy-close-btn { position: absolute; top: 12px; right: 12px; line-height: 10px; font-size: 44px; height: 18px; 
  width: 20px; font-weight: 200; cursor: pointer; color: var(--wp--preset--color--primary); }

h3#privacy-heading { font-size: 36px; font-weight: 600; text-align: center; margin-top: 0; }

#privacy-content > * + * { margin-block-start: 12px; margin-block-end: 0; }

#privacy-content-container > :first-child,
#privacy-content > :first-child { margin-block-start: 0; margin-block-end: 0; }

#privacy-popup p { font-size: 18px; font-weight: 400; }

span.privacy-policy,
span.terms-and-conditions { font-weight: 700; color: var(--wp--preset--color--primary); }

#privacy-popup a { color: #4aa3df; text-decoration: none; }

#privacy-btn-container { display: flex; justify-content: center; gap: 8px; }

#accept-privacy,
#read-privacy { border-radius: 6px; cursor: pointer; padding: 12px 16px; font-size: 16px; font-weight: 500;
  display: inline-flex; justify-content: center; align-items: center; }

#accept-privacy { background-color: var(--wp--preset--color--primary); color: #ffffff; border: none; 
  width: 90px; height: 43px; } 
  
#read-privacy { background-color: #ffffff; color: var(--wp--preset--color--primary); border: 1px solid var(--wp--preset--color--accent-1); width: 175px; height: 43px; }