.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.operation-buttons{display:flex;flex-wrap:wrap;gap:9px;margin:16px 0 26px}
.operation-buttons .outline-button{font-size:.8rem}
.operations-list h3{font:800 1rem Manrope,sans-serif;color:#102b50;margin:18px 0 6px}
.suggestion-list{border:1px solid #dbe5ef;border-radius:10px;max-height:320px;overflow:auto}
.suggestion{padding:9px 12px;border-bottom:1px solid #e8eef5}
.suggestion:last-child{border-bottom:0}
.suggestion strong,.suggestion small{display:block;overflow-wrap:anywhere}
.suggestion strong{font-size:.74rem;color:#1c314d}
.suggestion small{font-size:.68rem;color:#62738a;margin-top:4px}
.coverage-details{margin:14px 0}
.coverage-details summary{cursor:pointer;color:#102b50;font-weight:700;margin-bottom:8px}
.coverage-details .suggestion-list{max-height:440px}
.coverage-details .suggestion a{display:inline-block;font-size:.7rem;color:#1e69aa;margin-top:5px}
