/* ── WVM Vendor Marketplace 1.3.0 ─────────────────────────────── */

/* ═══ Layout ════════════════════════════════════════════════════ */
.wvm-dashboard-wrap{display:flex;gap:0;max-width:1300px;margin:2rem auto;color:#17221f;min-height:80vh;align-items:flex-start}
.wvm-sidebar{width:228px;flex-shrink:0;background:#1a3329;border-radius:18px;padding:1.25rem 0;position:sticky;top:2rem;overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 4rem)}
.wvm-sidebar-logo{display:flex;align-items:center;gap:.7rem;padding:.5rem 1.25rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}
.wvm-sidebar-logo .wvm-avatar{background:#2d5c47;color:#9edabb;font-size:1.1rem;flex-shrink:0}
.wvm-sidebar-store{font-weight:700;color:#fff;font-size:.88rem;line-height:1.2;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wvm-sidebar-status{font-size:.72rem;color:#7daa91;margin-top:.15rem;text-transform:capitalize}
.wvm-sidebar-nav{padding:.75rem 0;overflow-y:auto;flex:1}
.wvm-nav-section{font-size:.67rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5a8a72;padding:.9rem 1.25rem .35rem}
.wvm-nav-item,.wvm-nav-sub-item{display:flex;align-items:center;gap:.65rem;padding:.68rem 1.25rem;color:#b0ccbe;font-size:.87rem;font-weight:600;text-decoration:none;cursor:pointer;border:0;background:transparent;width:100%;text-align:left;line-height:1.3;transition:background .13s,color .13s}
.wvm-nav-sub-item{padding-left:2.6rem;font-size:.82rem;font-weight:500}
.wvm-nav-item:hover,.wvm-nav-sub-item:hover{background:rgba(255,255,255,.06);color:#fff}
.wvm-nav-item.active,.wvm-nav-sub-item.active{background:#2d5c47;color:#fff}
.wvm-nav-item svg,.wvm-nav-sub-item svg{flex-shrink:0;opacity:.7}
.wvm-nav-item.active svg,.wvm-nav-sub-item.active svg{opacity:1}
.wvm-sidebar-bottom{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08)}
.wvm-sidebar-bottom a{display:flex;align-items:center;gap:.5rem;color:#7daa91;font-size:.82rem;text-decoration:none}
.wvm-sidebar-bottom a:hover{color:#fff}

/* Main content */
.wvm-main{flex:1;min-width:0;padding:0 0 0 1.6rem}
.wvm-tab-panel{display:none}
.wvm-tab-panel.active{display:block}
.wvm-page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}
.wvm-page-header h2{font-size:1.6rem;margin:0}
.wvm-eyebrow{color:#5b8174;font-size:.71rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;display:block;margin-bottom:.3rem}

/* ═══ Stat Row ══════════════════════════════════════════════════ */
.wvm-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.5rem}
.wvm-stat{background:#fff;border:1px solid #d9e2dd;border-radius:14px;padding:1.1rem 1.3rem;box-shadow:0 4px 12px rgba(25,48,40,.04)}
.wvm-stat span{display:block;color:#6b7d76;font-size:.81rem;margin-bottom:.3rem}
.wvm-stat strong{display:block;font-size:1.45rem;font-weight:800;color:#14271f}
.wvm-stat-accent{border-left:3px solid #1d5848}

/* ═══ Panel ═════════════════════════════════════════════════════ */
.wvm-panel{background:#fff;border:1px solid #d9e2dd;border-radius:16px;padding:1.4rem;box-shadow:0 4px 14px rgba(25,48,40,.05);margin-bottom:1.25rem}
.wvm-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem;flex-wrap:wrap;gap:.5rem}
.wvm-panel-head h3{margin:0;font-size:1.05rem}
.wvm-panel-head span{color:#6b7d76;font-size:.84rem}

/* ═══ Grid layouts ══════════════════════════════════════════════ */
.wvm-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
.wvm-cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}

/* ═══ Forms ═════════════════════════════════════════════════════ */
.wvm-form{display:grid;gap:.9rem}
.wvm-form label{display:grid;gap:.32rem;font-weight:650;font-size:.88rem;color:#2a3d35}
.wvm-form input,.wvm-form textarea,.wvm-form select{border:1px solid #c8d5cf;border-radius:9px;padding:.72rem .9rem;background:#fbfdfb;font:inherit;font-size:.9rem;color:#17221f;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}
.wvm-form input:focus,.wvm-form textarea:focus,.wvm-form select:focus{outline:none;border-color:#1d5848;box-shadow:0 0 0 3px rgba(29,88,72,.1)}
.wvm-form input[type=file]{padding:.5rem .9rem;background:#f6faf7;cursor:pointer}
.wvm-form input[type=date]{cursor:pointer}
.wvm-form textarea{resize:vertical}
.wvm-form small{color:#7d8f88;font-weight:400;font-size:.79rem}
.wvm-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}
.wvm-form-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}
.wvm-check{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}
.wvm-check input[type=checkbox]{width:auto;margin:0;accent-color:#1d5848}
.wvm-help-text{color:#7d8f88;font-size:.82rem;margin:.6rem 0 0}
.wvm-section-title{font-size:.95rem;font-weight:700;color:#1a3329;border-bottom:1px solid #e0e9e3;padding-bottom:.5rem;margin:.5rem 0}

/* File upload card */
.wvm-file-card{border:1.5px dashed #a8c4b5;border-radius:10px;padding:1rem;background:#f6fbf8;display:flex;flex-direction:column;gap:.4rem}
.wvm-file-card-label{font-weight:700;font-size:.85rem;color:#2a4e3f;display:flex;align-items:center;gap:.4rem}
.wvm-file-card-label svg{color:#5b8174}
.wvm-file-preview-name{font-size:.8rem;color:#5b8174;font-style:italic;margin-top:.15rem}
.wvm-doc-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#1d5848;font-weight:600;text-decoration:none;padding:.3rem .65rem;border:1px solid #a8c4b5;border-radius:6px;background:#f0f8f4}
.wvm-doc-link:hover{background:#daf0e3}
.wvm-doc-expired{color:#892828!important;border-color:#f0b3b3!important;background:#fff5f5!important}

/* ═══ Buttons ═══════════════════════════════════════════════════ */
.wvm-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:#1d5848;color:#fff;border:0;border-radius:9px;padding:.72rem 1.2rem;font-weight:700;font-size:.88rem;text-decoration:none;cursor:pointer;transition:background .13s;white-space:nowrap}
.wvm-button:hover{background:#154034;color:#fff}
.wvm-button-sm{padding:.48rem .85rem;font-size:.8rem}
.wvm-button-secondary{background:#e3eee8;color:#1a3d2f}
.wvm-button-secondary:hover{background:#cde3d4;color:#1a3d2f}
.wvm-button-danger{background:#fce8e8;color:#892828}
.wvm-button-danger:hover{background:#f5cece;color:#892828}
.wvm-button-outline{background:transparent;color:#1d5848;border:1.5px solid #1d5848}
.wvm-button-outline:hover{background:#e9f5ee}
.wvm-link-btn{background:transparent;border:0;padding:0;color:#1d5848;font-weight:600;font-size:.83rem;text-decoration:underline;cursor:pointer;white-space:nowrap}
.wvm-link-btn-danger{color:#892828}
.wvm-inline-form{display:inline}
.wvm-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}

/* ═══ Table ══════════════════════════════════════════════════════ */
.wvm-table-wrap{overflow-x:auto;margin-top:.5rem}
.wvm-table{width:100%;border-collapse:collapse}
.wvm-table th{padding:.65rem .75rem;text-align:left;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#6b7d76;border-bottom:2px solid #e5ece8;background:#f7faf8;white-space:nowrap}
.wvm-table td{padding:.8rem .75rem;border-bottom:1px solid #edf2ef;font-size:.87rem;vertical-align:middle}
.wvm-table tr:hover td{background:#fafdf9}

/* Product thumbnail in list */
.wvm-product-thumb{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#edf3ef;flex-shrink:0;border:1px solid #e0e9e3}
.wvm-product-thumb-placeholder{width:52px;height:52px;border-radius:8px;background:#edf3ef;border:1px solid #e0e9e3;display:inline-flex;align-items:center;justify-content:center;color:#a0b8ac;font-size:1.2rem;flex-shrink:0}
.wvm-product-name-cell{display:flex;align-items:center;gap:.75rem}

/* ═══ Badges ════════════════════════════════════════════════════ */
.wvm-badge{display:inline-flex;align-items:center;padding:.24rem .65rem;border-radius:99px;font-size:.73rem;font-weight:700;letter-spacing:.03em;white-space:nowrap}
.wvm-badge-green{background:#e3f5e9;color:#1a6b3a}
.wvm-badge-yellow{background:#fff3d4;color:#8a5f10}
.wvm-badge-red{background:#fce8e8;color:#892828}
.wvm-badge-blue{background:#e4eeff;color:#1a40a8}
.wvm-badge-gray{background:#edf0ee;color:#4d6358}
.wvm-badge-teal{background:#e0f5f0;color:#1a5c4a}

/* ═══ Notices ═══════════════════════════════════════════════════ */
.wvm-notice{padding:.95rem 1.1rem;border-radius:10px;margin:0 0 1.1rem;font-size:.9rem;line-height:1.5}
.wvm-notice-success{background:#e6f5e9;color:#1a5e30;border-left:3px solid #2e9b54}
.wvm-notice-warning{background:#fff3d4;color:#7a5010;border-left:3px solid #c98a18}
.wvm-notice-info{background:#e5f0f8;color:#1c3f6a;border-left:3px solid #3272c0}
.wvm-notice-error{background:#fce8e8;color:#892828;border-left:3px solid #c43434}

/* ═══ Setup Wizard ═══════════════════════════════════════════════ */
.wvm-wizard-wrap{max-width:680px;margin:2rem auto}
.wvm-wizard-header{text-align:center;margin-bottom:2rem}
.wvm-wizard-header h2{font-size:1.8rem;margin:.5rem 0 .4rem}
.wvm-wizard-header p{color:#6b7d76;font-size:.95rem;margin:0}
.wvm-wizard-steps{display:flex;justify-content:center;gap:0;margin-bottom:2rem;position:relative}
.wvm-wizard-steps::before{content:'';position:absolute;top:20px;left:calc(50% - 100px);width:200px;height:2px;background:#e0e9e3;z-index:0}
.wvm-wizard-step{display:flex;flex-direction:column;align-items:center;gap:.4rem;position:relative;z-index:1;flex:1;max-width:140px}
.wvm-wizard-step-num{width:40px;height:40px;border-radius:50%;border:2px solid #c8d5cf;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:#7d8f88;transition:all .2s}
.wvm-wizard-step.done .wvm-wizard-step-num{background:#2e9b54;border-color:#2e9b54;color:#fff}
.wvm-wizard-step.active .wvm-wizard-step-num{background:#1d5848;border-color:#1d5848;color:#fff;box-shadow:0 0 0 4px rgba(29,88,72,.15)}
.wvm-wizard-step-label{font-size:.78rem;font-weight:600;color:#7d8f88;text-align:center}
.wvm-wizard-step.active .wvm-wizard-step-label{color:#1d5848}
.wvm-wizard-step.done .wvm-wizard-step-label{color:#2e9b54}

/* ═══ Map ════════════════════════════════════════════════════════ */
.wvm-map-wrap{border-radius:12px;overflow:hidden;border:1px solid #c8d5cf;margin-bottom:.5rem}
#wvm-registration-map,#wvm-settings-map{height:300px;width:100%;background:#edf3ef}
.wvm-map-search{display:flex;gap:.5rem;margin-bottom:.5rem}
.wvm-map-search input{flex:1;border:1px solid #c8d5cf;border-radius:9px;padding:.6rem .9rem;font-size:.9rem}
.wvm-map-search button{padding:.6rem 1rem;border:0;border-radius:9px;background:#1d5848;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;white-space:nowrap}
.wvm-map-search button:hover{background:#154034}
.wvm-map-coords{font-size:.78rem;color:#7d8f88;margin-top:.3rem}

/* ═══ Opening Hours ══════════════════════════════════════════════ */
.wvm-oh-day-block{border:1px solid #e5ece8;border-radius:12px;padding:.85rem 1rem;margin-bottom:.65rem;background:#fbfdfb}
.wvm-oh-day-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem;flex-wrap:wrap}
.wvm-oh-day-name{font-weight:700;font-size:.9rem;color:#1a3329;min-width:90px}
.wvm-oh-day-header .wvm-check{margin-left:auto}
.wvm-add-period-btn{margin-left:auto;padding:.3rem .75rem;border:1px solid #a8c4b5;border-radius:7px;background:#f0f8f4;color:#1d5848;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap}
.wvm-add-period-btn:hover{background:#daf0e3}
.wvm-oh-periods-wrap{display:grid;gap:.4rem}
.wvm-oh-period-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.wvm-oh-period-row input[type=time]{border:1px solid #c8d5cf;border-radius:8px;padding:.5rem .7rem;font-size:.88rem;background:#fff;font:inherit}
.wvm-oh-period-row input[type=time]:disabled{background:#f0f0f0;color:#aaa}
.wvm-oh-sep{color:#7d8f88;font-size:.85rem;font-weight:500}
.wvm-remove-period-btn{width:28px;height:28px;border:1px solid #f0b3b3;border-radius:6px;background:#fff5f5;color:#892828;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;flex-shrink:0}
.wvm-remove-period-btn:hover{background:#fce8e8}
.wvm-oh-closed-all .wvm-oh-periods-wrap{opacity:.4;pointer-events:none}

/* Store hours on store page */
.wvm-oh-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700}
.wvm-oh-open{color:#2e9b54}.wvm-oh-closed-lbl{color:#892828}
.wvm-oh-times-summary{font-size:.78rem;color:rgba(255,255,255,.65);margin-top:.2rem}

/* ═══ Subscription product fields ═══════════════════════════════ */
.wvm-sub-toggle-section{border:1.5px solid #d9e2dd;border-radius:12px;padding:1rem;margin-top:.5rem;background:#f8fcfa}
.wvm-sub-fields{display:grid;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e9e3}
.wvm-sub-period-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.wvm-sub-period-row span{color:#6b7d76;font-size:.88rem}
.wvm-sub-period-row select,.wvm-sub-period-row input{width:auto}
.wvm-price-sub-label{font-size:.8rem;color:#5b8174;font-weight:600;display:inline-block;padding:.15rem .45rem;background:#e6f5e9;border-radius:4px;margin-left:.3rem}

/* ═══ Product variable section ═══════════════════════════════════ */
.wvm-attr-list{display:grid;gap:.6rem;margin-bottom:.75rem}
.wvm-attr-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.wvm-attr-row input{flex:1;min-width:120px}

/* ═══ Bank Account ═══════════════════════════════════════════════ */
.wvm-bank-card{background:linear-gradient(135deg,#1a3329 0%,#2d5c47 100%);border-radius:16px;padding:1.4rem;color:#fff;position:relative;overflow:hidden}
.wvm-bank-card::after{content:'';position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;border:30px solid rgba(255,255,255,.06)}
.wvm-bank-card-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9edabb;margin-bottom:.75rem}
.wvm-bank-card-row{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.75rem}
.wvm-bank-card-row span{font-size:.75rem;color:rgba(255,255,255,.6)}
.wvm-bank-card-row strong{font-size:.95rem;color:#fff;font-weight:700}
.wvm-bank-card-row-h{display:flex;gap:2rem;flex-wrap:wrap}

/* ═══ Reviews ════════════════════════════════════════════════════ */
.wvm-review-list{display:grid;gap:.9rem}
.wvm-review{border:1px solid #e2ebe5;border-radius:12px;padding:1rem}
.wvm-review-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.6rem}
.wvm-review-header strong{font-size:.9rem}
.wvm-review-header span{color:#6b7d76;font-size:.8rem}
.wvm-stars{color:#e0a400;font-size:.85rem;margin:.2rem 0}
.wvm-review p{margin:.5rem 0;font-size:.9rem}
.wvm-vendor-reply{padding:.65rem 1rem;margin-top:.75rem;border-left:3px solid #5b8174;background:#eef5f0;font-size:.88rem;border-radius:0 8px 8px 0}
.wvm-vendor-reply strong{display:block;font-size:.78rem;color:#5b8174;margin-bottom:.25rem}
.wvm-reply-form{margin-top:.75rem;border-top:1px solid #edf2ef;padding-top:.75rem}

/* ═══ Analytics ═════════════════════════════════════════════════ */
.wvm-analytics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.25rem}
.wvm-analytics-card{background:#f2f8f4;border-radius:12px;padding:1rem 1.2rem}
.wvm-analytics-card span{display:block;color:#6b7d76;font-size:.78rem;margin-bottom:.3rem}
.wvm-analytics-card strong{display:block;font-size:1.3rem;font-weight:800}

/* ═══ Store page ═════════════════════════════════════════════════ */
.wvm-store,.wvm-directory{max-width:1180px;margin:2rem auto;color:#17221f}
.wvm-store-header{background:linear-gradient(135deg,#1a3329 0%,#2d5c47 100%);border-radius:20px;padding:2.5rem;margin-bottom:2rem;color:#fff;background-size:cover;background-position:center}
.wvm-store-header .wvm-eyebrow{color:#9edabb}
.wvm-store-header h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1;margin:.4rem 0 .7rem;color:#fff}
.wvm-store-header p{color:rgba(255,255,255,.75);max-width:580px;margin:0 0 .5rem}
.wvm-store-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}
.wvm-store-meta-item{display:flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.12);border-radius:8px;padding:.4rem .8rem;font-size:.82rem;color:rgba(255,255,255,.85)}
.wvm-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}
.wvm-product-card{border:1px solid #dde7e1;border-radius:14px;overflow:hidden;background:#fff;transition:box-shadow .18s,transform .18s}
.wvm-product-card:hover{box-shadow:0 8px 24px rgba(25,48,40,.12);transform:translateY(-2px)}
.wvm-product-card a{color:inherit;text-decoration:none;display:block}
.wvm-product-card img{width:100%;aspect-ratio:1;object-fit:cover;background:#edf3ef}
.wvm-product-card-body{padding:.75rem}
.wvm-product-card h3{font-size:.92rem;margin:0 0 .35rem;line-height:1.3}
.wvm-product-card .price{font-weight:700;color:#1d5848;font-size:.95rem}
.wvm-sub-indicator{font-size:.73rem;color:#5b8174;font-weight:600;display:block;margin-top:.15rem}

/* Directory */
.wvm-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
.wvm-directory-card{display:grid;gap:.4rem;padding:1.3rem;border:1px solid #dce6e0;border-radius:14px;text-decoration:none;color:#1a2f28;background:#fff;transition:box-shadow .18s}
.wvm-directory-card:hover{box-shadow:0 6px 18px rgba(25,48,40,.1)}
.wvm-directory-card span:last-child{color:#6b7d76;font-size:.88rem}
.wvm-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#d5e8dc;color:#275e48;font-weight:800;font-size:1rem;flex-shrink:0}
.wvm-logo-thumb{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #e0e9e3}

/* ═══ Registration form ══════════════════════════════════════════ */
.wvm-auth-panel{max-width:680px;margin:2rem auto}
.wvm-reg-section{border-top:1px solid #e0e9e3;padding-top:1rem;margin-top:.5rem}
.wvm-reg-section-title{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5b8174;margin-bottom:.75rem}

/* ═══ Admin note / message thread ═══════════════════════════════ */
.wvm-admin-note{border-left:3px solid #3272c0;background:#f0f6fc;border-radius:0 8px 8px 0;padding:.75rem 1rem;margin-bottom:.5rem;font-size:.88rem}
.wvm-admin-note-info{border-color:#c98a18;background:#fffaed}
.wvm-admin-note time{font-size:.76rem;color:#7d8f88;display:block;margin-top:.25rem}

/* ═══ Coupon row ════════════════════════════════════════════════ */
.wvm-coupon-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid #edf2ef}
.wvm-coupon-row:last-child{border-bottom:0}
.wvm-coupon-code{font-family:monospace;background:#f0f8f4;border:1px solid #d5e8dc;border-radius:6px;padding:.2rem .55rem;font-size:.88rem;font-weight:700;letter-spacing:.05em}

/* ═══ Misc ══════════════════════════════════════════════════════ */
.wvm-empty{color:#8a9e96;font-size:.9rem;padding:1.5rem;text-align:center}
.wvm-divider{border:0;border-top:1px solid #e5ece8;margin:1.25rem 0}
.wvm-badge-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}

/* ═══ Responsive ════════════════════════════════════════════════ */
@media(max-width:1024px){
	.wvm-stat-row,.wvm-analytics-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:960px){
	.wvm-dashboard-wrap{flex-direction:column}
	.wvm-sidebar{width:100%;position:static;border-radius:14px;max-height:none}
	.wvm-sidebar-nav{display:flex;flex-wrap:wrap;overflow:visible;padding:.5rem}
	.wvm-nav-section{display:none}
	.wvm-nav-item,.wvm-nav-sub-item{padding:.5rem .75rem;border-radius:8px;width:auto}
	.wvm-main{padding:0;margin-top:1rem}
	.wvm-cols,.wvm-cols-3{grid-template-columns:1fr}
}
@media(max-width:640px){
	.wvm-stat-row,.wvm-analytics-grid{grid-template-columns:1fr}
	.wvm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.wvm-directory{grid-template-columns:1fr}
	.wvm-form-row,.wvm-form-row-3{grid-template-columns:1fr}
	.wvm-oh-day-header{flex-wrap:wrap}
	.wvm-oh-period-row{flex-wrap:wrap}
}
@media(max-width:480px){
	.wvm-product-grid{grid-template-columns:1fr 1fr}
	.wvm-panel{padding:1rem}
}
