/* ModalSection - Section grouping for modal content */ .section { width: 100%; } .label { color: #5f6368; font-size: 14px; font-weight: 400; margin: 0 0 12px 0; } .content { width: 100%; } /* Dark mode */ [data-theme="dark"] .label { color: #9aa0a6; }