/* Canvas Auctions — theme-friendly frontend, scoped to .wcap-root */

.wcap-root,
.wcap-root *,
.wcap-root *::before,
.wcap-root *::after{box-sizing:border-box}
.wcap-root{
	--wcap-accent:#4f46e5;
	--wcap-accent-hover:#4338ca;
	--wcap-ink:#0f172a;
	--wcap-muted:#64748b;
	--wcap-line:#e2e8f0;
	--wcap-bg:#f8fafc;
	--wcap-card:#fff;
	--wcap-ok:#059669;
	--wcap-danger:#dc2626;
	--wcap-radius:16px;
	--wcap-shadow:0 10px 30px rgba(15,23,42,.07);
	--red:var(--wcap-accent);
	--ink:var(--wcap-ink);
	--muted:var(--wcap-muted);
	--wcap-text:var(--wcap-ink);
	--wcap-border:var(--wcap-line);
	--wcap-surface:var(--wcap-bg);
	--wcap-accent-text:#fff;
	--wcap-display:inherit;
	--wcap-body:inherit;
	display:block;
	width:100%;
	max-width:100%;
	min-width:0;
	align-self:stretch;
	color:var(--wcap-ink);
	font-family:inherit;
	font-size:16px;
	line-height:1.55;
	text-align:left;
	background:transparent;
	overflow:visible;
}
.elementor-widget-shortcode,
.elementor-widget-shortcode > .elementor-widget-container,
.elementor-element .wcap-root{
	width:100%;
	max-width:100%;
	min-width:0;
	align-self:stretch;
	overflow:visible;
}
.wcap-root img{max-width:100%;height:auto;border:0;vertical-align:middle;border-radius:12px}
.wcap-root h1,.wcap-root h2,.wcap-root h3,.wcap-dash__title{
	margin:0 0 .6rem;
	padding:0;
	color:var(--wcap-ink);
	font-family:inherit;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-.02em;
	text-transform:none;
}
.wcap-root h1,.wcap-dash__title{font-size:clamp(1.6rem,1.2rem + 1.4vw,2.1rem)}
.wcap-root h2{font-size:1.2rem}
.wcap-root p{margin:0 0 .75rem}
.wcap-root a:not(.wcap-btn):not(.bid-button):not(.event-actions a){color:var(--wcap-accent)}
.wcap-root .dashboard-side a{color:#cbd5e1;text-decoration:none}
.wcap-root .dashboard-side a.active,
.wcap-root .dashboard-side a:hover{color:#fff}
.wcap-root .dashboard-side .wcap-side-return{color:#94a3b8}
.wcap-root .wcap-event-actions a{color:var(--wcap-ink)}
.wcap-root .wcap-event-actions .red{color:#fff}

.wcap-eyebrow,.wcap-root .eyebrow{
	margin:0 0 .5rem;
	color:var(--wcap-accent);
	font-size:.75rem;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.wcap-root .wcap-btn,
.wcap-root a.wcap-btn,
.wcap-root button.wcap-btn,
.elementor-widget .wcap-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:.4rem;
	min-height:44px;
	padding:.7rem 1.15rem;
	border:0;
	border-radius:999px;
	background:var(--wcap-accent);
	color:#fff !important;
	font:600 14px inherit;
	text-decoration:none !important;
	cursor:pointer;
	box-shadow:0 8px 20px rgba(79,70,229,.25);
	transition:background .15s ease,transform .15s ease;
}
.wcap-root .wcap-btn--secondary,
.elementor-widget .wcap-btn--secondary{
	background:#fff;
	color:var(--wcap-ink) !important;
	border:1px solid var(--wcap-line);
	box-shadow:none;
}
.wcap-root .wcap-btn--ghost{
	background:transparent;
	color:var(--wcap-accent) !important;
	box-shadow:none;
	border:1px solid transparent;
}
.wcap-root .wcap-btn--danger{background:var(--wcap-danger) !important;box-shadow:none}
.wcap-root .wcap-btn:hover{background:var(--wcap-accent-hover) !important;color:#fff !important;transform:translateY(-1px)}
.wcap-btn:focus,.wcap-form input:focus,.wcap-form select:focus,.wcap-form textarea:focus,
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{
	outline:2px solid rgba(79,70,229,.35);
	outline-offset:2px;
}

.wcap-market{background:transparent;color:var(--wcap-ink)}
.wcap-page-hero{
	padding:clamp(2rem,4vw,3.5rem) 20px;
	background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#312e81 100%);
	color:#fff;
	border-radius:24px;
	margin-bottom:1.5rem;
}
.wcap-page-hero.seller-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f)}
.wcap-page-hero .wcap-hero-inner{max-width:1120px;margin:0 auto}
.wcap-page-hero h1{color:#fff;font-size:clamp(1.8rem,1.2rem + 2vw,2.8rem)}
.wcap-page-hero h1 em{font-style:normal;color:#a5b4fc}
.wcap-page-hero p:not(.eyebrow){max-width:640px;color:#cbd5e1;font-size:1.05rem;margin:12px 0 20px}
.wcap-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.wcap-online-pill{
	display:inline-flex;align-items:center;gap:8px;
	padding:.35rem .8rem;border-radius:999px;
	background:rgba(255,255,255,.12);color:#fff;font-size:.8rem
}
.wcap-online-pill i{width:8px;height:8px;border-radius:50%;background:#34d399;display:inline-block}
.wcap-bid-steps{background:#fff;border:1px solid var(--wcap-line);border-radius:var(--wcap-radius);margin:0 0 1.5rem;box-shadow:var(--wcap-shadow)}
.wcap-bid-steps-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.wcap-bid-steps-inner>div{padding:18px 16px;border-right:1px solid var(--wcap-line)}
.wcap-bid-steps-inner>div:last-child{border-right:0}
.wcap-bid-steps b{color:var(--wcap-accent);margin-right:8px}
.wcap-bid-steps span{color:var(--wcap-muted);font-size:.85rem}
.wcap-catalog{max-width:1120px;margin:0 auto;padding:8px 0 48px}
.wcap-catalog-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}
.wcap-catalog-filters{display:flex;flex-wrap:wrap;gap:8px}
.wcap-catalog-filters a,.wcap-catalog-filters button{
	padding:.45rem .9rem;border-radius:999px;border:1px solid var(--wcap-line);
	background:#fff;color:var(--wcap-ink);text-decoration:none;font-size:.85rem;cursor:pointer
}
.wcap-catalog-filters .active,.wcap-catalog-filters a.active{background:var(--wcap-ink);color:#fff;border-color:var(--wcap-ink)}
.wcap-event-list{display:flex;flex-direction:column;gap:14px}
.wcap-event{
	display:grid;grid-template-columns:160px 1fr auto;
	background:#fff;border:1px solid var(--wcap-line);border-radius:var(--wcap-radius);
	overflow:hidden;box-shadow:var(--wcap-shadow)
}
.wcap-event-pic{min-height:120px;background:#0f172a}
.wcap-event-pic img{width:100%;height:100%;object-fit:cover;border-radius:0}
.wcap-event-info{padding:20px;min-width:0}
.wcap-status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--wcap-ok)}
.wcap-status i{width:7px;height:7px;border-radius:50%;background:currentColor}
.wcap-event-info>small{display:block;margin-top:8px;color:var(--wcap-muted);font-size:.8rem}
.wcap-event-info h3{margin:6px 0;font-size:1.15rem}
.wcap-event-info h3 a{color:inherit;text-decoration:none}
.wcap-event-info p{font-size:.9rem;color:var(--wcap-muted);margin:0}
.wcap-event-actions{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px}
.wcap-event-actions a{
	min-width:140px;text-align:center;padding:.65rem 1rem;border-radius:999px;
	border:1px solid var(--wcap-line);text-decoration:none;font-weight:600;font-size:.85rem
}
.wcap-event-actions .red{background:var(--wcap-accent);border-color:var(--wcap-accent);color:#fff}

.wcap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.wcap-card,.auction-card{
	background:#fff;border:1px solid var(--wcap-line);border-radius:var(--wcap-radius);
	overflow:hidden;box-shadow:var(--wcap-shadow);min-width:0
}
.wcap-card img,.lot-art img{width:100%;height:190px;object-fit:cover;border-radius:0}
.lot-art{background:#0f172a;min-height:190px}
.wcap-card__placeholder{display:flex;align-items:center;justify-content:center;height:190px;background:#eef2ff;color:var(--wcap-muted)}
.lot-body{padding:18px 18px 20px}
.lot-tag{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--wcap-accent)}
.lot-tag i{display:inline-block;width:14px;height:3px;background:var(--wcap-accent);margin-right:8px;vertical-align:middle;border-radius:99px}
.lot-body h3{font-size:1.1rem;margin:10px 0 6px}
.lot-body h3 a{color:inherit;text-decoration:none}
.lot-body>p{font-size:.9rem;color:var(--wcap-muted)}
.bid-line{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--wcap-line);margin:16px 0 0}
.bid-line>div{padding:12px 0}
.bid-line>div+div{border-left:1px solid var(--wcap-line);padding-left:14px}
.bid-line small{font-size:.7rem;display:block;color:var(--wcap-muted);letter-spacing:.04em;text-transform:uppercase}
.bid-line strong{font-size:1rem}
.bid-button{
	display:block;width:100%;margin-top:14px;padding:.8rem 1rem;border:0;border-radius:999px;
	background:var(--wcap-ink);color:#fff !important;text-align:center;text-decoration:none;font-weight:600
}
.bid-button:hover{background:var(--wcap-accent);color:#fff !important}
.wcap-badge{display:inline-flex;padding:.2rem .55rem;border-radius:999px;background:#eef2ff;color:var(--wcap-accent);font-size:.72rem;font-weight:700}
.wcap-price{font-size:1.45rem;font-weight:700;color:var(--wcap-ink)}
.wcap-empty-auction,.wcap-login-gate,.wcap-empty{
	padding:2rem;background:#fff;border:1px dashed var(--wcap-line);border-radius:var(--wcap-radius);color:var(--wcap-muted)
}
.wcap-empty-auction>span{color:var(--wcap-accent);font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}

.dashboard-page{width:100%;background:transparent}
.dashboard-wrap{
	display:grid;grid-template-columns:260px minmax(0,1fr);
	background:#fff;border:1px solid var(--wcap-line);border-radius:24px;
	overflow:hidden;box-shadow:var(--wcap-shadow);min-height:640px
}
.dashboard-side{background:#0f172a;color:#e2e8f0;padding:24px 18px;display:flex;flex-direction:column;gap:18px}
.dashboard-brand{margin:0;font-weight:700;font-size:1rem;color:#fff}
.dashboard-brand small{display:block;color:#94a3b8;font-weight:500;font-size:.72rem;letter-spacing:.08em;margin-top:4px;text-transform:uppercase}
.account-person{display:flex;gap:12px;align-items:center;padding:12px;border-radius:14px;background:rgba(255,255,255,.06)}
.account-person>span{
	width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
	background:var(--wcap-accent);color:#fff;font-weight:700
}
.account-person b,.account-person small{display:block}
.account-person b{font-size:.9rem;color:#fff}
.account-person small{font-size:.72rem;color:#94a3b8;margin-top:2px}
.dashboard-side nav{display:flex;flex-direction:column;gap:4px}
.dashboard-side nav>a{
	padding:.65rem .8rem;border-radius:10px;color:#cbd5e1;border-left:0
}
.dashboard-side nav>a.active,.dashboard-side nav>a:hover{background:rgba(255,255,255,.08);color:#fff}
.dashboard-side nav em{
	display:inline-flex;min-width:1.3rem;justify-content:center;margin-left:.35rem;
	padding:0 .35rem;border-radius:999px;background:var(--wcap-accent);color:#fff;font-size:.7rem;font-style:normal
}
.dashboard-side nav>span{margin:12px 8px 4px;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.dashboard-side .wcap-side-return{margin-top:auto;font-size:.85rem}
.dashboard-side nav>a.wcap-side-switch{color:#a5b4fc}
.dashboard-side .wcap-side-logout{color:#fda4af;text-decoration:none;font-size:.85rem}
.dashboard-side .wcap-side-logout:hover{color:#fff}
.wcap-address{font-size:.95rem;line-height:1.6;color:var(--wcap-ink)}
.dashboard-main{padding:32px 28px;min-width:0;background:#f8fafc}
.dashboard-main>header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}
.dashboard-main header small{font-size:.72rem;color:var(--wcap-accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.dashboard-main h1{margin:6px 0 0;font-size:1.8rem}
.dash-notice{
	display:flex;flex-direction:column;gap:4px;padding:16px 18px;margin-bottom:18px;
	background:#eef2ff;border-radius:14px;border:1px solid #c7d2fe
}
.dash-notice b{color:var(--wcap-accent)}
.dash-notice span{color:#334155}
.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.dash-stats article{padding:16px;border:1px solid var(--wcap-line);border-radius:14px;background:#fff}
.dash-stats small,.dash-stats span{display:block;font-size:.72rem;text-transform:uppercase;color:var(--wcap-muted);letter-spacing:.04em}
.dash-stats strong{font-size:1.5rem;display:block;margin:8px 0;letter-spacing:-.02em}
.dashboard-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:16px;margin-top:18px}
.dashboard-grid>section{border:1px solid var(--wcap-line);padding:20px;min-width:0;background:#fff;border-radius:16px}
.dash-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;gap:12px;border-bottom:1px solid var(--wcap-line)}
.dash-title h2{margin:0}
.dash-title a{font-size:.8rem;font-weight:600;color:var(--wcap-accent);text-decoration:none}
.active-lot{display:grid;grid-template-columns:160px 1fr;gap:16px;margin-top:16px}
.active-lot-art{border-radius:12px;overflow:hidden;background:#0f172a;min-height:120px}
.active-lot h3{margin:8px 0 12px;font-size:1.2rem}
.lot-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--wcap-line)}
.lot-metrics span{padding:10px 8px 0 0;font-size:.72rem;text-transform:uppercase;color:var(--wcap-muted)}
.lot-metrics b{display:block;color:var(--wcap-ink);font-size:.9rem;margin-top:4px}
.lot-metrics .winning{color:var(--wcap-ok)}
.seller-score{background:#f0fdf4;padding:16px;margin-top:16px;border-radius:12px}
.seller-score strong{color:var(--wcap-ok);font-size:1.4rem}
.seller-score span{font-size:.75rem;text-transform:uppercase;color:var(--wcap-muted)}
.seller-panel ul{list-style:none;padding:0;margin:12px 0}
.seller-panel li{display:flex;justify-content:space-between;border-bottom:1px solid var(--wcap-line);padding:10px 0;font-size:.9rem}

.wcap-form-page{background:transparent}
.wcap-form-section{max-width:1120px;margin:0 auto;padding:8px 0 48px}
.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:start}
.form-layout>div>p{color:var(--wcap-muted);line-height:1.7}
.wcap-system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.wcap-system-grid article{padding:20px;min-height:160px;border:1px solid var(--wcap-line);border-radius:16px;background:#fff}
.wcap-system-grid article>b{color:var(--wcap-accent);font-size:.75rem;text-transform:uppercase}
.wcap-system-grid h3{font-size:1.05rem;margin:24px 0 8px}
.wcap-system-grid p{color:var(--wcap-muted);font-size:.9rem;margin:0}
.checklist{list-style:none;padding:0;margin:16px 0 0}
.checklist li{padding:10px 0;border-bottom:1px solid var(--wcap-line);font-weight:600}
.checklist li:before{content:"✓";color:var(--wcap-accent);margin-right:10px}
.lead-form,.wcap-form.lead-form{
	background:#fff;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;
	border:1px solid var(--wcap-line);border-radius:20px;box-shadow:var(--wcap-shadow)
}
.lead-form label,.wcap-form.lead-form label{
	display:flex;flex-direction:column;gap:8px;margin:0;
	font-size:.78rem;font-weight:600;color:var(--wcap-muted)
}
.lead-form input,.lead-form select,.lead-form textarea,
.wcap-form input[type="text"],.wcap-form input[type="search"],.wcap-form input[type="number"],
.wcap-form input[type="url"],.wcap-form input[type="email"],.wcap-form input[type="password"],
.wcap-form input[type="datetime-local"],.wcap-form input[type="file"],.wcap-form select,.wcap-form textarea{
	display:block;width:100%;padding:12px 14px;border:1px solid var(--wcap-line);border-radius:12px;
	background:#fff;color:var(--wcap-ink);font:400 15px inherit
}
.lead-form .full,.wcap-form .full,.wcap-product-source,.wcap-media-picker,.wcap-form-actions,.wcap-form-status{grid-column:1/-1}
.wcap-form input[type="radio"],.wcap-form input[type="checkbox"]{width:auto;accent-color:var(--wcap-accent)}
.wcap-product-source,.wcap-media-picker{border:1px solid var(--wcap-line);padding:16px;margin:0;background:#f8fafc;border-radius:14px}
.wcap-product-source legend,.wcap-media-picker legend{font-weight:700;padding:0 .25rem}
.wcap-product-source label{display:flex;align-items:center;gap:.5rem;flex-direction:row;font-weight:600}
.wcap-product-results{list-style:none;margin:.5rem 0;padding:0;border:1px solid var(--wcap-line);max-height:240px;overflow:auto;background:#fff;border-radius:12px}
.wcap-product-results li{padding:.55rem .75rem;cursor:pointer}
.wcap-product-results li:hover,.wcap-product-results li:focus{background:#eef2ff}
.wcap-selected-product{font-weight:700}
.wcap-media-field{margin:12px 0 0}
.wcap-media-label{display:block;font-size:.78rem;font-weight:600;color:var(--wcap-muted);margin:0 0 8px}
.wcap-media-actions,.wcap-form-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.wcap-form-status{min-height:1.25em;color:var(--wcap-muted);margin:0}

.wcap-single{
	display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
	gap:0;max-width:1120px;margin:0 auto;background:#fff;
	border:1px solid var(--wcap-line);border-radius:24px;overflow:hidden;box-shadow:var(--wcap-shadow)
}
.wcap-single__media{background:#0f172a;min-width:0}
.wcap-single__media>img{width:100%;height:auto;display:block;border-radius:0}
.wcap-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:6px;padding:8px}
.wcap-gallery img{width:100%;height:88px;object-fit:cover;border-radius:8px}
.wcap-single__main{padding:32px 28px;background:#fff}
.wcap-meta{color:var(--wcap-muted);font-size:.8rem}
.wcap-bid-form{display:grid;gap:12px;margin:18px 0}
.wcap-bid-form label{font-size:.8rem;font-weight:600;color:var(--wcap-muted)}
.wcap-countdown{font-size:1.25rem;font-weight:700;margin:12px 0;color:var(--wcap-ink)}
.wcap-live,.wcap-host{
	max-width:960px;margin:0 auto;background:#0f172a;color:#e2e8f0;
	padding:28px;border-radius:24px
}
.wcap-live h1,.wcap-host h1{color:#fff}
.wcap-live .wcap-price,.wcap-host .wcap-price{color:#fff}
.wcap-connection{font-size:.9rem;color:#94a3b8}
.wcap-host-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.25rem}
.wcap-content{margin-top:24px;color:#334155}
.wcap-table-wrap{overflow-x:auto;max-width:100%;border:1px solid var(--wcap-line);background:#fff;margin-top:16px;border-radius:16px}
.wcap-table{width:100%;min-width:640px;border-collapse:collapse;margin:0}
.wcap-table th,.wcap-table td{border-bottom:1px solid var(--wcap-line);text-align:left;padding:.75rem .7rem;vertical-align:top}
.wcap-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--wcap-muted);background:#f8fafc}
.wcap-table__actions{display:flex;flex-wrap:wrap;gap:.5rem}
.wcap-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}
.wcap-thumb{position:relative;width:96px;height:96px;flex:0 0 96px}
.wcap-thumb img{width:96px;height:96px;object-fit:cover;border-radius:10px}
.wcap-thumb button{position:absolute;top:4px;right:4px;border:0;background:#0f172a;color:#fff;width:1.4rem;height:1.4rem;border-radius:999px;cursor:pointer}
.wcap-excerpt{color:var(--wcap-muted);font-size:.95rem}
.wcap-link-btn{background:none;border:0;padding:0;color:var(--wcap-accent);cursor:pointer;text-decoration:underline;font:inherit}
.wcap-dash-section{margin:1.5rem 0;min-width:0}
.wcap-elementor-placeholder{border:1px dashed var(--wcap-line);padding:1.25rem;background:#f8fafc;color:var(--wcap-muted);border-radius:16px}
.wcap-auth{display:flex;justify-content:center;padding:32px 16px 56px}
.wcap-auth-card{
	width:100%;max-width:460px;background:#fff;border:1px solid var(--wcap-line);
	border-radius:24px;box-shadow:var(--wcap-shadow);padding:32px 28px
}
.wcap-auth-lede{color:var(--wcap-muted);margin:0 0 1.1rem}
.wcap-auth-tabs{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin:0 0 1.2rem;padding-bottom:.8rem;border-bottom:1px solid var(--wcap-line)}
.wcap-auth-tabs a{color:var(--wcap-muted);text-decoration:none;font-weight:600;font-size:.85rem}
.wcap-auth-tabs a.active,.wcap-auth-tabs a:hover{color:var(--wcap-accent)}
.wcap-auth-notice{padding:12px 14px;margin:0 0 1rem;border-radius:12px}
.wcap-auth-notice--error{background:#fef2f2;color:#991b1b}
.wcap-auth-notice--success{background:#ecfdf5;color:#047857}
.wcap-auth-form{padding:0;background:transparent;border:0;box-shadow:none}
.wcap-auth-remember{grid-column:1/-1;flex-direction:row !important;align-items:center;gap:.55rem !important;font-size:14px !important;color:var(--wcap-ink) !important}
.wcap-hp{position:absolute;left:-9999px;height:0;overflow:hidden}

@media (max-width:1050px){
	.dashboard-wrap{grid-template-columns:1fr}
	.dashboard-side{flex-direction:row;flex-wrap:wrap}
	.dashboard-side nav{flex-direction:row;flex-wrap:wrap;width:100%}
	.dashboard-grid,.form-layout,.wcap-single,.wcap-event{grid-template-columns:1fr}
	.dash-stats,.wcap-system-grid,.wcap-bid-steps-inner{grid-template-columns:1fr 1fr}
	.active-lot{grid-template-columns:1fr}
	.wcap-event-actions{flex-direction:row}
	.wcap-event-actions a{flex:1}
}
@media (max-width:650px){
	.dashboard-main{padding:20px 16px}
	.dash-stats,.wcap-system-grid,.wcap-bid-steps-inner,.lead-form,.wcap-form.lead-form{grid-template-columns:1fr}
	.lead-form label,.wcap-form.lead-form label{grid-column:1/-1}
	.wcap-catalog-head{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
	.wcap-root,.wcap-root *{animation:none !important;transition:none !important}
}
.rtl .wcap-grid,.rtl .wcap-root{direction:rtl}
