.sheet-heading{display:block!important}.sheet-heading-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.sheet-heading-actions button{white-space:nowrap;word-break:keep-all}
.sheet-cell{overflow-wrap:anywhere;word-break:break-word;line-height:1.45}
.spreadsheet{transform-origin:top left}
.formula-help{line-height:1.8}
.metric-icon.income{background:#eef0ff;color:var(--mint-dark)}
.template-options input:checked+span,.empty-sheets>span,.sheet-card>span{background:#edf0ff}
.format-toolbar button:hover,.format-toolbar button.active,.fill-control:hover{background:#edf0ff;border-color:#c9d0f7}
.formula-input:focus{outline-color:#c9d0f7}

@media(max-width:760px){
  .sheet-heading-actions{width:100%;display:flex;flex-wrap:nowrap}
  .sheet-heading-actions button{white-space:nowrap;word-break:keep-all}
  .sheet-toolbar{gap:9px}
  .sheet-toolbar>div:nth-child(2){min-width:120px}
  .sheet-actions{padding-bottom:2px}
  .formula-help{max-height:66px;overflow:auto}
}
