/*
 * vendor-dashboard.css — OCS vendor signup and dashboard, re-skinned. §6.8
 *
 * The mu-plugins enqueue THIS EXACT FILENAME from get_stylesheet_directory(). The old
 * child theme shipped one; this theme did not, so every vendor surface — the signup
 * form, the Google button, the whole dashboard app — rendered with no styling at all:
 * labels inline with their inputs, unstyled red buttons, no spacing.
 *
 * This is the old file mechanically re-skinned rather than re-authored, because the
 * layout in it (sidebar, topbar, tables, date editor, gallery) works and is matched to
 * markup we do not own. Re-authoring it blind would have broken the dashboard.
 *
 * Transformations applied, all mechanical:
 *   - old brand colours mapped onto the design tokens in assets/css/00-tokens.css
 *   - every border-radius set to 0 (§12: square corners)
 *   - every box-shadow set to none (§12: no shadows)
 *   - font-family replaced with var(--font-body)
 *
 * Status colours (error red, success green) are deliberately KEPT. A booking dashboard
 * has to distinguish paid from failed, and §12's single-accent rule governs chrome, not
 * semantic state. They are the only non-palette colours in this file.
 *
 * Regenerate: see docs/SETUP.md. Do not hand-edit without recording why.
 */

.eg-vd{max-width:1100px;margin:0 auto}
.eg-vd-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.eg-vd-head img{width:54px;height:54px;border-radius:0;object-fit:cover;background:#fff}
.eg-vd-head h2{margin:0;color:var(--color-accent-800);font-size:1.5rem}
.eg-vd-nav{display:flex;flex-wrap:wrap;gap:8px;border-bottom:2px solid var(--color-divider);margin-bottom:24px}
.eg-vd-nav a{padding:10px 18px;border-radius:0;text-decoration:none;font-weight:600;color:var(--color-accent-800)}
.eg-vd-nav a.active{background:var(--color-accent-800);color:#fff !important}
.eg-vd-nav a:hover{background:var(--color-surface)}
.eg-vd-nav a.active:hover{background:var(--color-accent-800)}
.eg-vd-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:26px}
.eg-vd-stat{background:#fff;border:1px solid var(--color-divider);border-radius:0;padding:18px 20px;box-shadow:none}
.eg-vd-stat .n{font-size:1.55rem;font-weight:700;color:var(--color-accent-800)}
.eg-vd-stat .l{color:var(--color-muted);font-size:.85rem;margin-top:2px}
.eg-vd-table{width:100%;border-collapse:collapse;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}
.eg-vd-table th{background:var(--color-accent-800);color:#fff;text-align:left;padding:11px 14px;font-size:.85rem}
.eg-vd-table td{padding:11px 14px;border-top:1px solid var(--color-divider);color:var(--color-text);font-size:.9rem;vertical-align:top}
.eg-vd-table a{color:var(--color-accent-700)}
.eg-vd-badge{display:inline-block;padding:3px 10px;border-radius:0;font-size:.74rem;font-weight:600}
.eg-vd-badge.ok{background:var(--color-success-bg);color:var(--color-success)}
.eg-vd-badge.pend{background:var(--color-warning-bg);color:var(--color-warning)}
.eg-vd-badge.bad{background:var(--color-danger-bg);color:var(--color-danger)}
.eg-vd-form label{display:block;font-weight:600;color:var(--color-accent-800);margin:14px 0 5px}
.eg-vd-form input[type=text],.eg-vd-form input[type=url],.eg-vd-form input[type=tel],.eg-vd-form textarea{width:100%;max-width:580px;padding:10px 12px;border:1px solid var(--color-muted);border-radius:0;font-size:.95rem}
.eg-vd-form textarea{min-height:90px}
.eg-vd-form .hint{color:var(--color-muted);font-size:.8rem;margin:3px 0 0}
.eg-vd-save{margin-top:22px;background:var(--color-accent-600);color:#fff !important;border:none;font-weight:600;padding:12px 30px;border-radius:0;cursor:pointer;font-size:1rem}
.eg-vd-save:hover{background:var(--color-danger)}
.eg-vd-notice{background:var(--color-success-bg);color:var(--color-success);border-radius:0;padding:12px 16px;margin-bottom:18px;font-weight:600}
.eg-vd-gate{background:#fff;border:1px solid var(--color-divider);border-radius:0;padding:46px;text-align:center;max-width:520px;margin:30px auto}.eg-vd-btn,a.eg-vd-btn{display:inline-block;background:var(--color-accent-800);color:#fff !important;padding:11px 24px;border-radius:0;text-decoration:none;font-weight:600;margin-top:10px}
.eg-vd-empty{color:var(--color-muted);padding:18px;background:#fff;border-radius:0;border:1px dashed var(--color-divider)}
@media(max-width:700px){.eg-vd-table{display:block;overflow-x:auto}}
.eg-vd-reviews{display:flex;flex-direction:column;gap:14px;margin-top:18px}
.eg-vd-review{border:1px solid var(--color-divider);border-radius:0;padding:14px 16px;background:#fff}
.eg-vd-review .rv-h{display:flex;justify-content:space-between;align-items:center;gap:10px}
.eg-vd-review .rv-stars{color:var(--color-warning);letter-spacing:1px}
.eg-vd-review .rv-meta{font-size:.82rem;color:var(--color-muted);margin:4px 0 8px}
.eg-vd-review .rv-text{color:var(--color-text);line-height:1.5}

.eg-var-head{font-weight:600;margin:10px 0 6px;color:var(--color-text)}
.eg-var-row{display:flex;gap:10px;align-items:center;margin-bottom:8px}
.eg-var-row span{flex:0 0 130px;font-weight:600}
.eg-var-row input{flex:1}
.eg-vd-gallery{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 10px}
.eg-vd-gthumb{text-align:center;font-size:.72rem;color:var(--color-muted)}
.eg-vd-gthumb img{display:block;width:70px;height:70px;object-fit:cover;border-radius:0;margin-bottom:4px}
#eg-variable-fields{display:none}

.eg-vd-head{display:flex;align-items:center;gap:14px}
.eg-vd-logout{margin-left:auto;font-size:.9rem;color:var(--color-danger);text-decoration:none;border:1px solid var(--color-danger-border);padding:6px 14px;border-radius:0;font-weight:600}
.eg-vd-logout:hover{background:var(--color-danger-bg)}
.eg-gsi-btn{margin:6px 0 14px;display:flex;justify-content:center}
.eg-vd-btn-alt{background:transparent;color:var(--color-accent-600);border:1px solid var(--color-accent-600)}

.eg-pw-form{max-width:340px;margin:14px auto 0;text-align:left}
.eg-pw-form label{display:block;font-weight:600;color:var(--color-text);margin:8px 0 4px}
.eg-pw-form input{width:100%;padding:10px;border:1px solid var(--color-divider);border-radius:0;font:inherit}
.eg-pw-form .eg-vd-save{margin-top:12px;width:100%}
.eg-pw-msg{margin-top:10px;font-weight:600}
.eg-pw-msg.err{color:var(--color-danger)}
.eg-or{text-align:center;color:var(--color-muted);margin:14px 0;font-size:.85rem;position:relative}

/* eg-gate-fixes */
.eg-vd-gate{display:flex;flex-direction:column;align-items:center;text-align:center}
.eg-vd-gate .eg-vd-btn-alt{background:#ffffff !important;color:var(--color-accent-600) !important;border:1px solid var(--color-accent-600) !important;display:inline-block;width:auto;padding:10px 22px;border-radius:0;font-weight:600;cursor:pointer;text-decoration:none;line-height:1.2}
.eg-vd-gate .eg-vd-btn-alt:hover{background:var(--color-accent-600) !important;color:#ffffff !important}
.eg-gsi-btn{display:flex;justify-content:center;align-items:center;overflow:visible;min-height:46px;margin:6px 0 14px;width:100%}
.eg-gsi-btn iframe{margin:0 auto !important}
.eg-pw-form{width:100%;max-width:340px}

.eg-signup-choice{margin:20px 0 6px;text-align:center}
.eg-signup-choice .eg-or{margin:12px 0;color:var(--color-muted);font-size:.85rem}
.eg-vd-btn-alt{background:#fff !important;color:var(--color-accent-600) !important;border:1px solid var(--color-accent-600) !important;display:inline-block;width:auto;padding:10px 22px;border-radius:0;font-weight:600;cursor:pointer;line-height:1.2}
.eg-vd-btn-alt:hover{background:var(--color-accent-600) !important;color:#fff !important}
#eg-email-fields{margin-top:6px}
.eg-signup-choice .eg-gsi-btn{margin:0 0 4px}

.eg-vd-subnav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;border-bottom:1px solid var(--color-divider);padding-bottom:10px}
.eg-vd-subnav a{padding:6px 14px;border-radius:0;color:var(--color-accent-600);text-decoration:none;font-weight:600;font-size:.9rem}
.eg-vd-subnav a.active{background:var(--color-accent-600);color:#fff}
.eg-linkbtn{background:none;border:0;color:var(--color-danger);cursor:pointer;font:inherit;padding:0;text-decoration:underline}

.eg-slot-editor{margin:6px 0 12px}
.eg-slot-day{border:1px solid var(--color-divider);border-radius:0;padding:8px 10px;margin-bottom:8px}
.eg-slot-day-h{display:flex;justify-content:space-between;align-items:center}
.eg-slot-add{background:var(--color-accent-100);border:1px solid var(--color-accent-600);color:var(--color-accent-600);border-radius:0;padding:3px 10px;font-size:.8rem;cursor:pointer}
.eg-slot-row{display:flex;align-items:center;gap:6px;margin-top:6px}
.eg-slot-row select{padding:6px;border:1px solid var(--color-divider);border-radius:0}
.eg-slot-row span{color:var(--color-muted);font-size:.85rem}
.eg-slot-rm{background:var(--color-danger-bg);border:1px solid var(--color-danger-border);color:var(--color-danger);border-radius:0;width:26px;height:26px;cursor:pointer;line-height:1}

.eg-de{margin:8px 0 14px}
.eg-de-cal{max-width:360px}
.eg-de-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.eg-de-head button{display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent-600);color:#fff;border:0;border-radius:0;width:32px;height:32px;cursor:pointer;font-size:1.2rem;line-height:1;padding:0}
.eg-de-head button:disabled{background:var(--color-divider);cursor:default}
.eg-de-month{font-weight:700;color:var(--color-accent-800)}
.eg-de-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.eg-de-dow{text-align:center;font-size:.66rem;color:var(--color-muted);font-weight:700;text-transform:uppercase;padding:3px 0}
.eg-de-cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border-radius:0;font-size:.85rem;color:var(--color-text);cursor:pointer;border:1px solid var(--color-divider)}
.eg-de-cell.empty{visibility:hidden;border:0}
.eg-de-cell.past{color:var(--color-muted);cursor:default;border-color:var(--color-surface)}
.eg-de-cell.has{background:var(--color-accent-100);color:var(--color-accent-700);font-weight:700;border-color:var(--color-accent-200)}
.eg-de-cell.sel{outline:2px solid var(--color-accent-600);outline-offset:-2px}
.eg-de-cell:not(.past):not(.empty):hover{background:var(--color-accent-600);color:#fff}
.eg-de-editor{margin-top:14px}
.eg-de-ed-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:var(--color-accent-800)}
.eg-de-clear{background:var(--color-danger-bg);border:1px solid var(--color-danger-border);color:var(--color-danger);border-radius:0;padding:4px 10px;font-size:.8rem;cursor:pointer}
.eg-de-rows .eg-slot-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}
.eg-de-hint{color:var(--color-muted);font-size:.85rem}
@media(max-width:600px){.eg-de-cal{max-width:100%}.eg-de-cell{font-size:.92rem}}

.eg-slot-row{flex-wrap:wrap}
.eg-lbl{font-size:.8rem;color:var(--color-muted);font-weight:600;white-space:nowrap}
.eg-slot-row select{padding:8px;border:1px solid var(--color-divider);border-radius:0;font:inherit}
.eg-de-emptyrows{color:var(--color-muted);font-size:.85rem;margin:4px 0 8px}
.eg-de-ed-head strong{color:var(--color-accent-800);font-size:1rem}
@media(max-width:600px){.eg-slot-row{gap:6px}.eg-slot-row select{flex:1 1 auto;min-width:0}}

/* eg-slot-row-polish */
.eg-slot-row{display:flex !important;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.eg-slot-row>select{height:40px;padding:8px 10px;border:1px solid var(--color-divider);border-radius:0;font:inherit;box-sizing:border-box;background:#fff}
.eg-slot-row .eg-lbl{font-size:.82rem;color:var(--color-muted);font-weight:600;white-space:nowrap;margin:0}
.eg-slot-rm{display:inline-flex !important;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-danger-bg);border:1px solid var(--color-danger-border);color:var(--color-danger);border-radius:0;font-size:20px;line-height:1;cursor:pointer;padding:0;flex:0 0 auto}
.eg-slot-rm:hover{background:var(--color-danger-bg)}
.eg-slot-add{display:inline-flex;align-items:center;background:var(--color-accent-100);border:1px solid var(--color-accent-600);color:var(--color-accent-600);border-radius:0;padding:8px 16px;font-size:.85rem;font-weight:600;cursor:pointer;margin-top:8px}
.eg-slot-add:hover{background:var(--color-accent-600);color:#fff}
.eg-de-ed-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.eg-de-clear{flex:0 0 auto}
.eg-de-rows{margin-bottom:6px}
@media(max-width:600px){.eg-slot-row>select{flex:1 1 40%;min-width:0}.eg-slot-rm{width:38px;height:38px}}

/* eg-vd-actions */
.eg-vd-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid var(--color-divider)}
.eg-vd-status label{display:block;font-weight:600;color:var(--color-text);margin:0 0 5px;font-size:.88rem}
.eg-vd-status select{height:44px;padding:8px 14px;border:1px solid var(--color-divider);border-radius:0;font:inherit;background:#fff;min-width:170px}
.eg-vd-actbtns{display:flex;align-items:center;gap:14px}
.eg-vd-cancel{color:var(--color-muted);text-decoration:none;font-weight:600;font-size:.92rem}
.eg-vd-cancel:hover{color:var(--color-text);text-decoration:underline}
.eg-vd-form .eg-vd-save{background:var(--color-accent-600) !important;color:#fff !important;border:0 !important;border-radius:0;padding:13px 30px !important;font-weight:700 !important;font-size:.95rem !important;cursor:pointer;box-shadow:none;line-height:1.2 !important}
.eg-vd-form .eg-vd-save:hover{background:var(--color-accent-800) !important}
@media(max-width:600px){.eg-vd-actions{flex-direction:column;align-items:stretch}.eg-vd-actbtns{justify-content:space-between}.eg-vd-status select{width:100%}}

/* eg-vd-app-shell */
.eg-vd-app{display:flex;min-height:640px;background:var(--color-surface);border:1px solid var(--color-divider);border-radius:0;overflow:hidden;color:var(--color-text)}
.eg-vd-app *{box-sizing:border-box}
.eg-vd-app svg{stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.eg-vd-side{flex:0 0 250px;background:#fff;border-right:1px solid var(--color-divider);display:flex;flex-direction:column;padding:18px 14px}
.eg-vd-brand{display:flex;align-items:center;gap:10px;padding:4px 6px 16px;border-bottom:1px solid var(--color-surface);margin-bottom:12px}
.eg-vd-brand img{width:40px;height:40px;border-radius:0;object-fit:cover;flex:0 0 auto}
.eg-vd-brand-ic{width:40px;height:40px;border-radius:0;background:var(--color-accent-100);color:var(--color-accent-600);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.eg-vd-brand-ic svg{width:22px;height:22px}
.eg-vd-brand-name{font-weight:700;color:var(--color-text);font-size:1rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis}
.eg-vd-snav{display:flex;flex-direction:column;gap:3px;flex:1 1 auto;overflow-y:auto}
.eg-vd-snav a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:0;color:var(--color-muted);text-decoration:none;font-weight:600;font-size:.92rem;transition:background .12s,color .12s}
.eg-vd-snav a svg{width:19px;height:19px;flex:0 0 auto}
.eg-vd-snav a:hover{background:var(--color-surface);color:var(--color-text)}
.eg-vd-snav a.active{background:var(--color-accent-100);color:var(--color-accent-600)}
.eg-vd-sfoot{border-top:1px solid var(--color-surface);padding-top:12px;margin-top:10px}
.eg-vd-user{display:flex;align-items:center;gap:10px;padding:4px 6px 8px}
.eg-vd-uava{width:38px;height:38px;border-radius:0;background:var(--color-accent-100);color:var(--color-accent-600);display:flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}
.eg-vd-uinfo{display:flex;flex-direction:column;min-width:0}
.eg-vd-uinfo strong{font-size:.86rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}
.eg-vd-uinfo small{font-size:.74rem;color:var(--color-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.eg-vd-app .eg-vd-side .eg-vd-logout{display:flex;align-items:center;gap:9px;width:100%;border:0;background:none;color:var(--color-danger);font-weight:600;font-size:.86rem;padding:9px 10px;border-radius:0;text-decoration:none}
.eg-vd-app .eg-vd-side .eg-vd-logout svg{width:18px;height:18px}
.eg-vd-app .eg-vd-side .eg-vd-logout:hover{background:var(--color-danger-bg)}
.eg-vd-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;background:var(--color-surface)}
.eg-vd-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 26px 12px}
.eg-vd-greet{margin:0;color:var(--color-text);font-size:1.7rem;font-weight:800;line-height:1.1}
.eg-vd-opensite{display:inline-flex;align-items:center;gap:8px;background:var(--color-text);color:#fff;border-radius:0;padding:11px 20px;font-weight:700;text-decoration:none;font-size:.9rem;white-space:nowrap}
.eg-vd-opensite svg{width:16px;height:16px;stroke-width:2}
.eg-vd-opensite:hover{background:var(--color-accent-600);color:#fff}
.eg-vd-content{margin:6px 26px 26px;padding:24px;background:#fff;border:1px solid var(--color-divider);border-radius:0;flex:1 1 auto}
.eg-vd-content .eg-vd-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}
.eg-vd-mtop{display:none}
.eg-vd-overlay{display:none}
@media(max-width:900px){
 .eg-vd-app{display:block;border:0;border-radius:0;background:var(--color-surface);min-height:0}
 .eg-vd-mtop{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--color-divider);position:sticky;top:0;z-index:40}
 .eg-vd-burger{background:none;border:0;cursor:pointer;padding:4px;color:var(--color-text);display:flex}
 .eg-vd-burger svg{width:24px;height:24px;stroke-width:2}
 .eg-vd-mbrand{font-weight:700;color:var(--color-text);font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .eg-vd-side{position:fixed;top:0;left:0;bottom:0;width:270px;transform:translateX(-100%);transition:transform .25s ease;z-index:60;box-shadow:none}
 .eg-vd-side.open{transform:none}
 .eg-vd-overlay{display:block;position:fixed;inset:0;background:var(--color-scrim);opacity:0;visibility:hidden;transition:opacity .2s;z-index:55}
 .eg-vd-overlay.show{opacity:1;visibility:visible}
 .eg-vd-topbar{flex-direction:column;align-items:flex-start;gap:10px;padding:16px 16px 4px}
 .eg-vd-greet{font-size:1.35rem}
 .eg-vd-opensite{align-self:stretch;justify-content:center}
 .eg-vd-content{margin:10px 12px 16px;padding:16px}
 .eg-vd-table{display:block;overflow-x:auto;white-space:nowrap}
}
@media(max-width:480px){.eg-vd-content{padding:14px}}

/* eg-vd-btn-contrast */
.eg-vd-app a{text-decoration:none !important}
.eg-vd-app .eg-vd-opensite,.eg-vd-app .eg-vd-opensite span,.eg-vd-app .eg-vd-opensite:hover,.eg-vd-app .eg-vd-opensite:visited{color:#ffffff !important}
.eg-vd-app .eg-vd-opensite svg{stroke:#ffffff !important}
.eg-vd-app .eg-vd-btn,.eg-vd-app .eg-vd-btn span,.eg-vd-app .eg-vd-btn:visited{color:#ffffff !important}
.eg-vd-app .eg-vd-btn:hover{background:var(--color-accent-600) !important;color:#ffffff !important}
.eg-vd-content a:not(.eg-vd-btn):not(.eg-vd-save){color:var(--color-accent-600)}

.eg-addon-row{border:1px solid var(--color-divider);border-radius:0;padding:10px;margin-bottom:10px}
.eg-addon-grid{display:flex;gap:12px;align-items:flex-start}
.eg-addon-img{flex:0 0 92px;text-align:center}
.eg-addon-img img{width:84px;height:84px;object-fit:cover;border-radius:0;display:block;margin:0 auto 6px}
.eg-addon-noimg{display:flex;align-items:center;justify-content:center;width:84px;height:84px;border:1px dashed var(--color-divider);border-radius:0;color:var(--color-muted);font-size:.72rem;margin:0 auto 6px}
.eg-addon-img input[type=file]{font-size:.72rem;width:92px}
.eg-addon-fields{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}
.eg-addon-fields input,.eg-addon-fields textarea{width:100%;padding:8px;border:1px solid var(--color-divider);border-radius:0;font:inherit}
.eg-addon-rm{flex:0 0 auto;background:var(--color-danger-bg);border:1px solid var(--color-danger-border);color:var(--color-danger);border-radius:0;width:32px;height:32px;cursor:pointer;font-size:18px;line-height:1}
@media(max-width:600px){.eg-addon-grid{flex-wrap:wrap}.eg-addon-fields{flex:1 1 100%}}

/* --- Business-type selector cards (/become-a-provider/ with no ?type=) --- */
.eg-typesel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:18px 0 6px}.eg-typesel-card,a.eg-typesel-card{display:block;background:#fff;border:1px solid var(--color-divider);border-radius:0;padding:18px 20px;text-decoration:none;box-shadow:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.eg-typesel-card:hover{transform:translateY(-3px);box-shadow:none;border-color:var(--color-accent-600)}
.eg-typesel-card h3{margin:0 0 6px;color:var(--color-accent-800);font-size:1.05rem}
.eg-typesel-card p{margin:0;color:var(--color-muted);font-size:.85rem;line-height:1.45}
.eg-typesel-login{margin:22px 0 0;color:var(--color-muted);font-size:.88rem}
.eg-typesel-login a{color:var(--color-accent-600);font-weight:600;text-decoration:underline}
@media(max-width:600px){.eg-typesel-grid{grid-template-columns:1fr}}
