/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
div#hubspot-messages-iframe-container,div#hubspot-conversations-iframe,.hs-shadow-container{display:none !important;}
.dark-mode-toggle{display:flex;align-items:center;justify-content:center;}.dark-mode-toggle__button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.3s ease;position:relative;width:40px;height:40px;}.dark-mode-toggle__button:hover{background-color:rgba(0,0,0,0.05);}[data-theme="dark"] .dark-mode-toggle__button:hover{background-color:rgba(255,255,255,0.1);}.dark-mode-toggle__button:focus{outline:2px solid #2196f3;outline-offset:2px;}.dark-mode-toggle__icon{position:absolute;display:none;align-items:center;justify-content:center;transition:opacity 0.3s ease;}.dark-mode-toggle__icon i{font-size:24px;color:rgba(0,0,0,0.87);}[data-theme="dark"] .dark-mode-toggle__icon i{color:rgba(255,255,255,0.87);}[data-theme="light"] .dark-mode-toggle__icon--light.active{display:flex;}[data-theme="dark"] .dark-mode-toggle__icon--dark.active{display:flex;}[data-theme="light"] .dark-mode-toggle__icon--auto.active{display:flex;}[data-theme="dark"] .dark-mode-toggle__icon--auto.active{display:flex;}.dark-mode-toggle__icon--auto::after{content:'';position:absolute;bottom:2px;right:2px;width:6px;height:6px;background-color:#2196f3;border-radius:50%;border:1px solid rgba(255,255,255,0.9);box-shadow:0 0 3px rgba(33,150,243,0.8);}[data-theme="dark"] .dark-mode-toggle__icon--auto::after{border-color:rgba(0,0,0,0.6);}.dark-mode-toggle__icon.active{animation:iconFade 0.3s ease;}@keyframes iconFade{0%{opacity:0;transform:rotate(-45deg) scale(0.8);}100%{opacity:1;transform:rotate(0deg) scale(1);}}
