body,html{width:100%;height:100%;margin:0;overflow-x:hidden;overflow-y:auto;background:#fff}.admin-state-page{min-height:100vh;display:grid;place-content:center;justify-items:center;grid-gap:14px;gap:14px;padding:32px;color:#202834;text-align:center;background:#f4f7fb}.admin-state-page img{width:150px;height:76px;object-fit:contain}.admin-state-page h1{margin:0;font-size:26px}.admin-state-page p{max-width:520px;margin:0;color:#667085}.admin-form-message{margin:0;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.45}.admin-form-message.is-error,.product-editor-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.admin-form-message.is-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.product-editor-error{margin:0 28px 12px;padding:10px 12px;border-radius:8px;font-size:13px}.product-file-button{position:relative;cursor:pointer;overflow:hidden}.product-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.product-existing-media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.product-existing-media article{overflow:hidden;border:1px solid #e5e9f0;border-radius:10px;background:#fff}.product-existing-media article>div:first-child{display:grid;place-items:center;height:104px;background:#f6f8fb}.product-existing-media img{width:100%;height:100%;object-fit:contain}.product-existing-media-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px}.product-existing-media-meta>span{padding:0;color:#667085;font-size:11px;text-transform:uppercase}.product-existing-media-meta>div{display:flex;align-items:center;gap:6px}.product-media-action,.product-media-delete{display:inline-flex;align-items:center;min-height:25px;padding:3px 7px;border:1px solid #dfe4eb;border-radius:6px;background:#fff;color:#46505b;font-size:10px;cursor:pointer}.product-media-action{position:relative;overflow:hidden}.product-media-action input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.product-media-delete{color:#b42318;border-color:#fecdca}.product-media-action:has(input:disabled),.product-media-delete:disabled{cursor:wait;opacity:.55}.product-media-group{display:grid;grid-gap:12px;gap:12px}.product-media-resource-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.product-media-resource{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;grid-gap:10px;gap:10px;align-items:center;min-height:62px;padding:10px 12px;border:1px solid #e2e5ea;border-radius:9px;background:#fff;color:#333;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-media-resource:hover{border-color:#aeb4bd;box-shadow:0 8px 22px rgba(16,24,40,.08);transform:translateY(-1px)}.product-media-resource>span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#f1f3f5;color:#333}.product-media-resource small,.product-media-resource strong{display:block;min-width:0}.product-media-resource strong{font-size:11px}.product-media-resource small{overflow:hidden;margin-top:4px;color:#858b94;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.product-media-resource>svg{color:#8b9199}.product-empty-media-compact{grid-auto-flow:column;justify-content:center;align-items:center;padding:18px}.admin-post-icon.has-image{overflow:hidden;padding:0}.admin-post-icon.has-image img{width:100%;height:100%;object-fit:cover}.admin-banner-preview.has-media:before{display:none}.admin-banner-preview.has-media>img,.admin-banner-preview.has-media>video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}.admin-banner-preview-overlay{position:absolute!important;inset:0;z-index:1!important;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72))}.product-spec-editor-list{display:grid;grid-gap:9px;gap:9px}.product-spec-editor-row{display:grid;grid-template-columns:1.1fr 1.3fr 1fr .65fr 36px;grid-gap:8px;gap:8px;align-items:center}.product-spec-editor-row input{min-width:0;height:38px;padding:0 10px;border:1px solid #dfe4eb;border-radius:7px}.product-spec-editor-row button{display:grid;place-items:center;width:34px;height:34px;color:#b42318;border:0;border-radius:7px;background:#fef3f2;cursor:pointer}.admin-login-button:disabled,.admin-primary-button:disabled,.admin-secondary-button:disabled,.product-save-draft:disabled{cursor:wait;opacity:.65}@media (max-width:760px){.product-existing-media{grid-template-columns:repeat(2,minmax(0,1fr))}.product-media-resource-list{grid-template-columns:1fr}.product-spec-editor-row{grid-template-columns:1fr 1fr;padding:10px;border:1px solid #e5e9f0;border-radius:9px}.product-spec-editor-row button{grid-column:2;justify-self:end}}body{font-family:Arial,sans-serif}main{width:100%;min-height:100vh}.legacy-mirror{display:block;width:100%;height:100vh;border:0;background:#fff;opacity:1;transition:opacity .22s ease}.legacy-mirror.is-ready{opacity:1}.legacy-frame-shell{position:relative;width:100%;height:100vh;overflow:hidden;background:#fff}.legacy-progress{position:absolute;z-index:2;top:0;left:0;width:35%;height:2px;background:#9b1c31;animation:legacy-progress 1.1s ease-in-out infinite;transition:opacity .18s ease}.legacy-frame-shell.is-ready .legacy-progress{opacity:0}@keyframes legacy-progress{0%{transform:translateX(-120%)}50%{transform:translateX(180%)}to{transform:translateX(300%)}}@media (prefers-reduced-motion:reduce){.legacy-mirror,.legacy-progress{transition:none;animation:none}}:root{--home-ink:#3c3c3c;--home-red:#ed1d25;--home-blue:#002c5f;--home-max:1270px}.home-page{min-height:100vh;color:var(--home-ink);font-family:Arial,Helvetica,sans-serif}.exact-home-page #header{position:-webkit-sticky;position:sticky;top:0;z-index:9999}.home-page a{color:inherit;text-decoration:none}.home-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08)}.home-header-main{max-width:var(--home-max);min-height:70px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.home-logo img{display:block;width:256px;height:70px;object-fit:contain}.home-brand{font-size:27px;font-weight:800;letter-spacing:.4px}.home-nav{min-height:42px;display:flex;justify-content:center;align-items:center;gap:0;background:#f1f1f1;font-weight:700}.home-nav-dropdown>a,.home-nav>a{padding:0 13px;line-height:42px;border-right:1px solid #ddd;white-space:nowrap}.home-dropdown-panel a:hover,.home-nav-dropdown>a:hover,.home-nav>a:hover{color:var(--home-red)}.home-nav span{color:#777;font-size:16px}.home-nav-dropdown{position:relative}.home-dropdown-panel{position:absolute;top:42px;left:50%;width:350px;padding:8px;background:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:0 8px 24px rgba(0,0,0,.18);transform:translate(-50%,-8px);opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.home-nav-dropdown:focus-within .home-dropdown-panel,.home-nav-dropdown:hover .home-dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%)}.home-dropdown-panel a{display:block;padding:13px 16px;border-bottom:1px solid #e7e7e7;font-size:16px;font-weight:400}.home-dropdown-panel a:last-child{border-bottom:0}.home-hotline{margin-left:10px;padding:7px 12px;border:2px solid var(--home-red);border-radius:20px;color:var(--home-red)!important;font-size:14px;white-space:nowrap}.home-search{padding:0 8px;font-size:26px;line-height:1}.home-mobile-menu{display:none}.home-hero{position:relative;height:min(550px,calc(100vh - 112px));min-height:360px;overflow:hidden;background:#070707}.home-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.52))}.home-hero h1{position:absolute;left:0;right:0;bottom:34px;margin:0;color:#fff;text-align:center;font-size:clamp(34px,4.5vw,62px);letter-spacing:1px}.home-section{max-width:var(--home-max);margin:0 auto;padding:50px 20px}.home-products-section{background:#fff}.home-section-title{display:flex;align-items:center;gap:16px;justify-content:center;margin:0 0 28px;text-align:center;font-size:clamp(23px,3vw,40px);line-height:1.2}.home-section-title span{width:24%;max-width:290px;height:1px;background:#ddd}.home-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;margin:0 -15px}.home-product-card{display:block;overflow:hidden;padding:0 15px;background:transparent;transition:opacity .18s ease}.home-product-card:hover{opacity:.82}.home-product-image{display:block;aspect-ratio:16/9;overflow:hidden;background:transparent}.home-product-image img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .3s ease}.home-product-card:hover img{transform:scale(1.03)}.home-product-name{display:block;padding:10px 0 24px;text-align:center;font-size:19px;font-weight:400}.home-services-section{max-width:none;padding-left:max(20px,calc((100% - var(--home-max)) / 2 + 20px));padding-right:max(20px,calc((100% - var(--home-max)) / 2 + 20px));background:#f5f5f5}.home-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px 34px;gap:28px 34px}.home-service-card{display:flex;gap:18px;align-items:flex-start}.home-service-card>img{flex:0 0 75px;width:75px;height:75px;border-radius:50%;object-fit:cover}.home-service-card h3{margin:2px 0 8px;font-size:18px}.home-service-card p{margin:0;color:#5d5d5d;font-size:15px;line-height:1.55}.home-cta{display:flex;align-items:center;justify-content:center;gap:80px;padding:23px 20px;background:#3c3c3c;color:#fff}.home-cta h2{margin:0 0 10px;font-size:25px}.home-cta p{margin:0;font-size:18px}.home-cta strong{color:#fff}.home-cta form{display:flex;min-width:min(440px,100%)}.home-cta input{min-width:0;flex:1 1;height:45px;padding:0 14px;border:0;font-size:15px}.home-cta button{height:45px;padding:0 25px;border:0;background:var(--home-red);color:#fff;font-weight:700;cursor:pointer}.home-news-section{padding-top:35px;padding-bottom:35px}.home-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.home-section-heading .home-section-title{flex:1 1}.home-section-heading>a{color:var(--home-red);font-weight:700}.home-news-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-gap:18px;gap:18px}.home-news-card{display:flex;gap:12px;align-items:center;overflow:hidden;border-bottom:1px solid #ddd;padding-bottom:10px;font-weight:700;line-height:1.35}.home-news-card img{width:30%;aspect-ratio:16/9;object-fit:cover}.home-news-featured{display:block;grid-row:span 3;position:relative;color:#fff;border:0;padding:0;min-height:280px}.home-news-featured img{width:100%;height:100%;position:absolute;inset:0;aspect-ratio:auto}.home-news-featured:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.75))}.home-news-featured span{position:absolute;z-index:1;left:20px;right:20px;bottom:20px;font-size:21px}.home-showroom{position:relative;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;grid-gap:30px;gap:30px;max-width:var(--home-max);margin:0 auto;padding:45px 20px;text-align:center;background:url(/legacy/wp-content/uploads/2025/11/12-scaled.jpg) 50%/cover}.home-showroom:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.91)}.home-showroom>div,.home-showroom>img{position:relative;z-index:1}.home-showroom-logo{display:block;width:85px;height:85px;margin:0 auto 12px}.home-showroom a{display:block;margin-top:8px}.home-showroom h2{margin:0 0 8px;font-size:31px}.home-showroom h3{margin:0;font-size:22px}.home-qr{width:135px;height:135px;margin:auto;object-fit:contain}.home-footer{display:grid;grid-template-columns:1.5fr 1.6fr 1fr 1fr;grid-gap:35px;gap:35px;padding:38px max(20px,calc((100% - var(--home-max)) / 2 + 20px));background:#363636;color:#fff}.home-footer h3{margin:0 0 17px;color:#fff;font-size:17px}.home-footer p{margin:0 0 8px;color:#eee;font-size:14px;line-height:1.45}.home-footer a{display:block;margin:0 0 7px;color:#eee;font-size:14px}.home-footer a:hover{color:#fff}.home-copyright{padding:10px 20px;background:#000;color:rgba(255,255,255,.8);text-align:center;font-size:12px}.home-floating-actions{position:fixed;z-index:30;top:58%;right:10px;display:grid;justify-items:end;grid-gap:10px;gap:10px}.home-floating-actions a{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#fff;font-weight:800;animation:home-float-pulse 2.4s ease-in-out infinite}.home-floating-actions a span{display:grid;place-items:center;width:100%;height:100%}.home-floating-facebook{background:#1877f2;font-size:35px;font-family:Arial,sans-serif}.home-floating-tiktok{background:#050505;font-size:30px}.home-floating-youtube{background:#e60808;font-size:23px}.home-floating-zalo{background:#2196f3;font-size:11px}.home-floating-actions a:nth-child(2){animation-delay:.2s}.home-floating-actions a:nth-child(3){animation-delay:.4s}.home-floating-actions a:nth-child(4){animation-delay:.6s}.home-floating-actions a.home-floating-phone{animation-delay:.8s}.home-floating-actions .home-floating-phone span{width:auto;height:auto}.home-floating-actions .home-floating-phone{display:block}.home-floating-actions .home-floating-phone b{display:block;text-align:center}@keyframes home-float-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.home-floating-actions .home-floating-phone{width:auto;height:auto;padding:8px 12px;border-radius:22px;background:var(--home-red);color:#fff;text-align:center;font-size:12px}.home-floating-phone b{font-size:20px}@media (max-width:1050px){.home-nav{overflow-x:auto;justify-content:flex-start;padding-left:8px}.home-nav-dropdown>a,.home-nav>a{padding:0 9px;font-size:14px}.home-hotline{display:none}.home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-news-grid{grid-template-columns:1fr 1fr}.home-news-featured{grid-row:span 2}}@media (max-width:680px){.home-header-main{min-height:60px;padding:0 14px}.home-logo img{width:170px;height:60px}.home-brand,.home-nav{display:none}.home-mobile-menu{display:block;position:relative}.home-mobile-menu summary{cursor:pointer;list-style:none;font-size:25px}.home-mobile-menu summary::-webkit-details-marker{display:none}.home-mobile-menu nav{position:absolute;right:0;top:38px;width:230px;padding:8px;background:#fff;border:1px solid #ddd;box-shadow:0 8px 20px rgba(0,0,0,.16)}.home-mobile-menu nav a{display:block;padding:12px;border-bottom:1px solid #eee}.home-hero{height:420px;min-height:0}.home-hero h1{bottom:24px;font-size:34px}.home-section{padding:38px 14px}.home-section-title{gap:8px;font-size:23px}.home-news-grid,.home-products-grid,.home-services-grid{grid-template-columns:1fr 1fr;gap:12px}.home-product-name{font-size:14px}.home-service-card{display:block;text-align:center}.home-service-card>img{margin-bottom:8px}.home-service-card h3{font-size:14px}.home-service-card p{font-size:13px}.home-cta{display:block;padding:25px 16px;text-align:center}.home-cta h2{font-size:20px}.home-cta p{font-size:15px}.home-cta form{margin-top:18px;min-width:0}.home-news-section{padding-top:28px}.home-section-heading{display:block}.home-section-heading>a{display:block;margin:-15px 0 18px;text-align:right}.home-news-featured{grid-column:span 2;min-height:230px}.home-news-card:not(.home-news-featured){display:block}.home-news-card:not(.home-news-featured) img{width:100%;margin-bottom:8px}.home-news-card:not(.home-news-featured) span{display:block;font-size:13px}.home-showroom{display:block;padding:35px 14px}.home-showroom>div:nth-child(2){margin:28px 0}.home-showroom h2{font-size:26px}.home-showroom h3{font-size:18px}.home-footer{grid-template-columns:1fr 1fr;gap:25px 16px;padding:30px 16px}.home-floating-actions{right:5px;gap:6px}.home-floating-actions a{width:40px;height:40px}.home-floating-actions .home-floating-phone{width:100px;height:auto;font-size:10px}}@font-face{font-family:Hyundai Sans Head Local;src:url(/legacy/wp-content/themes/congnghevietnam.vn/assets/font/HyundaiSansHead.woff) format("woff");font-style:normal;font-weight:400;font-display:swap}.manual-home{background:#fff}.manual-home #header{position:relative;z-index:30}.manual-home .container,.manual-home .row{max-width:1270px}.manual-home .row{width:100%;margin-left:auto;margin-right:auto}.manual-home .header-main{height:70px}.manual-home #logo{width:256px}.manual-home #logo img{max-height:70px;width:256px}.manual-home .header-bottom{min-height:42px;background:#f1f1f1}.manual-home #wide-nav{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.manual-home .header-bottom-nav>li>a{line-height:16px;font-weight:700!important;font-family:Hyundai Sans Head Local,sans-serif!important}.manual-home #wide-nav .header-bottom-nav>li:first-child{width:85px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(2){width:81px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(3){width:103px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(4){width:66px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(5){width:78px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(6){width:77px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(7){width:82px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(8){width:72px}.manual-home #wide-nav .header-bottom-nav>li:nth-child(9){width:62px}.manual-home #wide-nav>.flex-row>.flex-left .header-bottom-nav>li>a{width:100%;justify-content:center}.manual-home #wide-nav>.flex-row>.flex-right .header-bottom-nav>li>a{width:auto}.manual-home #wide-nav>.flex-row>.flex-right .header-bottom-nav>li{width:auto!important}.manual-home #wide-nav>.flex-row>.flex-left .header-bottom-nav>li:not(.has-dropdown)>a{height:36px}.manual-home #wide-nav>.flex-row>.flex-left .header-bottom-nav>li.has-dropdown>a{height:39px}.manual-home #wide-nav .html_topbar_right>a{display:inline-flex;flex-wrap:nowrap;align-items:center;line-height:16px;font-size:14px!important;width:213px;justify-content:center}.manual-home #header .html_topbar_right>a,.manual-home #header .menu-image-title,.manual-home #header h2{font-family:Hyundai Sans Head Local,sans-serif!important}.site-header-shell #masthead .html_topbar_left h2{margin:0;font-size:clamp(18px,2vw,27px);line-height:1.15;white-space:nowrap}.manual-home #menu-item-86>.nav-dropdown{width:1100px}.manual-home li#menu-item-86 ul.nav-dropdown.nav-dropdown-default img.menu-image{max-height:58px}.manual-home #menu-item-86.has-dropdown:focus-within>.nav-dropdown,.manual-home #menu-item-86.has-dropdown:hover>.nav-dropdown{min-width:1000px;position:fixed;top:var(--dropdown-top,110px);right:auto;left:50%!important;margin-left:0;transform:translateX(-50%)}.manual-home #menu-item-86.has-dropdown:focus-within>.nav-dropdown>li,.manual-home #menu-item-86.has-dropdown:hover>.nav-dropdown>li{float:left;display:block;width:33.333333%;box-sizing:border-box}.manual-home #menu-item-69>.nav-dropdown,.manual-home #menu-item-79>.nav-dropdown{width:394px}.manual-home #wide-nav li.has-dropdown:focus-within>.nav-dropdown,.manual-home #wide-nav li.has-dropdown:hover>.nav-dropdown{left:-15px;opacity:1;visibility:visible}.manual-home #wide-nav .nav-right li.has-dropdown:focus-within:last-child>.nav-dropdown,.manual-home #wide-nav .nav-right li.has-dropdown:hover:last-child>.nav-dropdown{left:auto;right:0}.manual-home .manual-hero{padding-top:550px}.manual-home .manual-hero .text-box{width:100%}.manual-home .manual-hero .text{font-size:95%}.manual-home .manual-section.sp{padding-top:50px;padding-bottom:50px;background:#fff}.manual-home .manual-section.dichvu{padding-top:60px;padding-bottom:60px;background:#f5f5f5}.manual-home .manual-section.dichvu img{border-radius:50%}.manual-home .manual-section.tin-ft{padding-top:1em;padding-bottom:1em;background:#fff}.manual-home .manual-cta{padding-top:20px;padding-bottom:20px;background:#3c3c3c}.manual-home .manual-showroom{padding-top:40px;padding-bottom:40px;background:rgba(255,255,255,.91) url(/legacy/wp-content/uploads/2025/11/12-scaled.jpg) 50% /cover}.manual-home .manual-showroom h3{margin-bottom:0;text-align:center;font-size:180%}.manual-home .manual-showroom h4{text-align:center;font-size:160%}.manual-home .manual-showroom img{max-width:100%;height:auto}.manual-home .manual-showroom>.row{position:relative}.manual-home .manual-section.ft{padding-top:30px;padding-bottom:30px;background:#363636}.manual-home .manual-section.ft .section-title-main,.manual-home .manual-section.ft a,.manual-home .manual-section.ft p{color:#fff}.manual-home .manual-section.ft .section-title-container{margin-top:1em;margin-bottom:0}.manual-home .section-title-container{margin-bottom:1em}.manual-home .manual-cta form{margin:0}.manual-home .manual-cta form input{height:45px;margin:0;border-radius:0}.manual-home .manual-cta form input[type=tel]{width:47%;float:left}.manual-home .manual-cta form input[type=button]{width:47%;float:left;background:#ed1d25;color:#fff;border:0;font-weight:700}.manual-home .manual-hotline{display:inline-block;padding:7px 12px;border:2px solid #ed1d25;border-radius:20px;color:#ed1d25;white-space:nowrap}.manual-home #button-contact-vr{right:0;transform:scale(.8);margin:-10px}.manual-home .manual-news-card{display:block}.manual-home .manual-news-card .box-image{overflow:hidden;padding-top:56.25%;position:relative}.manual-home .manual-news-card .box-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.manual-home .manual-news-card .box-text{padding:10px}.manual-home .manual-news-featured .box-image{padding-top:68%}.manual-mobile-menu{display:none}@media (min-width:550px) and (max-width:849px){.manual-home .manual-hero{padding-top:448px}}@media (max-width:849px){.manual-home .hide-for-medium{display:none!important}.manual-home .header-main{height:60px}.manual-home #logo,.manual-home #logo img{width:218px;max-height:60px}.manual-mobile-menu{display:block;position:relative;margin-left:auto}.manual-mobile-menu summary{list-style:none;cursor:pointer;font-size:24px}.manual-mobile-menu summary::-webkit-details-marker{display:none}.manual-mobile-menu .sidebar-menu{position:absolute;top:42px;right:0;width:240px;padding:10px;background:#fff;border:1px solid #ddd;box-shadow:0 8px 20px rgba(0,0,0,.2)}.manual-mobile-menu .sidebar-menu a{display:block;padding:12px;border-bottom:1px solid #eee}.manual-home .manual-hero{padding-top:56.25%}.manual-home .manual-cta{font-size:80%}.manual-home .manual-cta .col{text-align:center}.manual-home .manual-cta form input{height:35px}.manual-home .manual-showroom{padding-top:38px;padding-bottom:38px}.manual-home .manual-section.ft{font-size:90%}}.admin-app-shell .MuiFormControl-root,.admin-login-page .MuiFormControl-root,.admin-modal .MuiFormControl-root,.product-editor .MuiFormControl-root{min-width:0;font-family:inherit}.admin-app-shell .MuiInputBase-root,.admin-login-page .MuiInputBase-root,.admin-modal .MuiInputBase-root,.product-editor .MuiInputBase-root{box-sizing:border-box;font-family:inherit}.admin-app-shell .MuiInputBase-input,.admin-login-page .MuiInputBase-input,.admin-modal .MuiInputBase-input,.product-editor .MuiInputBase-input{width:100%!important;height:auto!important;margin:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font:inherit!important}.admin-ui-login-form{gap:20px}.admin-ui-login-form .MuiOutlinedInput-root{min-height:52px}.admin-ui-login-form .MuiInputAdornment-root{color:#777}.admin-ui-toolbar{display:grid;grid-template-columns:minmax(230px,1fr) minmax(170px,220px) minmax(170px,220px) auto;align-items:center;grid-gap:10px;gap:10px}.admin-ui-toolbar .MuiOutlinedInput-root{min-height:42px}.admin-ui-toolbar .MuiInputAdornment-root{color:#777}.admin-ui-switch-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0 3px;border-top:1px solid #ededed}.admin-ui-switch-row small,.admin-ui-switch-row strong{display:block}.admin-ui-switch-row strong{color:#333;font-size:12px}.admin-ui-switch-row small{margin-top:5px;color:#888;font-size:11px;line-height:1.45}.product-editor-section>.MuiFormControl-root,.product-form-grid>.MuiFormControl-root{align-self:start}.product-editor .MuiOutlinedInput-root{min-height:44px}.product-editor .MuiInputLabel-root{font-size:12px}.product-editor .MuiInputBase-input{padding:11px 13px!important;font-size:12px!important}.product-editor .MuiInputBase-inputMultiline{padding:0!important}.product-editor .MuiInputAdornment-root{color:#8a8a8a;font-size:11px;white-space:nowrap}.product-side-card .MuiOutlinedInput-root{min-height:40px}.product-spec-editor-row .MuiOutlinedInput-root,.product-variant-row .MuiOutlinedInput-root{min-height:36px;border-radius:7px}.product-spec-editor-row .MuiInputBase-input,.product-variant-row .MuiInputBase-input{padding:8px 10px!important;font-size:10px!important}.product-variant-row .MuiSelect-select{padding-right:28px!important}.admin-table-row.is-opening{opacity:.62;transition:opacity .16s ease}.admin-icon-button:disabled{cursor:wait;opacity:.7}.admin-rich-field{display:grid;grid-gap:8px;gap:8px;min-width:0}.admin-rich-field>label{color:#333;font-size:12px;font-weight:650}.admin-rich-help{color:#888;font-size:10px;line-height:1.45}.admin-rich-editor{overflow:hidden;border:1px solid #d8d8d8;border-radius:10px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.admin-rich-editor:focus-within{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.08)}.admin-rich-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:3px;min-height:43px;padding:6px 9px;border-bottom:1px solid #e7e7e7;background:#fafafa}.admin-rich-toolbar>span{width:1px;height:20px;margin:0 5px;background:#ddd}.admin-rich-toolbar button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:#666;cursor:pointer}.admin-rich-toolbar button:hover{border-color:#ddd;background:#fff;color:#111}.admin-rich-toolbar button.is-active{border-color:#c9c9c9;background:#ececec;color:#111}.admin-rich-toolbar button:disabled{opacity:.3;cursor:default}.admin-rich-editor-content{min-height:220px;max-height:430px;overflow-y:auto;padding:22px 28px 28px;color:#2c2c2c;font-size:13px;line-height:1.72;outline:0}.admin-rich-editor-content>:first-child{margin-top:0}.admin-rich-editor-content>:last-child{margin-bottom:0}.admin-rich-editor-content h2{margin:22px 0 10px;font-size:20px;line-height:1.3}.admin-rich-editor-content p{margin:0 0 12px}.admin-rich-editor-content ol,.admin-rich-editor-content ul{margin:0 0 12px;padding-left:24px}.admin-rich-editor-content blockquote{margin:14px 0;padding:3px 0 3px 15px;border-left:3px solid #222;color:#666}.admin-rich-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;color:#aaa;pointer-events:none}.admin-modal-body .admin-rich-editor-content{min-height:260px}@media (max-width:860px){.admin-ui-toolbar{grid-template-columns:1fr 1fr auto}.admin-ui-toolbar>.MuiFormControl-root:first-child{grid-column:1/-1}}@media (max-width:620px){.admin-ui-toolbar{grid-template-columns:1fr 1fr auto;gap:7px}.admin-ui-toolbar .MuiInputBase-input{font-size:11px!important}.admin-rich-editor-content{min-height:190px;padding:14px}.product-variant-row .MuiFormControl-root:nth-child(3){display:none}}@media (min-width:850px){.manual-home #wide-nav>.flex-row>.flex-left .header-bottom-nav>li{width:auto!important}.manual-home #wide-nav>.flex-row>.flex-left .header-bottom-nav>li>a{width:auto!important;white-space:nowrap;justify-content:normal;font-size:15.65px!important}.manual-home .page-box .box-text-inner p{white-space:nowrap;font-size:1.05em}}@media (max-width:549px){.manual-home .manual-hero{padding-top:56.25%}.manual-home .manual-section,.manual-home .manual-section.dichvu,.manual-home .manual-section.sp{padding-top:38px!important;padding-bottom:38px!important}.manual-home .manual-cta .row{display:block}.manual-home .manual-cta form input[type=button],.manual-home .manual-cta form input[type=tel]{width:100%;float:none;margin-bottom:8px}.manual-home #button-contact-vr{transform:scale(.65);margin:-18px}}.manual-home #news.manual-section.tin-ft{padding:38px 0 52px;background:#fff}.manual-home #news .news-title{width:min(1270px,calc(100% - 30px));max-width:1270px;margin:0 auto 24px;padding:0}.manual-home #news .news-title .section-title{display:flex;align-items:center;gap:18px;margin:0}.manual-home #news .news-title .section-title>b{display:block;flex:1 1 auto;height:2px;background:#e2e2e2}.manual-home #news .news-title .section-title>b:first-child{display:none}.manual-home #news .news-title .section-title-main{color:#505050;font-size:clamp(24px,1.8vw,34px);line-height:1.1;white-space:nowrap}.manual-home #news .news-title .section-title a{display:inline-flex;align-items:center;gap:12px;margin-left:auto;color:#304764;font-size:18px;font-weight:600;white-space:nowrap}.manual-home #news .news-title .section-title a i{font-size:20px}.manual-home .manual-news-grid{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(0,.875fr) minmax(0,.875fr);grid-auto-rows:minmax(170px,auto);grid-gap:22px 24px;gap:22px 24px;width:min(1270px,calc(100% - 30px));max-width:1270px;margin:0 auto;padding:0}.manual-home .manual-news-grid:after,.manual-home .manual-news-grid:before{display:none!important;content:none!important}.manual-home .manual-news-card{display:flex;flex-direction:column;min-width:0;height:100%;margin:0;overflow:hidden;background:#fff;border:1px solid #e7e7e7;box-shadow:0 7px 20px rgba(27,45,65,.07);transition:transform .25s ease,box-shadow .25s ease}.manual-home .manual-news-card:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(27,45,65,.16)}.manual-home .manual-news-card .box-image,.manual-home .manual-news-featured .box-image{width:100%!important;flex:0 0 auto;height:auto;padding-top:43%;background:#f1f1f1}.manual-home .manual-news-featured{grid-row:span 2}.manual-home .manual-news-featured .box-image{flex:1 1 auto;min-height:0;padding-top:0}.manual-home .manual-news-card .box-image img{display:block;width:100%!important;transition:transform .45s ease}.manual-home .manual-news-card:hover .box-image img{transform:scale(1.035)}.manual-home .manual-news-card .box-text{flex:0 0 auto;min-height:60px;padding:12px 14px 14px;background:#fff}.manual-home .manual-news-card .post-title{margin:0;color:#555;font-size:clamp(18px,1.08vw,23px);font-weight:600;line-height:1.22}.manual-home .manual-news-featured .post-title{font-size:clamp(21px,1.35vw,27px)}.manual-home .manual-showroom{position:relative;min-height:330px;padding:0;overflow:hidden;background-image:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.76)),url(/legacy/wp-content/uploads/2025/11/12-scaled.jpg);background-position:50%;background-size:cover}.manual-home .manual-showroom-inner{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(400px,1.6fr) minmax(170px,.55fr);align-items:center;grid-gap:40px;gap:40px;max-width:1270px;min-height:330px;margin:0 auto;padding:30px 20px}.manual-home .manual-showroom-brand,.manual-home .manual-showroom-qr,.manual-home .manual-showroom-title{text-align:center}.manual-home .manual-showroom-brand img{display:block;width:112px;height:112px;margin:0 auto 9px;object-fit:contain}.manual-home .manual-showroom-brand>a{display:block;color:#283c56;font-size:18px;font-weight:500}.manual-home .manual-showroom-social{display:flex;justify-content:center;gap:10px;margin-top:18px}.manual-home .manual-showroom-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#fff;background:#345b9a;font-size:21px;font-weight:700}.manual-home .manual-showroom-social a:nth-child(2){background:#2689c7;font-size:16px}.manual-home .manual-showroom-social a:nth-child(3){background:#222;font-size:20px}.manual-home .manual-showroom-title h3,.manual-home .manual-showroom-title h4{margin:0;color:#303030;text-align:center;letter-spacing:.01em}.manual-home .manual-showroom-title h3{font-size:clamp(36px,4vw,67px);line-height:1.08}.manual-home .manual-showroom-title h4{margin-top:14px;font-size:clamp(22px,2.2vw,40px);line-height:1.15}.manual-home .manual-showroom-qr img{display:block;width:170px;height:170px;margin:0 auto 10px;padding:8px;background:#fff;object-fit:contain}.manual-home .manual-showroom-qr span{color:#4d4d4d;font-size:13px}.detail-page{background:#fff;color:#333}.detail-breadcrumb{padding-top:14px;padding-bottom:14px;color:#777;font-size:13px}.detail-breadcrumb a{color:#777}.detail-breadcrumb span{margin:0 9px;color:#bbb}.detail-hero{background:#f7f7f7;border-top:1px solid #eee}.detail-hero-inner{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:420px;padding-top:30px;padding-bottom:30px}.detail-hero-copy{padding:25px 40px 25px 0}.detail-hero-copy h1{margin:0 0 15px;color:#222;font-size:clamp(38px,4vw,62px);font-weight:500;line-height:1.05}.detail-hero-copy h3{margin:0 0 22px;color:#555;font-size:clamp(20px,2vw,30px);font-weight:400;line-height:1.25}.detail-hero-copy p{margin:0 0 25px;font-size:20px}.detail-hero-copy p strong{color:#ed1c24;font-size:26px}.detail-hero-image{text-align:center}.detail-hero-image img{display:block;width:100%;max-height:350px;object-fit:contain}.detail-360-actions,.detail-actions,.detail-bottom-links{display:flex;flex-wrap:wrap;gap:10px}.detail-360-actions a,.detail-actions a,.detail-bottom-links a,.detail-form button{display:inline-block;padding:10px 19px;border:1px solid #ed1c24;color:#ed1c24;background:transparent;font-size:13px;font-weight:600;line-height:1.2;transition:.2s ease}.detail-360-actions a:hover,.detail-actions a:first-child,.detail-actions a:hover,.detail-bottom-links a:hover,.detail-form button{color:#fff;background:#ed1c24}.detail-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:4;border-bottom:1px solid #ddd;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04)}.detail-tabs .container{display:flex;overflow-x:auto}.detail-tabs a{flex:0 0 auto;padding:17px 17px 14px;border:0;border-bottom:2px solid transparent;color:#666;background:transparent;font-size:14px;white-space:nowrap;cursor:pointer}.detail-tabs a.active,.detail-tabs a:hover{border-bottom-color:#ed1c24;color:#ed1c24}.detail-content{padding-top:42px;padding-bottom:30px}.detail-360{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:22px 28px;margin-bottom:44px;background:#f6f6f6}.detail-360 h2,.detail-appointment h2,.detail-feature h2,.detail-pricing h2{margin:0 0 13px;color:#333;font-size:clamp(24px,2.5vw,34px);font-weight:500;line-height:1.2}.detail-360 p{margin:0;color:#777}.detail-360-actions a{padding:9px 16px;font-size:12px}.detail-pricing{padding:10px 0 30px;text-align:center}.detail-pricing h2{text-transform:none}.detail-hotline{margin:0 auto 28px;color:#ed1c24;font-size:15px}.detail-price-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;text-align:left}.detail-price-card{overflow:hidden;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06)}.detail-price-card img{display:block;width:100%;height:145px;object-fit:cover}.detail-price-copy{padding:16px 18px 18px}.detail-price-copy h4{margin:0 0 13px;color:#333;font-size:19px;font-weight:500}.detail-price-copy p{margin:7px 0;color:#666;font-size:14px}.detail-price-copy p:last-child{color:#ed1c24}.detail-intro{padding:28px 0 15px;font-size:18px;line-height:1.75;text-align:justify}.detail-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:55px;gap:55px;padding:46px 0;border-top:1px solid #eee}.detail-feature.reverse .detail-feature-copy{order:2}.detail-feature.reverse .detail-feature-image{order:1}.detail-feature-copy p{margin:0;color:#666;font-size:16px;line-height:1.8;text-align:justify}.detail-feature-image img{display:block;width:100%;max-height:360px;object-fit:contain}.detail-bottom-links{justify-content:center;padding:25px 0 15px}.detail-appointment{padding:52px 0 58px;background:#f7f7f7;text-align:center}.detail-appointment p{color:#666;font-size:15px}.detail-form{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:15px 20px;gap:15px 20px;max-width:860px;margin:28px auto 0;text-align:left}.detail-form label{align-self:center;color:#555;font-size:14px}.detail-form select{min-height:42px;padding:8px 12px;border:1px solid #ddd;background:#fff;color:#555}.detail-checks{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center}.detail-checks label{font-size:13px}.detail-form button{grid-column:1/-1;justify-self:center;cursor:pointer}.detail-cta{padding:30px 0;background:#363636;color:#fff}.detail-cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.detail-cta h4{margin:0 0 7px;color:#fff;font-size:22px;font-weight:500}.detail-cta p{margin:0;color:#eee}.detail-cta form{display:flex;min-width:390px}.detail-cta input{flex:1 1;min-height:42px;padding:9px 14px;border:0}.detail-cta button{min-width:105px;border:0;color:#fff;background:#ed1c24;font-weight:600;cursor:pointer}@media (max-width:849px){.detail-feature,.detail-hero-inner{grid-template-columns:1fr;gap:22px}.detail-hero-copy{padding-right:0;text-align:center}.detail-actions,.detail-bottom-links{justify-content:center}.detail-price-grid{grid-template-columns:1fr 1fr}.detail-feature.reverse .detail-feature-copy,.detail-feature.reverse .detail-feature-image{order:0}.detail-cta .container{align-items:stretch;flex-direction:column}.detail-cta form{min-width:0}}@media (max-width:549px){.detail-breadcrumb{padding-left:15px;padding-right:15px}.detail-hero-inner{min-height:0;padding-top:20px;padding-bottom:20px}.detail-hero-copy h1{font-size:38px}.detail-tabs a{padding-right:11px;padding-left:11px;font-size:12px}.detail-content{padding-top:25px}.detail-360{align-items:flex-start;flex-direction:column;padding:18px}.detail-price-grid{grid-template-columns:1fr}.detail-feature{gap:15px;padding:30px 0}.detail-feature-copy p,.detail-intro{font-size:15px}.detail-form{grid-template-columns:1fr}.detail-checks{gap:8px 12px}}.detail-page #header{position:relative;z-index:12}.detail-video-banner{position:relative;width:100%;height:min(40vw,820px);min-height:400px;overflow:hidden;background:#111}.detail-video-banner video{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.detail-video-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.05),transparent 65%,rgba(0,0,0,.16))}.detail-tabs-video{position:relative;z-index:5;border:0;background:#003b76;box-shadow:none}.detail-tabs-video .container{align-items:center;min-height:56px;max-width:1280px;margin:0 auto}.detail-tabs-video span{flex:0 0 auto;margin-right:auto;padding:17px 26px 15px 0;color:#fff;font-size:16px;white-space:nowrap}.detail-tabs-video a{padding:17px 8px 15px;border:0;color:#fff;font-size:15px}.detail-tabs-video a.active,.detail-tabs-video a:hover{border:0;color:#fff}.detail-page .detail-breadcrumb{display:none}.detail-page .detail-hero{border:0;background:#f5f5f5}.detail-page .detail-hero-inner{grid-template-columns:40% 60%;min-height:460px;max-width:1280px;padding:0}.detail-page .detail-hero-copy{padding:35px 24px 35px 0}.detail-page .detail-hero-copy h1{margin-bottom:22px;color:#292929;font-size:clamp(36px,3vw,52px);font-weight:500}.detail-page .detail-hero-copy h1:after,.detail-page .detail-hero-copy h1:before{display:inline-block;width:90px;height:1px;margin:0 18px 12px 0;background:#d7d7d7;content:""}.detail-page .detail-hero-copy h3{margin-bottom:26px;color:#333;font-size:21px;font-weight:600}.detail-page .detail-hero-copy p{margin-bottom:24px;color:#333;font-size:19px}.detail-page .detail-hero-copy p strong{color:#980f0f;font-size:25px}.detail-page .detail-hero-image{height:100%}.detail-page .detail-hero-image img{width:100%;height:100%;max-height:none;object-fit:contain}.detail-page .detail-actions{gap:20px}.detail-page .detail-actions a{padding:11px 21px;border:2px solid #3f3f3f;border-radius:8px;color:#fff;background:#3f3f3f;font-size:15px}.detail-page .detail-actions a:first-child{border-color:#3f3f3f;background:#3f3f3f}.detail-page .detail-actions a:last-child{color:#3f3f3f;background:transparent}.detail-page .detail-actions a:after{margin-left:8px;content:"›";font-size:18px}.detail-page .detail-content{max-width:1280px}.detail-page .detail-360{margin-top:20px}.detail-page .detail-appointment h2{position:relative;display:flex;align-items:center;gap:25px;justify-content:center;font-size:clamp(30px,3.2vw,52px);font-weight:600}.detail-page .detail-appointment h2:after,.detail-page .detail-appointment h2:before{flex:1 1;height:1px;background:#dedede;content:""}.detail-page .detail-appointment p{font-size:17px;font-style:italic}.detail-page .detail-form{grid-template-columns:1fr;max-width:1060px;gap:0}.detail-page .detail-form>label{margin-top:20px;margin-bottom:-42px;padding-left:16px;z-index:1;pointer-events:none}.detail-page .detail-form input,.detail-page .detail-form select,.detail-page .detail-form textarea{box-sizing:border-box;width:100%;min-height:50px;padding:12px 16px;border:1px solid #d5d5d5;border-radius:0;color:#777;background:#fff;font:inherit;font-size:16px}.detail-page .detail-form select{margin-top:15px}.detail-page .detail-form .detail-checks{justify-content:center;min-height:70px;padding:14px 0;border-bottom:1px solid #eee}.detail-page .detail-form .detail-checks label{margin:0;padding:0;font-size:16px}.detail-field-wide{margin-top:15px}.detail-field-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin-top:15px}.detail-page .detail-form textarea{resize:vertical}.detail-page .detail-form button{width:min(540px,100%);min-height:62px;margin:20px auto 0;border:0;border-radius:32px;background:#3f3f3f;font-size:20px;font-weight:600}@media (max-width:849px){.detail-video-banner{height:56vw;min-height:260px}.detail-tabs-video .container{overflow-x:auto}.detail-tabs-video span{margin-right:12px;padding-right:8px}.detail-tabs-video a{font-size:13px}.detail-page .detail-hero-inner{grid-template-columns:1fr;min-height:0;padding:25px 15px}.detail-page .detail-hero-copy{padding:0;text-align:center}.detail-page .detail-hero-copy h1:after,.detail-page .detail-hero-copy h1:before{display:none}.detail-page .detail-hero-image,.detail-page .detail-hero-image img{height:auto}}@media (max-width:549px){.detail-video-banner{height:64vw;min-height:210px}.detail-tabs-video .container{min-height:48px}.detail-tabs-video a,.detail-tabs-video span{padding-top:14px;padding-bottom:12px;font-size:11px}.detail-field-pair{grid-template-columns:1fr}.detail-page .detail-appointment h2{gap:10px;font-size:28px}.detail-page .detail-appointment p{font-size:14px}}.detail-page .detail-appointment{padding:68px 0 58px;background:#fff}.detail-page .detail-appointment .container{max-width:1080px}.detail-page .detail-appointment h2{margin-bottom:18px}.detail-page .detail-appointment p{margin:0 0 16px}.detail-page .detail-form{display:block;width:100%;max-width:813.33px;margin:34px auto 9.6px;text-align:left}.detail-page .detail-form>p{margin:0 0 9.6px}.detail-page .detail-form .wpcf7-form-control-wrap{position:relative;display:block}.detail-page .detail-form select.wpcf7-select{display:block;box-sizing:border-box;width:100%;height:39px;min-height:39px;margin:0 0 15.52px;padding:0 21.728px 0 11.64px;border:1px solid #ddd;border-radius:0;background:#fff;color:#333;font-family:inherit;font-size:15.52px;line-height:24.832px}.detail-page .detail-form label{display:inline;margin:0;padding:0;color:#333;font-size:16px;line-height:25.6px;pointer-events:auto}.detail-page .detail-form hr{clear:both;height:0;margin:0 0 15.52px;border:0;border-top:1px solid #eee}.detail-page .detail-form .wpcf7-checkbox{display:inline!important;color:#333;font-size:16px;line-height:25.6px}.detail-page .detail-form .wpcf7-list-item{display:inline-block;margin:0 .5em 0 0;line-height:25.6px}.detail-page .detail-form .wpcf7-list-item input[type=checkbox]{display:inline-block;box-sizing:border-box;width:18px!important;height:18px;min-width:18px;min-height:18px!important;margin:6px 0 0;padding:0!important;float:none;vertical-align:top;accent-color:#333}.detail-page .detail-form .wpcf7-list-item-label{display:inline;margin-left:3px}.detail-page .detail-form input.wpcf7-text{display:block;box-sizing:border-box;width:100%;height:39px;min-height:39px;margin:0 0 15.52px;padding:0 11.64px;border:1px solid #ddd;border-radius:0;color:#777;background:#fff;font-family:inherit;font-size:15.52px;line-height:24.832px}.detail-page .detail-form .wpcf7-form-control-wrap.dien-thoai input,.detail-page .detail-form .wpcf7-form-control-wrap.ho-ten input{display:block;width:32%;float:left}.detail-page .detail-form .wpcf7-form-control-wrap.dien-thoai input{margin-left:10px}.detail-page .detail-form input.wpcf7-submit{display:inline-block;box-sizing:border-box;width:50%;min-width:50%!important;height:47px;min-height:47px;margin:0;padding:2px 0 0!important;border:0;border-radius:50px;color:#fff;background:#3f3f3f;font-family:inherit;font-size:18.88px;font-weight:700;line-height:45.312px;text-align:center}.detail-page .detail-form input.wpcf7-submit:hover{background:#333}@media (max-width:549px){.detail-page .detail-form{width:calc(100% - 30px)}.detail-page .detail-form .wpcf7-form-control-wrap.dien-thoai input,.detail-page .detail-form .wpcf7-form-control-wrap.ho-ten input{width:100%;float:none}.detail-page .detail-form .wpcf7-form-control-wrap.dien-thoai input{margin-left:0}.detail-page .detail-form input.wpcf7-submit{width:100%}}.detail-page .detail-wp-video{position:relative;overflow:hidden;padding-top:55%;background:#3c3c3c}.detail-page .detail-wp-video .banner-bg,.detail-page .detail-wp-video .banner-inner,.detail-page .detail-wp-video .banner-layers{position:absolute;inset:0}.detail-page .detail-wp-video .video-bg{width:100%;height:100%;object-fit:cover;object-position:center}.detail-page .detail-wp-tabs{padding-top:3px;padding-bottom:3px;background-color:#002c5f}.detail-page .detail-wp-tabs .section-content{padding:0 15px}.detail-page .detail-wp-tabs .row{display:flex;align-items:center;margin:0 -15px}.detail-page .detail-wp-tabs .col{padding:0 15px}.detail-page .detail-wp-tabs .col-inner{padding:10px}.detail-page .detail-wp-tabs p{margin:0;color:#fff;font-size:16px;line-height:25.6px}.detail-page .detail-wp-tabs a{color:#fff;font-size:16px;line-height:25.6px;white-space:nowrap}.detail-page .detail-wp-tabs a:hover{color:#fff;opacity:.75}.detail-page .detail-wp-tabs .col:last-child{text-align:right}.detail-page .detail-wp-tabs .col:last-child p{white-space:nowrap}@media (min-width:550px){.detail-page .detail-wp-video{padding-top:325px}}@media (min-width:850px){.detail-page .detail-wp-video{padding-top:40%}}@media (max-width:849px){.detail-page .detail-wp-tabs .row{display:block}.detail-page .detail-wp-tabs .col:last-child{overflow-x:auto;text-align:left}.detail-page .detail-wp-tabs .col:last-child p{white-space:nowrap}}@media (max-width:549px){.detail-page .detail-wp-video{padding-top:56%}.detail-page .detail-wp-tabs a,.detail-page .detail-wp-tabs p{font-size:13px;line-height:21px}.detail-page .detail-wp-tabs .col-inner{padding:7px 5px}}.detail-page section.detail-wp-tabs.menufix.dark{background-color:#002c5f!important;color:#fff!important}.detail-page section.detail-wp-tabs.menufix.dark .section-bg{background-color:#002c5f!important}.detail-page section.detail-wp-tabs.menufix.dark a,.detail-page section.detail-wp-tabs.menufix.dark p,.detail-page section.detail-wp-tabs.menufix.dark strong{color:#fff!important}.manual-home #footer .manual-section.ft{padding:30px 0!important;background:#363636!important}.manual-home .manual-footer-grid{display:grid!important;grid-template-columns:4fr 4fr 2fr 2fr!important;grid-gap:0!important;gap:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.manual-home .manual-footer-grid>.manual-footer-column{width:auto!important;max-width:none!important;min-width:0;padding:0 15px!important}.manual-home .manual-footer-column .section-title-container{width:auto!important;margin:0 0 10px!important;padding:0!important}.manual-home .manual-footer-column .section-title{display:block!important;min-height:42px;margin:0!important;padding:0 0 10px!important;border-bottom:1px solid rgba(255,255,255,.32)!important}.manual-home .manual-footer-column .manual-footer-title{display:block;color:#fff!important;font-size:20px!important;font-weight:700!important;line-height:32px!important;white-space:nowrap}.manual-home .manual-footer-content{padding-top:0!important;color:#f1f1f1!important}.manual-home .manual-footer-contact p{display:flex;align-items:flex-start;gap:8px;margin:0 0 3px!important;color:#f1f1f1!important;font-size:16px!important;line-height:25.6px!important}.manual-home .manual-footer-contact p i{flex:0 0 18px;width:18px;margin-top:4px;color:#fff;text-align:center}.manual-home .manual-footer-links{display:grid!important;grid-template-columns:1fr!important;grid-gap:3px 0!important;gap:3px 0!important}.manual-home .manual-footer-products .manual-footer-links{grid-template-columns:5fr 7fr!important;gap:0 0!important}.manual-home .manual-footer-links a{display:flex;align-items:flex-start;gap:8px;min-width:0;margin:0!important;color:#f1f1f1!important;font-size:16px!important;line-height:25.6px!important;transition:color .2s ease}.manual-home .manual-footer-links a:hover{color:#fff!important;transform:none}.manual-home .manual-footer-arrow{display:inline-flex;flex:0 0 18px;align-items:center;justify-content:center;width:18px;height:18px;margin-top:3px;border-radius:50%;color:#363636!important;background:#f1f1f1!important;font-size:18px;font-weight:700;line-height:15px}.manual-home #footer .absolute-footer{position:relative;padding:3px 0!important;background:#000!important}.manual-home .manual-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0 22px;margin:0 auto 3px!important}.manual-home .manual-footer-nav a{color:rgba(255,255,255,.5)!important;font-size:12.24px!important;line-height:14.688px!important}.manual-home .manual-footer-copy,.manual-home .manual-footer-hours{margin:0 auto 3px!important;color:rgba(255,255,255,.5)!important;font-size:14.4px!important;line-height:23.04px!important}.manual-home .manual-footer-hours i{margin-right:8px}.manual-home .manual-footer-copy{margin-bottom:0!important}@media (max-width:849px){.manual-home .manual-footer-grid{width:100%!important;row-gap:25px!important}.manual-home .manual-footer-grid,.manual-home .manual-footer-products .manual-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.manual-home .manual-footer-nav a{font-size:12.24px!important}}@media (max-width:549px){.manual-home #footer .manual-section.ft{padding:30px 0!important}.manual-home .manual-footer-grid{grid-template-columns:1fr!important;row-gap:25px!important;width:100%!important}.manual-home .manual-footer-products .manual-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.manual-home .manual-footer-column .manual-footer-title{font-size:20px!important}.manual-home .manual-footer-contact p,.manual-home .manual-footer-links a{font-size:16px!important}}.site-header-shell.is-stuck{position:fixed;inset:0 0 auto;z-index:1000;width:100%}.header-sticky-placeholder{height:116px}.site-header-shell.is-stuck #header,.site-header-shell.is-stuck #wide-nav{margin-top:0}.site-header-shell.is-stuck #header{position:relative;top:auto;left:auto;right:auto}.site-header-shell.is-stuck #wide-nav{position:relative}.nav>li.active>a,.nav>li.current-menu-item>a,.sidebar-menu a.active{color:var(--primary-color,#164892)!important}@media (max-width:849px){.header-sticky-placeholder{height:74px}}.site-header-shell,.site-header-shell #header,.site-header-shell #header .header-wrapper,.site-header-shell #wide-nav,.site-header-shell.is-stuck{box-shadow:none!important}.site-header-shell{background:#fff;isolation:isolate}.site-header-shell.is-stuck{background:#fff;box-shadow:none!important}.site-header-shell.is-stuck #header,.site-header-shell.is-stuck #header .header-wrapper,.site-header-shell.is-stuck #wide-nav{background-color:#fff}.header-sticky-placeholder{display:block;background:transparent}.manual-home #wide-nav,.manual-home .header-bottom,.site-header-shell.is-stuck #wide-nav,.site-header-shell.is-stuck #wide-nav .header-bottom{background:#fff!important}.manual-home .header-bottom{border-top:1px solid #e5e5e5;border-bottom:1px solid #ededed}.price-page .price-page-title{margin:0 0 10px;font-size:20px;font-weight:700}.price-page .price-hotline{margin:0 0 10px;text-align:center!important;line-height:25.6px}.price-page .price-row{margin-top:50px;margin-bottom:0}.price-page .price-row:first-child{margin-top:50px}.price-page .price-row .price-image-col img{display:inline-block;max-width:100%;height:auto}@media (max-width:849px){.price-page .price-row{margin-top:28px}}.site-header-shell,.site-header-shell #header,.site-header-shell #header .header-wrapper,.site-header-shell #wide-nav,.site-header-shell #wide-nav .header-bottom,.site-header-shell #wide-nav .header-wrapper,.site-header-shell .header-bottom{background-color:#fff!important}.site-header-shell #wide-nav{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.price-page .price-page-title{height:48px;line-height:32px}.price-page .price-page-title>span{line-height:48px}.price-page #price-row-1{margin-top:58px}@media (max-width:849px){.price-page #price-row-1{margin-top:28px}}.service-page .service-main-section{padding-top:38px;padding-bottom:38px}.service-page .service-content{max-width:1270px}.service-page .service-entry-content{width:100%}.service-page .service-entry-content h2{text-align:left}.service-page .service-entry-content>h2:first-child{text-align:center}.service-page .service-entry-content h3{margin-top:20px}.service-page .service-entry-content li,.service-page .service-entry-content p{line-height:1.6}.service-page .service-image-wrap{margin:10px 0 18px}.service-page .service-image-wrap img{display:inline-block;max-width:100%;height:auto}.service-page .service-list{margin-bottom:20px}.service-page .service-list li{margin-bottom:7px}.service-page .service-quote-cta{margin-top:0}@media (max-width:849px){.service-page .service-main-section{padding-top:25px;padding-bottom:25px}.service-page .service-content{padding-left:15px;padding-right:15px}}#footer .section.ft .col-inner p>span>a>i.fa-chevron-circle-right,#footer .section.ft .col-inner p>span>i.fa-chevron-circle-right{display:inline-block;margin-right:8px!important;vertical-align:-1px}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown{z-index:1100;display:table!important;visibility:hidden;opacity:0;position:absolute;top:100%!important;left:-15px!important;right:auto!important;min-width:0;margin:0;background:#fff!important;box-shadow:1px 1px 15px rgba(0,0,0,.15)!important;transform:none!important}.site-header-shell #wide-nav li.has-dropdown:focus-within>.nav-dropdown,.site-header-shell #wide-nav li.has-dropdown:hover>.nav-dropdown{visibility:visible;opacity:1}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown:before{content:"";position:absolute;top:-11px;left:74px;width:16px;height:16px;background:#fff;border-top:2px solid #ddd;border-left:2px solid #ddd;transform:rotate(45deg)}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li>a{color:rgba(102,102,102,.85)!important;font-family:Hyundai Sans Head Local,sans-serif!important;font-size:16px!important;line-height:20.8px!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li>a:hover{color:#164892!important;background:transparent!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown{position:fixed!important;top:var(--dropdown-top,112px)!important;left:50%!important;transform:translateX(-50%)!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li{display:block!important;float:left!important;box-sizing:border-box}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a{display:flex!important;align-items:center;min-height:79px;margin:0 10px!important;border-bottom:1px solid #eee}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a img{display:inline-block!important;flex:0 0 auto;width:auto!important;max-width:135px;height:auto!important;padding:0!important;object-fit:contain;vertical-align:middle}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a .menu-image-title{flex:1 1 auto;padding:0!important;white-space:nowrap}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li:nth-last-child(-n+2)>a{border-bottom-color:transparent}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown{width:394px!important}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a{display:flex!important;align-items:center;height:42px;margin:0 10px!important;padding:10px 0!important;border-bottom:1px solid #eee;white-space:nowrap}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li:last-child>a,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li:last-child>a{border-bottom-color:transparent}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown img,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown img{display:inline-block!important;flex:0 0 auto;width:auto!important;height:auto!important;max-width:58px;max-height:48px;margin:0 20px 0 0!important;padding:0!important;vertical-align:middle}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown .menu-image-title,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown .menu-image-title{padding:0!important;white-space:nowrap}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown{width:394px!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown>li>a{display:block!important;height:42px;margin:0 10px!important;padding:10px 0!important;border-bottom:1px solid #eee;white-space:nowrap}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown>li:last-child>a{border-bottom-color:transparent}.purchase-page .purchase-landing-section{padding-top:28px;padding-bottom:28px;background:#fff}.purchase-page .purchase-section-title{max-width:1270px;margin-bottom:22px}.purchase-page .purchase-section-title .section-title-main{font-size:42px;line-height:1.15;font-weight:500}.purchase-page .purchase-section-title b{border-color:#aaa}.mua-xe-card-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:30px;gap:30px;max-width:1270px;margin:0 auto}.mua-xe-card{display:block;color:#333!important;text-align:center}.mua-xe-card-image{width:100%;height:145px;overflow:hidden;background:#f8f8f8}.mua-xe-card-image img{display:block;width:100%;height:145px;object-fit:cover}.mua-xe-card-title{padding-top:16px;font-size:20px;line-height:26px;font-weight:400}.mua-xe-card:hover .mua-xe-card-title{color:#164892}.purchase-cta{margin-top:0}.purchase-news-section{padding-top:30px;padding-bottom:34px;background:#fff}.purchase-news-grid{display:grid!important;grid-template-columns:2fr repeat(3,1fr);grid-gap:20px;gap:20px}.purchase-news-card{display:block;min-width:0;color:#333!important}.purchase-news-image{height:220px;overflow:hidden;background:#f3f3f3}.purchase-news-card.featured .purchase-news-image{height:318px}.purchase-news-image img{width:100%;height:100%;object-fit:cover;display:block}.purchase-news-title{padding-top:12px;color:#3d3d3d;font-size:20px;line-height:1.3;font-weight:600}.purchase-detail-section{padding-top:28px;padding-bottom:40px;background:#fff}.purchase-detail-content{box-sizing:border-box;width:min(1740px,calc(100% - 30px));max-width:1740px}.purchase-detail-content>.purchase-section-title{width:100%;max-width:none;margin-bottom:28px}.purchase-detail-content>.purchase-section-title .section-title-main{font-size:30px}.purchase-detail-content li,.purchase-detail-content p{line-height:1.6}.purchase-detail-content h3{margin-top:22px}.purchase-detail-content .purchase-news-section{padding:28px 0 0}.purchase-detail-content .purchase-news-grid{width:100%;max-width:none;padding:0}.purchase-promotion-intro{margin-bottom:42px}.purchase-promotion-intro h3{margin:0 0 20px;color:#3d3d3d;font-size:30px;line-height:1.25}.purchase-promotion-intro p{margin:0;color:#4d4d4d;font-size:22px;line-height:1.5}.purchase-featured-products{margin-top:36px}.purchase-featured-products>h2{text-align:center}.purchase-form-block{max-width:900px;margin:28px auto 36px;padding:24px;border:1px solid #e5e5e5;background:#fafafa}.purchase-form-block h2,.purchase-form-block h3{margin-top:0;text-align:center}.purchase-form-block form{display:block}.purchase-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.purchase-calculator select,.purchase-form-block input,.purchase-form-block select,.purchase-form-block textarea{width:100%;min-height:40px;margin:0 0 12px;padding:8px 10px;border:1px solid #ddd;background:#fff;box-sizing:border-box}.purchase-form-block textarea{min-height:100px;resize:vertical}.purchase-form-block button{display:block;margin:4px auto 0;padding:10px 22px;border:0;background:#ed1c24;color:#fff;font-weight:700;cursor:pointer}.test-drive-form label{display:block;margin:0 0 12px;font-weight:600}.test-drive-form label input,.test-drive-form label select{display:block;margin-top:7px;font-weight:400}.purchase-two-column-copy{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}.purchase-calculator{margin:30px auto}.purchase-calculator-form{padding:20px;border:1px solid #ddd;background:#fafafa}.purchase-calculator-form h3{margin-top:0;text-align:center}.purchase-calc-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:15px;gap:15px}.purchase-calc-row label{font-weight:600}.purchase-calc-row select{display:block;margin-top:7px}.purchase-note{margin-bottom:0;font-size:13px;font-style:italic}.purchase-cost-tables table,.purchase-payment-table table{width:100%;margin:18px 0;border-collapse:collapse}.purchase-cost-tables td,.purchase-cost-tables th,.purchase-payment-table td,.purchase-payment-table th{padding:9px 10px;border:1px solid #ddd;text-align:left}.purchase-cost-tables th,.purchase-payment-table th{width:58%;font-weight:600}.purchase-cost-tables .total td,.purchase-cost-tables .total th{font-weight:700;color:#164892}.purchase-payment-table h3{margin-top:28px}.purchase-payment-table p{font-size:13px;font-style:italic}@media (max-width:849px){.mua-xe-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 15px;padding:0 15px}.mua-xe-card-image,.mua-xe-card-image img{height:145px}.purchase-page .purchase-section-title .section-title-main{font-size:30px}.purchase-news-grid{grid-template-columns:1fr 1fr;padding:0 15px}.purchase-news-card.featured .purchase-news-image,.purchase-news-image{height:145px}.purchase-calc-row,.purchase-form-grid,.purchase-two-column-copy{grid-template-columns:1fr;gap:0}.purchase-detail-content{padding-left:15px;padding-right:15px}}@media (max-width:549px){.mua-xe-card-title{font-size:17px;line-height:23px}.purchase-news-grid{grid-template-columns:1fr}.purchase-form-block{padding:16px}}.site-header-shell,.site-header-shell #header,.site-header-shell #wide-nav,.site-header-shell #wide-nav .flex-row,.site-header-shell #wide-nav .nav,.site-header-shell .header-wrapper{overflow:visible!important}.site-header-shell #wide-nav{position:relative!important;z-index:1001!important}.site-header-shell #wide-nav li.has-dropdown{position:relative!important;z-index:1002!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown{pointer-events:none;visibility:hidden!important;opacity:0!important}.site-header-shell #wide-nav li.has-dropdown:focus-within>.nav-dropdown,.site-header-shell #wide-nav li.has-dropdown:hover>.nav-dropdown{pointer-events:auto!important;visibility:visible!important;opacity:1!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li,.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li .menu-image-title,.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li img,.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li>a{visibility:visible!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li>a{opacity:1!important}.site-header-shell.is-stuck #wide-nav{z-index:1001!important}.site-header-shell.is-stuck #wide-nav li.has-dropdown>.nav-dropdown{z-index:1105!important}.site-header-shell #wide-nav li#menu-item-5934:focus-within>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-5934:hover>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-69:focus-within>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-69:hover>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-79:focus-within>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-79:hover>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-86:focus-within>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-86:hover>ul.nav-dropdown{display:table!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.site-header-shell #wide-nav li#menu-item-5934>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-69>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-79>ul.nav-dropdown,.site-header-shell #wide-nav li#menu-item-86>ul.nav-dropdown{transition:none!important}.news-page .news-archive-section{padding:42px 0 48px;background:#fff}.news-archive-heading{margin:0 0 30px;color:#333;font-size:32px;font-weight:500;line-height:1.25;text-align:center}.news-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px 22px;gap:30px 22px}.news-archive-card{min-width:0;border:1px solid #e4e4e4;background:#fff}.news-archive-card-link{display:block;color:#333!important}.news-archive-image{height:210px;overflow:hidden;background:#f3f3f3}.news-archive-image img{display:block;width:100%;height:100%;object-fit:cover}.news-archive-card-body{padding:15px 17px 18px}.news-archive-date{margin:0 0 7px!important;color:#888;font-size:13px;line-height:20px}.news-archive-card h2{min-height:50px;margin:0 0 9px;color:#333;font-size:18px;font-weight:600;line-height:25px}.news-archive-card-body>p:not(.news-archive-date){min-height:48px;margin:0 0 13px;color:#666;font-size:14px;line-height:22px}.news-read-more{color:#164892;font-size:13px;font-weight:700}.news-read-more i{margin-left:5px}.news-archive-card:hover{box-shadow:0 3px 12px rgba(0,0,0,.12)}.news-detail-section{padding:42px 15px 55px;background:#fff}.news-detail-container{max-width:900px}.news-back-link{display:inline-block;margin-bottom:24px;color:#164892!important;font-weight:600}.news-detail-section h1{max-width:820px;margin:0 0 18px;color:#333;font-size:clamp(28px,4vw,44px);line-height:1.18}.news-detail-image{display:block;width:100%;max-height:500px;margin:0 0 22px;object-fit:cover}.news-detail-copy,.news-detail-excerpt{max-width:820px;color:#555;font-size:17px;line-height:1.8}.news-detail-excerpt{font-weight:600}.news-detail-rich-copy{max-width:820px;color:#4d4d4d;font-size:17px;line-height:1.8}.news-detail-rich-copy h2,.news-detail-rich-copy h3,.news-detail-rich-copy h4{margin:30px 0 12px;color:#292929;line-height:1.35}.news-detail-rich-copy p{margin:0 0 16px}.news-detail-rich-copy ol,.news-detail-rich-copy ul{margin:0 0 18px 24px}.news-detail-rich-copy li{margin-bottom:7px}.news-detail-rich-copy img{display:block;width:auto;max-width:100%;height:auto;margin:22px auto}.news-detail-rich-copy a{color:#164892;text-decoration:underline}.news-detail-rich-copy table{display:block;max-width:100%;overflow-x:auto}.news-detail-cta{display:inline-block;margin-top:12px}@media (max-width:849px){.news-page .news-archive-section{padding:28px 15px 34px}.news-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 15px}.news-archive-image{height:170px}}@media (max-width:549px){.news-archive-grid{grid-template-columns:1fr}.news-archive-heading{font-size:25px}.news-archive-image{height:210px}}.site-header-shell{position:relative!important;z-index:20000!important}.site-header-shell.is-stuck{position:fixed!important;z-index:20000!important}.site-header-shell.is-stuck #header,.site-header-shell.is-stuck #wide-nav{z-index:20001!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown{z-index:20002!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown:before{left:163px!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown:before,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown:before,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown:before{left:42px!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown:before,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown:before,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown:before,.site-header-shell #wide-nav #menu-item-86>.nav-dropdown:before{left:var(--dropdown-arrow-left,42px)!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown{border:2px solid #ddd!important;border-radius:2px;padding:20px!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li{box-sizing:border-box;width:100%;margin:0;padding:0}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li>a{width:calc(100% - 20px)!important;min-height:42px!important;height:42px!important;margin:0 10px!important;padding:0!important;border-bottom:1px solid #e9e9e9!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li{width:33.333333%!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a{width:calc(100% - 20px)!important;padding:10px 0!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a img{box-sizing:border-box}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a .menu-image-title{min-width:0;overflow:hidden;text-overflow:ellipsis}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a img,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a img{box-sizing:border-box}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a .menu-image-title,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a .menu-image-title{display:block!important;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown>li>a{padding-left:0!important}.cost-estimator{width:calc(100% - 30px);max-width:1235px;margin:126px auto 0;color:#444;font-size:16px;line-height:28px}.cost-estimator-banner{width:100%;height:50px;margin:0 0 36px;text-align:center;line-height:0}.cost-estimator-banner img{display:inline-block;width:365px;height:50px;max-width:100%;object-fit:contain}.cost-estimator-grid{display:grid;grid-template-columns:585px minmax(0,1fr);grid-column-gap:36px;column-gap:36px;align-items:start}.cost-estimator-left{min-width:0}.cost-estimator-right{min-width:0;border-left:1px solid #ddd;padding-left:39px}.cost-form-table{width:100%;margin:0 0 16px}.cost-form-table>label{display:grid;grid-template-columns:120px 1fr;align-items:center;min-height:68px;margin:0;font-weight:400}.cost-form-table>label>span{display:block;padding-right:10px}.cost-form-table select{display:block;width:100%;height:40px;margin:8px 0 20px;padding:0 12px;border:1px solid #ddd;border-radius:0;background:#fff;color:#444;font:inherit;line-height:28px}.cost-submit{display:block;width:159px;height:51px;margin:0 14px 14px 120px;padding:10px 15px;border:0;border-radius:0;background:#ed1c24;box-shadow:inset 0 -2px 0 rgba(150,0,0,.28);color:#fff;cursor:pointer;font:700 14px/28px Arial,sans-serif;text-transform:uppercase}.cost-selected-car{width:100%;height:260px;margin:0 0 16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cost-selected-car img{display:block;width:100%;height:100%;object-fit:contain}.cost-note{box-sizing:border-box;width:100%;min-height:34px;margin:20px 0 10px;padding:5px 10px;border:1px dashed #f00;color:#000;font-size:14px;line-height:22px}.cost-summary-table,.cost-summary-table tbody,.cost-summary-table td,.cost-summary-table tr{border:0}.cost-summary-table{width:100%;margin:0;border-collapse:collapse;table-layout:fixed}.cost-summary-table td{height:28px;padding:0;color:#444;font-size:16px;line-height:28px;vertical-align:middle}.cost-summary-table td:first-child{width:62%;text-align:left}.cost-summary-table td:last-child{width:38%;text-align:right;white-space:nowrap}.cost-divider{height:1px;margin:11px 0 10px;background:#eee}.cost-fees-table tr.insurance td{font-weight:700}.insurance-toggle{display:inline-flex;align-items:center;margin:0;font:inherit;line-height:28px}.insurance-toggle input{width:13px;height:13px;margin:8px 10px 8px 0;accent-color:#1687df}.cost-total td{border-top:3px solid #222!important;height:38px;padding-top:6px;color:#222!important;font-size:20px!important;line-height:28px!important}.cost-total td:last-child{color:#ed1c24!important;font-weight:700}.cost-payment-box{box-sizing:border-box;width:calc(100% - 13px);margin:18px 0 0 13px;padding:22px 10px 10px;border:1px solid #ddd;border-radius:6px}.cost-payment-box legend{width:auto;margin-left:0;padding:0 10px;color:#555;font-size:20px;font-weight:700;line-height:28px;text-transform:uppercase}.cost-payment-box table{width:100%;margin:0;border-collapse:collapse}.cost-payment-box td{padding:0;border-bottom:1px dashed #ddd;color:#666;font-size:16px;line-height:28px}.cost-payment-box td:first-child{width:68%}.cost-payment-box td:last-child{text-align:right;white-space:nowrap}.cost-payment-box input[type=number]{box-sizing:border-box;width:116px;height:35px;margin:0 5px 0 0;padding:0 8px;border:1px solid #ddd;border-radius:0;text-align:right;font:inherit}.cost-bank-note{margin:8px 0 0 13px;color:#ed1c24;font-size:11px;line-height:18px}@media (max-width:849px){.cost-estimator{width:calc(100% - 30px);margin-top:52px}.cost-estimator-grid{display:block}.cost-estimator-right{margin-top:30px;border-top:1px solid #ddd;border-left:0;padding:30px 0 0}.cost-payment-box{width:100%;margin-left:0}.cost-bank-note{margin-left:0}.cost-selected-car{height:220px}}.cost-fees-table tr.insurance,.cost-fees-table tr.insurance td{height:46px!important}.cost-fees-table tr.insurance td{vertical-align:middle}.cost-fees-table .cost-total td{height:50px!important}.cost-payment-box{width:calc(100% - 26px);margin-top:18px}.cost-payment-box td{height:35px;padding:3px 0}.cost-payment-box tr:nth-child(2) td{height:53px}.cost-divider{height:0!important;margin:11px 0 0!important;background:transparent!important}.cost-fees-table{border-top:1px solid #eee}.cost-fees-table tr:nth-last-child(2) td{height:29px!important}.cost-payment-box{width:calc(100% - 4px)!important;margin:0 2px 16px!important;padding:10px!important;border-color:#ccc!important;border-radius:0!important}.cost-selected-car{height:279px;margin-top:14px;margin-bottom:16px}.cost-fees-table{border-top:0!important}.cost-fees-table tr:nth-last-child(2) td{height:28px!important}.cost-fees-table .cost-total td{height:49px!important;padding-top:10px!important}.cost-payment-box tr:nth-child(2) td{height:35px!important}.cost-form-table:has(+.cost-selected-car){margin-bottom:30px}.cost-selected-car+.cost-note{margin-top:21px}.cost-fees-table tr:nth-last-child(2) td{height:27px!important}.cost-fees-table .cost-total td{height:48px!important}.cost-payment-box td{padding:0!important}.cost-fees-table tr:nth-last-child(2) td{height:26px!important;line-height:27px!important}.cost-fees-table .cost-total td{height:47px!important;padding-top:9px!important;padding-bottom:10px!important}.cost-payment-box{margin-top:-1px!important}.cost-payment-box input[type=number],.cost-payment-box td{height:34px!important}.cost-payment-box{margin-top:1px!important}.cost-payment-box input[type=number],.cost-payment-box td{height:35px!important}.contact-page{background:#fff}.contact-hero{position:relative;width:100%;height:326px;overflow:hidden;color:#fff;background:#777}.contact-hero-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.14),rgba(0,0,0,.14)),url(/legacy/wp-content/uploads/2025/11/DailyVinFast-41.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat}.contact-hero-inner{position:relative;z-index:1;box-sizing:border-box;min-height:200px;height:200px;padding:20px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:translateY(126px)}.contact-hero h1{margin:0;color:#fff;font-size:44px;font-weight:700;line-height:1.2}.contact-breadcrumb{display:flex;align-items:center;gap:17px;margin-top:18px;color:#fff;font-size:17px;line-height:28px}.contact-breadcrumb a,.contact-breadcrumb a:focus,.contact-breadcrumb a:hover{color:#fff;text-decoration:none}.contact-information-row{box-sizing:border-box;width:100%;min-height:498px;display:grid;grid-template-columns:1fr 1fr;margin-top:30px;border-bottom:1px dotted #ddd}.contact-information-column{box-sizing:border-box;min-width:0;padding:15px 15px 0;border-right:1px dotted #ddd}.contact-information{width:100%;color:#444}.contact-appointment h2,.contact-information h2{box-sizing:border-box;margin:0;padding:0 0 15px;border-bottom:1px solid #ccc;color:#444;font-size:20px;font-weight:700;line-height:36px;text-transform:uppercase}.contact-information-copy{padding-top:22px}.contact-information-copy p{margin:0 0 11px;color:#444;font-size:16px;line-height:28px}.contact-information-copy strong{font-weight:700}.contact-information-copy a{color:#ed1c24;text-decoration:none}.contact-map-column{box-sizing:border-box;min-width:0;padding:15px 15px 0}.contact-map-column iframe{display:block;width:100%;height:450px;border:0}.contact-appointment{box-sizing:border-box;width:calc(100% - 30px);max-width:1270px;margin:15px auto 0;padding-bottom:45px}.contact-appointment h2{padding-bottom:8px;font-size:20px;line-height:34px}.contact-appointment-form{margin-top:18px}.contact-field-label{display:block;margin-bottom:8px;font-size:16px;line-height:28px}.contact-appointment-form select,.contact-form-grid input{box-sizing:border-box;width:100%;height:40px;margin:0 0 14px;padding:0 12px;border:1px dashed #ed7a9a;border-radius:0;background:#fff;color:#444;font:inherit}.contact-topics{margin:8px 0 14px;padding:12px 15px 7px;border:0}.contact-topics legend{margin-bottom:8px;padding:0;font-size:16px;line-height:28px}.contact-topics label{display:inline-flex;align-items:center;margin:0 22px 8px 0;font-size:15px}.contact-topics input{margin:0 7px 0 0;accent-color:#1687df}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px;column-gap:15px}.contact-form-grid input:first-child,.contact-form-grid input:last-child{grid-column:1/-1}.contact-appointment-form button{display:block;width:160px;height:48px;margin-top:2px;border:0;border-radius:0;background:#ed1c24;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase}@media (max-width:849px){.contact-hero{height:250px}.contact-hero-inner{height:170px;min-height:170px;transform:translateY(80px)}.contact-hero h1{font-size:34px}.contact-breadcrumb{margin-top:10px;font-size:15px}.contact-information-row{display:block;margin-top:20px;min-height:0}.contact-information-column{padding:15px;border-right:0}.contact-appointment h2,.contact-information h2{font-size:18px;line-height:30px}.contact-information-copy p{font-size:15px;line-height:26px}.contact-map-column{padding:15px}.contact-map-column iframe{height:360px}.contact-appointment{width:calc(100% - 30px);margin-top:15px}.contact-form-grid{display:block}}.contact-information h2{padding-bottom:0}@media (min-width:850px){.contact-information-row{grid-template-columns:633px minmax(0,1fr)}.contact-map-column{padding-left:16px;padding-right:17px}}.manual-home .manual-hero .text-box{top:auto!important;bottom:27.5px!important;left:0!important;right:0!important;width:100%!important}body:has(.detail-page) .site-header-shell.is-stuck #wide-nav,body:has(.vf8-detail-page) .site-header-shell.is-stuck #wide-nav{display:none!important}.vf8-detail-page .vf8-vehicle-tabs{position:-webkit-sticky!important;position:sticky!important;top:60px!important;z-index:999!important;background-color:#002c5f!important}.vf8-detail-page .vf8-vehicle-tabs .container,.vf8-detail-page .vf8-vehicle-tabs .section-content.container{max-width:1270px;margin:0 auto;padding:0 15px}.vf8-detail-page .vf8-vehicle-tabs .row{display:flex;align-items:center;margin:0 -15px}.vf8-detail-page .vf8-vehicle-tabs .col{padding:0 15px}.vf8-detail-page .vf8-vehicle-tabs .col-inner{padding:8px 0}.vf8-detail-page .vf8-vehicle-tabs p{margin:0;color:#fff;font-size:15px;line-height:24px}.vf8-detail-page .vf8-vehicle-tabs strong{color:#fff!important;font-size:16px;font-weight:700;white-space:nowrap}.vf8-detail-page .vf8-vehicle-tabs a{color:#fff!important;font-size:14px;line-height:24px;white-space:nowrap;transition:opacity .15s ease}.vf8-detail-page .vf8-vehicle-tabs a:hover{color:#fff!important;opacity:.8}.vf8-detail-page .vf8-vehicle-tabs .col:last-child{text-align:right}.vf8-detail-page .vf8-vehicle-tabs .col:last-child p{white-space:nowrap}.vf8-detail-page blockquote[id],.vf8-detail-page div[id],.vf8-detail-page section[id]{scroll-margin-top:115px}.vf8-detail-page .vf8-overview{padding:69px 0;background:#fff url(/legacy/wp-content/uploads/2019/11/bg.jpg) 50%/cover no-repeat}.vf8-detail-page .vf8-overview .section-content{width:100%}.vf8-detail-page .vf8-overview-grid{display:grid;grid-template-columns:4fr 8fr;align-items:center;max-width:1265px;margin:0 auto;padding:0 15px}.vf8-detail-page .vf8-overview-copy{padding:0 15px;text-align:center}.vf8-detail-page .vf8-section-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 20px}.vf8-detail-page .vf8-section-heading b{display:block;flex:1 1 auto;height:1px;background:#d7d7d7}.vf8-detail-page .vf8-section-heading h3{margin:0;color:#333;font-size:25px;font-weight:400;line-height:1.3;white-space:nowrap}.vf8-detail-page .vf8-overview-copy>p{margin:0 0 19px;color:#333;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-overview-copy>p:last-of-type{margin-bottom:17px}.vf8-detail-page .vf8-price-label{font-size:19px}.vf8-detail-page .vf8-price{color:#800000;font-size:24px}.vf8-detail-page .vf8-overview-image{padding:0 15px;text-align:center}.vf8-detail-page .vf8-overview-image img{display:inline-block;width:488px;max-width:100%;height:auto;vertical-align:middle}.vf8-detail-page .vf8-primary-actions{display:flex;justify-content:center;gap:14px}.vf8-detail-page .vf8-primary-actions a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:205px;min-height:46px;margin:0;padding:0 20px;border:1px solid #3f3f3f;border-radius:12px;color:#fff;background:#3f3f3f;box-shadow:0 5px 14px rgba(0,0,0,.1);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;white-space:nowrap;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.vf8-detail-page .vf8-primary-actions a.is-outline{color:#3f3f3f;background:transparent;min-width:145px;box-shadow:none}.vf8-detail-page .vf8-primary-actions a:hover{color:#fff;background:#232323;transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.15)}.vf8-detail-page .vf8-primary-actions a.is-outline:hover{color:#fff;background:#3f3f3f}.vf8-detail-page .vf8-action-icon{display:inline-grid;flex:0 0 20px;width:20px;height:20px;place-items:center;font-family:Arial,sans-serif;font-size:18px;font-weight:500;line-height:1}.vf8-detail-page .vf8-pricing-section{margin-bottom:34px;padding:30px 0 0;background:#fff}.vf8-detail-page .vf8-centered-title{width:calc(100% - 30px);max-width:1265px;margin:0 auto 15px;padding:0 15px}.vf8-detail-page .vf8-centered-title .section-title{display:flex;align-items:center;gap:18px;justify-content:center;margin:0;color:#333}.vf8-detail-page .vf8-centered-title .section-title b{flex:1 1 auto;height:1px;background:#dedede}.vf8-detail-page .vf8-centered-title .section-title-main{color:#333;font-size:32px;font-weight:500;line-height:1.6;white-space:nowrap}.vf8-detail-page .vf8-360-actions{display:flex;justify-content:center;gap:18px;margin:0 0 11px}.vf8-detail-page .vf8-360-actions a.vf8-360-button{display:inline-flex;align-items:center;justify-content:center;min-width:94px;margin:0;padding:7px 18px;border:0;border-radius:99px;color:#fff!important;background:#3f3f3f!important;box-shadow:none;font-size:13px;font-weight:600;line-height:20px;text-align:center;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.vf8-detail-page .vf8-360-actions a.vf8-360-button:hover{color:#fff!important;background:#232323!important;transform:translateY(-1px)}.vf8-detail-page .vf8-pricing{width:100%;max-width:1265px;margin:0 auto;padding:0 15px}.vf8-detail-page .vf8-pricing .vf8-centered-title{width:100%;margin-bottom:8px;padding:0}.vf8-detail-page .vf8-pricing .vf8-centered-title .section-title-main{font-size:32px}.vf8-detail-page .vf8-hotline{margin:0 0 34px;color:#15156b;font-size:13px;line-height:20.8px;text-align:center}.vf8-detail-page .vf8-hotline span{color:#ed1c24}.vf8-detail-page .vf8-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px;gap:30px}.vf8-detail-page .vf8-price-card{min-width:0;text-align:center}.vf8-detail-page .vf8-price-card img{display:block;width:100%;height:auto;margin:0 0 16px}.vf8-detail-page .vf8-price-card h4{margin:0 0 2px;color:#333;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-price-card p{margin:0;color:#11116d;font-size:13px;line-height:20.8px}.vf8-detail-page .vf8-price-card p:last-child{color:#ed1c24}.vf8-detail-page .vf8-story-section{margin:0;padding:30px 0 0;background:#fff}.vf8-detail-page .vf8-story{width:100%;max-width:1265px;margin:0 auto;padding:0 15px}.vf8-detail-page .vf8-story blockquote{margin:0 0 11.52px;padding:0 38px;border-left:3px solid #999;color:#333;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-story blockquote p{margin:0}.vf8-detail-page .vf8-story-image{margin:0 0 9.6px;padding:0}.vf8-detail-page .vf8-story-image img{display:block;width:100%;height:auto;margin:0 0 32px}.vf8-detail-page .vf8-feature{margin:0;padding:0}.vf8-detail-page .vf8-feature h2{margin:8px 0;color:#333;font-size:32px;font-weight:500;line-height:1.6;text-align:center}.vf8-detail-page .vf8-feature-copy{margin:0 0 9.6px;color:#333;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-final-quote{margin-top:0}.vf8-detail-page .vf8-action-bar{padding:3px 0;background:#fff}.vf8-detail-page .vf8-action-links{display:flex;align-items:center;justify-content:center;gap:0;min-height:38px}.vf8-detail-page .vf8-action-links a.vf8-action-link{display:inline-flex;align-items:center;padding:4px 8px;border:0;color:#333!important;background:transparent;font-size:16px;font-weight:600;line-height:25.6px;white-space:nowrap;text-decoration:none;transition:color .2s ease,opacity .2s ease}.vf8-detail-page .vf8-action-links a.vf8-action-link:hover{color:#111!important;opacity:.72}.vf8-detail-page .vf8-action-links i{margin-right:8px;color:#333;font-size:16px}.vf8-detail-page .vf8-action-bar .is-divider{height:2px;margin:0;border-top:1px solid #eee}.vf8-detail-page .vf8-appointment{padding:30px 0 50px;background:#fff}.vf8-detail-page .vf8-appointment-inner{width:100%;max-width:1080px;margin:0 auto;padding:0 15px}.vf8-detail-page .vf8-appointment .vf8-centered-title{width:100%;max-width:none;margin-bottom:18px;padding:0}.vf8-detail-page .vf8-appointment .vf8-centered-title .section-title-main{font-size:38px}.vf8-detail-page .vf8-appointment-copy{margin:0 auto;text-align:center}.vf8-detail-page .vf8-appointment-copy p{margin:0 0 16px;color:#333;font-size:17px;line-height:27.2px}.vf8-detail-page .vf8-appointment-form{display:block;width:100%;max-width:820px;margin:34px auto 9.6px;color:#333;font-size:15px;line-height:1.5;text-align:center}.vf8-detail-page .vf8-appointment-form input[type=text],.vf8-detail-page .vf8-appointment-form select{display:block;box-sizing:border-box;width:100%;height:46px;min-height:46px;margin:0 0 14px;padding:0 14px;border:1px solid #d8dadd;border-radius:8px;color:#555;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);font:inherit;font-size:15px;line-height:1.4}.vf8-detail-page .vf8-appointment-form select{padding-right:21.728px;color:#333}.vf8-detail-page .vf8-topic-label{display:block;margin:2px 0 11px;font-size:16px;font-weight:500;line-height:1.5}.vf8-detail-page .vf8-topic-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;min-height:24px;margin:0 0 16px}.vf8-detail-page .vf8-topic-list label{display:inline-flex;align-items:center;gap:7px;margin:0;color:#333;font-size:15px;font-weight:500;line-height:22px;white-space:nowrap;cursor:pointer}.vf8-detail-page .vf8-topic-list input{flex:0 0 18px;width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important;accent-color:#333}.vf8-detail-page .vf8-appointment-form hr{clear:both;height:0;margin:0 0 15.52px;border:0;border-top:1px solid #eee}.vf8-detail-page .vf8-name-phone{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.vf8-detail-page .vf8-name-phone input{width:100%!important}.vf8-detail-page .vf8-appointment-form .vf8-submit{display:block;width:auto;min-width:230px;height:48px;min-height:48px;margin:4px auto 0;padding:0 26px;border:0;border-radius:10px;color:#fff;background:#3f3f3f;box-shadow:0 5px 14px rgba(0,0,0,.12);font-family:inherit;font-size:15px;font-weight:700;line-height:48px;text-align:center;transition:background-color .2s ease,transform .2s ease}.vf8-detail-page .vf8-appointment-form .vf8-submit:hover{background:#333}@media (max-width:849px){.vf8-detail-page .vf8-vehicle-tabs{top:60px!important}.vf8-detail-page .vf8-vehicle-tabs .row{display:block}.vf8-detail-page .vf8-vehicle-tabs .col:last-child{overflow-x:auto;text-align:left}.vf8-detail-page .vf8-vehicle-tabs .col:last-child p{white-space:nowrap}.vf8-detail-page .vf8-overview{padding:38px 0}.vf8-detail-page .vf8-overview-grid{grid-template-columns:1fr;gap:22px}.vf8-detail-page .vf8-overview-copy{padding:0}.vf8-detail-page .vf8-pricing-section{padding-top:25px}.vf8-detail-page .vf8-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 15px}.vf8-detail-page .vf8-centered-title .section-title-main{font-size:27px}.vf8-detail-page .vf8-story-section{padding-top:25px}.vf8-detail-page .vf8-story{padding-left:15px;padding-right:15px}.vf8-detail-page .vf8-feature h2{font-size:27px}.vf8-detail-page .vf8-action-links{overflow-x:auto;justify-content:flex-start}.vf8-detail-page .vf8-action-links a{font-size:13px}}@media (max-width:549px){.vf8-detail-page .vf8-vehicle-tabs{top:60px!important}.vf8-detail-page .vf8-vehicle-tabs a,.vf8-detail-page .vf8-vehicle-tabs p{font-size:13px;line-height:21px}.vf8-detail-page .vf8-vehicle-tabs .col-inner{padding:7px 5px}.vf8-detail-page .vf8-overview-grid{padding-left:15px;padding-right:15px}.vf8-detail-page .vf8-section-heading h3{font-size:22px}.vf8-detail-page .vf8-price-grid{grid-template-columns:1fr}.vf8-detail-page .vf8-story blockquote{padding:0 15px;font-size:15px;line-height:24px}.vf8-detail-page .vf8-appointment{padding-top:25px}.vf8-detail-page .vf8-appointment .vf8-centered-title .section-title-main{font-size:27px;white-space:normal;text-align:center}.vf8-detail-page .vf8-appointment-copy p{font-size:14px;line-height:22.4px}.vf8-detail-page .vf8-name-phone{grid-template-columns:1fr;gap:0}.vf8-detail-page .vf8-appointment-form .vf8-submit{width:100%;min-width:100%}}@media (min-width:850px){.vf8-detail-page .vf8-overview{padding:69px 0 79px}.vf8-detail-page .vf8-overview .gap-element{height:30px}.vf8-detail-page .vf8-overview-image{transform:translateX(5px)}.vf8-detail-page .vf8-pricing-section{min-height:688px;padding-top:57px;box-sizing:border-box}.vf8-detail-page .vf8-centered-title{height:60px;min-height:60px;margin-bottom:16px;box-sizing:border-box}.vf8-detail-page .vf8-centered-title .section-title-main{font-size:32px;line-height:52px}.vf8-detail-page .vf8-360-actions{align-items:flex-start;height:83px;min-height:83px;margin-bottom:8px;padding-top:28px;box-sizing:border-box}.vf8-detail-page .vf8-360-actions a{width:138px;min-width:138px;height:39px;min-height:39px;margin:0;padding:0 18.624px;box-sizing:border-box;line-height:39px}.vf8-detail-page .vf8-pricing .vf8-centered-title{height:60px;min-height:60px;margin-bottom:16px}.vf8-detail-page .vf8-hotline{margin-bottom:9.6px;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-price-card img{margin-bottom:0}.vf8-detail-page .vf8-price-card h4{margin:10px 10px 0;font-size:16px;line-height:21px}.vf8-detail-page .vf8-price-card p{margin:0 10px;line-height:20.8px}.vf8-detail-page .vf8-story-section{padding-bottom:60.5px}.vf8-detail-page .vf8-story blockquote{min-height:92px;box-sizing:border-box}.vf8-detail-page .vf8-final-quote{margin-top:9.6px}.vf8-detail-page .vf8-feature h2{margin-top:18px}.vf8-detail-page .vf8-action-bar{min-height:47px;box-sizing:border-box}.vf8-detail-page .vf8-appointment{padding-bottom:30px}.vf8-detail-page .vf8-appointment .vf8-centered-title{height:52px;min-height:52px;margin-top:8px;margin-bottom:24px}.vf8-detail-page .vf8-appointment .vf8-centered-title .section-title-main{font-size:32px;line-height:52px}.vf8-detail-page .vf8-appointment-copy p{margin-bottom:9.6px;color:#333;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-appointment-form{margin-top:10px}.vf8-detail-page .vf8-topic-list{min-height:24px;margin-bottom:14px}.vf8-detail-page .vf8-appointment-form hr{margin-bottom:10px}.vf8-detail-page .vf8-appointment-form hr:nth-of-type(2){display:none}.vf8-detail-page .vf8-story blockquote{padding:0 24px 0 36px}.vf8-detail-page .vf8-story-section{padding-bottom:62.5px}.vf8-detail-page .vf8-topic-list{height:auto;min-height:24px;margin-bottom:14px}.vf8-detail-page .vf8-topic-list label{line-height:22px}.vf8-detail-page .vf8-appointment-form{margin-top:0}.vf8-detail-page .vf8-feature h2{margin-top:28px}.vf8-detail-page .vf8-final-quote{margin-top:20.6px}.vf8-detail-page .vf8-story-section{padding-bottom:60.5px}.vf8-detail-page .vf8-topic-label{margin-bottom:9.04px}}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown{overflow:hidden!important;box-sizing:border-box!important;box-shadow:0 2px 5px rgba(0,0,0,.1)!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown{width:394px!important;min-width:394px!important;max-width:calc(100vw - 30px)!important;padding:16px 20px!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown{width:1100px!important;max-width:calc(100vw - 30px)!important;padding:20px!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li{box-sizing:border-box!important;margin:0!important;padding:0!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li>a{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;margin:0!important;padding:0 10px!important;border-bottom:1px solid #e5e5e5!important;text-align:left!important}.site-header-shell #wide-nav li.has-dropdown>.nav-dropdown>li:last-child>a{border-bottom-color:transparent!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown>li>a,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a{height:42px!important;min-height:42px!important}.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a img,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a img{flex:0 0 48px!important;width:48px!important;height:36px!important;max-width:48px!important;max-height:36px!important;margin:0 20px 0 0!important;object-fit:contain!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown>li>a .menu-image-title,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a .menu-image-title,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a .menu-image-title{display:block!important;flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;color:#777!important;font-size:16px!important;line-height:21px!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important}.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown>li>a:hover .menu-image-title,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown>li>a:hover .menu-image-title,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown>li>a:hover .menu-image-title{color:#333!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a{height:79px!important;min-height:79px!important;padding:10px!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a img{flex:0 0 135px!important;width:135px!important;height:58px!important;max-width:135px!important;max-height:58px!important;margin:0 20px 0 0!important;object-fit:contain!important}.site-header-shell #wide-nav #menu-item-86>.nav-dropdown>li>a .menu-image-title{display:block!important;flex:1 1 auto!important;min-width:0!important;color:#777!important;font-size:16px!important;line-height:21px!important;text-align:left!important;white-space:nowrap!important}@media (max-width:849px){.site-header-shell #wide-nav #menu-item-5934>.nav-dropdown,.site-header-shell #wide-nav #menu-item-69>.nav-dropdown,.site-header-shell #wide-nav #menu-item-79>.nav-dropdown,.site-header-shell #wide-nav #menu-item-86>.nav-dropdown{min-width:0!important;width:calc(100vw - 30px)!important;max-width:calc(100vw - 30px)!important}}.contact-page .contact-information-row{width:calc(100% - 30px)!important;max-width:1270px!important;margin:30px auto 0!important}@media (max-width:849px){.contact-page .contact-information-row{width:calc(100% - 30px)!important;margin:20px auto 0!important}}.supplemental-page .supplemental-content{width:min(1235px,calc(100% - 30px));max-width:1235px;margin:0 auto;padding:36px 0 48px;box-sizing:border-box;color:#333}.supplemental-page .supplemental-content img{display:inline-block;max-width:100%;height:auto}.supplemental-page .supplemental-content li,.supplemental-page .supplemental-content p{font-size:16px;line-height:1.65}.supplemental-page .supplemental-content p{margin:0 0 16px}.supplemental-page .supplemental-content h1,.supplemental-page .supplemental-content h2,.supplemental-page .supplemental-content h3,.supplemental-page .supplemental-content h4,.supplemental-page .supplemental-content h5{color:#333;line-height:1.25}.supplemental-page .supplemental-content h1,.supplemental-page .supplemental-content h2{margin:20px 0 16px}.supplemental-page .supplemental-content h3{margin:20px 0 14px}.supplemental-page .supplemental-content h4,.supplemental-page .supplemental-content h5{margin:14px 0 10px}.supplemental-page .supplemental-content>.row{margin:0}.supplemental-page .supplemental-content>.row>.col,.supplemental-page .supplemental-content>.row>.col>.col-inner{width:100%;margin:0;padding:0}.supplemental-page .supplemental-content h2:empty,.supplemental-page .supplemental-content h3:empty{display:none}.supplemental-page .supplemental-content hr{border:0;border-top:1px solid #ddd;margin:28px 0}.supplemental-page .supplemental-content ol,.supplemental-page .supplemental-content ul{margin:0 0 20px 24px;padding-left:18px}.supplemental-page .supplemental-content li{margin-bottom:7px}.supplemental-page .supplemental-content a{color:inherit;text-decoration:underline}.supplemental-page .service-quote-cta{width:100%;margin:0}.insurance-page .supplemental-content>.row>.col>.col-inner>h2:first-of-type{text-align:center;font-size:clamp(28px,4vw,48px);margin:0 0 18px}.insurance-page .supplemental-content>.row>.col>.col-inner>p:first-of-type{margin-bottom:24px}.insurance-page .supplemental-content h3:has(img){margin:18px 0 30px;text-align:center}.insurance-page .supplemental-content h3:has(img) img{width:100%;max-height:700px;object-fit:cover}.insurance-page .supplemental-content h2:not(:first-of-type){font-size:28px;margin-top:28px}.insurance-page .supplemental-content h3:not(:has(img)){font-size:21px}.service-hub-content{width:min(1235px,calc(100% - 30px));margin:0 auto;padding:36px 0 48px}.service-hub-content .entry-title{margin:0 0 28px;text-align:left;font-size:32px;font-weight:500;text-transform:uppercase}.service-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px 20px;gap:24px 20px}.service-hub-card{display:block;color:#333;text-decoration:none;overflow:hidden}.service-hub-image{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#f4f4f4}.service-hub-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.service-hub-card:hover .service-hub-image img{transform:scale(1.035)}.service-hub-label{display:block;padding:14px 8px 4px;text-align:center;font-size:18px;line-height:1.35}.vinfast-about-page .supplemental-content{width:100%;max-width:none;padding:0}.vinfast-about-page .supplemental-content>section{width:100%;padding:46px 15px;box-sizing:border-box;background:#fff}.vinfast-about-page .supplemental-content>section:first-child{padding-top:38px;padding-bottom:38px;background:#333}.vinfast-about-page .supplemental-content>section:first-child .section-title-main,.vinfast-about-page .supplemental-content>section:first-child h1{color:#fff}.vinfast-about-page .supplemental-content .section-content{max-width:1235px;margin:0 auto}.vinfast-about-page .supplemental-content .section-title-container{margin:0 0 26px}.vinfast-about-page .supplemental-content .section-title{display:flex;align-items:center;gap:16px;justify-content:center;margin:0;text-align:center}.vinfast-about-page .supplemental-content .section-title b{flex:1 1 auto;height:1px;background:#ddd}.vinfast-about-page .supplemental-content .section-title-main{font-size:30px;line-height:1.25;white-space:nowrap}.vinfast-about-page .supplemental-content .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.vinfast-about-page .supplemental-content .row>.col{flex:0 0 auto;padding:0 15px;box-sizing:border-box}.vinfast-about-page .supplemental-content .medium-6{width:50%}.vinfast-about-page .supplemental-content .medium-7{width:58.333%}.vinfast-about-page .supplemental-content .medium-5{width:41.667%}.vinfast-about-page .supplemental-content .medium-4{width:33.333%}.vinfast-about-page .supplemental-content .medium-3{width:25%}.vinfast-about-page .supplemental-content .medium-3 .col-inner,.vinfast-about-page .supplemental-content .medium-4 .col-inner,.vinfast-about-page .supplemental-content .medium-5 .col-inner,.vinfast-about-page .supplemental-content .medium-6 .col-inner,.vinfast-about-page .supplemental-content .medium-7 .col-inner{padding:0}.vinfast-about-page .supplemental-content .box-image{text-align:center}.vinfast-about-page .supplemental-content .box-image img{display:block;width:100%;height:auto;margin:0 auto}.vinfast-about-page .supplemental-content .box-text{padding:16px 0 0;text-align:center}.vinfast-about-page .supplemental-content .core-title{font-size:18px;min-height:44px}.vinfast-about-page .supplemental-content .core-ex p{font-size:14px;line-height:1.5;text-align:center}.vinfast-about-page .supplemental-content blockquote{margin:0;padding:10px 22px;border-left:3px solid #ed1c24}.vinfast-about-page .supplemental-content .box-shadow-1{padding:0 0 14px!important;box-shadow:0 1px 10px rgba(0,0,0,.12)}.legacy-about-page .supplemental-content,.privacy-legacy-page .supplemental-content,.privacy-policy-page .supplemental-content,.vision-mission-page .supplemental-content{max-width:1235px}.legacy-about-page .supplemental-content>.row>.col>.col-inner>h2:first-of-type,.privacy-legacy-page .supplemental-content>.row>.col>.col-inner>h2:first-of-type,.privacy-policy-page .supplemental-content>.row>.col>.col-inner>h2:first-of-type{margin-top:0;font-size:34px}.vision-mission-page .supplemental-content>.row>.col>.col-inner>h1:first-child{font-size:34px}.legacy-about-page .supplemental-content img,.vision-mission-page .supplemental-content img{display:block;margin:22px auto}@media (max-width:849px){.supplemental-page .supplemental-content{width:calc(100% - 30px);padding-top:25px;padding-bottom:34px}.supplemental-page .supplemental-content li,.supplemental-page .supplemental-content p{font-size:15px}.service-hub-content{width:calc(100% - 30px);padding-top:25px;padding-bottom:34px}.service-hub-content .entry-title{font-size:27px}.service-hub-grid{grid-template-columns:1fr;gap:22px}.service-hub-label{padding-top:10px;font-size:17px}.vinfast-about-page .supplemental-content>section{padding:32px 15px}.vinfast-about-page .supplemental-content .section-title-main{font-size:24px;white-space:normal}.vinfast-about-page .supplemental-content .medium-3,.vinfast-about-page .supplemental-content .medium-4,.vinfast-about-page .supplemental-content .medium-5,.vinfast-about-page .supplemental-content .medium-6,.vinfast-about-page .supplemental-content .medium-7,.vinfast-about-page .supplemental-content .row>.col{width:100%}.vinfast-about-page .supplemental-content .box-image{max-width:620px;margin:0 auto}.vinfast-about-page .supplemental-content .core-title{min-height:0}.insurance-page .supplemental-content h2:not(:first-of-type){font-size:24px}}.admin-app-shell,.admin-login-page{--admin-ink:#1d2939;--admin-muted:#667085;--admin-soft:#f6f8fb;--admin-line:#e7ebf0;--admin-blue:#123f72;--admin-blue-dark:#092d56;font-family:Arial,Helvetica,sans-serif}.admin-app-shell{min-height:100vh;background:#f7f9fc;color:var(--admin-ink);display:flex}.admin-sidebar{width:254px;flex:0 0 254px;background:#fff;border-right:1px solid #e8edf2;display:flex;flex-direction:column;padding:22px 14px 18px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.admin-brand{display:flex;align-items:center;gap:11px;padding:3px 14px 25px}.admin-brand-mark{width:32px;height:32px;color:#fff;background:var(--admin-blue);border-radius:9px 9px 14px 14px;display:grid;place-items:center;font-size:20px;font-weight:800;font-family:Georgia,serif;transform:skew(-5deg)}.admin-brand strong{display:block;letter-spacing:4px;color:var(--admin-blue);font-size:15px;line-height:1}.admin-brand span{display:block;letter-spacing:1.4px;margin-top:6px;color:#98a2b3;font-weight:700}.admin-sidebar-label{color:#98a2b3;letter-spacing:1.35px;font-weight:700}.admin-sidebar-nav{display:grid;grid-gap:4px;gap:4px}.admin-sidebar-nav button{border:0;width:100%;background:transparent;color:#667085;display:flex;align-items:center;gap:12px;min-height:45px;text-align:left;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.admin-sidebar-nav button:hover{background:#f3f6fa;color:var(--admin-blue)}.admin-sidebar-nav button.is-active{color:var(--admin-blue);background:#eaf2fb;font-weight:700}.admin-nav-icon{width:28px;height:28px;border:1px solid #d8e0ea;border-radius:7px;display:grid;place-items:center;color:#8b98a9;font-size:8px;letter-spacing:.4px;font-weight:800}.admin-sidebar-nav .is-active .admin-nav-icon{color:var(--admin-blue);border-color:#b8d2ed;background:#fff}.admin-sidebar-nav em{margin-left:auto;min-width:21px;height:20px;padding:0 6px;display:grid;place-items:center;border-radius:20px;color:#b54708;background:#fff1e8;font-size:10px;font-style:normal}.admin-help-card{margin:10px 6px 16px;background:#f5f8fc;border-radius:10px;padding:14px 13px;position:relative}.admin-help-icon{width:25px;height:25px;background:#dbeafe;color:#1d4ed8;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:12px;margin-bottom:10px}.admin-help-card strong{display:block;font-size:12px}.admin-help-card p{color:#7a8698;font-size:10px;line-height:1.45;margin:5px 0 12px}.admin-help-card button{padding:0;border:0;color:var(--admin-blue);background:transparent;font-size:10px;font-weight:700;cursor:pointer}.admin-back-site{display:flex;align-items:center;gap:9px;height:38px;margin:0 6px;border-top:1px solid #edf0f3;padding:15px 10px 0;color:#667085;font-size:11px;text-decoration:none}.admin-back-site span{font-size:17px;color:var(--admin-blue)}.admin-main{min-width:0;flex:1 1}.admin-topbar{height:73px;background:#fff;border-bottom:1px solid #e8edf2;padding:0 39px;display:flex;align-items:center;justify-content:space-between}.admin-breadcrumb{color:#777;line-height:1}.admin-breadcrumb b{color:#d0d5dd;font-weight:400}.admin-breadcrumb strong{color:var(--admin-ink);font-weight:600;line-height:1}.admin-breadcrumb-link{display:inline-flex;align-items:center;margin:0;padding:0;border:0;background:transparent;color:#666;font:inherit;font-size:13px;font-weight:500;line-height:1;cursor:pointer}.admin-breadcrumb-link:hover{color:#111;text-decoration:underline}.admin-breadcrumb-sep{display:inline-flex;align-items:center;color:#bbb;font-size:13px;line-height:1}.admin-topbar-actions{display:flex;align-items:center;gap:19px}.admin-top-icon{position:relative;border:0;background:transparent;color:#667085;font-size:19px;cursor:pointer}.admin-top-icon i{position:absolute;width:5px;height:5px;background:var(--admin-red);border-radius:50%;right:0;top:2px}.admin-top-divider{width:1px;height:27px;background:#e4e7ec}.admin-user{gap:9px}.admin-avatar{width:33px;height:33px;color:#fff;font-size:10px;font-weight:800;background:#193f6c;border-radius:50%}.admin-user small{color:#98a2b3}.admin-user button{border:0;background:transparent;color:#98a2b3;font-size:16px;cursor:pointer;margin-left:4px}.admin-content{max-width:1310px;padding:40px 42px 66px;margin:0 auto}.admin-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}.admin-eyebrow{color:#98a2b3;letter-spacing:1.5px;font-size:9px;font-weight:800;margin:0 0 10px}.admin-page-heading h1{font-size:28px;letter-spacing:-.7px;margin:0;color:#172b4d}.admin-muted{color:#7b8798;margin:9px 0 0}.admin-primary-button,.admin-secondary-button{min-height:39px;padding:0 16px;border:1px solid transparent;font-weight:700;display:inline-flex;align-items:center;gap:7px;cursor:pointer;white-space:nowrap;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.admin-primary-button{background:var(--admin-blue);box-shadow:0 3px 10px rgba(18,63,114,.18)}.admin-primary-button:hover{background:var(--admin-blue-dark);box-shadow:0 5px 14px rgba(18,63,114,.22)}.admin-login-button:active,.admin-primary-button:active,.admin-secondary-button:active{transform:scale(.97)}.admin-primary-button span{font-size:16px;font-weight:400;line-height:1}.admin-primary-button.small{min-height:34px;font-size:10px;padding:0 12px}.admin-secondary-button{color:#475467;border-color:#d8dee7;background:#fff}.admin-secondary-button:hover{border-color:#b8c4d2;background:#f9fafb}.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;margin-bottom:23px}.admin-metric-card{background:#fff;border:1px solid #edf0f4;border-radius:10px;padding:17px 18px 16px;box-shadow:0 2px 8px rgba(17,24,39,.025)}.admin-metric-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.admin-metric-icon{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;font-size:8px;letter-spacing:.5px;font-weight:800}.quick-icon.blue,.tone-blue .admin-metric-icon{background:#e8f1ff;color:#2563eb}.quick-icon.orange,.tone-orange .admin-metric-icon{background:#fff2e8;color:#ea580c}.quick-icon.purple,.tone-purple .admin-metric-icon{background:#f1eafe;color:#7c3aed}.quick-icon.green,.tone-green .admin-metric-icon{background:#e7f8ef;color:#139a55}.admin-metric-change{color:#22a35a;font-size:9px}.admin-metric-card strong{display:block;color:#172b4d;font-size:23px}.admin-metric-card>span:last-child{color:#7b8798;display:block}.admin-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin-bottom:15px}.admin-panel{background:#fff;border:1px solid #edf0f4;border-radius:10px;box-shadow:0 2px 8px rgba(17,24,39,.025)}.admin-panel-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:20px 22px 13px}.admin-panel-heading h2{margin:0;color:#172b4d}.admin-panel-heading p{margin:5px 0 0;color:#98a2b3}.admin-text-button{border:0;background:transparent;color:var(--admin-blue);font-size:10px;font-weight:700;cursor:pointer}.admin-quick-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #f0f2f5}.admin-quick-grid button{position:relative;text-align:left;min-height:92px;border:0;border-right:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5;background:#fff;padding:16px 18px 13px;cursor:pointer}.admin-quick-grid button:nth-child(2n){border-right:0}.admin-quick-grid button:nth-last-child(-n+2){border-bottom:0}.admin-quick-grid button:hover{background:#fbfcfe}.quick-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;margin-bottom:9px;font-weight:700;font-size:15px}.admin-quick-grid small,.admin-quick-grid strong{display:block}.admin-quick-grid strong{color:#344054}.admin-quick-grid small{color:#98a2b3;margin-top:4px}.quick-count{position:absolute;right:16px;top:16px;background:#f1eafe;color:#7c3aed;border-radius:20px;padding:3px 7px;font-size:9px}.admin-activity-list{list-style:none;margin:0;padding:0 22px 13px}.admin-activity-list li{display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-top:1px solid #f0f2f5}.activity-dot{width:8px;height:8px;border-radius:50%;flex:0 0 8px;margin-top:4px}.activity-dot.blue{background:#4e86e9}.activity-dot.orange{background:#f68b48}.activity-dot.purple{background:#9270ed}.activity-dot.green{background:#44ba78}.admin-activity-list small,.admin-activity-list strong{display:block}.admin-activity-list strong{color:#344054;font-weight:600}.admin-activity-list small{color:#98a2b3;margin-top:4px}.admin-performance{padding-bottom:18px}.admin-performance .admin-panel-heading,.admin-status{align-items:center}.admin-status{display:inline-flex;gap:5px;color:#159957;background:#eaf8f0;border-radius:20px;padding:4px 8px;white-space:nowrap}.admin-status i{width:5px;height:5px;border-radius:50%;background:#17a05a}.admin-status.is-muted{color:#b54708;background:#fff5eb}.admin-status.is-muted i{background:#f79009}.admin-progress-row{padding:3px 22px 11px}.admin-progress-row>div:first-child{display:flex;justify-content:space-between;font-size:10px;color:#667085;margin-bottom:6px}.admin-progress-row strong{color:#344054}.admin-progress{height:6px;border-radius:10px;background:#edf1f5;overflow:hidden}.admin-progress i{display:block;height:100%;background:#3f7fca;border-radius:10px}.admin-manager-heading{margin-bottom:22px}.admin-manager-heading h1 span{color:#98a2b3;font-size:16px;margin-left:5px}.admin-toolbar{display:flex;gap:9px;align-items:center;margin-bottom:15px}.admin-search{width:270px;height:38px;gap:8px;border:1px solid #dfe5ec;border-radius:7px;padding:0 12px}.admin-search span{color:#98a2b3;font-size:20px;line-height:1}.admin-search input{flex:1 1;color:#344054}.admin-search input::placeholder{color:#98a2b3}.admin-toolbar select{padding:0 30px 0 12px;font-size:10px}.admin-filter-button,.admin-toolbar select{height:38px;border:1px solid #dfe5ec;border-radius:7px;color:#667085;background:#fff}.admin-filter-button{font-size:13px;cursor:pointer}.admin-filter-button span{font-size:10px;margin-left:3px}.admin-table-panel{overflow:hidden}.admin-table-head,.admin-table-row{display:grid;grid-template-columns:minmax(250px,1.7fr) minmax(125px,.8fr) minmax(115px,.7fr) minmax(110px,.65fr) 68px;align-items:center}.admin-table-head{min-height:38px;padding:0 21px;background:#fafbfc;color:#98a2b3;letter-spacing:.8px;font-weight:800}.admin-table-row{min-height:69px;padding:0 21px;border-top:1px solid #eef1f4;font-size:10px}.admin-post-cell,.admin-vehicle-cell{min-width:0;display:flex;align-items:center;gap:11px}.admin-vehicle-thumb{width:62px;height:39px;background:#f7f9fb;border-radius:5px;display:grid;place-items:center;overflow:hidden;flex:0 0 62px}.admin-vehicle-thumb img{width:100%;height:100%;object-fit:contain}.admin-post-cell small,.admin-post-cell strong,.admin-vehicle-cell small,.admin-vehicle-cell strong{display:block}.admin-post-cell strong,.admin-vehicle-cell strong{color:#344054;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-post-cell small,.admin-vehicle-cell small{color:#98a2b3;font-size:9px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-price{color:#344054}.admin-category,.admin-row-date{color:#667085;font-size:10px}.admin-row-actions{display:flex;gap:3px;justify-content:flex-end}.admin-icon-button{width:26px;height:26px;border:1px solid #e3e8ef;color:#667085;border-radius:5px;display:grid;place-items:center;cursor:pointer;font-size:12px}.admin-icon-button:hover{border-color:#a9bdd3;color:var(--admin-blue)}.admin-icon-button.is-danger:hover{border-color:#f2b8c0;color:var(--admin-red);background:#fff7f8}.admin-empty{padding:45px 22px;text-align:center;color:#98a2b3;font-size:12px}.admin-table-footer{min-height:52px;border-top:1px solid #eef1f4;padding:0 21px;display:flex;justify-content:space-between;align-items:center;color:#98a2b3;font-size:9px}.admin-table-footer button{width:25px;height:25px;margin-left:4px;border:1px solid #e3e8ef;color:#667085;background:#fff;border-radius:5px;cursor:pointer;font-size:10px}.admin-table-footer button:disabled{color:#d0d5dd;cursor:default}.admin-table-footer button.is-current{background:var(--admin-blue);border-color:var(--admin-blue)}.post-head,.post-row{grid-template-columns:minmax(300px,2fr) minmax(115px,.8fr) minmax(95px,.65fr) minmax(110px,.65fr) 68px}.admin-post-icon{width:29px;height:29px;border-radius:7px;display:grid;place-items:center;background:#eef4fb;color:#4b78ac;font-size:14px;flex:0 0 29px}.admin-category{color:#526581;background:#f1f5f9;border-radius:5px;padding:5px 7px;width:-moz-fit-content;width:fit-content}.admin-banner-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.admin-banner-card{background:#fff;border:1px solid #edf0f4;overflow:hidden;border-radius:10px}.admin-banner-preview{height:132px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.admin-banner-preview:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#133f70,#2f6c9c);opacity:.96}.admin-banner-preview.banner-dail:before{background:linear-gradient(135deg,#9d2028,#e76436)}.admin-banner-preview.banner-baoh:before{background:linear-gradient(135deg,#536b75,#e4b3a1)}.admin-banner-preview.banner-ctap:before{background:linear-gradient(135deg,#142b4c,#817e9a)}.admin-banner-preview>*{position:relative;z-index:1}.admin-banner-preview span{color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:1px}.admin-banner-preview b{font-size:16px;margin-top:5px}.admin-banner-body{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px 5px}.admin-banner-body small,.admin-banner-body strong{display:block}.admin-banner-body strong{color:#344054}.admin-banner-body small{color:#98a2b3;margin-top:4px}.admin-banner-actions{display:flex;justify-content:flex-end;gap:12px;padding:5px 16px 14px}.admin-banner-actions button{border:0;color:var(--admin-blue);background:transparent;font-size:10px;font-weight:700;cursor:pointer}.admin-banner-actions button:last-child{color:#98a2b3;font-size:16px}.admin-content-list{overflow:hidden}.admin-content-row{display:grid;grid-template-columns:18px 33px minmax(230px,1fr) 120px 28px;align-items:center;grid-gap:12px;gap:12px;min-height:67px;padding:0 22px;border-top:1px solid #eef1f4}.admin-content-drag{color:#d0d5dd;font-size:18px}.admin-content-symbol{width:31px;height:31px;display:grid;place-items:center;border-radius:7px;color:#3c73ac;background:#edf4fc;font-size:8px;font-weight:800}.admin-content-row small,.admin-content-row strong{display:block}.admin-content-row strong{font-size:10px;color:#344054}.admin-content-row small{color:#98a2b3;margin-top:4px}.admin-content-note{display:flex;align-items:flex-start;gap:10px;margin-top:15px;padding:14px 16px;background:#f0f6fc;border:1px solid #d7e7f7;border-radius:9px;color:#37628a}.admin-content-note>span{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#5e95c8;font-size:10px;font-weight:700}.admin-content-note p{margin:4px 0 0;color:#6384a1}.admin-modal-backdrop{position:fixed;inset:0;z-index:30000;display:grid;place-items:center;padding:25px;background:rgba(10,23,41,.48)}.admin-modal{width:min(570px,100%);max-height:min(720px,calc(100vh - 50px));overflow:auto;background:#fff;border-radius:12px;box-shadow:0 20px 70px rgba(0,0,0,.22)}.admin-modal>header{display:flex;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid #edf0f4}.admin-modal header h2{margin:0;color:#172b4d;font-size:18px}.admin-modal-close{width:28px;height:28px;border:0;background:#f4f6f8;border-radius:50%;color:#667085;font-size:20px;line-height:1;cursor:pointer}.admin-modal-body{padding:20px 24px 9px;display:grid;grid-gap:15px;gap:15px}.admin-modal-body label{display:grid;grid-gap:6px;gap:6px;color:#475467;font-size:10px;font-weight:700}.admin-modal-body input,.admin-modal-body select,.admin-modal-body textarea{width:100%;border:1px solid #dfe5ec;border-radius:6px;color:#344054;background:#fff;padding:0 11px;height:37px;font:inherit;outline:0}.admin-modal-body textarea{height:85px;resize:vertical;padding-top:10px}.admin-modal-body input:focus,.admin-modal-body select:focus,.admin-modal-body textarea:focus{border-color:#74a4d0;box-shadow:0 0 0 3px #eaf2fb}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.admin-upload-box{min-height:100px;border:1px dashed #b5c5d5;border-radius:7px;display:grid;place-content:center;justify-items:center;grid-gap:5px;gap:5px;background:#fbfcfd;color:#667085}.admin-upload-box span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#eaf2fb;color:var(--admin-blue);font-size:17px}.admin-upload-box strong{font-size:10px}.admin-upload-box small{color:#98a2b3;font-size:9px;font-weight:400}.admin-modal>footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 24px 22px}.admin-toast{position:fixed;right:25px;bottom:25px;z-index:31000;display:flex;align-items:center;gap:9px;background:#1e344e;color:#fff;border-radius:8px;padding:11px 15px;box-shadow:0 10px 25px rgba(16,24,40,.2)}.admin-toast span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#27a866;font-size:10px}.admin-login-page{min-height:100vh;display:grid;grid-template-columns:43% 57%;color:var(--admin-ink)}.admin-login-art{min-height:100vh;color:#fff;background:linear-gradient(145deg,rgba(7,38,73,.94),rgba(17,79,126,.88)),url(/legacy/wp-content/uploads/2025/11/vinfast-vf8-do.png) 50%/cover;position:relative;overflow:hidden}.admin-login-art:after{content:"";position:absolute;width:450px;height:450px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-230px;bottom:-190px;box-shadow:0 0 0 40px rgba(255,255,255,.04),0 0 0 80px rgba(255,255,255,.025)}.admin-login-art-inner{position:relative;z-index:1;min-height:100vh;padding:42px 47px 31px;display:flex;flex-direction:column}.admin-brand-light{padding:0}.admin-brand-light span{color:rgba(255,255,255,.6)}.admin-brand-light .admin-brand-mark{color:var(--admin-blue)}.admin-login-quote{margin-top:auto;margin-bottom:auto}.admin-login-quote>span{display:block;color:#90c2ec;font:70px Georgia,serif;height:48px}.admin-login-quote p{margin:0;font-size:34px;line-height:1.15;letter-spacing:-1px;font-weight:300}.admin-login-quote small{display:block;margin-top:23px;color:rgba(255,255,255,.67);font-size:10px;letter-spacing:1px}.admin-login-art-footer{display:flex;justify-content:space-between;color:rgba(255,255,255,.5);font-size:9px;letter-spacing:1.1px}.admin-login-card{display:grid;place-items:center;padding:35px}.admin-login-card-inner{width:min(385px,100%)}.admin-login-back{color:#98a2b3;font-size:11px;text-decoration:none}.admin-login-back:hover{color:var(--admin-blue)}.admin-login-back span{margin-left:5px}.admin-login-heading{margin:72px 0 30px}.admin-login-mini-mark{width:37px;height:37px;border-radius:10px 10px 15px 15px;color:#fff;background:var(--admin-blue);font:22px Georgia,serif;margin-bottom:20px}.admin-login-heading h1{color:#172b4d;font-size:29px;letter-spacing:-.8px;margin:0}.admin-login-heading>p:last-child{color:#7b8798;line-height:1.5;margin:10px 0 0}.admin-login-form{display:grid;grid-gap:16px;gap:16px}.admin-login-form>label{display:grid;grid-gap:7px;gap:7px;color:#475467;font-weight:700}.admin-login-form input{height:42px;width:100%;border:1px solid #dfe5ec;border-radius:6px;padding:0 12px;color:#344054;font:inherit;font-size:11px;outline:0}.admin-login-form input:focus{border-color:#6b9dcc;box-shadow:0 0 0 3px #eaf2fb}.admin-password-wrap{position:relative}.admin-password-wrap input{padding-right:50px}.admin-password-wrap button{position:absolute;right:11px;top:0;height:42px;border:0;background:transparent;color:var(--admin-blue);font-size:10px;font-weight:700;cursor:pointer}.admin-login-options{display:flex;justify-content:space-between;align-items:center;margin-top:-2px}.admin-check{display:flex;align-items:center;gap:6px;color:#667085;font-size:10px;font-weight:400}.admin-check input{width:14px;height:14px;accent-color:var(--admin-blue)}.admin-login-options>button{border:0;padding:0;color:var(--admin-blue);background:transparent;font-size:10px;cursor:pointer}.admin-login-button{height:43px;border:0;border-radius:6px;background:var(--admin-blue);color:#fff;display:flex;justify-content:center;align-items:center;gap:13px;font-size:11px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px rgba(18,63,114,.2)}.admin-login-button span{font-size:17px;font-weight:400}.admin-login-note{display:flex;gap:7px;color:#98a2b3;font-size:9px;line-height:1.4;margin-top:22px}.admin-login-note span{width:14px;height:14px;display:grid;place-items:center;color:#5e95c8;border:1px solid #8db3d2;border-radius:50%;font-size:8px;flex:0 0 14px}@media (max-width:980px){.admin-sidebar{width:218px;flex-basis:218px}.admin-topbar{padding:0 25px}.admin-content{padding-left:25px;padding-right:25px}.admin-table-head,.admin-table-row{grid-template-columns:minmax(210px,1.5fr) minmax(105px,.8fr) minmax(105px,.7fr) 68px}.admin-table-head span:nth-child(4),.admin-table-row>.admin-row-date{display:none}.post-head,.post-row{grid-template-columns:minmax(240px,1.7fr) minmax(105px,.8fr) minmax(100px,.7fr) 68px}.post-head span:nth-child(3),.post-row>.admin-row-date{display:none}}@media (max-width:740px){.admin-sidebar{width:62px;flex-basis:62px;padding-left:7px;padding-right:7px}.admin-brand{padding:8px 8px 27px}.admin-back-site,.admin-brand>div:last-child,.admin-help-card,.admin-sidebar-label,.admin-sidebar-nav button>span:not(.admin-nav-icon),.admin-sidebar-nav em{display:none}.admin-sidebar-nav button{justify-content:center;padding:0}.admin-nav-icon{width:34px;height:34px}.admin-topbar{height:62px;padding:0 15px}.admin-topbar-actions{gap:11px}.admin-top-divider,.admin-user>button,.admin-user>span:not(.admin-avatar){display:none}.admin-content{padding:26px 15px 45px}.admin-page-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.admin-page-heading h1{font-size:23px}.admin-metrics{grid-template-columns:1fr 1fr;gap:9px}.admin-metric-card{padding:13px}.admin-metric-card strong{font-size:20px}.admin-dashboard-grid{grid-template-columns:1fr}.admin-toolbar{flex-wrap:wrap}.admin-search{width:100%}.admin-toolbar select{flex:1 1}.admin-filter-button span{display:none}.admin-table-panel{overflow-x:auto}.admin-table-head,.admin-table-row{min-width:650px}.admin-banner-grid{grid-template-columns:1fr}.admin-content-row{grid-template-columns:18px 33px minmax(140px,1fr) 28px}.admin-content-row .admin-status{display:none}.admin-form-grid{grid-template-columns:1fr}.admin-login-page{display:block}.admin-login-art{min-height:205px}.admin-login-art-inner{min-height:205px;padding:23px 25px}.admin-login-quote{display:none}.admin-login-art-footer{margin-top:auto}.admin-login-card{min-height:calc(100vh - 205px);padding:28px 23px}.admin-login-heading{margin:47px 0 25px}.admin-login-heading h1{font-size:25px}}@media (prefers-reduced-motion:reduce){.admin-icon-button,.admin-primary-button,.admin-secondary-button,.admin-sidebar-nav button{transition:none}}.admin-app-shell,.admin-login-page{--admin-blue:#0a3a70;--admin-blue-2:#0f5b9e;--admin-navy:#061d39;--admin-ink:#14253d;--admin-muted:#718096;--admin-line:#e8edf3;--admin-bg:#f5f7fa;--admin-red:#e31837;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-app-shell{background:var(--admin-bg)}.admin-sidebar{width:272px;flex-basis:272px;padding:24px 16px 18px;background:linear-gradient(180deg,#071f3a,#061a31);color:#fff;border:0;box-shadow:8px 0 24px rgba(3,18,38,.08)}.admin-brand{padding:0 14px 26px;gap:12px}.admin-brand-mark{width:36px;height:36px;color:var(--admin-blue);border-radius:10px 10px 16px 16px;font-size:22px;box-shadow:0 5px 15px rgba(0,0,0,.14)}.admin-brand strong{font-size:16px;letter-spacing:4.5px}.admin-brand span{color:rgba(255,255,255,.44);letter-spacing:1.1px;font-size:8px}.admin-workspace{margin:0 5px 27px;display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:10px}.admin-workspace>div{min-width:0;flex:1 1}.admin-workspace small,.admin-workspace strong{display:block}.admin-workspace small{color:rgba(255,255,255,.42);font-size:8px;font-weight:700;letter-spacing:1.2px}.admin-workspace strong{color:rgba(255,255,255,.9);font-size:11px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-workspace>svg{color:rgba(255,255,255,.55)}.admin-workspace-dot{width:9px;height:9px;background:#39c77b;border-radius:50%;box-shadow:0 0 0 4px rgba(57,199,123,.12)}.admin-sidebar-label{color:rgba(255,255,255,.37);font-size:9px;letter-spacing:1.5px;padding:0 15px 9px}.admin-sidebar-nav{gap:5px}.admin-sidebar-nav button{min-height:44px;color:rgba(255,255,255,.62);border-radius:8px;padding:0 13px;font-size:12px}.admin-sidebar-nav button:hover{background:rgba(255,255,255,.07)}.admin-sidebar-nav button.is-active{color:#fff;background:linear-gradient(90deg,rgba(84,157,224,.25),rgba(84,157,224,.1));box-shadow:inset 3px 0 0 #66b5f0}.admin-sidebar-nav button>svg{flex:0 0 18px;color:rgba(255,255,255,.52)}.admin-sidebar-nav button.is-active>svg{color:#8bc9f4}.admin-sidebar-nav em{background:rgba(230,158,65,.18);color:#ffc477;min-width:22px;height:19px}.admin-sidebar-divider{height:1px;margin:25px 15px 22px;background:rgba(255,255,255,.1)}.admin-system-nav button{min-height:38px;font-size:11px}.admin-sidebar-bottom{margin-top:auto}.admin-help-card{margin:12px 5px 17px;padding:16px 14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.admin-help-icon{background:rgba(107,181,235,.18);color:#8bc9f4}.admin-help-card strong{color:#fff;font-size:11px}.admin-help-card p{color:rgba(255,255,255,.48)}.admin-help-card button{display:inline-flex;align-items:center;gap:4px;color:#8bc9f4}.admin-back-site{border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.6)}.admin-back-site span,.admin-back-site>svg{color:#8bc9f4}.admin-topbar{height:78px;padding:0 48px;border-bottom:1px solid #e6ebf1}.admin-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px}.admin-breadcrumb span{color:#9aa8b8;font-size:13px}.admin-breadcrumb strong{color:#263b56;font-size:13px}.admin-topbar-actions{gap:22px}.admin-top-icon{display:grid;place-items:center;color:#688099;padding:7px}.admin-top-icon:hover{color:var(--admin-blue-2);background:#f2f6fa;border-radius:7px}.admin-top-icon i{width:6px;height:6px;right:5px;top:5px}.admin-top-divider{height:30px;background:#e3e8ee}.admin-user{border:0;background:transparent;display:flex;gap:10px;padding:4px;text-align:left;cursor:pointer}.admin-user>svg{color:#8d9aaa}.admin-avatar{width:34px;height:34px;background:linear-gradient(135deg,#1a558c,#0c315e);box-shadow:0 3px 7px rgba(13,57,99,.2)}.admin-user strong{color:#263b56}.admin-user small{color:#9aa8b8;margin-top:3px}.admin-content{max-width:1440px;padding:44px 48px 72px}.admin-page-heading{margin-bottom:31px}.admin-heading-kicker{display:flex;align-items:center;gap:7px;color:#8292a4;font-weight:800;letter-spacing:1.6px;font-size:9px;margin-bottom:11px}.admin-live-dot{width:6px;height:6px;border-radius:50%;background:#2fb56d;box-shadow:0 0 0 4px #def5e9}.admin-heading-kicker>span:not(.admin-live-dot){color:#bcc6d1}.admin-page-heading h1{color:#102b4b;font-size:30px;letter-spacing:-.95px}.admin-muted{color:#7f8da0;font-size:12px;margin-top:10px}.admin-primary-button,.admin-secondary-button{min-height:41px;border-radius:7px;padding:0 17px;font-size:11px;letter-spacing:.05px}.admin-primary-button{background:#0b477f;box-shadow:0 5px 14px rgba(11,71,127,.18)}.admin-primary-button:hover{background:#093967}.admin-secondary-button{border-color:#dce4ec;color:#506174}.admin-secondary-button:hover{border-color:#a9bed2;background:#f7fafc}.admin-metrics{gap:16px;margin-bottom:24px}.admin-metric-card{border:1px solid #e7ecf2;border-radius:11px;padding:18px 19px 17px;box-shadow:0 4px 14px rgba(26,51,78,.035)}.admin-metric-card:hover{border-color:#cfdce9;box-shadow:0 7px 20px rgba(26,51,78,.08)}.admin-metric-top{margin-bottom:16px}.admin-metric-icon{width:36px;height:36px;border-radius:9px}.admin-metric-trend{display:inline-flex;align-items:center;color:#35a66c;font-size:9px}.admin-metric-card strong{color:#102b4b;font-size:27px;letter-spacing:-.7px}.admin-metric-card>span:last-child{color:#7c8a9b;font-size:10px;margin-top:5px}.admin-dashboard-grid{gap:16px;margin-bottom:16px}.admin-panel{border:1px solid #e7ecf2;border-radius:11px;box-shadow:0 4px 14px rgba(26,51,78,.035)}.admin-panel-heading{padding:21px 23px 16px}.admin-panel-heading h2{color:#183554;font-size:14px;letter-spacing:-.1px}.admin-panel-heading p{color:#8a98a8;font-size:10px;margin-top:6px}.admin-text-button{display:inline-flex;align-items:center;gap:4px;color:#1d609c}.admin-quick-grid{border-top-color:#edf1f5}.admin-quick-grid button{min-height:105px;padding:18px 19px}.admin-quick-grid button:hover{background:#f8fbfd}.quick-icon{width:32px;height:32px;border-radius:8px;margin-bottom:12px}.admin-quick-grid strong{color:#263b56;font-size:11px}.admin-quick-grid small{color:#8b98a8;font-size:9px;margin-top:5px}.quick-count{top:18px;right:18px}.admin-activity-list{padding:0 23px 13px}.admin-activity-list li{padding:13px 0;gap:12px}.admin-activity-list strong{color:#324a65;font-size:10px}.admin-activity-list small{color:#99a5b2;font-size:9px;margin-top:5px}.activity-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;flex:0 0 24px}.activity-icon.blue{color:#3176ba;background:#e9f3fc}.activity-icon.orange{color:#de762e;background:#fff0e4}.activity-icon.purple{color:#7854be;background:#f1ebfd}.activity-icon.green{color:#22965b;background:#e7f8ef}.admin-performance{padding-bottom:20px}.admin-progress-row{padding:4px 23px 12px}.admin-progress-row>div:first-child{color:#65778c}.admin-progress{height:7px;background:#edf2f6}.admin-progress i{background:linear-gradient(90deg,#1f75b4,#59a5db)}.admin-manager-heading{margin-bottom:25px}.admin-manager-heading h1 span{display:inline-block;margin-left:7px;padding:4px 7px;color:#58718b;background:#eaf1f7;border-radius:5px;font-size:11px;vertical-align:middle;letter-spacing:0}.admin-toolbar{gap:10px;margin-bottom:16px}.admin-search{border-color:#dfe6ed;box-shadow:0 2px 6px rgba(16,36,60,.02)}.admin-search svg{color:#94a4b5;flex:0 0 auto}.admin-filter-button,.admin-select-button{height:42px;display:inline-flex;align-items:center;gap:9px;border:1px solid #dfe6ed;border-radius:8px;background:#fff;color:#617388;padding:0 13px;font-size:10px;cursor:pointer}.admin-filter-button{gap:5px}.admin-filter-button:hover,.admin-select-button:hover{border-color:#aec2d4;color:#225e91}.admin-table-panel{border-radius:11px}.admin-table-head,.admin-table-row{grid-template-columns:minmax(285px,1.7fr) minmax(145px,.8fr) minmax(130px,.7fr) minmax(130px,.72fr) 101px}.admin-table-head{min-height:43px;padding:0 22px;background:#f8fafc;border-bottom:1px solid #edf1f5;color:#8b99a8;font-size:8px;letter-spacing:1px}.admin-table-row{min-height:78px;padding:0 22px;border-top-color:#edf1f5}.admin-table-row:hover{background:#fbfdff}.admin-vehicle-cell{gap:13px}.admin-vehicle-thumb{width:75px;height:46px;flex-basis:75px;border:1px solid #eef2f5;border-radius:6px}.admin-vehicle-cell strong{color:#263f5b;font-size:11px}.admin-vehicle-cell small{font-size:9px;margin-top:5px}.admin-price{color:#334c68;font-size:10px}.admin-row-date{color:#7e8fa1;font-size:10px}.admin-status{padding:5px 9px;font-size:9px}.admin-row-actions{gap:5px}.admin-icon-button{width:28px;height:28px;border-radius:6px;background:#fff}.admin-icon-button:hover{background:#f0f6fb}.admin-table-footer{min-height:57px;padding:0 22px}.admin-table-footer button{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:6px}.post-head,.post-row{grid-template-columns:minmax(340px,2fr) minmax(135px,.8fr) minmax(110px,.65fr) minmax(120px,.65fr) 101px}.admin-post-cell{gap:12px}.admin-post-icon{width:31px;height:31px;flex-basis:31px;border-radius:8px}.admin-category{padding:5px 8px;font-size:9px}.admin-banner-grid{gap:17px}.admin-banner-card{border-radius:11px}.admin-banner-preview{height:154px;padding:20px}.admin-banner-preview:before{background:linear-gradient(135deg,#0f477b,#3c86b7)}.admin-banner-preview.banner-red:before{background:linear-gradient(135deg,#9c2430,#e56c4a)}.admin-banner-preview.banner-sand:before{background:linear-gradient(135deg,#526e79,#dbc2ad)}.admin-banner-preview.banner-violet:before{background:linear-gradient(135deg,#192e50,#797594)}.admin-banner-preview span{display:inline-flex;align-items:center;gap:5px;color:rgba(255,255,255,.68);font-size:8px}.admin-banner-preview b{font-size:18px;letter-spacing:-.3px}.admin-banner-preview-glow{position:absolute;width:190px;height:190px;right:-35px;top:-60px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 25px rgba(255,255,255,.04),0 0 0 50px rgba(255,255,255,.025)}.admin-banner-body{padding:16px 18px 6px}.admin-banner-body strong{color:#2b435d;font-size:11px}.admin-banner-body small{font-size:9px;margin-top:5px}.admin-banner-actions{padding:7px 18px 16px}.admin-banner-actions button{display:inline-flex;align-items:center;gap:5px}.admin-content-list .admin-panel-heading{padding-bottom:17px}.admin-content-row{grid-template-columns:18px 36px minmax(230px,1fr) 130px 30px;min-height:72px;padding:0 23px;gap:13px}.admin-content-symbol{width:34px;height:34px;border-radius:9px}.admin-content-row strong{color:#2b435d;font-size:11px}.admin-content-row small{font-size:9px;margin-top:5px}.admin-content-row small em{font-style:normal;color:#c2cbd3}.admin-content-note{padding:15px 17px;background:#eff7fd;border-color:#d5e8f6}.admin-content-note>span{width:19px;height:19px;background:#5a97c7}.admin-content-note strong{font-size:10px}.admin-content-note p{color:#64809b;font-size:9px;margin-top:5px}.admin-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:rgba(4,20,38,.56)}.admin-modal{border-radius:13px;box-shadow:0 24px 90px rgba(0,0,0,.27)}.admin-modal>header{padding:23px 26px 19px}.admin-modal-kicker{color:#8a9aac;letter-spacing:1.3px;font-size:8px;font-weight:800;margin-bottom:9px}.admin-modal-kicker span{color:#c1cbd4}.admin-modal header h2{color:#153553;font-size:19px}.admin-modal-body{padding:22px 26px 10px;gap:17px}.admin-field{gap:7px;color:#53677d;font-size:10px;font-weight:700}.admin-modal-body input,.admin-modal-body select,.admin-modal-body textarea{height:40px;border-color:#dce4eb;border-radius:7px;font-size:11px}.admin-modal-body textarea{padding-top:11px}.admin-modal>footer{padding:16px 26px 23px}.admin-upload-box{min-height:112px;border-color:#a8bfd2;border-radius:8px}.admin-upload-box span{width:32px;height:32px}.admin-toast{right:28px;bottom:28px;border-radius:9px;padding:13px 16px;font-size:11px}.admin-login-page{grid-template-columns:46% 54%;background:#fff}.admin-login-art{background:linear-gradient(145deg,rgba(4,26,52,.95),rgba(11,76,123,.91)),url(/legacy/wp-content/uploads/2025/11/vinfast-vf8-do.png) 50%/cover}.admin-login-art-inner{padding:44px 52px 33px}.admin-login-quote>span{color:#7fc1ee;font-size:78px}.admin-login-quote p{font-size:39px;line-height:1.12;letter-spacing:-1.5px}.admin-login-quote small{font-size:9px;letter-spacing:1.3px}.admin-login-card{padding:40px}.admin-login-card-inner{width:min(410px,100%)}.admin-login-back{display:inline-flex;align-items:center;gap:4px;color:#7f91a5}.admin-login-heading{margin:78px 0 32px}.admin-login-mini-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px 11px 17px 17px;margin-bottom:22px;background:#0b477f;box-shadow:0 8px 18px rgba(11,71,127,.2)}.admin-login-heading h1{color:#102b4b;font-size:31px}.admin-login-heading>p:last-child{color:#8492a2;font-size:12px;margin-top:11px}.admin-login-form{gap:18px}.admin-login-form>label{gap:8px;color:#50647a;font-size:10px}.admin-input-with-icon{height:44px;display:flex;align-items:center;gap:9px;border:1px solid #dce4eb;border-radius:7px;padding:0 12px;transition:border-color .16s ease,box-shadow .16s ease}.admin-input-with-icon:focus-within{border-color:#72a5cf;box-shadow:0 0 0 3px #eaf3fb}.admin-input-with-icon>svg{color:#9aabba;flex:0 0 15px}.admin-input-with-icon input{height:40px;border:0;padding:0;outline:0;box-shadow:none}.admin-input-with-icon button{display:grid;place-items:center;border:0;background:transparent;color:#7e98af;cursor:pointer}.admin-login-options{margin-top:-1px}.admin-check{color:#74869a}.admin-login-options>button{color:#1a5e98}.admin-login-button{height:45px;border-radius:7px;background:#0b477f;box-shadow:0 6px 16px rgba(11,71,127,.2)}.admin-login-button:hover{background:#093967}.admin-login-note{align-items:flex-start;gap:8px;color:#8999a9;margin-top:24px}.admin-login-note>svg{color:#6aa2c9;flex:0 0 15px}.admin-login-note p{margin:0;font-size:9px;line-height:1.5}@media (max-width:980px){.admin-sidebar{width:225px;flex-basis:225px}.admin-topbar{padding:0 27px}.admin-content{padding-left:27px;padding-right:27px}.admin-table-head,.admin-table-row{grid-template-columns:minmax(245px,1.5fr) minmax(120px,.8fr) minmax(120px,.7fr) 101px}.admin-table-head span:nth-child(4),.admin-table-row>.admin-row-date{display:none}.post-head,.post-row{grid-template-columns:minmax(270px,1.7fr) minmax(115px,.8fr) minmax(115px,.7fr) 101px}.post-head span:nth-child(3),.post-row>.admin-row-date{display:none}}@media (max-width:740px){.admin-sidebar{width:70px;flex-basis:70px;padding-left:8px;padding-right:8px}.admin-brand{padding:8px 9px 28px}.admin-back-site span,.admin-back-site>svg,.admin-brand>div:last-child,.admin-help-card,.admin-sidebar-divider,.admin-sidebar-label,.admin-sidebar-nav button>span,.admin-sidebar-nav em,.admin-workspace{display:none}.admin-sidebar-nav button{justify-content:center;padding:0}.admin-sidebar-nav button>svg{width:20px;height:20px}.admin-topbar{height:64px;padding:0 15px}.admin-topbar-actions{gap:9px}.admin-top-divider,.admin-user>span:not(.admin-avatar),.admin-user>svg{display:none}.admin-content{padding:28px 15px 48px}.admin-page-heading{align-items:flex-start;flex-direction:column;gap:17px}.admin-page-heading h1{font-size:24px}.admin-metrics{grid-template-columns:1fr 1fr;gap:10px}.admin-metric-card{padding:14px}.admin-metric-card strong{font-size:22px}.admin-dashboard-grid{grid-template-columns:1fr}.admin-toolbar{flex-wrap:wrap}.admin-search{width:100%}.admin-select-button{flex:1 1}.admin-table-panel{overflow-x:auto}.admin-table-head,.admin-table-row{min-width:690px}.admin-banner-grid{grid-template-columns:1fr}.admin-content-row{grid-template-columns:18px 35px minmax(150px,1fr) 30px}.admin-content-row .admin-status{display:none}.admin-form-grid{grid-template-columns:1fr}.admin-login-page{display:block}.admin-login-art{min-height:208px}.admin-login-art-inner{min-height:208px;padding:24px 25px}.admin-login-quote{display:none}.admin-login-art-footer{margin-top:auto}.admin-login-card{min-height:calc(100vh - 208px);padding:30px 23px}.admin-login-heading{margin:51px 0 27px}.admin-login-heading h1{font-size:26px}}.admin-app-shell,.admin-login-page{--admin-blue:#111;--admin-blue-2:#222;--admin-navy:#111;--admin-ink:#171717;--admin-muted:#777;--admin-line:#e5e5e5;--admin-bg:#f7f7f7;--admin-red:#111;color:#171717}.admin-app-shell{background:#f7f7f7}.admin-sidebar{background:#111;box-shadow:none}.admin-brand-mark{background:#fff;color:#111;box-shadow:none}.admin-brand strong{color:#fff}.admin-brand span{color:#8d8d8d}.admin-workspace{background:#191919;border-color:#303030}.admin-workspace small{color:#777}.admin-workspace strong{color:#eee}.admin-workspace>svg{color:#999}.admin-workspace-dot{background:#fff;box-shadow:none}.admin-sidebar-label{color:#707070}.admin-sidebar-nav button{color:#999}.admin-sidebar-nav button:hover{background:#202020;color:#fff}.admin-sidebar-nav button.is-active{background:#fff;color:#111;box-shadow:inset 3px 0 0 #111}.admin-sidebar-nav button.is-active>svg,.admin-sidebar-nav button>svg{color:inherit}.admin-sidebar-nav em{color:#111;background:#fff}.admin-sidebar-divider{background:#303030}.admin-help-card{background:#191919;border-color:#303030}.admin-help-icon{background:#292929;color:#fff}.admin-help-card p{color:#888}.admin-help-card button{color:#fff}.admin-back-site{border-color:#303030;color:#aaa}.admin-back-site span,.admin-back-site>svg{color:#fff}.admin-topbar{box-shadow:none}.admin-breadcrumb strong{color:#222}.admin-top-icon{color:#555}.admin-top-icon:hover{color:#111;background:#f0f0f0}.admin-avatar,.admin-top-icon i{background:#111}.admin-avatar{box-shadow:none}.admin-user strong{color:#222}.admin-user small{color:#888}.admin-heading-kicker,.admin-user>svg{color:#777}.admin-live-dot{background:#111;box-shadow:none}.admin-heading-kicker>span:not(.admin-live-dot){color:#bbb}.admin-page-heading h1{color:#111}.admin-muted{color:#777}.admin-primary-button{background:#111;color:#fff;box-shadow:none}.admin-primary-button:hover{background:#333;box-shadow:none}.admin-secondary-button{color:#333;border-color:#d7d7d7}.admin-secondary-button:hover{border-color:#111;background:#fff}.admin-metric-card,.admin-panel{border-color:#e2e2e2;box-shadow:none}.admin-metric-card:hover,.admin-panel:hover{border-color:#c9c9c9;box-shadow:none}.admin-metric-icon,.tone-blue .admin-metric-icon,.tone-green .admin-metric-icon,.tone-orange .admin-metric-icon,.tone-purple .admin-metric-icon{background:#f0f0f0;color:#222}.admin-metric-trend{color:#666}.admin-metric-card strong{color:#111}.admin-metric-card>span:last-child{color:#777}.admin-panel-heading h2{color:#222}.admin-panel-heading p{color:#888}.admin-text-button{color:#333}.admin-text-button:hover{color:#000}.admin-quick-grid button{border-color:#e6e6e6}.admin-quick-grid button:hover{background:#fafafa}.quick-icon,.quick-icon.blue,.quick-icon.green,.quick-icon.orange,.quick-icon.purple{background:#f0f0f0;color:#222}.admin-quick-grid strong{color:#222}.admin-quick-grid small{color:#888}.quick-count{background:#e9e9e9;color:#333}.admin-activity-list li{border-color:#ededed}.activity-icon,.activity-icon.blue,.activity-icon.green,.activity-icon.orange,.activity-icon.purple{background:#f0f0f0;color:#333}.admin-activity-list strong{color:#333}.admin-activity-list small{color:#8b8b8b}.admin-status{color:#333;background:#ededed}.admin-status i{background:#222}.admin-status.is-muted{color:#666;background:#f2f2f2}.admin-status.is-muted i{background:#888}.admin-progress{background:#e7e7e7}.admin-progress i{background:#222}.admin-manager-heading h1 span{color:#555;background:#ebebeb}.admin-filter-button,.admin-search,.admin-select-button{border-color:#dedede;color:#555;box-shadow:none}.admin-search svg{color:#888}.admin-filter-button:hover,.admin-select-button:hover{border-color:#111;color:#111}.admin-table-head{background:#fafafa;border-color:#e6e6e6;color:#888}.admin-table-row{border-color:#ededed}.admin-table-row:hover{background:#fcfcfc}.admin-vehicle-thumb{background:#f4f4f4;border-color:#e7e7e7}.admin-post-cell strong,.admin-price,.admin-vehicle-cell strong{color:#222}.admin-post-cell small,.admin-row-date,.admin-vehicle-cell small{color:#888}.admin-icon-button{border-color:#e2e2e2;color:#555;box-shadow:none}.admin-icon-button.is-danger:hover,.admin-icon-button:hover{border-color:#111;color:#111;background:#f5f5f5}.admin-category{color:#555;background:#efefef}.admin-table-footer{border-color:#e8e8e8;color:#888}.admin-table-footer button{border-color:#dedede;color:#666}.admin-table-footer button.is-current{color:#fff;background:#111;border-color:#111}.admin-banner-preview,.admin-banner-preview.banner-blue:before,.admin-banner-preview.banner-red:before,.admin-banner-preview.banner-sand:before,.admin-banner-preview.banner-violet:before,.admin-banner-preview:before{background:#1a1a1a}.admin-banner-preview-glow{display:none}.admin-banner-preview span{color:#aaa}.admin-banner-preview b{color:#fff}.admin-banner-card{border-color:#e2e2e2;box-shadow:none}.admin-banner-body strong{color:#222}.admin-banner-body small{color:#888}.admin-banner-actions button{color:#333}.admin-banner-actions button:last-child{color:#777}.admin-content-symbol{color:#333;background:#efefef}.admin-content-row{border-color:#ededed}.admin-content-row strong{color:#222}.admin-content-row small{color:#888}.admin-content-note{background:#f2f2f2;border-color:#dedede;color:#444}.admin-content-note>span{background:#222}.admin-content-note p{color:#777}.admin-modal-backdrop{background:rgba(0,0,0,.52);-webkit-backdrop-filter:none;backdrop-filter:none}.admin-modal{box-shadow:0 16px 45px rgba(0,0,0,.22)}.admin-modal>header{border-color:#e6e6e6}.admin-modal-kicker{color:#888}.admin-modal header h2{color:#111}.admin-modal-close{color:#555;background:#f0f0f0}.admin-modal-body input,.admin-modal-body select,.admin-modal-body textarea{border-color:#dcdcdc}.admin-modal-body input:focus,.admin-modal-body select:focus,.admin-modal-body textarea:focus{border-color:#111;box-shadow:0 0 0 3px #ededed}.admin-upload-box{border-color:#aaa;background:#fafafa;color:#555}.admin-upload-box span{background:#ededed;color:#222}.admin-upload-box small{color:#888}.admin-toast{background:#111;box-shadow:none}.admin-toast svg{color:#fff}.article-editor-modal{width:min(760px,100%);max-height:min(860px,calc(100vh - 40px))}.post-image-field{display:grid;grid-gap:7px;gap:7px}.admin-field-label{color:#53677d;font-size:10px;font-weight:700}.post-image-picker{display:grid;grid-template-columns:140px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:stretch}.post-image-preview{min-height:100px;display:grid;place-content:center;justify-items:center;grid-gap:5px;gap:5px;overflow:hidden;border:1px solid #dcdcdc;border-radius:8px;background:#f8f8f8;color:#999}.post-image-preview img{display:block;width:100%;height:100px;object-fit:contain;background:#f6f6f6}.post-image-preview span{padding:0 7px 7px;font-size:9px;color:#777}.post-image-select{position:relative;width:100%;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;text-align:center;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.post-image-select.is-dragging,.post-image-select:focus-visible,.post-image-select:hover{border-color:#222;background:#f3f3f3;box-shadow:0 0 0 3px rgba(17,17,17,.08);outline:0}.post-image-select.is-dragging{border-style:dashed;background:#ededed}.post-image-select:disabled{cursor:wait}.post-image-select.has-image{display:block;place-content:unset}.post-image-empty-state{display:grid;place-items:center;grid-gap:6px;gap:6px;padding:18px 10px!important;color:#555!important}.post-image-empty-state strong{color:#333;font-size:10px}.post-image-empty-state small{color:#888;font-size:9px}.post-image-change-overlay,.post-image-uploading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px!important;font-size:10px!important;font-weight:650}.post-image-change-overlay{background:rgba(0,0,0,.62);color:#fff!important;opacity:0;transition:opacity .16s ease}.post-image-select:focus-visible .post-image-change-overlay,.post-image-select:hover .post-image-change-overlay{opacity:1}.post-image-uploading{z-index:2;background:rgba(255,255,255,.92);color:#222!important}.post-image-picker-actions{display:flex;align-content:center;align-items:center;flex-wrap:wrap;gap:8px}.post-image-picker-actions small{flex:1 0 100%;color:#888;font-size:9px;line-height:1.4}.post-image-remove{color:#8c2d2d}.post-image-library-panel{display:grid;grid-gap:9px;gap:9px;padding:11px;border:1px solid #dedede;border-radius:8px;background:#fafafa}.post-image-library-head{display:flex;align-items:center;justify-content:space-between;color:#333;font-size:11px}.post-image-library{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:max-content;align-items:start;grid-gap:8px;gap:8px;max-height:280px;overflow-x:hidden;overflow-y:auto;padding:1px;scrollbar-gutter:stable}.post-image-library-item{display:grid;grid-template-rows:auto auto auto;align-content:start;align-self:start;min-width:0;width:100%;height:auto!important;min-height:0!important;padding:5px;overflow:hidden;border:1px solid #ddd;border-radius:7px;background:#fff;color:#555;text-align:left;cursor:pointer;box-sizing:border-box}.post-image-library-item.is-selected,.post-image-library-item:hover{border-color:#222;box-shadow:0 0 0 1px #222}.post-image-library-item img{display:block;width:100%;height:auto!important;aspect-ratio:4/3;object-fit:contain;border-radius:4px;background:#f4f4f4}.post-image-library-item small,.post-image-library-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-image-library-item span{margin-top:5px;color:#333;font-size:9px}.post-image-library-item small{margin-top:2px;color:#888;font-size:8px}.post-image-library-state{display:grid;place-items:center;min-height:80px;color:#888;font-size:10px}@media (max-width:620px){.article-editor-modal{max-height:calc(100vh - 20px)}.post-image-picker{grid-template-columns:1fr}.post-image-library{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-login-art{background:#111}.admin-login-art:after{display:none}.admin-brand-light .admin-brand-mark{color:#111;background:#fff}.admin-brand-light strong{color:#fff}.admin-brand-light span{color:#888}.admin-login-quote p,.admin-login-quote>span{color:#fff}.admin-login-art-footer,.admin-login-quote small{color:#888}.admin-login-heading h1{color:#111}.admin-login-heading>p:last-child{color:#777}.admin-login-mini-mark{background:#111;box-shadow:none}.admin-input-with-icon{border-color:#dcdcdc}.admin-input-with-icon:focus-within{border-color:#111;box-shadow:0 0 0 3px #ededed}.admin-input-with-icon>svg{color:#888}.admin-input-with-icon button{color:#555}.admin-login-options>button{color:#333}.admin-login-button{background:#111;box-shadow:none}.admin-login-button:hover{background:#333}.admin-login-note{color:#888}.admin-login-note>svg{color:#555}@media (max-width:740px){.admin-sidebar{width:70px;flex-basis:70px}.admin-brand-mark{width:35px;height:35px}.admin-content{padding:28px 15px 48px}.admin-topbar{padding:0 15px}.admin-page-heading h1{font-size:24px}}.admin-brand-logo{display:block;width:126px;height:32px;object-fit:contain;object-position:left center;flex:0 0 126px}.admin-brand-meta{border-left:1px solid #3b3b3b;padding-left:12px}.admin-brand-meta span,.admin-brand-meta strong{display:block}.admin-brand-meta strong{color:#fff;font-size:9px;letter-spacing:1.5px;line-height:1}.admin-brand-meta span{color:#8d8d8d;font-size:7px;letter-spacing:1px;margin-top:5px}.admin-brand-light .admin-brand-meta{border-left-color:rgba(255,255,255,.28)}.admin-brand-light .admin-brand-meta strong{color:#fff}.admin-brand-light .admin-brand-meta span{color:#888}@media (max-width:740px){.admin-brand-logo{width:40px;height:32px;object-fit:cover;object-position:left center;flex-basis:40px}.admin-brand-meta{display:none}}.product-editor{width:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #dcdcdc;border-radius:10px;color:#171717;font-size:13px}.product-reference-toggle{--reference-width:min(520px,46vw);position:fixed;z-index:40002;top:50%;right:0;display:grid;place-items:center;width:30px;height:58px;padding:0;border:1px solid #d8d8d8;border-right:0;border-radius:8px 0 0 8px;background:#fff;color:#333;box-shadow:-5px 0 18px rgba(0,0,0,.1);cursor:pointer;transform:translateY(-50%);transition:right .22s ease,background .16s ease}.product-reference-toggle:hover{background:#f2f2f2}.product-reference-toggle.is-open{right:var(--reference-width)}.product-reference-browser{--reference-width:min(520px,46vw);position:fixed;z-index:40001;top:0;right:0;display:flex;flex-direction:column;width:var(--reference-width);height:100vh;border-left:1px solid #d8d8d8;background:#fff;box-shadow:-18px 0 50px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .22s ease}.product-reference-browser.is-open{transform:translateX(0)}.product-reference-browser>header{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 14px;border-bottom:1px solid #e6e6e6;background:#fafafa}.product-reference-browser>header>div{display:flex;align-items:center;gap:8px;color:#222}.product-reference-browser>header strong{font-size:13px}.product-reference-actions a,.product-reference-actions button,.product-reference-browser>header button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid #ddd;border-radius:6px;background:#fff;color:#555;cursor:pointer}.product-reference-toolbar{display:flex;align-items:center;gap:7px;min-height:52px;height:52px;padding:8px 10px;border-bottom:1px solid #e8e8e8}.product-reference-toolbar form{display:flex;align-items:center;flex:1 1 auto;min-width:0;height:36px;min-height:36px;margin:0;border:1px solid #d7d7d7;border-radius:7px;overflow:hidden}.product-reference-toolbar input{display:block;min-width:0;flex:1 1 auto;width:0;height:34px!important;min-height:34px;margin:0;padding:0 9px;border:0;outline:0;color:#333;background:#fff;font:inherit;font-size:10px;line-height:34px}.product-reference-toolbar form button{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;min-height:34px;margin:0;padding:0;border:0;border-left:1px solid #e1e1e1;background:#fafafa;color:#333;cursor:pointer}.product-reference-actions{display:flex;align-items:center;gap:5px;height:36px}.product-reference-actions a,.product-reference-actions button{flex:0 0 32px;width:32px;height:32px;min-height:32px;margin:0;padding:0}.product-reference-actions a{text-decoration:none}.product-reference-presets{display:flex;gap:5px;padding:8px 10px;overflow-x:auto;border-bottom:1px solid #ededed}.product-reference-presets button{flex:0 0 auto;padding:6px 8px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#666;font:inherit;font-size:10px;cursor:pointer;white-space:nowrap}.product-reference-presets button.is-active,.product-reference-presets button:hover{border-color:#222;background:#222;color:#fff}.product-reference-frame-wrap{flex:1 1;min-height:0;overflow:hidden;border-top:1px solid #d8d8d8;background:#f5f5f5;overscroll-behavior:contain}.product-reference-frame-wrap iframe{display:block;width:100%;height:100%;border:0;background:#fff}.product-reference-note{margin:0;padding:8px 11px;border-top:1px solid #e8e8e8;color:#777;background:#fafafa;font-size:10px;line-height:1.45}.product-editor *,.product-editor button,.product-editor input,.product-editor select,.product-editor textarea{box-sizing:border-box;font-family:inherit}.product-editor-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px 20px;border-bottom:1px solid #e6e6e6}.product-editor-header .admin-modal-kicker{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:#777;font-size:11px;font-weight:800;letter-spacing:1.2px}.product-editor-header h2{margin:0;color:#111;font-size:24px;font-weight:700;letter-spacing:-.3px}.product-editor-header p{margin:4px 0 0;color:#666;font-size:13px}.product-editor-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.product-editor-draft{display:inline-flex;align-items:center;gap:6px;color:#666;font-size:12px;white-space:nowrap}.product-editor-draft>span{width:7px;height:7px;border-radius:50%;background:#222}.product-editor-tabs{display:flex;align-items:center;gap:0;padding:0 28px;border-bottom:1px solid #e6e6e6;background:#fafafa;overflow-x:auto}.product-editor-tabs button{min-height:48px;margin-right:28px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#666;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.product-editor-tabs button:hover{color:#111}.product-editor-tabs button.is-active{border-bottom-color:#111;color:#111;font-weight:700}.product-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;min-height:0;flex:1 1}.product-editor-main{min-width:0;padding:28px 32px 36px;background:#fff}.product-editor-side{display:flex;flex-direction:column;gap:16px;padding:24px 20px 30px;border-left:1px solid #e7e7e7;background:#fafafa}.product-editor-section{display:grid;grid-gap:22px;gap:22px;max-width:100%}.product-section-intro{padding-bottom:6px;border-bottom:1px solid #ededed}.product-section-intro>span{display:block;color:#777;font-size:11px;font-weight:800;letter-spacing:1.2px}.product-section-intro h3{margin:6px 0 0;color:#111;font-size:18px;font-weight:700}.product-section-intro p{margin:4px 0 12px;color:#666;font-size:13px;line-height:1.5}.product-editor-footer{gap:12px;min-height:70px;padding:14px 28px}.product-editor-footer .admin-primary-button,.product-editor-footer .admin-secondary-button,.product-editor-header-actions .admin-primary-button,.product-editor-header-actions .admin-secondary-button{min-height:38px;font-size:13px;font-weight:600;padding:0 16px;border-radius:6px}.product-save-draft{min-height:38px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:600}.product-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 16px;gap:18px 16px}.product-form-grid-3{grid-template-columns:repeat(3,1fr)}.product-field>span{display:flex;justify-content:space-between;align-items:baseline;gap:12px;color:#222;font-size:13px;font-weight:600}.product-field>span small{color:#888;font-size:11px;font-weight:400;text-align:right}.product-editor .product-field input,.product-editor .product-field select,.product-editor .product-field textarea,.product-variant-row input,.product-variant-row select{width:100%;min-width:0;height:40px;margin-top:6px;padding:0 12px;border:1px solid #d4d4d4;border-radius:6px;outline:0;background:#fff;color:#111;font-size:13px}.product-editor .product-field textarea{min-height:96px;padding-top:10px;resize:vertical;line-height:1.55}.product-editor .product-field input:focus,.product-editor .product-field select:focus,.product-editor .product-field textarea:focus,.product-variant-row input:focus,.product-variant-row select:focus{border-color:#111}.product-input-prefix,.product-input-suffix{display:flex;align-items:center;height:40px;margin-top:6px;border:1px solid #d4d4d4;border-radius:6px;background:#fff;overflow:hidden}.product-input-prefix:focus-within,.product-input-suffix:focus-within{border-color:#111}.product-input-prefix span,.product-input-suffix span{flex:0 0 auto;padding:0 12px;color:#777;font-size:12px}.product-input-prefix input,.product-input-suffix input{height:38px!important;margin:0!important;padding:0 10px!important;border:0!important;border-radius:0!important;font-size:13px!important}.product-input-suffix span{border-left:1px solid #e7e7e7}.product-rich-editor{margin-top:6px;border:1px solid #d4d4d4;border-radius:6px;overflow:hidden}.product-rich-toolbar{display:flex;align-items:center;gap:4px;min-height:38px;padding:0 8px;border-bottom:1px solid #e7e7e7;background:#fafafa}.product-rich-toolbar button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#555;cursor:pointer}.product-rich-toolbar button:hover{background:#e9e9e9;color:#111}.product-rich-toolbar span{width:1px;height:18px;margin:0 6px;background:#ddd}.product-rich-content{min-height:110px;padding:14px;color:#333;font-size:13px;line-height:1.6}.product-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 4px;border-top:1px solid #ededed}.product-toggle-row small,.product-toggle-row strong{display:block}.product-toggle-row strong{color:#222;font-size:13px;font-weight:600}.product-toggle-row small{margin-top:4px;color:#777;font-size:12px}.product-toggle{position:relative;width:40px;height:22px;flex:0 0 40px;border:0;border-radius:20px;background:#d4d4d4;cursor:pointer}.product-toggle span{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .16s ease}.product-toggle.is-on{background:#111}.product-toggle.is-on span{transform:translateX(18px)}.product-subsection-title{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:8px;border-top:1px solid #ededed}.product-subsection-title span,.product-subsection-title strong{display:block}.product-subsection-title strong{color:#111;font-size:14px;font-weight:700}.product-subsection-title span{margin-top:3px;color:#777;font-size:12px}.product-light-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid #d4d4d4;border-radius:6px;background:#fff;color:#333;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.product-light-button:hover{border-color:#111;color:#111}.product-variant-table{border:1px solid #e2e2e2;border-radius:6px;overflow:hidden}.product-variant-head,.product-variant-row{display:grid;grid-template-columns:1fr 1.2fr 1fr 32px;align-items:center;grid-gap:10px;gap:10px;padding:0 14px}.product-variant-head{min-height:36px;background:#f7f7f7;color:#777;font-size:11px;font-weight:700;letter-spacing:.5px}.product-variant-row{min-height:60px;border-top:1px solid #ededed}.product-variant-row input,.product-variant-row select{height:36px;margin:0;padding:0 10px;font-size:13px}.product-variant-row .product-input-suffix{height:36px;margin:0}.product-variant-row .product-input-suffix input{height:34px}.product-variant-row .product-input-suffix span{font-size:11px;padding:0 8px}.product-variant-row>button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:4px;background:transparent;color:#777;cursor:pointer}.product-variant-row>button:hover{color:#e31837;background:#fff0f0}.product-info-box{display:flex;gap:8px;align-items:flex-start;padding:14px;border:1px solid #dedede;background:#f6f6f6;color:#555}.product-info-box svg{flex:0 0 16px}.product-info-box p{margin:0;font-size:12px;line-height:1.5}.product-info-box strong{color:#222}.product-media-cover{display:grid;grid-template-columns:160px 1fr;grid-gap:18px;gap:18px;align-items:center;padding:16px;border:1px solid #dedede;border-radius:6px}.product-media-cover-preview{height:100px;display:grid;place-items:center;overflow:hidden;border:1px solid #e4e4e4;background:#f4f4f4;border-radius:4px}.product-media-cover-preview img{width:100%;height:100%;object-fit:contain}.product-media-cover small,.product-media-cover strong{display:block}.product-media-cover strong{color:#111;font-size:14px;font-weight:600}.product-media-cover small{margin:6px 0 10px;color:#777;font-size:12px}.product-media-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.product-media-slot{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed #b7b7b7;border-radius:6px;background:#fff;color:#555;cursor:pointer}.product-media-slot:hover{border-color:#111;background:#fafafa}.product-media-slot>span{display:grid;place-items:center;width:34px;height:34px;color:#333;background:#eee;border-radius:50%}.product-media-slot strong{color:#222;font-size:12px}.product-media-slot small{color:#888;font-size:11px}.product-media-slot em{display:inline-flex;align-items:center;gap:3px;margin-top:4px;color:#333;font-size:11px;font-style:normal;font-weight:600}.product-empty-media{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:32px;border:1px solid #e3e3e3;color:#777}.product-empty-media span{color:#444;font-size:13px;font-weight:500}.product-empty-media small{font-size:12px}.product-spec-group{display:grid;grid-gap:14px;gap:14px;padding-top:3px}.product-spec-group h3{display:flex;align-items:center;gap:8px;margin:0;color:#222;font-size:13px}.product-spec-group h3>span{display:grid;place-items:center;width:26px;height:26px;color:#333;background:#eee;border-radius:5px}.product-check-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 18px;gap:12px 18px;padding:14px;border:1px solid #e2e2e2;border-radius:6px}.product-check-option{display:flex;align-items:center;gap:8px;color:#444;font-size:13px;cursor:pointer}.product-check-option input{display:none}.product-check-option>span{display:grid;place-items:center;width:16px;height:16px;border:1px solid #bdbdbd;border-radius:3px;color:#fff}.product-check-option input:checked+span{border-color:#111;background:#111}.product-seo-preview{display:grid;grid-gap:6px;gap:6px;padding:16px;border:1px solid #dcdcdc;border-radius:6px;background:#fafafa}.product-seo-preview>span{color:#777;font-size:11px;font-weight:800;letter-spacing:1px}.product-seo-preview strong{color:#111;font-size:16px;font-weight:600}.product-seo-preview em{color:#444;font-size:13px;font-style:normal}.product-seo-preview p{margin:3px 0 0;color:#666;font-size:13px;line-height:1.5}.product-upload-inline{display:flex;align-items:center;gap:8px;min-height:44px;margin-top:7px;padding:0 12px;border:1px solid #d8d8d8;color:#666;font-size:12px}.product-upload-inline svg{color:#444}.product-upload-inline span{flex:1 1}.product-upload-inline button{border:0;background:transparent;color:#111;font-size:12px;font-weight:600;cursor:pointer}.product-side-card{grid-gap:14px;gap:14px;padding:18px;border-radius:8px}.product-side-card-title{padding-bottom:12px}.product-side-card-title strong{color:#111;font-size:13px;font-weight:700}.product-side-live{color:#555;font-size:11px}.product-side-card .admin-field{font-size:12px}.product-side-card .admin-field select{height:38px;font-size:13px}.product-side-row span{color:#777;font-size:11px;text-transform:uppercase;font-weight:600}.product-side-row strong{color:#111;font-size:13px;font-weight:600;word-break:break-all}.product-preview-button{min-height:38px;border-radius:6px;color:#222;font-size:13px;font-weight:600}.product-checklist-item{gap:10px;color:#777;font-size:13px}.product-checklist-item>span{width:18px;height:18px}.product-checklist-item.is-done{color:#111}.product-side-help p{font-size:11px}.admin-seo-tools{display:grid;grid-gap:10px;gap:10px;margin-top:16px;padding:14px;border:1px solid #dedede;border-radius:8px;background:#fbfbfb}.admin-seo-score-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-seo-score-head strong{display:block;margin-top:4px;color:#222;font-size:12px;font-weight:700}.admin-seo-eyebrow{color:#999;font-size:8px;font-weight:800;letter-spacing:1.4px}.admin-seo-score{min-width:52px;padding:7px 8px;border-radius:6px;text-align:center;font-size:12px;font-weight:800}.admin-seo-score.is-good{background:#e5f4ea;color:#20733a}.admin-seo-score.is-medium{background:#fff2d9;color:#99600b}.admin-seo-score.is-low{background:#fde8e8;color:#a52e2e}.admin-seo-score-meter{height:5px;overflow:hidden;border-radius:99px;background:#e6e6e6}.admin-seo-score-meter i{display:block;height:100%;border-radius:inherit;background:#2f7d4a;transition:width .2s ease}.admin-seo-counts{display:flex;flex-wrap:wrap;gap:6px}.admin-seo-counts span{padding:4px 7px;border-radius:4px;background:#ededed;color:#777;font-size:9px;font-weight:650}.admin-seo-counts span.is-good{background:#e5f4ea;color:#20733a}.admin-seo-counts span.is-long,.admin-seo-counts span.is-short{background:#fff2d9;color:#99600b}.admin-seo-checks{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 14px;gap:6px 14px}.admin-seo-check{display:flex;align-items:flex-start;gap:6px;color:#777;font-size:9px;line-height:1.45}.admin-seo-check span{flex:0 0 auto;width:15px;height:15px;border-radius:50%;background:#e9e9e9;color:#999;text-align:center;font-size:9px;font-weight:800;line-height:15px}.admin-seo-check.is-done{color:#444}.admin-seo-check.is-done span{background:#222;color:#fff}.admin-seo-hint{margin:0;color:#999;font-size:9px;line-height:1.55}@media (max-width:849px){.admin-seo-checks{grid-template-columns:1fr}}.product-side-card{display:grid;grid-gap:13px;gap:13px;padding:15px;border:1px solid #dedede;border-radius:6px;background:#fff}.product-side-card-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:11px;border-bottom:1px solid #ededed}.product-side-card-title strong{color:#222;font-size:11px}.product-side-card-title>svg{color:#777}.product-side-live{display:inline-flex;align-items:center;gap:5px;color:#666;font-size:8px}.product-side-live i{width:6px;height:6px;border-radius:50%;background:#222}.product-side-card .admin-field{font-size:9px}.product-side-card .admin-field select{height:34px;margin-top:6px;font-size:9px}.product-side-divider{height:1px;background:#ededed}.product-side-row{display:grid;grid-gap:4px;gap:4px}.product-side-row span{color:#888;font-size:8px}.product-side-row strong{color:#333;font-size:9px;font-weight:500;line-height:1.4;word-break:break-word}.product-preview-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid #d3d3d3;border-radius:5px;background:#fff;color:#333;font-size:9px;font-weight:650;cursor:pointer}.product-preview-button:hover{border-color:#111}.product-checklist-item{display:flex;align-items:center;gap:8px;color:#888;font-size:9px}.product-checklist-item>span{display:grid;place-items:center;width:16px;height:16px;border:1px solid #c9c9c9;border-radius:50%;color:#fff}.product-checklist-item.is-done{color:#333}.product-checklist-item.is-done>span{border-color:#111;background:#111}.product-side-help{display:flex;align-items:flex-start;gap:8px;background:#f4f4f4}.product-side-help svg{flex:0 0 15px;color:#555}.product-side-help p{margin:0;color:#777;font-size:8px;line-height:1.5}.product-editor-footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-height:68px;padding:13px 26px;border-top:1px solid #e5e5e5;background:#fafafa}.product-editor-footer .admin-primary-button,.product-editor-footer .admin-secondary-button{min-height:36px}.product-save-draft{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border:1px solid #d4d4d4;border-radius:5px;background:#fff;color:#333;font-size:9px;font-weight:650;cursor:pointer}.product-save-draft:hover{border-color:#111}@media (max-width:860px){.product-editor-layout{grid-template-columns:1fr;overflow:auto}.product-editor-main{overflow:visible}.product-editor-side{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e7e7e7;border-left:0;overflow:visible}.product-side-help{grid-column:1/-1}}@media (max-width:620px){.product-editor-backdrop{align-items:flex-start;padding:8px}.product-editor{max-height:calc(100vh - 16px);border-radius:7px}.product-editor-header{padding:17px 16px 14px}.product-editor-header h2{font-size:17px}.product-editor-header p{font-size:9px}.product-editor-draft{display:none}.product-editor-tabs{overflow-x:auto;padding:0 16px}.product-editor-tabs button{flex:0 0 auto;margin-right:19px;font-size:9px}.product-editor-main{padding:20px 16px 24px}.product-check-grid,.product-form-grid,.product-form-grid-3,.product-media-grid{grid-template-columns:1fr}.product-variant-head,.product-variant-row{grid-template-columns:1fr 1.15fr 25px}.product-variant-head span:nth-child(3),.product-variant-row select{display:none}.product-media-cover{grid-template-columns:100px 1fr}.product-media-cover-preview{height:75px}.product-editor-side{grid-template-columns:1fr;padding:14px 16px 18px}.product-side-help{grid-column:auto}.product-editor-footer{flex-wrap:wrap;padding:11px 16px}.product-editor-footer>*{flex:1 1}.product-editor-footer .admin-primary-button{min-width:0;padding:0 8px}}.product-reference-browser,.product-reference-toggle{--reference-width:min(520px,46vw)}@media (max-width:860px){.product-reference-browser,.product-reference-toggle{--reference-width:min(520px,calc(100vw - 42px))}}.product-reference-browser{width:min(var(--reference-panel-width,520px),calc(100vw - 20px))}.product-reference-browser.is-wide{width:min(var(--reference-panel-width,1000px),calc(100vw - 20px))}.product-reference-toggle.is-open{right:min(var(--reference-panel-width,520px),calc(100vw - 20px))}.product-reference-toggle.is-open.is-wide{right:min(var(--reference-panel-width,1000px),calc(100vw - 20px))}.post-editor{height:auto;min-height:calc(100vh - 160px);max-height:none;overflow:visible}.post-editor-layout{grid-template-columns:minmax(0,1fr) 300px}.post-editor .product-editor-main{padding-bottom:48px}.post-editor-section{gap:24px}.post-editor-seo-heading{margin-top:12px;padding-top:26px;border-top:1px solid #ededed}.post-editor .admin-rich-editor-content{min-height:420px;max-height:none}.post-editor .post-image-field{gap:10px}.post-editor .admin-field-label{color:#333;font-size:12px;font-weight:650}.post-editor .post-image-picker{grid-template-columns:180px minmax(0,1fr);gap:16px}.post-editor .post-image-preview{min-height:130px}.post-editor .post-image-preview img{height:130px}.post-editor .post-image-picker-actions small{color:#777;font-size:11px}.post-editor .post-image-library{grid-template-columns:repeat(5,minmax(0,1fr));max-height:380px}@media (max-width:860px){.post-editor-layout{grid-template-columns:1fr}.post-editor .admin-rich-editor-content{min-height:340px}}@media (max-width:620px){.post-editor{min-height:calc(100vh - 96px);max-height:none}.post-editor .product-editor-header-actions{flex-wrap:wrap;justify-content:flex-end}.post-editor .post-image-picker{grid-template-columns:1fr}.post-editor .post-image-library{grid-template-columns:repeat(2,minmax(0,1fr))}.post-editor .admin-rich-editor-content{min-height:300px}}.product-reference-header-actions{display:flex;align-items:center;gap:5px}.product-reference-resize-handle{position:absolute;z-index:2;top:0;bottom:0;left:-5px;width:10px;padding:0;border:0;background:transparent;cursor:ew-resize;touch-action:none}.product-reference-resize-handle:focus-visible:after,.product-reference-resize-handle:hover:after{content:"";position:absolute;top:12%;bottom:12%;left:4px;width:2px;border-radius:2px;background:#999}@media (max-width:860px){.product-reference-browser,.product-reference-browser.is-wide{width:min(var(--reference-panel-width,520px),calc(100vw - 20px))}.product-reference-toggle.is-open,.product-reference-toggle.is-open.is-wide{right:min(var(--reference-panel-width,520px),calc(100vw - 20px))}}.admin-app-shell{align-items:flex-start}.admin-sidebar{align-self:flex-start;min-height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-track{background:transparent}.admin-sidebar::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:6px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:#666}@media (max-width:740px){.admin-sidebar{overflow-y:auto}}.admin-banner-link{display:inline-flex;align-items:center;gap:4px;max-width:100%;margin-top:7px;color:#777;font-size:8px;line-height:1;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-banner-link:hover{color:#111;text-decoration:underline}.admin-banner-open{display:inline-flex!important;align-items:center;gap:5px;margin-right:auto;color:#333!important;text-decoration:none}.admin-banner-open:hover{color:#000!important;text-decoration:underline}.admin-select-field{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:174px;padding:0 31px 0 12px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#555}.admin-select-field>svg:first-child{flex:0 0 auto;color:#777}.admin-select-field select{position:absolute;inset:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;padding:0 29px 0 35px;background:transparent;color:#444;font:inherit;font-size:10px;cursor:pointer}.admin-select-field>svg:last-child{position:absolute;right:11px;pointer-events:none;color:#777}.admin-select-field:focus-within,.admin-select-field:hover{border-color:#111;color:#111}.admin-select-field select:focus{outline:0}.admin-sort-field{min-width:158px}.admin-sort-field select{padding-left:35px}.admin-filter-button.is-active{border-color:#111;background:#111;color:#fff}.admin-filter-button.is-active svg{color:#fff}@media (max-width:740px){.admin-select-field,.admin-sort-field{flex:1 1;min-width:0}.admin-filter-button{flex:0 0 auto}.admin-app-shell{width:100%;min-width:0;overflow-x:hidden}.admin-sidebar{width:64px;flex:0 0 64px;padding:15px 7px 16px;overflow-x:hidden}.admin-brand{width:100%;justify-content:center;padding:5px 0 26px}.admin-brand-logo{width:42px;height:30px;flex-basis:42px;object-fit:cover;object-position:left center}.admin-back-site span,.admin-back-site>svg,.admin-brand-meta,.admin-help-card,.admin-sidebar-divider,.admin-sidebar-label,.admin-sidebar-nav button>span,.admin-sidebar-nav em,.admin-workspace{display:none}.admin-sidebar-nav{gap:7px}.admin-sidebar-nav button{width:50px;min-height:50px;justify-content:center;padding:0;border-radius:8px}.admin-sidebar-nav button>svg{width:20px;height:20px}.admin-sidebar-bottom{display:block;margin-top:auto}.admin-back-site{width:50px;height:35px;justify-content:center;margin:0;padding:9px 0 0}.admin-main{width:calc(100% - 64px);min-width:0}.admin-topbar{width:100%;height:62px;padding:0 14px;gap:10px}.admin-breadcrumb{min-width:0;gap:6px;font-size:9px;white-space:nowrap;overflow:hidden}.admin-breadcrumb span,.admin-breadcrumb strong{overflow:hidden;text-overflow:ellipsis}.admin-breadcrumb strong{font-size:10px}.admin-topbar-actions{flex:0 0 auto;gap:7px}.admin-top-icon{padding:5px}.admin-top-divider{display:none}.admin-user{padding:0}.admin-user>span:not(.admin-avatar),.admin-user>svg{display:none}.admin-avatar{width:35px;height:35px}.admin-content{width:100%;max-width:none;padding:25px 14px 38px;overflow:hidden}.admin-page-heading{width:100%;gap:16px;margin-bottom:20px}.admin-page-heading>div{min-width:0}.admin-page-heading h1{font-size:23px;line-height:1.15}.admin-muted{max-width:100%;font-size:10px;line-height:1.5}.admin-page-heading>.admin-primary-button{width:100%;justify-content:center}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-metric-card{min-width:0;padding:12px}.admin-metric-card strong{font-size:20px}.admin-metric-card>span:last-child{white-space:normal;line-height:1.3}.admin-metric-trend{font-size:8px}.admin-metric-icon{width:29px;height:29px}.admin-dashboard-grid{grid-template-columns:1fr;gap:12px}.admin-panel-heading{padding:16px 15px 12px}.admin-quick-grid button{min-height:90px;padding:14px 15px}.admin-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;grid-gap:8px;gap:8px;width:100%;margin-bottom:13px}.admin-search{width:auto;min-width:0;grid-column:1/-1;height:42px}.admin-select-field{width:100%;min-width:0;height:40px;padding-left:9px}.admin-select-field select{padding-left:31px;padding-right:22px;font-size:9px}.admin-sort-field{min-width:0}.admin-filter-button{height:40px;min-width:40px;padding:0 10px}.admin-filter-button span{display:none}.admin-table-panel{overflow:hidden}.admin-table-head{display:none}.admin-table-row,.post-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main actions" "meta status";grid-gap:9px 10px;gap:9px 10px;width:100%;min-width:0;min-height:0;padding:15px 13px;align-items:center}.admin-post-cell,.admin-vehicle-cell{grid-area:main;min-width:0;gap:10px}.admin-post-cell strong,.admin-vehicle-cell strong{font-size:11px;white-space:normal;line-height:1.25}.admin-post-cell small,.admin-vehicle-cell small{font-size:8px;margin-top:4px}.admin-vehicle-thumb{width:65px;height:42px;flex-basis:65px}.admin-post-icon{width:28px;height:28px;flex-basis:28px}.admin-category,.admin-price{grid-area:meta;align-self:start;font-size:9px}.admin-status{grid-area:status;justify-self:end;align-self:start;font-size:8px;padding:4px 7px}.admin-row-date{display:none}.admin-row-actions{grid-area:actions;align-self:start;gap:4px}.admin-icon-button{width:29px;height:29px}.admin-table-footer{min-height:48px;gap:8px;padding:10px 13px;flex-wrap:wrap}.admin-table-footer>span{flex:1 1 100%}.admin-table-footer>div{margin-left:auto}.admin-banner-grid{grid-template-columns:1fr;gap:12px}.admin-banner-preview{height:125px}.admin-banner-body{align-items:flex-start;padding:13px 14px 5px}.admin-banner-actions{flex-wrap:wrap;align-items:center;padding:6px 14px 13px}.admin-banner-open{flex:1 1 100%;order:-1;margin-bottom:3px}.admin-content-row{grid-template-columns:18px 31px minmax(0,1fr) 28px;gap:9px;padding:0 13px}.admin-content-row strong{font-size:10px}.admin-content-row small{font-size:8px;line-height:1.3}.admin-content-row .admin-status{display:none}.product-editor-backdrop{padding:8px}.product-editor{width:100%;max-height:calc(100vh - 16px)}.product-editor-header{gap:8px}.product-editor-header-actions{flex:0 0 auto}.product-editor-header .admin-modal-close{width:28px}.product-editor-footer{gap:6px}.product-editor-footer>*{font-size:8px}}.admin-user{display:grid;grid-template-columns:36px minmax(118px,1fr) 14px;align-items:center;grid-column-gap:10px;column-gap:10px;min-width:0;min-height:42px;padding:3px 0}.admin-user>span:not(.admin-avatar){min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px}.admin-user small,.admin-user strong{display:block;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user strong{font-size:11px}.admin-user small{font-size:9px}.admin-user>svg{justify-self:end}.admin-avatar{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;line-height:1}@media (max-width:740px){.admin-user{grid-template-columns:35px;min-width:35px;width:35px}.admin-user>span:not(.admin-avatar),.admin-user>svg{display:none}.admin-avatar{width:35px;height:35px}}.admin-row-actions{display:grid;grid-template-columns:repeat(3,30px);justify-content:end;align-items:center;grid-gap:6px;gap:6px;width:102px;min-width:102px;height:30px}.admin-row-actions .admin-icon-button{width:30px;height:30px;min-width:30px;min-height:30px;margin:0;padding:0;display:grid;place-items:center;align-items:center;justify-items:center;border-width:1px;line-height:0}.admin-row-actions .admin-icon-button svg{display:block;width:15px;height:15px;margin:0}.admin-table-row>.admin-status{justify-self:start;align-self:center}@media (max-width:740px){.admin-row-actions{grid-template-columns:repeat(3,29px);width:95px;min-width:95px;height:29px;gap:4px}.admin-row-actions .admin-icon-button{width:29px;height:29px;min-width:29px;min-height:29px}.admin-row-actions .admin-icon-button svg{width:14px;height:14px}}.admin-toolbar{align-items:stretch}.admin-toolbar button,.admin-toolbar input,.admin-toolbar label,.admin-toolbar select,.admin-toolbar>*{box-sizing:border-box}.admin-search{width:315px;height:42px;min-height:42px;display:flex;align-items:center;align-self:stretch;gap:9px;margin:0;padding:0 13px;border:1px solid #dedede;border-radius:8px;background:#fff;line-height:1}.admin-search svg{display:block;width:18px;height:18px;flex:0 0 18px;margin:0}.admin-search input{display:block;flex:1 1 auto;width:0;min-width:0;height:40px;min-height:0;margin:0;padding:0;border:0;outline:0;background:transparent;color:#222;font:inherit;font-size:11px;line-height:40px;vertical-align:middle}.admin-search input::placeholder{opacity:1}.admin-select-field{height:42px;min-height:42px;align-self:stretch;box-sizing:border-box;line-height:1}.admin-select-field>svg{display:block;width:15px;height:15px}.admin-select-field select{box-sizing:border-box;margin:0;line-height:1}.admin-filter-button{height:42px;min-height:42px;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0 13px;line-height:1}.admin-filter-button svg{display:block;width:15px;height:15px;margin:0}.admin-filter-button span{display:inline-block;line-height:1}.admin-filter-button:focus-visible,.admin-search:focus-within,.admin-select-field:focus-within{border-color:#111;outline:0}@media (max-width:740px){.admin-search{width:auto;height:42px;min-height:42px}.admin-filter-button,.admin-select-field{height:40px;min-height:40px}}@media (max-width:860px){.product-editor-layout{grid-template-columns:1fr}}.admin-drawer-close,.admin-mobile-menu,.admin-mobile-overlay{display:none}@media (max-width:740px){.admin-mobile-menu{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;padding:0;border:1px solid #dedede;border-radius:7px;background:#fff;color:#222;line-height:0;cursor:pointer}.admin-mobile-menu:hover{border-color:#111}.admin-mobile-overlay{position:fixed;inset:0;z-index:39999;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,.42);cursor:pointer}.admin-sidebar{position:fixed;z-index:40000;inset:0 auto 0 0;width:min(292px,84vw);height:100dvh;min-height:100dvh;max-height:100dvh;flex:none;transform:translateX(-105%);transition:transform .2s ease;box-shadow:16px 0 36px rgba(0,0,0,.16);padding:24px 16px 18px;overflow-x:hidden;overflow-y:auto}.admin-sidebar.is-mobile-open{transform:translateX(0)}.admin-drawer-close{position:absolute;top:15px;right:15px;z-index:1;width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid #3b3b3b;border-radius:7px;background:#191919;color:#fff;line-height:0;cursor:pointer}.admin-drawer-close:hover{border-color:#fff}.admin-brand{width:auto;justify-content:flex-start;padding:0 14px 26px}.admin-brand-logo{width:126px;height:32px;flex-basis:126px;object-fit:contain;object-position:left center}.admin-brand-meta{display:block}.admin-workspace{display:none}.admin-sidebar-label{display:block}.admin-sidebar-nav button{width:auto;min-height:44px;justify-content:flex-start;padding:0 13px}.admin-sidebar-nav button>svg{width:17px;height:17px}.admin-sidebar-nav button>span{display:inline}.admin-sidebar-nav em{display:grid}.admin-help-card,.admin-sidebar-divider{display:block}.admin-back-site span,.admin-back-site>svg{display:inline}.admin-main{width:100%;min-width:0;margin:0}.admin-topbar{width:100%;padding:0 14px}.admin-breadcrumb{flex:1 1 auto;min-width:0}.admin-topbar-actions{flex:0 0 auto}.admin-mobile-menu+.admin-breadcrumb{margin-left:2px}}@media (prefers-reduced-motion:reduce){.admin-sidebar{transition:none}}@media (max-width:849px){.manual-home #news.manual-section.tin-ft{padding:34px 15px 82px}.manual-home #news .news-title{width:100%;max-width:none;margin:0 0 20px;padding:0}.manual-home #news .news-title .section-title{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;align-items:start;margin:0}.manual-home #news .news-title .section-title>b{display:none}.manual-home #news .news-title .section-title-main{display:block;width:100%;padding:0 0 12px;border-bottom:2px solid #e2e2e2;color:#4d4d4d;font-size:clamp(25px,7.4vw,33px);line-height:1.12;white-space:normal}.manual-home #news .news-title .section-title a{justify-self:end;display:inline-flex;align-items:center;gap:8px;margin:11px 0 0;padding:0 0 10px;border-bottom:2px solid #e2e2e2;color:#304764;font-size:16px;line-height:1.15}.manual-home #news .news-title .section-title a i{font-size:17px}.manual-home .manual-news-grid{display:grid!important;grid-template-columns:1fr;grid-auto-rows:auto;grid-gap:14px;gap:14px;width:100%;max-width:none;margin:0;padding:0}.manual-home .manual-news-card,.manual-home .manual-news-featured{display:flex;flex-direction:column;grid-row:auto;width:100%;min-width:0;height:auto;min-height:0;margin:0}.manual-home .manual-news-featured .box-image{flex:0 0 auto;width:100%!important;height:auto;min-height:0;aspect-ratio:16/10;padding-top:0}.manual-home .manual-news-card:not(.manual-news-featured){display:grid;grid-template-columns:minmax(120px,38%) minmax(0,1fr);align-items:stretch}.manual-home .manual-news-card:not(.manual-news-featured) .box-image{width:auto!important;height:auto;min-height:102px;aspect-ratio:auto;padding-top:0}.manual-home .manual-news-card .box-image img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover}.manual-home .manual-news-card .box-text,.manual-home .manual-news-featured .box-text{display:flex;flex:1 1 auto;align-items:center;min-height:0;padding:14px 15px 16px;background:#fff}.manual-home .manual-news-card:not(.manual-news-featured) .box-text{align-items:flex-start;padding:13px 14px}.manual-home .manual-news-card .box-text-inner{width:100%;padding:0}.manual-home .manual-news-card .post-title,.manual-home .manual-news-featured .post-title{display:block;max-width:100%;margin:0;color:#555;font-size:clamp(16px,4.4vw,21px);line-height:1.22;white-space:normal;overflow-wrap:anywhere;word-break:normal}.manual-home .manual-news-featured .post-title{font-size:clamp(21px,5.8vw,27px)}.manual-home .manual-news-card:hover{transform:none;box-shadow:0 7px 20px rgba(27,45,65,.07)}}.admin-toolbar.admin-ui-toolbar{display:grid;grid-template-columns:minmax(230px,1fr) minmax(170px,220px) minmax(170px,220px) auto;align-items:center;grid-gap:10px;gap:10px}.admin-login-form.admin-ui-login-form{gap:20px}.admin-login-page .MuiOutlinedInput-root,.admin-modal .MuiOutlinedInput-root,.product-editor .MuiOutlinedInput-root{overflow:visible}@media (max-width:860px){.admin-toolbar.admin-ui-toolbar{grid-template-columns:1fr 1fr auto}.admin-toolbar.admin-ui-toolbar>.MuiFormControl-root:first-child{grid-column:1/-1}}.admin-login-page .MuiInputBase-input:-webkit-autofill,.admin-login-page .MuiInputBase-input:-webkit-autofill:focus,.admin-login-page .MuiInputBase-input:-webkit-autofill:hover{-webkit-text-fill-color:#1f1f1f!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;caret-color:#1f1f1f;-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.vf8-detail-page .vf8-section-heading h1{margin:0;color:#333;font-size:25px;font-weight:400;line-height:1.3;white-space:nowrap}.vf8-detail-page .vf8-price-card h3{margin:0 0 2px;color:#333;font-size:16px;line-height:25.6px}.vf8-detail-page .vf8-price-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.vf8-detail-page .vf8-price-card img{height:230px;object-fit:contain}.vf8-detail-page .product-hero-fallback{width:100%;height:100%;object-fit:cover;object-position:center}.vf8-detail-page .vf8-feature.has-image{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;grid-gap:clamp(34px,5vw,84px);gap:clamp(34px,5vw,84px);padding:44px 0;border-top:1px solid #eee}.vf8-detail-page .vf8-feature.is-image-left .vf8-story-image{order:-1}.vf8-detail-page .vf8-feature.is-stacked{display:block;padding:30px 0}.vf8-detail-page .vf8-feature.is-full-width{display:block;padding:35px 0;text-align:center}.vf8-detail-page .vf8-feature.has-image h2{margin:0 0 16px;text-align:left;font-size:clamp(28px,2.4vw,39px);line-height:1.25}.vf8-detail-page .vf8-feature.has-image .vf8-feature-copy{color:#6b6b6b;font-size:17px;line-height:1.75}.vf8-detail-page .vf8-feature.has-image .vf8-story-image{margin:0}.vf8-detail-page .vf8-feature.has-image .vf8-story-image img{width:100%;max-height:520px;margin:0;object-fit:cover}.vf8-detail-page .vf8-intro-image img{max-height:690px;object-fit:contain}.vf8-detail-page .vf8-appointment-form input[type=tel],.vf8-detail-page .vf8-appointment-form input[type=text]{display:block;box-sizing:border-box;width:100%;height:46px;min-height:46px;margin:0 0 14px;padding:0 14px;border:1px solid #d8dadd;border-radius:8px;color:#555;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);font:inherit;font-size:15px}.vf8-detail-page .vf8-appointment-form button.vf8-submit{line-height:1;cursor:pointer}.vf8-detail-page .vf8-appointment-form button.vf8-submit:disabled{opacity:.65;cursor:wait}.lead-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}.lead-form-message{display:block;margin:12px 0 0;font-size:14px;line-height:1.4}.lead-form-message.is-success{color:#147a3d}.lead-form-message.is-error{color:#b42318}.quick-lead-wrap form{display:flex}.quick-lead-wrap button{min-width:125px;border:0;background:#3f3f3f;color:#fff;font-weight:700;cursor:pointer}.quick-lead-wrap button:disabled{opacity:.65}.quick-lead-wrap .lead-form-message{color:#fff;text-align:right}.product-specifications{padding:55px 0;background:#f7f7f7}.product-spec-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:24px;gap:24px}.product-spec-groups article{padding:24px;background:#fff;border:1px solid #e7e7e7}.product-spec-groups h3{margin:0 0 14px;font-size:20px}.product-spec-row{display:flex;justify-content:space-between;gap:22px;padding:10px 0;border-top:1px solid #eee}.product-spec-row span{color:#666}.product-spec-row strong{text-align:right}.product-card-grid{box-sizing:border-box;width:100%;max-width:1270px;margin-right:auto!important;margin-left:auto!important;overflow:hidden}.product-card-grid .col-inner,.product-card-grid .page-box,.product-card-grid>.page-col{min-width:0;overflow:hidden}.product-card-grid .product-card-media{position:relative;display:flex;width:100%;aspect-ratio:16/9;align-items:center;justify-content:center;overflow:hidden;padding:clamp(8px,1.5vw,20px);background:#fff}.product-card-grid .product-card-image{position:static!important;inset:auto!important;display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0 auto;object-fit:contain!important;object-position:center!important;transform:none!important}.product-card-grid .page-box:hover .product-card-image{transform:scale(1.025)!important}.product-card-grid .box-text{padding-top:10px}.product-card-grid .box-text-inner p{overflow:hidden;margin:0;font-size:clamp(15px,1.25vw,19px)!important;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.manual-home #products .section-title-main{max-width:min(760px,calc(100vw - 72px));font-size:clamp(24px,3vw,40px)!important;line-height:1.2;text-align:center;white-space:normal}@media (max-width:849px){.product-card-grid{padding-right:8px;padding-left:8px}.vf8-detail-page .vf8-primary-actions{flex-wrap:wrap;gap:10px}.vf8-detail-page .vf8-primary-actions a,.vf8-detail-page .vf8-primary-actions a.is-outline{min-width:165px}}@media (max-width:549px){.product-card-grid .product-card-media{aspect-ratio:4/3;padding:8px}.product-card-grid .box-text{padding:7px 3px 13px}.product-card-grid .box-text-inner p{font-size:14px!important}.manual-home #products .section-title-main{max-width:calc(100vw - 54px);font-size:25px!important}.vf8-detail-page .vf8-primary-actions{display:grid;grid-template-columns:1fr}.vf8-detail-page .vf8-primary-actions a,.vf8-detail-page .vf8-primary-actions a.is-outline{width:100%;min-width:0}.vf8-detail-page .vf8-topic-list{justify-content:flex-start;gap:10px 16px;text-align:left}.vf8-detail-page .vf8-topic-list label{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:130px;white-space:normal}.vf8-detail-page .vf8-appointment-form .vf8-submit{width:100%;min-width:0}}.product-section-editor-list{display:grid;grid-gap:14px;gap:14px}.product-section-editor-card{overflow:visible;border:1px solid #dedede;border-radius:8px;background:#fff}.product-section-editor-card>header{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;padding:10px 12px;border-bottom:1px solid #e9e9e9;background:#fafafa}.product-section-editor-card>header>span{color:#999;font-size:9px;font-weight:800}.product-section-editor-card>header>strong{overflow:hidden;color:#333;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-section-editor-card>header>div{display:flex;gap:4px}.product-section-editor-card>header button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:1px solid #ddd;border-radius:5px;background:#fff;color:#555;cursor:pointer}.product-section-editor-card>header button:disabled{opacity:.3;cursor:default}.product-section-editor-card>.MuiFormControl-root{margin:0 12px 12px;width:calc(100% - 24px)}.product-section-editor-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:14px 12px 12px}.product-section-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 12px 13px}.product-section-editor-footer>div,.product-section-editor-footer>label{margin:0}.product-section-editor-footer img{width:110px;height:62px;border:1px solid #e5e5e5;border-radius:5px;object-fit:cover}.product-section-editor-footer>span{color:#999;font-size:9px}.product-section-media-picker{position:relative;min-width:0}.product-section-media-label{display:block;margin:0 0 7px;color:#333;font-size:12px;font-weight:650}.product-section-media-current{display:grid;grid-template-columns:72px minmax(0,1fr) 16px;align-items:center;grid-gap:9px;gap:9px;width:100%;min-height:72px;padding:7px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#333;text-align:left;cursor:pointer}.product-section-media-current:hover{border-color:#999}.product-section-media-thumb,.product-section-media-thumb img{width:72px;height:56px;border-radius:5px}.product-section-media-thumb{display:grid;place-items:center;border:1px solid #e5e5e5;background:#f6f6f6;color:#999;overflow:hidden}.product-section-media-thumb img{display:block;object-fit:contain}.product-section-media-copy{min-width:0}.product-section-media-copy small,.product-section-media-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-section-media-copy strong{font-size:11px}.product-section-media-copy small{margin-top:4px;color:#888;font-size:9px}.product-section-media-chevron{color:#888;font-size:9px}.product-section-media-clear{margin-top:5px;padding:0;border:0;background:transparent;color:#888;font-size:10px;cursor:pointer}.product-section-media-clear:hover{color:#222;text-decoration:underline}.product-media-picker-popover{position:absolute;z-index:30;top:100%;left:0;right:0;margin-top:6px;padding:10px;border:1px solid #d7d7d7;border-radius:9px;background:#fff;box-shadow:0 16px 36px rgba(0,0,0,.15)}.product-media-picker-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.product-media-picker-head strong{font-size:11px}.product-media-picker-head button{display:grid;place-items:center;width:25px;height:25px;padding:0;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer}.product-media-picker-search{display:flex;align-items:center;gap:7px;padding:7px 8px;border:1px solid #e0e0e0;border-radius:6px;color:#888}.product-media-picker-search input{width:100%;border:0;outline:0;font:inherit;font-size:11px}.product-media-picker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px;max-height:220px;margin-top:8px;overflow:auto}.product-media-picker-grid button{min-width:0;padding:0;border:1px solid #e1e1e1;border-radius:6px;background:#fff;overflow:hidden;text-align:left;cursor:pointer}.product-media-picker-grid button.is-selected,.product-media-picker-grid button:hover{border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.1)}.product-media-picker-grid img{display:block;width:100%;height:55px;object-fit:contain;background:#f6f6f6}.product-media-picker-grid span{display:block;overflow:hidden;padding:5px;color:#666;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.product-media-picker-empty{padding:18px 6px 8px;color:#888;font-size:10px;line-height:1.5;text-align:center}.product-media-group .product-subsection-title{align-items:center}.lead-head,.lead-row{grid-template-columns:minmax(190px,1.1fr) minmax(260px,1.5fr) minmax(145px,.8fr) minmax(145px,.8fr) 54px}.admin-lead-content,.admin-lead-customer,.admin-lead-time{min-width:0}.admin-lead-content strong,.admin-lead-customer strong,.admin-lead-time strong{display:block;color:#222;font-size:11px}.admin-lead-customer a{display:flex;align-items:center;gap:5px;margin-top:6px;color:#1e5f97;font-size:10px}.admin-lead-content small,.admin-lead-customer small,.admin-lead-time small{display:block;margin-top:5px;color:#888;font-size:9px;white-space:normal}.admin-lead-content small{max-height:34px;overflow:hidden;line-height:1.7}.lead-row .MuiFormControl-root{min-width:0}.admin-post-import-bar{display:flex;justify-content:flex-end;margin:-8px 0 14px}.admin-post-import-bar .admin-secondary-button{display:inline-flex;align-items:center;gap:8px}.admin-sidebar-nav button>.admin-nav-badge{flex:0 0 auto;min-width:28px;height:24px;margin-left:auto;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #3b3b3b;border-radius:999px;background:#242424;color:#f2f2f2;font-size:11px;font-weight:650;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin-sidebar-nav button:hover>.admin-nav-badge{border-color:#555;background:#303030}.admin-sidebar-nav button.is-active>.admin-nav-badge{border-color:#111;background:#111;color:#fff}@media (max-width:849px){.vf8-detail-page .vf8-feature.has-image{grid-template-columns:1fr;gap:20px;padding:32px 0}.vf8-detail-page .vf8-feature.is-image-left .vf8-story-image{order:0}.vf8-detail-page .vf8-feature.has-image h2{text-align:center}.product-section-editor-grid{grid-template-columns:1fr}.lead-row{min-width:760px!important}}@media (max-width:740px){.admin-sidebar-nav button>.admin-nav-badge{display:none}.admin-sidebar.is-mobile-open .admin-sidebar-nav button>.admin-nav-badge{display:inline-flex}}.media-library-heading{align-items:flex-end;margin-bottom:25px}.media-library-heading>div{min-width:0}.media-library-heading h1{display:flex;align-items:center;gap:8px}.media-library-heading h1 span{margin-left:0}.media-library-heading-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}.media-library-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}.media-library-filter,.media-library-search{display:flex;align-items:center;gap:8px;min-height:42px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#888}.media-library-search{flex:1 1 360px;padding:0 12px}.media-library-search input{width:100%;min-width:0;height:40px;padding:0;border:0;outline:0;background:transparent;color:#222;font:inherit;font-size:11px}.media-library-filter:focus-within,.media-library-search:focus-within{border-color:#222;box-shadow:0 0 0 3px #ededed}.media-library-filter{flex:0 0 190px;padding:0 10px}.media-library-filter select{width:100%;height:40px;padding:0 20px 0 0;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#444;font:inherit;font-size:11px;cursor:pointer}.media-library-result{flex:0 0 auto;color:#888;font-size:10px;white-space:nowrap}.media-library-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:13px;gap:13px}.media-library-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e0e0e0;border-radius:9px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.media-library-card:hover{border-color:#999;box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.media-library-thumb{display:grid;place-items:center;aspect-ratio:4/3;overflow:hidden;background:#f4f4f4}.media-library-thumb img{display:block;width:100%;height:100%;object-fit:contain}.media-library-card-copy{display:grid;grid-gap:4px;gap:4px;padding:10px 11px 11px}.media-library-card-copy span,.media-library-card-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-library-card-copy strong{color:#222;font-size:11px;font-weight:650}.media-library-card-copy span{color:#888;font-size:9px}.media-library-delete{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:7px;background:rgba(255,255,255,.94);color:#8c2d2d;box-shadow:0 2px 8px rgba(0,0,0,.14);cursor:pointer;opacity:0;transition:opacity .16s ease,background .16s ease,transform .16s ease}.media-library-card:focus-within .media-library-delete,.media-library-card:hover .media-library-delete{opacity:1}.media-library-delete:hover{background:#fff1f1;transform:scale(1.04)}.media-library-delete:disabled{cursor:wait;opacity:1}.media-library-state{display:grid;place-items:center;grid-gap:9px;gap:9px;min-height:260px;border:1px dashed #d8d8d8;border-radius:9px;color:#888;font-size:11px}.media-library-error{margin-top:8px}@media (max-width:1050px){.media-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:740px){.media-library-heading{align-items:flex-start}.media-library-toolbar{flex-wrap:wrap}.media-library-search{flex-basis:100%}.media-library-filter{flex:1 1}.media-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.media-library-delete{opacity:1}}