/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /* body:has(conversation-dialog[open]) {
  overflow: hidden;
 }

 body:has(conversation-dialog[open])  #masthead,
 body:has(conversation-dialog[open])  #site-navigation, 
 body:has(conversation-dialog[open])  #page{
  filter: blur(5px);
 } */