:root{--bg:#f8fafc;--fg:#111827;--card:#fff;--border:#e5e7eb}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--fg);line-height:1.5;font-family:p-regular,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit}ol,ul{margin:0;padding:0;list-style:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:p-light;src:url(/fonts/poppins-light-webfont.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:p-regular;src:url(/fonts/poppins-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:p-medium;src:url(/fonts/poppins-medium-webfont.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:p-semiBold;src:url(/fonts/poppins-semiBold-webfont.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:p-bold;src:url(/fonts/poppins-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}.page-shell{width:min(100%,1120px);padding:20px 16px 48px}.page-frame{width:100%;max-width:1480px;margin:0 auto;display:grid;grid-template-columns:160px minmax(0,1120px) 160px;grid-gap:12px;gap:12px;align-items:start}.page-frame-no-ads{grid-template-columns:minmax(0,1120px);gap:0}.ad-slot{width:160px;min-height:100%;position:-webkit-sticky;position:sticky;top:112px}.ad-box{height:600px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;color:#94a3b8;display:grid;place-items:center;font-family:p-semiBold,Arial,sans-serif;font-size:13px}.ad-banner-slot{width:100%;margin-bottom:16px}.ad-banner-box{width:100%;min-height:120px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff}@media (max-width:1360px){.page-frame{grid-template-columns:minmax(0,1120px);gap:0}.ad-slot{display:none}.page-shell{margin:0 auto}}@media (max-width:768px){.page-shell{padding:14px 12px 32px}.ad-banner-slot{margin-bottom:12px}.ad-banner-box{min-height:100px}}.toss-chat-fab{position:fixed;right:24px;bottom:24px;z-index:9999;width:64px;height:64px;border:0;border-radius:999px;display:grid;place-items:center;cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 18px 44px rgba(37,99,235,.45);transition:transform .22s ease,box-shadow .22s ease}.toss-chat-fab:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 20px 52px rgba(37,99,235,.52)}.toss-chat-fab-badge{position:absolute;top:-4px;right:-2px;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#ef4444;color:#fff;font-family:p-semiBold,Arial,sans-serif;font-size:11px;line-height:24px;text-align:center;border:2px solid #fff}.toss-chat-fab-pulse{position:absolute;inset:0;border-radius:999px;background:rgba(59,130,246,.32);animation:chatFabPulse 2s ease-out infinite;z-index:-1}.toss-chat-panel{position:fixed;right:20px;bottom:20px;width:min(420px,calc(100vw - 24px));height:min(650px,calc(100vh - 84px));max-height:650px;z-index:9999;display:flex;flex-direction:column;overflow:hidden;border-radius:24px;border:1px solid #dbe5ff;background:#fff;box-shadow:0 24px 64px rgba(15,23,42,.28);animation:chatPanelIn .24s ease}.toss-chat-header{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#2563eb,#4f46e5)}.toss-chat-title-wrap{display:flex;align-items:center;gap:10px;min-width:0}.toss-chat-title-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:hsla(0,0%,100%,.22);color:#fff;flex:0 0 auto}.toss-chat-title{margin:0;color:#fff;font-size:16px;line-height:1.1;font-family:p-semiBold,Arial,sans-serif}.toss-chat-status{margin:4px 0 0;display:flex;align-items:center;gap:6px;color:rgba(224,231,255,.95);font-size:12px;font-family:p-medium,Arial,sans-serif}.toss-chat-status-dot{width:8px;height:8px;border-radius:999px;background:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.22)}.toss-chat-status-dot.is-connected{background:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.22)}.toss-chat-header-actions{display:flex;align-items:center;gap:8px}.toss-chat-icon-button{width:34px;height:34px;border:0;border-radius:10px;display:grid;place-items:center;cursor:pointer;color:#fff;background:hsla(0,0%,100%,.18)}.toss-chat-icon-button:hover{background:hsla(0,0%,100%,.28)}.toss-chat-online{padding:12px 14px;background:#f8faff;border-bottom:1px solid #e5e7eb}.toss-chat-online-label{display:inline-flex;align-items:center;gap:6px;color:#374151;font-size:12px;font-family:p-medium,Arial,sans-serif}.toss-chat-online-list{margin-top:8px;display:flex;gap:6px;flex-wrap:wrap}.toss-chat-chip{border-radius:999px;padding:5px 10px;border:1px solid #d6ddff;background:#eef2ff;color:#334155;font-size:11px;line-height:1;font-family:p-medium,Arial,sans-serif}.toss-chat-chip.is-me{background:#2563eb;border-color:#2563eb;color:#fff}.toss-chat-chip.is-muted{border-style:dashed;background:#fff}.toss-chat-body{flex:1 1;overflow:auto;padding:14px;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.toss-chat-empty{margin:18px 0;text-align:center;font-size:13px;color:#64748b}.toss-chat-message{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.toss-chat-message.is-mine{flex-direction:row-reverse}.toss-chat-avatar{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;font-size:12px;font-family:p-semiBold,Arial,sans-serif;flex:0 0 auto}.chat-avatar-color-0{background:#dbeafe;color:#1d4ed8}.chat-avatar-color-1{background:#dcfce7;color:#166534}.chat-avatar-color-2{background:#ede9fe;color:#5b21b6}.chat-avatar-color-3{background:#ffedd5;color:#9a3412}.chat-avatar-color-4{background:#fce7f3;color:#9d174d}.chat-avatar-color-5{background:#cffafe;color:#0f766e}.toss-chat-message-content{max-width:76%;display:flex;flex-direction:column;align-items:flex-start}.toss-chat-message.is-mine .toss-chat-message-content{align-items:flex-end}.toss-chat-sender{margin:0 0 4px;padding:0 2px;font-size:11px;color:#374151;font-family:p-medium,Arial,sans-serif}.toss-chat-bubble{margin:0;padding:10px 12px;border-radius:16px;border-bottom-left-radius:6px;background:#fff;color:#111827;font-size:13px;line-height:1.45;word-break:break-word;box-shadow:0 10px 20px rgba(15,23,42,.07)}.toss-chat-message.is-mine .toss-chat-bubble{border-bottom-left-radius:16px;border-bottom-right-radius:6px;background:#2563eb;color:#fff}.toss-chat-time{margin-top:4px;color:#64748b;font-size:11px;font-family:p-regular,Arial,sans-serif}.toss-chat-footer{border-top:1px solid #e5e7eb;background:#f8fafc;padding:12px}.toss-chat-login-banner{width:100%;border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:12px;padding:9px 10px;margin-bottom:10px;display:flex;align-items:center;gap:7px;font-size:12px;text-align:left;cursor:pointer}.toss-chat-input-row{display:flex;align-items:center;gap:8px}.toss-chat-input-actions{display:flex;align-items:center;gap:4px}.toss-chat-input-icon{width:32px;height:32px;border:0;border-radius:999px;display:grid;place-items:center;background:transparent;color:#475569;cursor:pointer}.toss-chat-input-icon:hover:not(:disabled){background:#e2e8f0}.toss-chat-input-icon:disabled{opacity:.45;cursor:not-allowed}.toss-chat-input-box{flex:1 1;min-width:0;display:flex;align-items:center;gap:8px}.toss-chat-input{flex:1 1;min-width:0;height:40px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;padding:0 14px;color:#0f172a;font-size:13px;outline:none}.toss-chat-input:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.2)}.toss-chat-input:disabled{background:#f1f5f9;color:#94a3b8}.toss-chat-send{width:40px;height:40px;border:0;border-radius:999px;display:grid;place-items:center;background:#2563eb;color:#fff;cursor:pointer}.toss-chat-send:hover:not(:disabled){background:#1d4ed8}.toss-chat-send:disabled{opacity:.45;cursor:not-allowed}@keyframes chatFabPulse{0%{transform:scale(1);opacity:.5}75%{transform:scale(1.55);opacity:0}to{transform:scale(1.55);opacity:0}}@keyframes chatPanelIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.toss-chat-fab{right:16px;bottom:16px}.toss-chat-panel{right:8px;left:8px;bottom:8px;width:auto;height:min(78vh,650px)}.toss-chat-message-content{max-width:84%}}@media (prefers-reduced-motion:reduce){.toss-chat-fab,.toss-chat-panel{transition:none;animation:none}.toss-chat-fab-pulse{display:none}}.Footer_footer__hGFs_{width:100%;margin-top:64px;background:#fff;border-top:1px solid #e2e8f0}.Footer_container__rRk34{max-width:1280px;margin:0 auto;padding:32px 24px}.Footer_grid__raQbR{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px;gap:28px}.Footer_brandTitle__GDpcn{margin:0 0 12px;font-size:24px;line-height:1.2;font-family:p-bold;color:#2563eb}.Footer_brandDesc__6ol3s{margin:0;color:#64748b;font-size:14px;line-height:1.6}.Footer_colTitle__CDZt0{margin:0 0 12px;font-size:16px;line-height:1.3;color:#0f172a;font-family:p-medium}.Footer_list__42N6s{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.Footer_link__HqehB{color:#475569;text-decoration:none;font-size:14px;transition:color .12s ease}.Footer_link__HqehB:hover{color:#2563eb}.Footer_bottom__7_N7M{margin-top:28px;padding-top:24px;border-top:1px solid #e2e8f0;text-align:center}.Footer_copyright__2j8b8{margin:0;color:#64748b;font-size:13px}@media (max-width:900px){.Footer_grid__raQbR{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.Footer_container__rRk34{padding:28px 20px}}@media (max-width:560px){.Footer_grid__raQbR{grid-template-columns:1fr}}.Menu_headerWrap__70g8H{position:-webkit-sticky;position:sticky;top:0;z-index:1000;padding:0!important;margin:0;background:#fff;border-bottom:1px solid #e5e7eb}.Menu_headerInner__kd4rV{width:min(1280px,100%);margin:0 auto;height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff}.Menu_brand__Dy7IE{display:flex;align-items:center;min-width:200px}.Menu_logoButton__DM9m1{display:inline-flex;align-items:center;gap:10px;padding:6px 8px;border-radius:10px;text-decoration:none;transition:background .12s ease;max-width:100%;overflow:hidden}.Menu_logoButton__DM9m1:hover{background:rgba(15,23,42,.04)}.Menu_logoImg__DkjCW{width:40px;height:40px;object-fit:contain;flex:0 0 auto}.Menu_logoText__IRzCK{color:#1d4f8f;font-family:p-bold;font-size:23px;line-height:1;white-space:nowrap}.Menu_nav__Lp1kL{display:flex;align-items:center;justify-content:center;gap:28px;flex:1 1 auto}.Menu_navItem__mF_uZ{position:relative}.Menu_navLinkBtn__kEPJf,.Menu_navLink__SE_Uk{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;color:#0f172a;font-size:12px;font-weight:600;letter-spacing:0;display:inline-flex;align-items:center;gap:8px;padding:10px 6px;border-radius:10px;cursor:pointer;text-decoration:none;transition:background .12s ease}.Menu_navLinkBtn__kEPJf:hover,.Menu_navLink__SE_Uk:hover{background:rgba(15,23,42,.04)}.Menu_navActive__IMpWm{position:relative}.Menu_navActive__IMpWm:after{content:"";position:absolute;left:8px;right:8px;bottom:6px;height:2px;border-radius:999px;background:rgba(15,23,42,.9)}.Menu_chev__RW13F{opacity:.7;transition:transform .12s ease}.Menu_chevOpen__VhppB{transform:rotate(180deg)}.Menu_dropdown__dDH5C{position:absolute;left:0;top:calc(100% + 10px);animation:Menu_dropIn__siHS_ .12s ease}@keyframes Menu_dropIn__siHS_{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Menu_dropdownCard__q3hWN{min-width:210px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:8px;box-shadow:0 18px 40px rgba(15,23,42,.14)}.Menu_dropdownItem__I9V3u{display:flex;align-items:center;width:100%;padding:10px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#0f172a;text-decoration:none;transition:background .1s ease}.Menu_dropdownItem__I9V3u:hover{background:rgba(15,23,42,.04)}.Menu_right__S_vWC{display:flex;align-items:center;justify-content:flex-end;min-width:430px;gap:12px}.Menu_utilityArea__kkxcC{display:inline-flex;align-items:center;gap:8px}.Menu_iconBtn__KsAGu{width:36px;height:36px;border-radius:999px;border:1px solid rgba(15,23,42,.16);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a}.Menu_iconBtn__KsAGu:hover{background:rgba(15,23,42,.04)}.Menu_mobileMenuBtn__f0Nym{display:none;width:36px;height:36px;border-radius:999px;border:1px solid rgba(15,23,42,.16);background:#fff;align-items:center;justify-content:center;cursor:pointer;color:#0f172a}.Menu_authButtons__BWX2U{display:inline-flex;align-items:center;gap:10px}.Menu_btnOutline__a04YO{height:38px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#0f172a;text-decoration:none;background:#fff;border:1px solid rgba(15,23,42,.25);transition:transform .12s ease,background .12s ease;white-space:nowrap}.Menu_btnOutline__a04YO:hover{background:rgba(15,23,42,.03);transform:translateY(-1px)}.Menu_btnSolid__73wM_{height:38px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;text-decoration:none;background:#111827;border:1px solid #111827;transition:transform .12s ease,filter .12s ease;white-space:nowrap}.Menu_btnSolid__73wM_:hover{transform:translateY(-1px);filter:brightness(1.04)}.Menu_profileWrap__G_Jgv{position:relative}.Menu_profileBtn__yKusD{width:40px;height:40px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,transform .12s ease}.Menu_profileBtn__yKusD:hover{background:rgba(15,23,42,.03);transform:translateY(-1px)}.Menu_myPageIcon__qsC1d{width:20px;height:20px}.Menu_profilePopover__F_0j7{position:absolute;right:0;top:calc(100% + 10px);width:260px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:12px;box-shadow:0 18px 40px rgba(15,23,42,.14);animation:Menu_dropIn__siHS_ .12s ease;z-index:1500}.Menu_profileRow__waM4T{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 4px}.Menu_profileLabel__2tHei{font-size:12px;color:rgba(15,23,42,.55);font-weight:700;letter-spacing:-.2px}.Menu_profileValue__2dWip{min-width:0;text-align:right;font-size:13.5px;color:#0f172a;font-weight:800;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;overflow-wrap:normal}.Menu_logoutBtn__Q0FoL{margin-top:10px;width:100%;height:40px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(15,23,42,.04);color:#0f172a;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .12s ease}.Menu_logoutBtn__Q0FoL:hover{background:rgba(15,23,42,.07)}.Menu_toastWrap__VSpAm{position:fixed;top:12px;left:0;right:0;z-index:2000;display:flex;justify-content:center;pointer-events:none}.Menu_toast__G2LQU{pointer-events:auto;background:#111827;color:#fff;font-size:14px;padding:10px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 20px rgba(0,0,0,.18)}.Menu_toastClose__PDNoX{width:18px;height:18px;border-radius:50%;border:none;background:hsla(0,0%,100%,.2);position:relative;cursor:pointer}.Menu_toastClose__PDNoX:after,.Menu_toastClose__PDNoX:before{content:"";position:absolute;top:50%;left:50%;width:9px;height:1.6px;background:#fff;transform-origin:center}.Menu_toastClose__PDNoX:before{transform:translate(-50%,-50%) rotate(45deg)}.Menu_toastClose__PDNoX:after{transform:translate(-50%,-50%) rotate(-45deg)}@media (max-width:768px){.Menu_headerInner__kd4rV{height:64px;padding:0 14px}.Menu_brand__Dy7IE,.Menu_right__S_vWC{min-width:auto}.Menu_nav__Lp1kL{display:none}.Menu_logoImg__DkjCW{width:34px;height:34px}.Menu_logoText__IRzCK{font-size:18px}.Menu_mobileMenuBtn__f0Nym{display:inline-flex}.Menu_authButtons__BWX2U{display:none}.Menu_btnOutline__a04YO,.Menu_btnSolid__73wM_{height:36px;padding:0 14px}}.SideNav_sideNaveSection__UEsX4{position:fixed;z-index:9998;left:0;right:0;top:0;bottom:0;background-color:rgba(15,23,42,.42)}.SideNav_sideNaveContent__6zERx{max-width:320px;width:100%;position:absolute;height:100vh;right:0;background-color:#fff;animation:SideNav_slideIn__6iTrU .22s ease;padding:18px 16px;display:flex;flex-direction:column;justify-content:space-between}.SideNav_xCloseBtn__wjfh_{cursor:pointer;margin-bottom:10px}.SideNav_mobileNav__LfKod{display:flex;flex-direction:column;gap:6px}.SideNav_mobileMenuGroup__Ow8Yw{border:1px solid #edf1f6;border-radius:12px;padding:10px}.SideNav_mobileMenuTitle__ywzjY{margin:0;font-size:14px;font-family:p-semiBold,Arial,sans-serif;color:#334155}.SideNav_mobileMenuTitleActive__cBgya{color:#1d4ed8}.SideNav_mobileSubList__7Hz_F{margin-top:6px;display:flex;flex-direction:column}.SideNav_mobileSubLink__N9Wju{padding:8px 10px;border-radius:8px;font-size:13px;color:#475569;text-decoration:none}.SideNav_mobileSubLinkActive__tOYfL{color:#1d4ed8;background:#eff6ff}.SideNav_mobileMenuLink__Gam_g{display:block;padding:10px 12px;border:1px solid #edf1f6;border-radius:12px;font-size:14px;color:#334155;font-family:p-semiBold,Arial,sans-serif;text-decoration:none}.SideNav_mobileMenuLinkActive__J2eae{color:#1d4ed8;border-color:#cfe2ff;background:#eff6ff}.SideNav_userInfoWrapper__iI3qg{margin-top:16px}.SideNav_userInfoBox__Xp8sv{border:1px solid #edf1f6;border-radius:12px;padding:10px 12px;background:#fafcff}.SideNav_userName__8ahYz{margin:0;font-size:14px;color:#0f172a;font-family:p-semiBold,Arial,sans-serif}.SideNav_userMeta__CPxst{margin:4px 0 0;font-size:12px;color:#64748b}.SideNav_signOutBtn__2bDT1{margin-top:10px;width:100%;height:40px;border:1px solid #e2e8f0;font-size:14px;color:#334155;font-family:p-semiBold,Arial,sans-serif;background-color:#fff;border-radius:10px;cursor:pointer}.SideNav_authLinkGroup__LbJIN{display:flex;flex-direction:column;gap:8px}.SideNav_signIn__c7h3K{background-color:#0b57d0;color:#fff}.SideNav_signIn__c7h3K,.SideNav_signUp__83YP8{text-decoration:none;text-align:center;width:100%;height:40px;padding:10px 16px;border-radius:10px;font-family:p-semiBold,Arial,sans-serif;font-size:14px;line-height:1;white-space:nowrap}.SideNav_signUp__83YP8{background-color:#fff;color:#334155;border:1px solid #dbe3ec}@keyframes SideNav_slideIn__6iTrU{0%{transform:translateX(100%)}to{transform:translateX(0)}}.RegularInspectionOverlay_overlay__9g306{min-height:100dvh;width:100%;display:grid;place-items:center;padding:20px;background:linear-gradient(140deg,rgba(15,23,42,.84),rgba(37,99,235,.82))}.RegularInspectionOverlay_card__TS_YP{position:relative;width:min(100%,760px);background:#fff;border-radius:24px;box-shadow:0 28px 88px rgba(15,23,42,.34);padding:44px 42px 36px;text-align:center}.RegularInspectionOverlay_iconWrap__099qb{width:92px;height:92px;border-radius:50%;margin:0 auto 18px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8}.RegularInspectionOverlay_title__1OacJ{margin:0 0 8px;font-size:clamp(28px,4vw,38px);line-height:1.2;font-family:p-bold,Arial,sans-serif;color:#0f172a}.RegularInspectionOverlay_description__Yzu6U{margin:0 auto 22px;font-size:16px;line-height:1.6;color:#475569}.RegularInspectionOverlay_infoPanel__785cE{background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;padding:18px 20px;display:grid;grid-gap:12px;gap:12px}.RegularInspectionOverlay_infoRow__Xgq4g{margin:0;display:grid;grid-template-columns:22px auto 1fr;align-items:center;grid-gap:8px;gap:8px;text-align:left;color:#1e293b}.RegularInspectionOverlay_infoLabel__wTyej{color:#475569;font-family:p-semiBold,Arial,sans-serif}.RegularInspectionOverlay_infoValue__XePZb{justify-self:end;text-align:right;color:#0f172a;font-family:p-medium,Arial,sans-serif}.RegularInspectionOverlay_noticeBlock__Y5dQg{margin-top:22px;border-top:1px solid #e2e8f0;padding-top:18px;display:grid;grid-gap:6px;gap:6px;color:#64748b;font-size:14px;line-height:1.6}.RegularInspectionOverlay_noticeBlock__Y5dQg p{margin:0}@media (max-width:768px){.RegularInspectionOverlay_card__TS_YP{border-radius:20px;padding:32px 20px 26px}.RegularInspectionOverlay_infoRow__Xgq4g{grid-template-columns:18px 1fr;gap:6px}.RegularInspectionOverlay_infoValue__XePZb{justify-self:start;grid-column:1/-1;margin-left:24px;text-align:left}}