.simple-monochrome-widget{display:flex;gap:0;padding:0;border:1px solid #27272A;border-radius:8px;background:#FFF;overflow:hidden;font-family:'Inter',-apple-system,sans-serif}.stat-box{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px;border-right:1px solid #27272A;text-align:center}.stat-box:last-child{border-right:none}.stat-box .label{font-size:10px;font-weight:800;color:#71717A;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.stat-box .value{font-size:18px;font-weight:900;color:#27272A;line-height:1}[data-theme='dark'] .simple-monochrome-widget{background:#000;border-color:#27272A}[data-theme='dark'] .stat-box{border-color:#27272A}[data-theme='dark'] .stat-box .value{color:#F4F4F5}[data-theme='dark'] .stat-box .label{color:#71717A}@media (max-width:480px){.stat-box{padding:12px}.stat-box .value{font-size:14px}}