.mjop-view { padding: 34px 38px 60px; }
.mjop-heading, .mjop-project-card, .mjop-toolbar, .mjop-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.mjop-heading { margin-bottom: 22px; }
.mjop-heading h1 { margin: 5px 0 7px; font-size: 27px; }
.mjop-heading p, .mjop-toolbar p, .mjop-project-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.mjop-heading-actions, .mjop-project-actions, .mjop-toolbar > div:last-child, .mjop-year-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.mjop-heading-actions select, .mjop-year-actions select { min-width: 230px; height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; }
.mjop-empty { min-height: 430px; padding: 50px 25px; border: 1px dashed #bfd0c9; border-radius: 14px; display: grid; place-items: center; align-content: center; background: #f8fbfa; text-align: center; }
.mjop-empty[hidden], .mjop-project-overview[hidden], .mjop-workspace[hidden], .mjop-project-card[hidden], [data-mjop-tab][hidden], [data-mjop-panel][hidden] { display: none !important; }
.mjop-empty-icon { width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center; color: white; background: var(--green); font: 800 19px Manrope; }
.mjop-empty h2 { margin: 18px 0 6px; }
.mjop-empty p { max-width: 500px; color: var(--muted); font-size: 11px; }
.mjop-empty > div { display: flex; gap: 9px; margin-top: 20px; }
.mjop-project-overview { margin-bottom: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 5px 18px rgba(34,58,50,.04); }
.mjop-overview-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.mjop-overview-heading h2 { margin: 4px 0 5px; font-size: 19px; }
.mjop-overview-heading p { margin: 0; color: var(--muted); font-size: 9px; }
.mjop-overview-kpis { margin: 17px 0 12px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.mjop-overview-kpis article { padding: 13px 14px; border-radius: 9px; background: #f2f7f5; }
.mjop-overview-kpis span, .mjop-overview-kpis strong, .mjop-overview-kpis small { display: block; }
.mjop-overview-kpis span { color: var(--muted); font-size: 7px; font-weight: 700; }
.mjop-overview-kpis strong { margin-top: 5px; color: var(--green); font: 800 17px Manrope; }
.mjop-overview-kpis small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.mjop-overview-filters { margin-bottom: 11px; display: grid; grid-template-columns: minmax(260px, 1fr) 190px; gap: 8px; }
.mjop-overview-filters input, .mjop-overview-filters select { height: 39px; padding: 0 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; outline: none; }
.mjop-project-list { display: grid; gap: 9px; }
.mjop-overview-card { min-width: 0; padding: 16px 17px; border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: minmax(270px, 1.5fr) minmax(390px, 2fr); grid-template-areas: "head meta" "footer footer"; gap: 13px 22px; background: #fff; }
.mjop-overview-card.selected { border-color: #85aa9b; box-shadow: inset 4px 0 0 var(--green-2); }
.mjop-overview-card-head { grid-area: head; min-width: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.mjop-overview-identity { min-width: 0; }
.mjop-overview-card h3 { margin: 3px 0 5px; font-size: 14px; }
.mjop-overview-card p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mjop-overview-state { display: flex; align-items: flex-end; flex-direction: column; gap: 5px; }
.mjop-active-label { color: var(--green); font-size: 7px; font-weight: 800; white-space: nowrap; }
.mjop-project-status { padding: 4px 7px; border-radius: 12px; color: #7c5621; background: #fff0d8; font-size: 7px; font-weight: 800; white-space: nowrap; }
.mjop-project-status.gereed { color: #236144; background: #e0f3ea; }
.mjop-project-status.gearchiveerd { color: #59635f; background: #edf0ef; }
.mjop-project-status.ter-beoordeling { color: #305f7b; background: #e5f1f8; }
.mjop-overview-meta { grid-area: meta; display: grid; grid-template-columns: 1.35fr .65fr .65fr 1fr; gap: 5px; align-self: center; }
.mjop-overview-meta span { min-width: 0; padding: 8px 9px; color: var(--muted); background: #f4f7f6; font-size: 7px; }
.mjop-overview-meta strong { display: block; margin-top: 3px; color: var(--ink); font-size: 8px; }
.mjop-overview-footer { grid-area: footer; padding-top: 11px; border-top: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.mjop-overview-progress { width: min(360px, 45%); }
.mjop-overview-progress > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 7px; }
.mjop-overview-progress > div strong { color: var(--green); }
.mjop-overview-progress i { height: 5px; margin: 5px 0; border-radius: 4px; display: block; overflow: hidden; background: #e7eeeb; }
.mjop-overview-progress i b { height: 100%; display: block; border-radius: inherit; background: var(--green-2); }
.mjop-overview-progress small { color: var(--muted); font-size: 7px; }
.mjop-overview-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.mjop-overview-actions button { min-height: 31px; padding: 0 9px; border: 1px solid #d4dfdb; border-radius: 6px; color: var(--green); background: white; font-size: 7px; font-weight: 800; cursor: pointer; }
.mjop-overview-actions .continue { color: white; border-color: var(--green); background: var(--green); }
.mjop-overview-actions .delete { color: #9b3f38; border-color: #e5c8c5; background: #fff8f7; }
.mjop-overview-actions .delete:hover { color: white; border-color: #9b3f38; background: #9b3f38; }
.mjop-project-card { padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 5px 18px rgba(34,58,50,.04); }
.mjop-project-card h2 { margin: 4px 0 6px; font-size: 20px; }
.mjop-tabs { margin: 16px 0; padding: 5px; border: 1px solid var(--line); border-radius: 10px; display: flex; gap: 4px; background: #f3f7f5; overflow-x: auto; }
.mjop-tabs button { min-height: 37px; padding: 0 15px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.mjop-tabs button.active { color: white; background: var(--green); box-shadow: 0 4px 12px rgba(21,58,51,.15); }
.mjop-tab-panel { display: none; }
.mjop-tab-panel.active { display: block; }
.mjop-kpis { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-bottom: 14px; }
.mjop-kpis article { padding: 17px 18px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.mjop-kpis span, .mjop-kpis strong, .mjop-kpis small { display: block; }
.mjop-kpis span { color: var(--muted); font-size: 8px; font-weight: 700; }
.mjop-kpis strong { margin-top: 8px; color: var(--green); font: 800 21px Manrope; }
.mjop-kpis small { margin-top: 4px; color: var(--muted); font-size: 7px; }
.mjop-object-condition-kpi.score-1 strong { color: #2f8d48; }
.mjop-object-condition-kpi.score-2 strong { color: #28a600; }
.mjop-object-condition-kpi.score-3 strong { color: #d48700; }
.mjop-object-condition-kpi.score-4 strong { color: #d76f00; }
.mjop-object-condition-kpi.score-5 strong { color: #d94a31; }
.mjop-object-condition-kpi.score-6 strong { color: #d80606; }
.mjop-dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.mjop-panel { min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 4px 14px rgba(34,58,50,.035); }
.mjop-panel.wide { grid-column: 1 / -1; }
.mjop-panel-heading { align-items: flex-end; margin-bottom: 15px; }
.mjop-panel-heading h3 { margin: 4px 0 0; font-size: 15px; }
.mjop-panel-heading p { max-width: 360px; margin: 5px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.mjop-legend { display: flex; gap: 12px; color: var(--muted); font-size: 7px; }
.mjop-legend span::before { content: ""; width: 8px; height: 8px; margin-right: 4px; border-radius: 2px; display: inline-block; vertical-align: -1px; }
.mjop-legend .corrective::before, .mjop-chart-stack .corrective { background: #c45b50; }
.mjop-legend .preventive::before, .mjop-chart-stack .preventive { background: #d9a548; }
.mjop-legend .planned::before, .mjop-chart-stack .planned { background: #2a7955; }
.mjop-year-chart { min-height: 220px; padding-top: 20px; display: flex; align-items: stretch; gap: 8px; overflow-x: auto; }
.mjop-chart-year { min-width: 48px; flex: 1; display: grid; grid-template-rows: 1fr 22px; gap: 7px; }
.mjop-chart-bars { min-height: 170px; display: flex; align-items: flex-end; justify-content: center; }
.mjop-chart-stack { width: min(26px, 80%); min-height: 2px; border-radius: 4px 4px 0 0; display: flex; flex-direction: column-reverse; overflow: hidden; background: #edf2f0; }
.mjop-chart-stack span { display: block; min-height: 1px; }
.mjop-chart-year > span { color: var(--muted); font-size: 7px; text-align: center; }
.mjop-type-summary, .mjop-condition-summary { display: grid; gap: 10px; }
.mjop-type-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; align-items: center; }
.mjop-type-row span { color: var(--ink); font-size: 8px; }
.mjop-type-row strong { font-size: 9px; }
.mjop-type-bar { grid-column: 1 / -1; height: 7px; border-radius: 4px; overflow: hidden; background: #edf2f0; }
.mjop-type-bar i { height: 100%; display: block; border-radius: inherit; background: var(--green-2); }
.mjop-condition-summary { grid-template-columns: repeat(6, 1fr); }
.mjop-condition-score { padding: 11px 5px; border-radius: 8px; background: #f3f7f5; text-align: center; }
.mjop-condition-score b, .mjop-condition-score span, .mjop-condition-score small { display: block; }
.mjop-condition-score b { color: var(--green); font: 800 17px Manrope; }
.mjop-condition-score span { margin-top: 3px; color: var(--muted); font-size: 7px; }
.mjop-condition-score small { margin-top: 2px; color: var(--muted); font-size: 6px; font-weight: 800; text-transform: uppercase; letter-spacing: .35px; }
.mjop-condition-score.score-1 { background: #2f8d48; }
.mjop-condition-score.score-2 { background: #28c900; }
.mjop-condition-score.score-3 { background: #ffa500; }
.mjop-condition-score.score-4 { background: #ff8700; }
.mjop-condition-score.score-5 { background: #ff5a3d; }
.mjop-condition-score.score-6 { background: #f90808; }
.mjop-condition-score.score-8,
.mjop-condition-score.score-9 { background: #84cbe4; }
.mjop-condition-score[class*="score-"] b,
.mjop-condition-score[class*="score-"] span,
.mjop-condition-score[class*="score-"] small { color: white; }
.mjop-aggregate-method { color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .45px; }
.mjop-aggregate-summary { display: grid; gap: 8px; }
.mjop-aggregate-object { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; padding: 13px; border-radius: 10px; background: #f3f7f5; }
.mjop-aggregate-badge { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font: 800 18px Manrope; }
.mjop-aggregate-badge.score-1 { background: #2f8d48; }
.mjop-aggregate-badge.score-2 { background: #28c900; }
.mjop-aggregate-badge.score-3 { background: #ffa500; }
.mjop-aggregate-badge.score-4 { background: #ff8700; }
.mjop-aggregate-badge.score-5 { background: #ff5a3d; }
.mjop-aggregate-badge.score-6 { background: #f90808; }
.mjop-aggregate-badge.score-8,
.mjop-aggregate-badge.score-9 { background: #84cbe4; }
.mjop-aggregate-object strong, .mjop-aggregate-object span, .mjop-aggregate-object small { display: block; }
.mjop-aggregate-object strong { font-size: 12px; }
.mjop-aggregate-object span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.mjop-aggregate-object small { margin-top: 5px; color: var(--muted); font-size: 7px; line-height: 1.45; }
.mjop-aggregate-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.mjop-aggregate-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 8px 9px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.mjop-aggregate-row b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: white; font-size: 8px; }
.mjop-aggregate-row .score-1 { background: #2f8d48; }
.mjop-aggregate-row .score-2 { background: #28c900; }
.mjop-aggregate-row .score-3 { background: #ffa500; }
.mjop-aggregate-row .score-4 { background: #ff8700; }
.mjop-aggregate-row .score-5 { background: #ff5a3d; }
.mjop-aggregate-row .score-6 { background: #f90808; }
.mjop-aggregate-row .score-8,
.mjop-aggregate-row .score-9 { background: #84cbe4; }
.mjop-aggregate-row strong, .mjop-aggregate-row small { display: block; }
.mjop-aggregate-row strong { font-size: 8px; }
.mjop-aggregate-row small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.mjop-aggregate-row em { color: var(--muted); font-style: normal; font-size: 7px; white-space: nowrap; }
.mjop-next-actions { display: grid; gap: 0; border-top: 1px solid var(--line); }
.mjop-next-action { padding: 10px 2px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 54px minmax(0, 1fr) 160px auto; gap: 12px; align-items: center; }
.mjop-next-action:last-child { border-bottom: 0; }
.mjop-next-action > b { color: var(--green); font-size: 10px; }
.mjop-next-action strong, .mjop-next-action small { display: block; }
.mjop-next-action strong { font-size: 9px; }
.mjop-next-action small { margin-top: 3px; color: var(--muted); font-size: 7px; }
.mjop-next-action > span { color: var(--muted); font-size: 8px; }
.mjop-next-action > em { font-style: normal; font-size: 9px; font-weight: 800; }
.mjop-toolbar { margin-bottom: 15px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.mjop-toolbar h2 { margin: 4px 0 5px; font-size: 17px; }
.mjop-filters { display: flex; gap: 9px; margin-bottom: 11px; }
.mjop-filters input, .mjop-filters select { min-width: 170px; height: 39px; padding: 0 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; outline: none; }
.mjop-filters input { min-width: min(420px, 100%); }
.mjop-table-wrap { border: 1px solid var(--line); border-radius: 10px; overflow: auto; background: white; }
.mjop-table { width: 100%; border-collapse: collapse; font-size: 8px; }
.mjop-table th { padding: 10px; color: white; background: var(--green); text-align: left; white-space: nowrap; font-size: 7px; text-transform: uppercase; letter-spacing: .35px; }
.mjop-table td { padding: 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.mjop-table tr:last-child td { border-bottom: 0; }
.mjop-table tbody tr:hover { background: #f8fbfa; }
.mjop-table strong, .mjop-table small { display: block; }
.mjop-table strong { font-size: 8px; }
.mjop-table small { margin-top: 3px; color: var(--muted); font-size: 7px; line-height: 1.4; }
.mjop-condition-badge, .mjop-manual-badge, .mjop-source-badge { width: fit-content; padding: 4px 7px; border-radius: 10px; color: var(--green); background: var(--mint); font-size: 7px; font-weight: 800; white-space: nowrap; }
.mjop-condition-badge.score-1 { color: white; background: #2f8d48; }
.mjop-condition-badge.score-2 { color: white; background: #28c900; }
.mjop-condition-badge.score-3 { color: white; background: #ffa500; }
.mjop-condition-badge.score-4 { color: white; background: #ff8700; }
.mjop-condition-badge.score-5 { color: white; background: #ff5a3d; }
.mjop-condition-badge.score-6 { color: white; background: #f90808; }
.mjop-condition-badge.score-8,
.mjop-condition-badge.score-9 { color: white; background: #84cbe4; }
.mjop-manual-badge { margin-top: 4px; color: #765326; background: #fff1d9; }
.mjop-row-actions { display: flex; gap: 5px; justify-content: flex-end; }
.mjop-row-actions button { min-height: 28px; padding: 0 8px; border: 1px solid #d6e0dc; border-radius: 6px; color: var(--green); background: white; font-size: 7px; font-weight: 800; cursor: pointer; }
.mjop-row-actions .add { border-color: #bed9cf; background: #edf7f3; }
.mjop-element-actions { min-width: 180px; flex-wrap: wrap; }
.mjop-row-actions .delete { color: #a23f38; }
.mjop-year-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 13px; }
.mjop-year-summary article { padding: 14px 15px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.mjop-year-summary span, .mjop-year-summary strong { display: block; }
.mjop-year-summary span { color: var(--muted); font-size: 8px; }
.mjop-year-summary strong { margin-top: 5px; color: var(--green); font-size: 14px; }
.mjop-year-work { display: grid; gap: 10px; }
.mjop-year-card { padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.mjop-year-card-header { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.mjop-year-card-header span, .mjop-year-card-header strong { display: block; }
.mjop-year-card-header span { color: var(--green-2); font-size: 7px; font-weight: 800; }
.mjop-year-card-header strong { margin-top: 3px; font-size: 12px; }
.mjop-year-card-header b { font-size: 13px; }
.mjop-year-card p { margin: 11px 0 0; color: #43514c; font-size: 8px; line-height: 1.6; }
.mjop-year-card-meta { margin-top: 11px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.mjop-year-card-meta span { padding: 8px; color: var(--muted); background: #f4f7f6; font-size: 7px; }
.mjop-scenario-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 13px; margin-bottom: 13px; }
.mjop-scenario-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; }
.mjop-scenario-form label { display: block; color: var(--muted); font-size: 8px; font-weight: 800; }
.mjop-scenario-form input, .mjop-scenario-form select { width: 100%; height: 38px; margin-top: 5px; padding: 0 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; outline: none; }
.mjop-scenario-scoreline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 10px; }
.mjop-scenario-scoreline article { padding: 12px; border-radius: 9px; background: #f3f7f5; }
.mjop-scenario-scoreline span, .mjop-scenario-scoreline strong { display: block; }
.mjop-scenario-scoreline span { color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .35px; }
.mjop-scenario-scoreline strong { margin-top: 5px; color: var(--green); font-size: 11px; }
.mjop-scenario-requirement { margin-top: 8px; padding: 10px; border-radius: 9px; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 10px; background: #fff4df; }
.mjop-scenario-requirement.ok { background: #e8f5ef; }
.mjop-scenario-requirement b { color: #8a5a25; font-size: 8px; }
.mjop-scenario-requirement.ok b { color: #236144; }
.mjop-scenario-requirement strong, .mjop-scenario-requirement span { display: block; }
.mjop-scenario-requirement strong { font-size: 9px; }
.mjop-scenario-requirement span { margin-top: 3px; color: var(--muted); font-size: 7px; line-height: 1.45; }
.mjop-scenario-measures { display: grid; gap: 8px; }
.mjop-scenario-measure { padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; background: white; }
.mjop-scenario-measure span, .mjop-scenario-measure strong, .mjop-scenario-measure small { display: block; }
.mjop-scenario-measure span { color: var(--green-2); font-size: 7px; font-weight: 800; }
.mjop-scenario-measure strong { margin-top: 3px; font-size: 9px; }
.mjop-scenario-measure small { margin-top: 4px; color: var(--muted); font-size: 7px; line-height: 1.45; }
.mjop-scenario-measure b { color: var(--green); font-size: 10px; white-space: nowrap; }
.mjop-modal { width: min(780px, 100%); max-height: calc(100vh - 35px); overflow: auto; }
.mjop-modal.large { width: min(980px, 100%); }
.mjop-modal.takeoff-modal { width: min(1160px, 100%); }
.mjop-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.mjop-form-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mjop-form-grid .wide { grid-column: 1 / -1; }
.mjop-form-grid .wide-two { grid-column: span 2; }
.mjop-form-grid label { min-width: 0; color: #66746f; font-size: 9px; font-weight: 700; }
.mjop-project-media { margin: 4px 0 16px; padding: 16px; border: 1px solid #cfe0d9; border-radius: 12px; background: #f7faf9; }
.mjop-project-media-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 13px; }
.mjop-project-media-heading strong, .mjop-project-media-heading small { display: block; }
.mjop-project-media-heading strong { margin-top: 3px; color: var(--ink); font-size: 13px; }
.mjop-project-media-heading small { margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 500; }
.mjop-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mjop-location-grid article { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.mjop-location-grid article > strong, .mjop-location-grid article > small { display: block; }
.mjop-location-grid article > strong { margin-top: 8px; color: var(--ink); font-size: 9px; }
.mjop-location-grid article > small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.mjop-location-image { position: relative; height: 145px; overflow: hidden; border-radius: 7px; display: grid; place-items: center; background: #eaf1ee; }
.mjop-location-image img { width: 100%; height: 100%; object-fit: cover; }
.mjop-location-image img:not([src]) { display: none; }
.mjop-location-image span { padding: 15px; color: var(--muted); font-size: 8px; text-align: center; }
.mjop-location-upload { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.mjop-location-upload .button { min-height: 30px; padding: 0 10px; font-size: 7px; }
.mjop-cover-photo-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.mjop-cover-photo { position: relative; min-height: 82px; overflow: hidden; border: 1px dashed #a8c1b8; border-radius: 8px; display: grid; place-items: center; color: var(--green); background: #edf5f2; cursor: pointer; }
.mjop-cover-photo.main { grid-column: 1 / -1; min-height: 150px; }
.mjop-cover-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.mjop-cover-photo.has-photo img { display: block; }
.mjop-cover-photo span { position: relative; z-index: 1; padding: 7px 9px; border-radius: 6px; font-size: 8px; font-weight: 800; background: rgba(255,255,255,.88); }
.mjop-currency-input { position: relative; margin-top: 6px; display: block; }
.mjop-currency-input span { position: absolute; left: 12px; top: 50%; z-index: 1; color: #52645e; font-size: 11px; font-weight: 800; transform: translateY(-50%); pointer-events: none; }
.mjop-currency-input input { width: 100%; margin-top: 0 !important; padding-left: 30px !important; }
.mjop-element-ai-price { margin: 0 0 14px; padding: 12px 13px; border: 1px solid #bfd8ce; border-radius: 9px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; align-items: center; background: #f0f7f4; }
.mjop-element-ai-price strong, .mjop-element-ai-price span, .mjop-element-ai-price small { display: block; }
.mjop-element-ai-price strong { color: var(--ink); font-size: 9px; }
.mjop-element-ai-price span { margin-top: 3px; color: var(--muted); font-size: 7px; font-weight: 500; line-height: 1.45; }
.mjop-element-ai-price small { grid-column: 1 / -1; color: var(--green-2); font-size: 7px; font-weight: 600; }
.mjop-element-ai-price small.error { color: #a34238; }
.mjop-life-expectancy { margin: -2px 0 14px; padding: 10px 12px; border-left: 3px solid var(--green-2); border-radius: 0 7px 7px 0; color: #3f5650; font-size: 8px; font-weight: 600; line-height: 1.5; background: #eef6f3; }
.mjop-form-grid input[readonly][name="remainingLife"] { color: var(--green-2); font-weight: 800; background: #eef6f3; cursor: not-allowed; }
.mjop-element-activities { margin: 4px 0 14px; padding: 14px; border: 1px solid #cfe0d9; border-radius: 10px; background: #f7faf9; }
.mjop-element-activities-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.mjop-element-activities-heading strong, .mjop-element-activities-heading span { display: block; }
.mjop-element-activities-heading strong { color: var(--ink); font-size: 10px; }
.mjop-element-activities-heading span { margin-top: 3px; color: var(--muted); font-size: 7px; font-weight: 500; line-height: 1.45; }
#mjop-element-activity-preview { margin-top: 11px; display: grid; gap: 7px; }
.mjop-element-activity-preview-row { padding: 9px 10px; border: 1px solid #d8e5e0; border-radius: 8px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; background: white; }
.mjop-element-activity-preview-row strong, .mjop-element-activity-preview-row span, .mjop-element-activity-preview-row small { display: block; }
.mjop-element-activity-preview-row strong { color: var(--ink); font-size: 8px; }
.mjop-element-activity-preview-row span { margin-top: 2px; color: var(--muted); font-size: 7px; font-weight: 500; line-height: 1.4; }
.mjop-element-activity-preview-row > b { color: var(--green); display: flex; flex-direction: column; font-size: 8px; text-align: right; white-space: nowrap; }
.mjop-element-activity-preview-row > b span { color: var(--muted); font-size: 7px; font-weight: 500; margin-top: 2px; }
.mjop-element-activity-preview-row small { grid-column: 1 / -1; color: var(--muted); font-size: 7px; font-weight: 500; line-height: 1.4; }
.mjop-checkbox-row { margin-top: 10px; padding: 10px; border-radius: 8px; display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px; background: #eaf4f0; cursor: pointer; }
.mjop-checkbox-row input { width: 17px; height: 17px; flex: 0 0 17px; margin: 1px 0 0; accent-color: var(--green); }
.mjop-checkbox-row span, .mjop-checkbox-row strong, .mjop-checkbox-row small { display: block; }
.mjop-checkbox-row strong { color: var(--ink); font-size: 8px; }
.mjop-checkbox-row small { margin-top: 2px; color: var(--muted); font-size: 7px; font-weight: 500; line-height: 1.4; }
.mjop-activity-library-summary { margin: 0 0 12px; padding: 10px 12px; border-radius: 8px; color: var(--green); background: #eaf4f0; font-size: 8px; font-weight: 700; }
.mjop-activity-library-summary:empty { display: none; }
.mjop-defect-form-section { margin: 0 0 14px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfc; }
.mjop-defect-form-heading { margin-bottom: 13px; padding-bottom: 11px; border-bottom: 1px solid #e2e9e6; display: flex; align-items: center; gap: 10px; }
.mjop-defect-form-heading > span { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--green); font-size: 8px; font-weight: 800; }
.mjop-defect-form-heading strong, .mjop-defect-form-heading small { display: block; }
.mjop-defect-form-heading strong { color: var(--ink); font-size: 11px; }
.mjop-defect-form-heading small { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 500; line-height: 1.4; }
.mjop-defect-form-section .mjop-form-grid label { display: flex; flex-direction: column; }
.mjop-defect-form-section .mjop-form-grid label > small { min-height: 20px; margin: 6px 0 10px; color: var(--muted); font-size: 7px; font-weight: 500; line-height: 1.45; }
.mjop-defect-form-section .mjop-form-grid label:not(.mjop-field-with-help) > small { min-height: 0; }
.mjop-field-with-help { align-self: start; }
.mjop-field-with-help select { margin-bottom: 0 !important; }
.mjop-takeoff-launch { margin: 3px 0 14px; padding: 13px 14px; border: 1px solid #cfe0d9; border-radius: 9px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px 14px; align-items: center; background: #f3f8f6; }
.mjop-takeoff-launch strong, .mjop-takeoff-launch span { display: block; }
.mjop-takeoff-launch strong { color: var(--ink); font-size: 9px; }
.mjop-takeoff-launch span { margin-top: 3px; color: var(--muted); font-size: 7px; line-height: 1.45; }
.mjop-takeoff-inline-summary { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid #dbe7e2; display: flex; gap: 20px; color: var(--muted); font-size: 8px; }
.mjop-takeoff-inline-summary span { margin: 0; display: inline-flex; gap: 5px; }
.mjop-takeoff-inline-summary b { color: var(--green); }
.mjop-takeoff-context { margin-bottom: 14px; padding: 12px 14px; border-radius: 9px; display: flex; justify-content: space-between; gap: 14px; background: var(--mint); }
.mjop-takeoff-context strong, .mjop-takeoff-context span { display: block; }
.mjop-takeoff-context strong { font-size: 10px; }
.mjop-takeoff-context span { color: var(--muted); font-size: 8px; }
.mjop-takeoff-section { margin-top: 14px; }
.mjop-takeoff-heading { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.mjop-takeoff-heading strong, .mjop-takeoff-heading span { display: block; }
.mjop-takeoff-heading strong { font-size: 10px; }
.mjop-takeoff-heading span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.mjop-takeoff-table input, .mjop-takeoff-table select { width: 100%; min-width: 76px; height: 32px; padding: 0 7px; border: 1px solid #d5e0dc; border-radius: 6px; color: var(--ink); background: white; font: inherit; }
.mjop-takeoff-table td:nth-child(2) input { min-width: 190px; }
.mjop-takeoff-table button.delete { min-height: 28px; padding: 0 8px; border: 1px solid #efd4d1; border-radius: 6px; color: #a23f38; background: #fff8f7; font-size: 7px; font-weight: 800; cursor: pointer; }
.mjop-takeoff-totals { margin-top: 15px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.mjop-takeoff-totals article { padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; background: #f7f9f8; }
.mjop-takeoff-totals article.net { color: white; border-color: var(--green); background: var(--green); }
.mjop-takeoff-totals span, .mjop-takeoff-totals strong { display: block; }
.mjop-takeoff-totals span { color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .35px; }
.mjop-takeoff-totals strong { margin-top: 5px; font-size: 14px; }
.mjop-takeoff-totals .net span { color: #cfe3dc; }
.mjop-condition-note { margin: -2px 0 13px; padding: 9px 11px; border-radius: 7px; color: #35584e; background: #edf6f2; font-size: 8px; }
.mjop-no-data { padding: 28px 15px !important; color: var(--muted); text-align: center; }
.boei-library-stats { margin-bottom: 12px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.boei-library-stats article { padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.boei-library-stats span, .boei-library-stats strong { display: block; }
.boei-library-stats span { color: var(--muted); font-size: 7px; }
.boei-library-stats strong { margin-top: 5px; color: var(--green); font: 800 16px Manrope; }
.boei-library-table-wrap { max-height: min(68vh, 760px); }
.boei-library-table { table-layout: fixed; min-width: 1060px; }
.boei-library-table th:nth-child(1) { width: 8%; }
.boei-library-table th:nth-child(2) { width: 18%; }
.boei-library-table th:nth-child(3) { width: 9%; }
.boei-library-table th:nth-child(4) { width: 16%; }
.boei-library-table th:nth-child(5) { width: 12%; }
.boei-library-table th:nth-child(6) { width: 9%; }
.boei-library-table th:nth-child(7) { width: 12%; }
.boei-library-table th:nth-child(8) { width: 16%; }
.boei-library-table td { overflow-wrap: anywhere; }
.boei-library-table th:last-child,
.boei-library-table td:last-child {
  position: sticky;
  right: 0;
  z-index: 2;
  border-left: 1px solid var(--line);
  background: white;
  box-shadow: -8px 0 14px rgba(18, 66, 54, .06);
}
.boei-library-table th:last-child { z-index: 3; color: white; background: var(--green); }
.boei-library-table tbody tr:hover td:last-child { background: #f8fbfa; }
.boei-sustainability-count { display: inline-flex; max-width: 100%; padding: 4px 7px; border-radius: 999px; color: #35584e; background: #edf6f2; font-size: 7px; font-weight: 800; line-height: 1.3; }
.boei-library-actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px; }
.boei-library-actions > span { grid-column: 1 / -1; justify-self: end; }
.boei-library-actions button { min-height: 28px; padding: 0 9px; border: 1px solid #d6e0dc; border-radius: 6px; color: var(--green); background: white; font-size: 7px; font-weight: 800; cursor: pointer; }
.boei-library-actions .boei-add-to-plan { border-color: var(--green); color: white; background: var(--green); }
.boei-in-plan, .boei-not-in-plan { display: inline-flex; padding: 3px 7px; border-radius: 999px; font-size: 6px; font-weight: 800; }
.boei-in-plan { color: var(--green); background: #e7f4ef; }
.boei-not-in-plan { color: var(--muted); background: #f1f4f3; }
.boei-status { display: inline-flex; padding: 4px 7px; border-radius: 12px; font-size: 7px; font-weight: 800; white-space: nowrap; }
.boei-status.validated { color: #236144; background: #e0f3ea; }
.boei-status.review { color: #7b5720; background: #fff0d7; }
.boei-status.manual { color: #973d37; background: #fae7e5; }
.boei-edit-mapping { min-height: 28px; padding: 0 9px; border: 1px solid #cbdad4; border-radius: 6px; color: var(--green); background: white; font-size: 7px; font-weight: 800; cursor: pointer; }
.boei-picker { grid-column: 1 / -1; margin: 0 0 17px; padding: 15px; border: 1px solid #bfd5cc; border-radius: 10px; background: #f4faf7; }
.boei-picker h3 { margin: 4px 0 3px; font-size: 14px; }
.boei-picker p { margin: 0 0 11px; color: var(--muted); font-size: 8px; }
.boei-picker > input { width: 100%; height: 41px; padding: 0 11px; border: 1px solid #b9cec5; border-radius: 7px; background: white; outline: none; }
.boei-picker-results { max-height: 245px; margin-top: 8px; border: 1px solid var(--line); border-radius: 8px; overflow: auto; background: white; }
.boei-picker-results > button { width: 100%; padding: 10px 11px; border: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 65px minmax(0, 1fr) auto; gap: 11px; align-items: center; color: var(--ink); background: white; text-align: left; cursor: pointer; }
.boei-picker-results > button:hover { background: #f1f7f4; }
.boei-picker-results > button:last-child { border-bottom: 0; }
.boei-picker-results b { color: var(--green); font-size: 8px; }
.boei-picker-results strong, .boei-picker-results small { display: block; }
.boei-picker-results strong { font-size: 8px; }
.boei-picker-results small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.boei-picker-results em { color: var(--green-2); font-size: 7px; font-style: normal; font-weight: 800; }
.boei-picker-results > p { padding: 16px; margin: 0; text-align: center; }
.boei-picker-selection { margin-top: 9px; padding: 10px 11px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: white; background: var(--green); }
.boei-picker-selection span, .boei-picker-selection strong, .boei-picker-selection small { display: block; }
.boei-picker-selection span, .boei-picker-selection small { color: #d7e7e1; font-size: 7px; }
.boei-picker-selection strong { margin: 2px 0; font-size: 9px; }
.boei-picker-selection button { min-height: 30px; padding: 0 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; color: white; background: transparent; font-size: 7px; font-weight: 800; cursor: pointer; }
.boei-mapping-summary { margin-bottom: 14px; padding: 12px; border-radius: 8px; background: #f1f6f4; }
.boei-mapping-summary strong, .boei-mapping-summary span { display: block; }
.boei-mapping-summary strong { font-size: 10px; }
.boei-mapping-summary span { margin-top: 4px; color: var(--muted); font-size: 8px; }
.boei-rules-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.boei-rule-list { max-height: 360px; border-top: 1px solid var(--line); overflow: auto; }
.boei-rule-row { padding: 9px 2px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 9px; align-items: center; }
.boei-rule-row b { color: var(--green); font-size: 8px; }
.boei-rule-row strong, .boei-rule-row small { display: block; }
.boei-rule-row strong { font-size: 8px; }
.boei-rule-row small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.boei-rule-row button { min-height: 27px; padding: 0 8px; border: 1px solid #d2ded9; border-radius: 6px; color: var(--green); background: white; font-size: 7px; font-weight: 800; cursor: pointer; }
.mjop-defect-photo-section { margin: 3px 0 16px; padding: 14px; border: 1px solid var(--line); border-radius: 9px; background: #f8fbfa; }
.mjop-defect-photo-heading { margin-bottom: 10px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.mjop-defect-photo-heading strong, .mjop-defect-photo-heading span { display: block; }
.mjop-defect-photo-heading strong { font-size: 10px; }
.mjop-defect-photo-heading div span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.mjop-defect-photo-previews { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.mjop-defect-photo-preview { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 7px; background: #e4ece8; }
.mjop-defect-photo-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mjop-defect-photo-preview button { position: absolute; top: 5px; right: 5px; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; color: white; background: rgba(15,35,30,.78); font-size: 15px; cursor: pointer; }
.mjop-defect-photo-actions { margin-top: 9px; display: flex; gap: 8px; }
.mjop-photo-upload { min-height: 40px; flex: 1; margin: 0 !important; border: 1px dashed #aebfba; border-radius: 7px; display: flex !important; align-items: center; justify-content: center; gap: 7px; color: var(--green) !important; background: white; cursor: pointer; font-size: 9px !important; font-weight: 800 !important; }
.mjop-photo-upload:hover { border-color: var(--green-2); background: var(--mint); }
.mjop-photo-upload svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.mjop-photo-upload input { display: none !important; }
.mjop-photo-help { display: block; margin-top: 7px; color: var(--muted); font-size: 7px; }
.mjop-defect-thumbnails { margin-top: 6px; display: flex; gap: 4px; }
.mjop-defect-thumbnail { width: 34px; height: 27px; padding: 0; border: 0; border-radius: 4px; overflow: hidden; background: #e4ece8; cursor: zoom-in; }
.mjop-defect-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mjop-defect-photo-more { min-width: 34px; height: 27px; border-radius: 4px; display: grid; place-items: center; color: var(--green); background: var(--mint); font-size: 7px; font-weight: 800; }
.mjop-defect-ai-section, .mjop-defect-budget-section { margin: 3px 0 16px; padding: 14px; border: 1px solid var(--line); border-radius: 9px; background: #f8fbfa; }
.mjop-defect-form-section > .mjop-defect-ai-section { margin: 0 0 14px; border-color: #bfd8ce; background: #f0f7f4; }
.mjop-defect-ai-section > div:first-child, .mjop-defect-budget-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.mjop-defect-ai-section strong, .mjop-defect-ai-section span, .mjop-defect-budget-heading strong, .mjop-defect-budget-heading span { display: block; }
.mjop-defect-ai-section strong, .mjop-defect-budget-heading strong { font-size: 10px; }
.mjop-defect-ai-section span, .mjop-defect-budget-heading div span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.mjop-defect-ai-actions { margin-top: 11px; display: flex; gap: 8px; }
.mjop-defect-ai-section > small { display: block; margin-top: 8px; color: var(--muted); font-size: 7px; }
.mjop-defect-budget-heading > span { max-width: 42%; padding: 6px 8px; border-radius: 6px; color: var(--green); background: var(--mint); font-size: 7px; font-weight: 800; text-align: right; }
.mjop-defect-budget-section .mjop-form-grid { margin-top: 12px; }
.mjop-form-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mjop-defect-budget-total { margin-top: 11px; padding: 10px 12px; border-radius: 7px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: white; background: var(--green); }
.mjop-defect-budget-total span { color: #d7e7e1; font-size: 8px; }
.mjop-defect-budget-total strong { font-size: 12px; }

@media (max-width: 1050px) {
  .mjop-overview-card { grid-template-columns: 1fr; grid-template-areas: "head" "meta" "footer"; }
  .mjop-kpis { grid-template-columns: repeat(2, 1fr); }
  .mjop-heading, .mjop-project-card, .mjop-toolbar { flex-direction: column; }
  .mjop-dashboard-grid { grid-template-columns: 1fr; }
  .mjop-scenario-grid { grid-template-columns: 1fr; }
  .mjop-panel.wide { grid-column: auto; }
  .mjop-form-grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mjop-form-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mjop-form-grid.three .wide-two { grid-column: 1 / -1; }
  .boei-library-stats { grid-template-columns: repeat(3, 1fr); }
  .boei-rules-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .mjop-view { padding: 22px 18px 40px; }
  .mjop-overview-heading { flex-direction: column; }
  .mjop-overview-kpis { grid-template-columns: repeat(2, 1fr); }
  .mjop-overview-filters { grid-template-columns: 1fr; }
  .mjop-overview-meta { grid-template-columns: repeat(2, 1fr); }
  .mjop-overview-footer { align-items: stretch; flex-direction: column; }
  .mjop-overview-progress { width: 100%; }
  .mjop-overview-actions { justify-content: flex-start; }
  .mjop-heading-actions, .mjop-project-actions, .mjop-toolbar > div:last-child, .mjop-year-actions { width: 100%; }
  .mjop-heading-actions select, .mjop-year-actions select { min-width: 0; width: 100%; }
  .mjop-kpis, .mjop-year-summary, .mjop-form-grid, .mjop-form-grid.three, .mjop-scenario-form, .mjop-scenario-scoreline { grid-template-columns: 1fr; }
  .mjop-form-grid .wide, .mjop-form-grid .wide-two, .mjop-form-grid.three .wide-two { grid-column: auto; }
  .mjop-filters { flex-direction: column; }
  .mjop-filters input, .mjop-filters select { width: 100%; min-width: 0; }
  .mjop-next-action { grid-template-columns: 50px 1fr auto; }
  .mjop-next-action > span { display: none; }
  .mjop-modal { max-height: 100vh; height: 100%; border-radius: 0; }
  .mjop-project-media-heading { align-items: stretch; flex-direction: column; }
  .mjop-location-grid { grid-template-columns: 1fr; }
  .mjop-cover-photo.main { min-height: 125px; }
  .mjop-takeoff-launch { grid-template-columns: 1fr; }
  .mjop-takeoff-launch .button, .mjop-takeoff-inline-summary { width: 100%; }
  .mjop-takeoff-inline-summary { grid-column: auto; flex-direction: column; gap: 4px; }
  .mjop-element-ai-price { grid-template-columns: 1fr; }
  .mjop-element-ai-price .button { width: 100%; }
  .mjop-element-ai-price small { grid-column: auto; }
  .mjop-element-activities-heading { align-items: stretch; flex-direction: column; }
  .mjop-element-activities-heading .button { width: 100%; }
  .mjop-takeoff-context, .mjop-takeoff-heading { align-items: flex-start; flex-direction: column; }
  .mjop-takeoff-totals { grid-template-columns: 1fr; }
  .boei-library-stats { grid-template-columns: repeat(2, 1fr); }
  .boei-picker-results > button { grid-template-columns: 56px 1fr; }
  .boei-picker-results em { grid-column: 2; }
  .mjop-defect-photo-previews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mjop-defect-photo-actions { flex-direction: column; }
  .mjop-defect-ai-actions, .mjop-defect-budget-heading, .mjop-defect-budget-total { align-items: stretch; flex-direction: column; }
  .mjop-defect-ai-actions .button { width: 100%; }
  .mjop-defect-budget-heading > span { max-width: none; text-align: left; }
  .mjop-form-grid.four { grid-template-columns: 1fr; }
}
