/* Bunn 1012940 — notification preference grouping */
.bunn-notification-section{padding:18px 4px 8px;margin-top:2px;border-top:1px solid rgba(255,255,255,.08)}
.bunn-notification-section:first-child{border-top:0;padding-top:4px}
.bunn-notification-section>div{display:flex;flex-direction:column;gap:3px}
.bunn-notification-section b{font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.78);font-weight:800}
.bunn-notification-section small{font-size:12px;line-height:1.4;color:rgba(255,255,255,.48)}
.bunn-notification-pref-row{scroll-margin-top:96px}
.bunn-device-push-row{margin-top:0}
@media (prefers-color-scheme:light){
  .bunn-notification-section{border-top-color:rgba(33,19,47,.08)}
  .bunn-notification-section b{color:rgba(33,19,47,.72)}
  .bunn-notification-section small{color:rgba(33,19,47,.48)}
}
