.auto-body{margin:0;background:#f4f6f8;color:#111827;font-family:Inter,Arial,sans-serif}.auto-hero{min-height:330px;background-image:linear-gradient(90deg,rgba(2,6,23,.75),rgba(2,6,23,.25)),var(--auto-banner);background-size:cover;background-position:center var(--auto-y,50%);display:flex;align-items:center}.auto-hero-inner{width:min(1180px,calc(100% - 32px));margin:auto;color:white}.auto-hero h1{font-size:clamp(36px,6vw,70px);margin:0 0 10px}.auto-hero p{font-size:18px;max-width:720px}.auto-search{display:flex;gap:0;max-width:760px;background:#fff;border-radius:18px;padding:8px;box-shadow:0 20px 50px rgba(0,0,0,.22)}.auto-search input,.auto-search select{border:0;padding:15px;flex:1;min-width:130px}.auto-search button,.auto-primary,.auto-card-actions button,.auto-panel button,.auto-card button{border:0;border-radius:12px;background:#0f172a;color:#fff;font-weight:800;padding:12px 16px;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:6px}.auto-shell{width:min(1240px,calc(100% - 28px));margin:28px auto;display:grid;grid-template-columns:280px 1fr;gap:22px}.auto-filters,.auto-panel,.auto-card,.auto-modal-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 18px 44px rgba(15,23,42,.08)}.auto-filters form{display:grid;gap:10px;padding:18px}.auto-filters input,.auto-filters select,.auto-panel input,.auto-panel select,.auto-panel textarea,.auto-modal-card input,.auto-modal-card select,.auto-modal-card textarea{width:100%;box-sizing:border-box;border:1px solid #dbe2ea;border-radius:12px;padding:12px;background:#fff}.auto-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.auto-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px}.auto-card{overflow:hidden}.auto-card>img{width:100%;height:170px;object-fit:cover}.auto-card-img{position:relative;display:block}.auto-card-img img{width:100%;height:190px;object-fit:cover;display:block}.auto-card-img span,.auto-chip{position:absolute;left:12px;top:12px;background:#2563eb;color:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;text-transform:uppercase}.auto-chip{position:static;display:inline-block}.auto-card-body{padding:16px}.auto-price{font-size:22px;font-weight:900}.auto-price-big{font-size:34px}.auto-card h3{margin:8px 0}.auto-card h3 a{color:#111827;text-decoration:none}.auto-card p{color:#64748b}.auto-specs,.auto-features{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.auto-specs span,.auto-features span{background:#eef2ff;color:#1e3a8a;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.auto-card-actions{display:flex;flex-wrap:wrap;gap:8px}.auto-card-actions button{background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0;padding:9px 11px}.auto-detail{width:min(1180px,calc(100% - 26px));margin:24px auto}.auto-back{display:inline-flex;margin-bottom:16px;color:#2563eb;font-weight:800}.auto-detail-hero{display:grid;grid-template-columns:1.3fr .8fr;gap:18px}.auto-detail-main,.auto-detail-info{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 20px 44px rgba(15,23,42,.08)}.auto-detail-main img{width:100%;height:480px;object-fit:cover;display:block}.auto-detail-info{padding:24px}.auto-detail-info h1{font-size:38px;margin:12px 0}.auto-detail-grid{display:grid;grid-template-columns:1fr 340px;gap:18px;margin-top:18px}.auto-panel{padding:20px;margin-top:18px}.auto-spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auto-spec-table div{background:#f8fafc;border-radius:14px;padding:12px}.auto-spec-table b{display:block;color:#64748b;font-size:12px;text-transform:uppercase}.auto-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.auto-gallery img{width:100%;height:140px;object-fit:cover;border-radius:14px}.auto-comments>div{border-top:1px solid #e5e7eb;padding:12px 0}.auto-manage{width:min(1180px,calc(100% - 26px));margin:24px auto}.auto-modal[hidden]{display:none!important}.auto-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:18px}.auto-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.65);backdrop-filter:blur(8px)}.auto-modal-card{position:relative;z-index:1;width:min(900px,100%);max-height:92vh;overflow:auto;padding:22px}.auto-modal-x{position:absolute;right:14px;top:14px;border:0;border-radius:999px;width:38px;height:38px;background:#0f172a;color:white;font-size:24px}.auto-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.auto-form-grid label,.auto-modal-card>form>label,.auto-panel label{display:grid;gap:6px;font-weight:800;color:#334155;font-size:13px}.auto-modal-card textarea{min-height:90px}.auto-admin-banner{height:240px;border-radius:18px;background-image:var(--auto-banner);background-size:cover;background-position:center var(--auto-y,50%);border:1px solid #e2e8f0;margin:12px 0}.auto-empty{background:#fff;border-radius:18px;padding:30px;text-align:center;color:#64748b}.report-link-btn{background:#fff1f2!important;color:#be123c!important}@media(max-width:900px){.auto-shell,.auto-detail-hero,.auto-detail-grid{grid-template-columns:1fr}.auto-search{flex-wrap:wrap}.auto-search input,.auto-search select,.auto-search button{flex-basis:100%}.auto-form-grid{grid-template-columns:1fr}.auto-detail-main img{height:320px}.auto-results-head{align-items:flex-start;flex-direction:column}.auto-hero{min-height:300px}.auto-filters{position:static}}

/* Admin front-page banner tools for Auto + Real Estate directory heroes */
.directory-front-admin-panel{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  width:min(100%,980px);
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  color:#0f172a;
  box-shadow:0 14px 34px rgba(15,23,42,.18);
  font:700 13px/1.35 system-ui,-apple-system,Segoe UI,sans-serif;
}
.directory-front-admin-panel strong{font-size:14px;white-space:nowrap}
.directory-front-admin-panel label{display:flex;align-items:center;gap:8px;margin:0;color:#334155}
.directory-front-admin-panel input[type="file"]{max-width:210px;font-size:12px}
.directory-front-admin-panel input[type="range"]{width:190px}
.directory-front-admin-panel button,.directory-front-admin-panel a{
  border:0;
  border-radius:999px;
  padding:9px 13px;
  background:#0f172a;
  color:#fff;
  text-decoration:none;
  cursor:pointer;
  font-weight:800;
}
.directory-front-admin-panel span{color:#166534;font-weight:800}
@media(max-width:720px){.directory-front-admin-panel{align-items:stretch;flex-direction:column}.directory-front-admin-panel label{flex-direction:column;align-items:flex-start}.directory-front-admin-panel input[type="range"],.directory-front-admin-panel input[type="file"]{width:100%;max-width:100%}}


/* Profile-style banner controls for Auto/Real Estate admin */
.auto-admin-banner-managed{position:relative;min-height:260px;background-image:linear-gradient(90deg,rgba(2,6,23,.45),rgba(2,6,23,.08)),var(--auto-banner);background-size:cover;background-position:center var(--auto-y,50%);border-radius:24px;overflow:hidden}
.auto-banner-menu-wrap{position:absolute;right:14px;bottom:14px;z-index:3}
.auto-banner-menu-toggle{border:0;border-radius:999px;background:rgba(15,23,42,.88);color:#fff;font-weight:900;padding:10px 14px;box-shadow:0 12px 28px rgba(15,23,42,.22);cursor:pointer}
.auto-banner-menu{position:absolute;right:0;bottom:48px;min-width:230px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.24);padding:10px;display:grid;gap:8px}
.auto-banner-menu label,.auto-banner-menu button{display:flex!important;align-items:center;justify-content:center;text-align:center;border:0;border-radius:14px;background:#f1f5f9!important;color:#0f172a!important;font-weight:900;padding:10px;cursor:pointer}
.auto-banner-menu input[type=file]{display:none}
.auto-banner-reposition-tools{position:absolute;left:14px;bottom:14px;z-index:3;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:rgba(15,23,42,.82);color:#fff;border-radius:18px;padding:9px 10px}
.auto-banner-reposition-tools.hidden{display:none!important}
.auto-banner-reposition-tools button{border:0;border-radius:999px;background:#fff!important;color:#0f172a!important;font-weight:900;padding:8px 11px;cursor:pointer}
.auto-banner-upload-progress{position:absolute;left:14px;right:14px;top:14px;z-index:4;background:rgba(255,255,255,.92);border-radius:14px;padding:8px;color:#0f172a;font-weight:900}
.auto-banner-upload-progress.hidden{display:none!important}.auto-banner-upload-progress b{display:block;height:8px;border-radius:999px;background:#22c55e;margin-top:6px}.auto-banner-upload-progress span{display:block;font-size:12px}
.auto-recent-generated-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.auto-recent-generated-post{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;border:1px solid #e2e8f0;border-radius:14px;padding:10px;color:#111827;text-decoration:none;background:#f8fafc}.auto-recent-generated-post img{width:72px;height:58px;border-radius:10px;object-fit:cover;background:#e2e8f0}.auto-recent-generated-post span{min-width:0}.auto-recent-generated-post strong,.auto-recent-generated-post small,.auto-recent-generated-post em{display:block;overflow:hidden;text-overflow:ellipsis}.auto-recent-generated-post small{white-space:nowrap;color:#64748b;font-size:12px}.auto-recent-generated-post em{color:#475569;font-size:12px;font-style:normal;line-height:1.3}
.auto-shell-compact-filters{display:block;width:min(1240px,calc(100% - 28px));margin:18px auto 28px}.auto-shell-compact-filters .auto-results{min-width:0}.auto-filters-compact{margin:0 0 18px}.auto-filters-compact form{display:grid;grid-template-columns:auto repeat(6,minmax(112px,1fr)) auto auto;gap:8px;align-items:center;padding:12px}.auto-filters-compact h2{margin:0;font-size:15px;white-space:nowrap}.auto-filters-compact input,.auto-filters-compact select{min-width:0;padding:10px 11px}.auto-filters-compact button{padding:10px 14px;white-space:nowrap}.auto-filter-more{position:relative}.auto-filter-more summary{list-style:none;border:1px solid #dbe2ea;border-radius:12px;padding:10px 12px;background:#fff;font-weight:900;cursor:pointer}.auto-filter-more summary::-webkit-details-marker{display:none}.auto-filter-more[open] summary{background:#eef2ff;color:#1d4ed8}.auto-filter-more div{position:absolute;right:0;top:calc(100% + 8px);z-index:20;display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:8px;width:min(420px,calc(100vw - 40px));padding:12px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.16)}@media(max-width:1100px){.auto-filters-compact form{grid-template-columns:repeat(4,minmax(0,1fr))}.auto-filters-compact h2{grid-column:1/-1}.auto-filters-compact button{width:100%}}@media(max-width:640px){.auto-shell-compact-filters{width:100%;margin-top:0}.auto-filters-compact form{grid-template-columns:1fr 1fr;border-radius:0}.auto-filters-compact h2{grid-column:1/-1}.auto-filter-more div{right:auto;left:0;grid-template-columns:1fr}}
.auto-grid.is-loading{opacity:.55;pointer-events:none;transition:opacity .16s ease}.auto-results-head h2 span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;margin-left:8px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:13px;font-weight:950}

/* Auto Directory admin dashboard */
.auto-admin-dashboard-page{background:#eef3f7}.auto-admin-dashboard{width:min(1320px,calc(100% - 28px));margin:24px auto 52px}.auto-admin-hero-card{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;box-shadow:0 28px 70px rgba(15,23,42,.24);overflow:hidden}.auto-admin-hero-card span,.auto-admin-section-head span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:950;color:#93c5fd}.auto-admin-hero-card h1,.auto-admin-section-head h2{margin:4px 0 0;line-height:1.05}.auto-admin-hero-card h1{font-size:clamp(34px,5vw,60px)}.auto-admin-hero-card p{margin:10px 0 0;max-width:680px;color:#dbeafe;font-weight:750}.auto-admin-hero-card nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.auto-admin-hero-card nav a,.auto-admin-footer-links a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-weight:900;padding:10px 14px;border:1px solid rgba(255,255,255,.2)}.auto-admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.auto-admin-stat-grid div{padding:18px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 44px rgba(15,23,42,.08)}.auto-admin-stat-grid strong{display:block;font-size:30px;line-height:1;color:#0f172a}.auto-admin-stat-grid span{display:block;margin-top:6px;color:#64748b;font-weight:850}.auto-admin-control-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:18px;align-items:start}.auto-admin-side-stack{display:grid;gap:18px}.auto-admin-control-card{margin-top:0}.auto-admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.auto-admin-section-head h2{font-size:24px;color:#0f172a}.auto-admin-section-head span{color:#2563eb}.auto-admin-banner-card{display:grid;gap:12px}.auto-admin-inline-status{color:#166534;font-weight:900}.auto-admin-listing-panel{margin-top:18px}.auto-admin-listing-head{align-items:center}.auto-admin-sort-form label{display:flex;align-items:center;gap:8px;margin:0}.auto-admin-sort-form select{min-width:145px}.auto-admin-listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.auto-admin-listing-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}.auto-admin-listing-card.is-hidden{display:none}.auto-admin-listing-image{position:relative;display:block}.auto-admin-listing-image img{display:block;width:100%;height:180px;object-fit:cover;background:#e2e8f0}.auto-admin-listing-image span{position:absolute;left:12px;top:12px;border-radius:999px;background:#2563eb;color:#fff;padding:6px 9px;font-size:11px;font-weight:950;text-transform:uppercase}.auto-admin-listing-body{padding:14px}.auto-admin-listing-body small{display:block;color:#64748b;font-weight:850;text-transform:uppercase;font-size:11px}.auto-admin-listing-body h3{margin:7px 0 6px;font-size:18px;line-height:1.18}.auto-admin-listing-body h3 a{color:#0f172a;text-decoration:none}.auto-admin-listing-body p{margin:0 0 10px;color:#64748b;font-weight:750}.auto-admin-listing-body strong{display:block;font-size:20px;color:#0f172a;margin-bottom:12px}.auto-admin-listing-body div{display:flex;gap:8px;flex-wrap:wrap}.auto-admin-listing-body div a,.auto-admin-load-more{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#eef2ff;color:#1d4ed8;text-decoration:none;font-weight:950;padding:9px 12px;cursor:pointer}.auto-admin-listing-body div a:first-child{background:#0f172a;color:#fff}.auto-admin-load-more{margin:18px auto 0;background:#0f172a;color:#fff;padding:12px 18px}.auto-admin-footer-links{display:flex;justify-content:center;gap:10px;margin:20px 0 0}.auto-admin-footer-links a{background:#fff;color:#0f172a;border-color:#e2e8f0;box-shadow:0 12px 26px rgba(15,23,42,.08)}@media(max-width:1060px){.auto-admin-control-grid{grid-template-columns:1fr}.auto-admin-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auto-admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auto-admin-hero-card{align-items:flex-start;flex-direction:column}.auto-admin-hero-card nav{justify-content:flex-start}}@media(max-width:640px){.auto-admin-dashboard{width:100%;margin:0 auto 32px}.auto-admin-hero-card{border-radius:0}.auto-admin-stat-grid,.auto-admin-control-grid,.auto-admin-listing-panel,.auto-admin-footer-links{margin-left:12px;margin-right:12px}.auto-admin-stat-grid,.auto-admin-listing-grid{grid-template-columns:1fr}.auto-admin-section-head{align-items:stretch;flex-direction:column}.auto-admin-sort-form label{align-items:stretch;flex-direction:column}.auto-admin-listing-image img{height:210px}}

/* Mobile edge-to-edge for standalone Auto/Real Estate */
@media(max-width:780px){
  .auto-shell,.auto-manage,.auto-detail,.auto-grid,.auto-results,.re-tools,.re-section,.re-detail-shell,.re-manage{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;gap:0!important}
  .auto-panel,.auto-card,.auto-filters,.auto-modal-card,.re-card,.re-filter-grid,.re-hero,.re-hero-search{border-radius:0!important;margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important}
  .auto-detail-main,.auto-detail-info{border-radius:0!important;border-left:0!important;border-right:0!important}
  .auto-card-img img,.auto-card>img,.auto-detail-main img,.re-card-img img,.re-hero{border-radius:0!important}
  .auto-hero-inner,.re-hero-inner{width:100%!important;padding-left:16px!important;padding-right:16px!important}
  .auto-search,.re-hero-search{width:100%!important;max-width:100%!important}
  .auto-detail{margin:0!important}
  .auto-back{display:flex!important;padding:14px 16px 0!important;margin:0!important}
  .auto-detail-hero,.auto-detail-grid{margin-top:0!important}
  .auto-panel{margin-top:0!important}
  .auto-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .auto-gallery img,.auto-gallery-item img{height:132px!important;border-radius:0!important}
  .auto-gallery-item{border-radius:0!important;box-shadow:none!important}
}

.auto-gallery-item{padding:0;border:0;background:transparent;cursor:pointer;border-radius:14px;overflow:hidden;box-shadow:0 14px 28px rgba(15,23,42,.12);transition:transform .16s ease,box-shadow .16s ease}
.auto-gallery-item:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,23,42,.18)}
.auto-gallery-item:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}
.auto-gallery-item img{display:block}

/* Final mobile edge-to-edge guard */
@media(max-width:780px){
  body.auto-body .auto-shell,
  body.auto-body .auto-shell-compact-filters,
  body.auto-body .auto-results,
  body.auto-body .auto-grid,
  body.auto-body .auto-manage,
  body.auto-body .auto-detail,
  body.auto-body .auto-detail-hero,
  body.auto-body .auto-detail-grid,
  body.auto-body .auto-admin-dashboard,
  body.auto-body .auto-admin-control-grid,
  body.auto-body .auto-admin-listing-panel,
  body.auto-body .auto-admin-listing-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    gap:0!important;
  }
  body.auto-body .auto-grid,
  body.auto-body .auto-detail-hero,
  body.auto-body .auto-detail-grid,
  body.auto-body .auto-admin-control-grid,
  body.auto-body .auto-admin-listing-grid{
    grid-template-columns:1fr!important;
  }
  body.auto-body .auto-hero,
  body.auto-body .auto-search,
  body.auto-body .auto-filters,
  body.auto-body .auto-filters-compact,
  body.auto-body .auto-panel,
  body.auto-body .auto-card,
  body.auto-body .auto-empty,
  body.auto-body .auto-detail-main,
  body.auto-body .auto-detail-info,
  body.auto-body .auto-admin-hero-card,
  body.auto-body .auto-admin-stat-grid > div,
  body.auto-body .auto-admin-listing-card,
  body.auto-body .auto-modal-card{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.auto-body .auto-hero-inner{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:32px 14px!important;
  }
  body.auto-body .auto-search{
    display:grid!important;
    padding:0!important;
  }
  body.auto-body .auto-results-head{
    margin:0!important;
    padding:12px 14px!important;
  }
  body.auto-body .auto-card-img img,
  body.auto-body .auto-card > img,
  body.auto-body .auto-detail-main img,
  body.auto-body .auto-admin-listing-image img{
    border-radius:0!important;
  }
  body.auto-body .auto-card-body,
  body.auto-body .auto-detail-info,
  body.auto-body .auto-panel{
    padding:16px!important;
  }
  body.auto-body .auto-filters-compact form{
    border-radius:0!important;
    padding:12px!important;
  }
}

/* Auto mobile detail and directory hard edge pass */
.auto-comments-head{display:flex;align-items:center;justify-content:space-between;gap:14px}
.auto-comments-head h2{margin:0}
.auto-comments-head p{margin:4px 0 0;color:#64748b;font-weight:850}
.auto-comments-button{background:#eef2ff!important;color:#1d4ed8!important}
.auto-comments-open{white-space:nowrap}
@media(max-width:780px){
  body.auto-body{overflow-x:hidden!important}
  @supports selector(html:has(body.auto-body)){
    html:has(body.auto-body){overflow-x:hidden!important}
  }
  body.auto-body .app-shell,
  body.auto-body .layout-grid,
  body.auto-body .main-content,
  body.auto-body .directory-widget-layout,
  body.auto-body .directory-widget-main,
  body.auto-body .directory-feed-topbar,
  body.auto-body .auto-hero,
  body.auto-body .auto-shell,
  body.auto-body .auto-shell-compact-filters,
  body.auto-body .auto-results,
  body.auto-body .auto-grid,
  body.auto-body .auto-detail,
  body.auto-body .auto-detail-hero,
  body.auto-body .auto-detail-grid{
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body.auto-body .directory-widget-layout,
  body.auto-body .directory-widget-main,
  body.auto-body .auto-detail-hero,
  body.auto-body .auto-detail-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  body.auto-body .auto-hero{
    min-height:240px!important;
    border-radius:0!important;
  }
  body.auto-body .auto-hero-inner{
    padding:24px max(14px,env(safe-area-inset-left)) 20px max(14px,env(safe-area-inset-right))!important;
  }
  body.auto-body .auto-hero h1{
    font-size:clamp(30px,9vw,42px)!important;
    line-height:1.02!important;
  }
  body.auto-body .auto-hero p{
    font-size:15px!important;
    line-height:1.35!important;
  }
  body.auto-body .auto-detail-main img{
    height:clamp(210px,54vw,280px)!important;
    max-height:280px!important;
    object-fit:cover!important;
  }
  body.auto-body .auto-detail-info h1{
    font-size:clamp(24px,7vw,31px)!important;
    line-height:1.08!important;
  }
  body.auto-body .auto-price-big{
    font-size:clamp(24px,7vw,30px)!important;
  }
  body.auto-body .auto-card-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.auto-body .auto-card-actions button{
    min-width:0!important;
    width:100%!important;
    min-height:42px!important;
    padding:10px 8px!important;
  }
  body.auto-body .auto-comments-head{
    align-items:stretch!important;
    flex-direction:column!important;
  }
  body.auto-body .auto-comments-open{
    width:100%!important;
  }
}
@media(max-width:430px){
  body.auto-body .auto-card-actions{
    grid-template-columns:1fr!important;
  }
}
