/* GRZ Secure Verification Portal v2.3.4 — One Card Clean Light Theme */
*{box-sizing:border-box}
html,body{min-height:100%}
body.grz-vp-standalone{
  margin:0;
  color:#0f172a;
  background:#eef2f7;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.grz-vp-standalone:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 14% 10%,rgba(37,99,235,.10),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(15,23,42,.06),transparent 26%),
    linear-gradient(180deg,#f8fafc 0%,#eef2f7 48%,#f8fafc 100%);
}
.grz-vp-standalone-main{padding:24px 14px 42px}
.grz-vp-shell{width:min(960px,100%);margin:0 auto;color:var(--grz-text,#0f172a)}
.grz-vp-lang{position:fixed;top:14px;left:18px;z-index:30;display:flex;gap:8px}
.grz-vp-lang a{color:#64748b;text-decoration:none;font-size:12px;font-weight:800}
.grz-vp-lang a:hover{color:#2563eb}

.grz-vp-one-card{
  background:#fff;
  border:1px solid #dbe3ef;
  border-radius:28px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  overflow:hidden;
}
.grz-vp-one-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 22px;
  border-bottom:1px solid #e2e8f0;
  background:linear-gradient(180deg,#ffffff,#fbfdff);
}
.grz-vp-brand{display:flex;align-items:center;gap:13px;min-width:0}
.grz-vp-logo,.grz-vp-logo-img{
  width:64px;
  height:50px;
  min-width:64px;
  border-radius:16px;
  object-fit:contain;
  background:#0f172a;
  border:1px solid #1e293b;
  padding:7px;
  box-shadow:0 10px 24px rgba(15,23,42,.16)
}
.grz-vp-logo{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:950;letter-spacing:.04em}
.grz-vp-logo span{font-size:17px}
.grz-vp-brand-title{font-size:16px;font-weight:950;color:#0f172a;line-height:1.1;white-space:nowrap}
.grz-vp-brand-subtitle{font-size:12px;color:#64748b;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}
.grz-vp-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.grz-vp-badges span{
  display:inline-flex;
  align-items:center;
  height:31px;
  padding:0 11px;
  border-radius:999px;
  color:#334155;
  background:#f8fafc;
  border:1px solid #dbe3ef;
  font-size:11px;
  font-weight:850;
}
.grz-vp-badges span:first-child{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}

.grz-vp-one-body{padding:22px}
.grz-vp-kicker,.grz-vp-section-title{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#64748b;
  font-weight:950;
  margin-bottom:9px;
}
.grz-vp-request-strip{
  margin-bottom:16px;
  padding-bottom:16px;
  border-bottom:1px solid #e2e8f0;
}
.grz-vp-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:10px;
}
.grz-vp-title-row h1{
  margin:0;
  color:#0f172a;
  font-size:26px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.025em;
}
.grz-vp-request-type{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  max-width:260px;
  padding:7px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  border:1px solid #bfdbfe;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.grz-vp-request-text{
  color:#1e293b;
  font-size:13px;
  line-height:1.62;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:17px;
  padding:14px;
  white-space:normal;
  overflow-wrap:anywhere;
}
.grz-vp-request-email-block{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:12px;
  line-height:1.68;
  color:#0f172a;
  background:#f8fafc;
  border-color:#dbeafe;
}
.grz-vp-case-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
  color:#475569;
  font-size:11px;
}
.grz-vp-case-line span{
  padding:6px 9px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}
.grz-vp-case-line strong{color:#0f172a}

.grz-vp-form-section{
  padding:15px;
  border:1px solid #e2e8f0;
  background:#fff;
  border-radius:19px;
  margin-bottom:13px;
}
.grz-vp-form-section label{
  display:block;
  margin:0 0 12px;
  color:#0f172a;
  font-size:13px;
  font-weight:850;
}
.grz-vp-form-section label:last-child{margin-bottom:0}
.grz-vp-form-section label>span{display:block;margin-bottom:7px}
.grz-vp-required{color:#dc2626}
.grz-vp-form-section input[type=text],
.grz-vp-form-section input[type=email],
.grz-vp-form-section input[type=number],
.grz-vp-form-section input[type=date],
.grz-vp-form-section textarea,
.grz-vp-form-section select{
  width:100%;
  background:#fff;
  color:#0f172a;
  border:1px solid #cbd5e1;
  border-radius:13px;
  padding:12px 13px;
  outline:none;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
}
.grz-vp-form-section textarea{min-height:110px;resize:vertical}
.grz-vp-form-section input:focus,
.grz-vp-form-section textarea:focus,
.grz-vp-form-section select:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 3px rgba(37,99,235,.14);
}
.grz-vp-help,.grz-vp-file small{
  display:block;
  color:#64748b;
  font-size:11px;
  line-height:1.43;
  margin-top:6px;
}
.grz-vp-checkbox{
  display:flex!important;
  align-items:flex-start;
  gap:10px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:15px;
  padding:12px!important;
}
.grz-vp-checkbox input{margin-top:2px;accent-color:#2563eb}
.grz-vp-checkbox span{margin:0!important;line-height:1.45}
.grz-vp-file-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.grz-vp-file{
  border:1px solid #dbe3ef;
  border-radius:17px;
  padding:14px;
  background:#f8fafc;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.grz-vp-file:hover{border-color:#93c5fd;box-shadow:0 12px 28px rgba(37,99,235,.08);background:#fff}
.grz-vp-file input[type=file]{
  width:100%;
  padding:10px;
  border-radius:12px;
  background:#fff;
  color:#475569;
  border:1px solid #cbd5e1;
}
.grz-vp-file input[type=file]::file-selector-button{
  border:0;
  background:#0f172a;
  color:#fff;
  border-radius:9px;
  padding:8px 10px;
  margin-right:10px;
  font-weight:850;
  cursor:pointer;
}
.grz-vp-submit{
  width:100%;
  border:0;
  border-radius:15px;
  padding:15px 18px;
  margin-top:2px;
  background:#2563eb;
  color:#fff;
  font-weight:950;
  letter-spacing:.01em;
  box-shadow:0 16px 30px rgba(37,99,235,.23);
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.grz-vp-submit:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 20px 36px rgba(37,99,235,.28)}
.grz-vp-after-submit-note{text-align:center;color:#64748b;font-size:11px;margin:10px 0 0}
.grz-vp-policy-line{
  margin:10px 0 0;
  padding:0;
  color:#64748b;
  background:transparent;
  border:0;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}

/* Error / locked / success */
.grz-vp-errors{
  padding:14px 16px;
  margin:0 0 14px;
  color:#7f1d1d;
  background:#fef2f2;
  border:1px solid #fecaca;
  border-radius:18px;
}
.grz-vp-errors ul{margin:8px 0 0;padding-inline-start:20px}
.grz-vp-card{
  max-width:620px;
  margin:10vh auto 0;
  padding:28px;
  color:#0f172a;
  text-align:center;
  background:#fff;
  border:1px solid #dbe3ef;
  border-radius:26px;
  box-shadow:0 24px 70px rgba(15,23,42,.10);
}
.grz-vp-card .grz-vp-logo{margin:0 auto 15px}
.grz-vp-card h1{margin:8px 0 8px;font-size:28px;letter-spacing:-.03em}
.grz-vp-card p{color:#475569;line-height:1.55}
.grz-vp-muted{color:#64748b!important;font-size:12px}

/* RTL */
.grz-vp-rtl,.grz-vp-card-rtl{text-align:right}
.grz-vp-card-rtl .grz-vp-one-head,
.grz-vp-card-rtl .grz-vp-brand,
.grz-vp-card-rtl .grz-vp-title-row{direction:rtl}
.grz-vp-card-rtl .grz-vp-badges{justify-content:flex-start}
.grz-vp-card-rtl .grz-vp-checkbox{flex-direction:row-reverse}
.grz-vp-card-rtl .grz-vp-file input[type=file]::file-selector-button{margin-right:0;margin-left:10px}

@media(max-width:760px){
  .grz-vp-standalone-main{padding:16px 10px 30px}
  .grz-vp-lang{position:static;margin:0 0 10px}
  .grz-vp-one-head{align-items:flex-start;flex-direction:column;border-radius:0}
  .grz-vp-one-body{padding:16px}
  .grz-vp-badges{justify-content:flex-start}
  .grz-vp-title-row{display:block}
  .grz-vp-request-type{margin-top:10px}
  .grz-vp-logo,.grz-vp-logo-img{width:58px;height:46px;min-width:58px;border-radius:14px}
  .grz-vp-title-row h1{font-size:22px}
  .grz-vp-file-grid{grid-template-columns:1fr}
}


/* v2.3.5 store-trust polish: cleaner marketplace-style layout, language buttons, operational footer */
body.grz-vp-standalone{
  background:#f3f4f6;
}
body.grz-vp-standalone:before{
  background:
    linear-gradient(135deg,rgba(15,23,42,.045) 0 25%,transparent 25% 50%,rgba(15,23,42,.035) 50% 75%,transparent 75%),
    linear-gradient(180deg,#ffffff 0,#f3f4f6 38%,#f7f8fa 100%);
  background-size:360px 360px, auto;
}
.grz-vp-standalone-main{
  padding:20px 14px 36px;
}
.grz-vp-shell{
  width:min(1020px,100%);
}
.grz-vp-lang{
  position:static;
  width:min(1020px,100%);
  margin:0 auto 8px;
  display:flex;
  justify-content:flex-start;
  gap:8px;
}
.grz-vp-lang a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  min-width:76px;
  padding:0 12px;
  border-radius:8px;
  color:#334155;
  background:#ffffff;
  border:1px solid #dbe3ef;
  box-shadow:0 5px 14px rgba(15,23,42,.045);
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.grz-vp-lang a:hover{
  color:#ffffff;
  background:#111827;
  border-color:#111827;
}
.grz-vp-one-card{
  border-radius:18px;
  border:1px solid #dde4ee;
  box-shadow:0 24px 65px rgba(15,23,42,.095);
}
.grz-vp-one-head{
  padding:16px 20px;
  background:#ffffff;
  border-bottom:1px solid #e6ebf2;
}
.grz-vp-logo,.grz-vp-logo-img{
  width:76px;
  height:48px;
  min-width:76px;
  border-radius:12px;
  background:#111827;
  padding:6px;
  box-shadow:none;
}
.grz-vp-brand-title{
  font-size:18px;
  letter-spacing:-.015em;
}
.grz-vp-brand-subtitle{
  font-size:12px;
}
.grz-vp-badges span{
  height:32px;
  border-radius:8px;
  background:#f8fafc;
}
.grz-vp-badges span:first-child{
  color:#166534;
  background:#f0fdf4;
  border-color:#bbf7d0;
}
.grz-vp-one-body{
  padding:18px 20px 20px;
}
.grz-vp-request-strip{
  margin-bottom:14px;
  padding-bottom:14px;
}
.grz-vp-title-row{
  align-items:center;
}
.grz-vp-title-row h1{
  font-size:24px;
  letter-spacing:-.02em;
}
.grz-vp-request-type{
  border-radius:8px;
  background:#f8fafc;
  border-color:#dbe3ef;
  color:#0f172a;
}
.grz-vp-request-text{
  border-radius:12px;
  background:#f8fafc;
  border-color:#e2e8f0;
  padding:13px 14px;
}
.grz-vp-case-line span{
  border-radius:8px;
}
.grz-vp-form-section{
  border-radius:14px;
  background:#ffffff;
  padding:14px;
}
.grz-vp-checkbox{
  border-radius:12px;
}
.grz-vp-file-grid{
  gap:10px;
}
.grz-vp-file{
  border-radius:14px;
  background:#fbfdff;
}
.grz-vp-file input[type=file]::file-selector-button{
  background:#111827;
  border-radius:8px;
}
.grz-vp-submit{
  border-radius:10px;
  background:#ff3d17;
  box-shadow:0 14px 28px rgba(255,61,23,.22);
}
.grz-vp-submit:hover{
  box-shadow:0 18px 34px rgba(255,61,23,.27);
}
.grz-vp-policy-line{
  margin:11px 0 0;
  color:#64748b;
}
.grz-vp-status-footer{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.grz-vp-status-footer>div{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:10px 12px;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  border-radius:12px;
}
.grz-vp-status-footer strong{
  display:block;
  color:#0f172a;
  font-size:12px;
  line-height:1.15;
}
.grz-vp-status-footer small{
  display:block;
  color:#64748b;
  font-size:10.5px;
  margin-top:3px;
  line-height:1.25;
}
.grz-vp-status-dot{
  width:11px;
  height:11px;
  min-width:11px;
  border-radius:50%;
  background:#16a34a;
  box-shadow:0 0 0 5px rgba(22,163,74,.12);
}
.grz-vp-shield{
  width:22px;
  height:22px;
  min-width:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#ffffff;
  background:#111827;
  font-size:13px;
  font-weight:950;
}
.grz-vp-card-rtl .grz-vp-lang{
  direction:rtl;
}
.grz-vp-card-rtl .grz-vp-status-footer>div{
  flex-direction:row-reverse;
  text-align:right;
}
@media(max-width:760px){
  .grz-vp-lang{padding:0 2px}
  .grz-vp-one-head{padding:14px}
  .grz-vp-one-body{padding:14px}
  .grz-vp-status-footer{grid-template-columns:1fr}
  .grz-vp-title-row{display:block}
  .grz-vp-request-type{margin-top:9px}
}


/* v2.3.6: store-inspired trust footer everywhere + cleaner SEAGM-like polish */
body.grz-vp-standalone{
  background:#f5f5f2;
}
body.grz-vp-standalone:before{
  background:
    linear-gradient(135deg,rgba(15,23,42,.035) 0 22%,transparent 22% 48%,rgba(15,23,42,.028) 48% 72%,transparent 72%),
    radial-gradient(circle at 12% 8%,rgba(255,61,23,.08),transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f5f5f2 42%,#f7f7f7 100%);
  background-size:520px 520px, auto, auto;
}
.grz-vp-standalone-main{padding-top:18px}
.grz-vp-shell{width:min(1040px,100%)}
.grz-vp-one-card{
  border-radius:16px;
  border-color:#e5e7eb;
  box-shadow:0 22px 62px rgba(15,23,42,.085);
}
.grz-vp-one-head{
  min-height:78px;
  background:#fff;
  border-bottom-color:#eceff3;
  padding:14px 18px;
}
.grz-vp-logo,.grz-vp-logo-img{
  width:82px;
  height:52px;
  min-width:82px;
  border-radius:13px;
  background:#111827;
  padding:6px;
}
.grz-vp-brand-title{font-size:18px}
.grz-vp-brand-subtitle{color:#64748b}
.grz-vp-badges span{
  height:34px;
  border-radius:8px;
  background:#fff;
  color:#111827;
  border-color:#e5e7eb;
}
.grz-vp-badges span:first-child{
  color:#16a34a;
  background:#f0fdf4;
  border-color:#bbf7d0;
}
.grz-vp-title-row h1{
  font-size:25px;
}
.grz-vp-request-type{
  color:#ef3b15;
  background:#fff7ed;
  border-color:#fed7aa;
  border-radius:8px;
}
.grz-vp-request-text{
  background:#fafafa;
  border-color:#e5e7eb;
}
.grz-vp-form-section{
  border-color:#e5e7eb;
}
.grz-vp-file{
  background:#fafafa;
  border-color:#e5e7eb;
}
.grz-vp-file input[type=file]::file-selector-button{
  background:#111827;
}
.grz-vp-submit{
  background:#ff3d17;
  border-radius:9px;
  box-shadow:0 16px 32px rgba(255,61,23,.22);
}
.grz-vp-status-footer.grz-vp-global-footer{
  margin-top:14px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.grz-vp-status-footer.grz-vp-global-footer>div{
  min-height:58px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  box-shadow:0 10px 26px rgba(15,23,42,.045);
}
.grz-vp-lock{
  width:22px;
  height:22px;
  min-width:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff;
  background:#2563eb;
  font-size:10px;
  font-weight:950;
  box-shadow:0 0 0 5px rgba(37,99,235,.10);
}
.grz-vp-mini-state{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  padding:8px 11px;
  border-radius:999px;
  color:#166534;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  font-weight:850;
  font-size:12px;
}
.grz-vp-public-state .grz-vp-lang{
  width:min(1040px,100%);
}
.grz-vp-public-state .grz-vp-card{
  margin-top:14px;
}
.grz-vp-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  box-shadow:0 22px 62px rgba(15,23,42,.085);
}
@media(max-width:760px){
  .grz-vp-status-footer.grz-vp-global-footer{grid-template-columns:1fr}
  .grz-vp-logo,.grz-vp-logo-img{width:72px;height:48px;min-width:72px}
}


/* v2.3.7: Mobile-friendly blue style, proper language buttons, logo without container */
:root{
  --grz-mobile-blue:#2563eb;
  --grz-mobile-blue-dark:#1d4ed8;
}

/* Force language switcher to look like real buttons everywhere */
.grz-vp-lang{
  position:static!important;
  width:min(1040px,100%)!important;
  margin:0 auto 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  direction:ltr!important;
}
.grz-vp-lang a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:82px!important;
  height:34px!important;
  padding:0 13px!important;
  border-radius:10px!important;
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  color:#0f172a!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 6px 18px rgba(15,23,42,.06)!important;
}
.grz-vp-lang a:hover{
  background:#2563eb!important;
  border-color:#2563eb!important;
  color:#ffffff!important;
}

/* Logo is no longer trapped in a dark square/container */
.grz-vp-logo-img{
  width:104px!important;
  height:44px!important;
  min-width:104px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
.grz-vp-logo{
  width:104px!important;
  height:44px!important;
  min-width:104px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  color:#0f172a!important;
}
.grz-vp-logo span{
  font-size:22px!important;
  color:#0f172a!important;
}

/* Blue action system instead of orange */
.grz-vp-submit{
  background:#2563eb!important;
  box-shadow:0 16px 32px rgba(37,99,235,.24)!important;
}
.grz-vp-submit:hover{
  background:#1d4ed8!important;
  box-shadow:0 18px 36px rgba(37,99,235,.30)!important;
}
.grz-vp-request-type{
  color:#1d4ed8!important;
  background:#eff6ff!important;
  border-color:#bfdbfe!important;
}
.grz-vp-badges span:first-child{
  color:#1d4ed8!important;
  background:#eff6ff!important;
  border-color:#bfdbfe!important;
}
.grz-vp-file:hover{
  border-color:#93c5fd!important;
  box-shadow:0 12px 28px rgba(37,99,235,.08)!important;
}
.grz-vp-form-section input:focus,
.grz-vp-form-section textarea:focus,
.grz-vp-form-section select:focus{
  border-color:#2563eb!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.14)!important;
}
.grz-vp-checkbox input{accent-color:#2563eb!important;}

/* Cleaner, more phone-friendly page rhythm */
.grz-vp-standalone-main{
  padding:16px 12px 32px!important;
}
.grz-vp-shell{
  width:min(980px,100%)!important;
}
.grz-vp-one-card{
  border-radius:18px!important;
  overflow:hidden!important;
}
.grz-vp-one-head{
  padding:15px 18px!important;
}
.grz-vp-brand{
  gap:14px!important;
}
.grz-vp-brand-title{
  font-size:18px!important;
  line-height:1.1!important;
}
.grz-vp-brand-subtitle{
  font-size:12px!important;
}
.grz-vp-one-body{
  padding:18px!important;
}
.grz-vp-title-row h1{
  font-size:24px!important;
}
.grz-vp-request-text{
  font-size:13px!important;
  line-height:1.55!important;
}
.grz-vp-form-section{
  padding:14px!important;
}
.grz-vp-file-grid{
  gap:12px!important;
}
.grz-vp-file{
  min-height:132px!important;
}
.grz-vp-status-footer.grz-vp-global-footer>div{
  min-height:56px!important;
}

/* Mobile-first corrections */
@media(max-width:760px){
  body.grz-vp-standalone{
    background:#f8fafc!important;
  }
  .grz-vp-standalone-main{
    padding:10px 8px 24px!important;
  }
  .grz-vp-lang{
    width:100%!important;
    padding:0 2px!important;
    margin-bottom:8px!important;
    justify-content:center!important;
  }
  .grz-vp-lang a{
    min-width:96px!important;
    height:38px!important;
    font-size:13px!important;
    border-radius:12px!important;
  }
  .grz-vp-one-card{
    border-radius:16px!important;
    box-shadow:0 14px 36px rgba(15,23,42,.08)!important;
  }
  .grz-vp-one-head{
    padding:13px 14px!important;
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:12px!important;
  }
  .grz-vp-brand{
    width:100%!important;
    align-items:center!important;
  }
  .grz-vp-logo-img,
  .grz-vp-logo{
    width:92px!important;
    height:38px!important;
    min-width:92px!important;
  }
  .grz-vp-brand-title{
    font-size:16px!important;
  }
  .grz-vp-brand-subtitle{
    font-size:11px!important;
    max-width:220px!important;
  }
  .grz-vp-badges{
    width:100%!important;
    justify-content:flex-start!important;
    gap:6px!important;
  }
  .grz-vp-badges span{
    height:30px!important;
    font-size:10.5px!important;
    padding:0 9px!important;
  }
  .grz-vp-one-body{
    padding:13px!important;
  }
  .grz-vp-title-row{
    display:block!important;
  }
  .grz-vp-title-row h1{
    font-size:21px!important;
    line-height:1.15!important;
  }
  .grz-vp-request-type{
    margin-top:9px!important;
    font-size:11px!important;
  }
  .grz-vp-request-text{
    padding:12px!important;
    font-size:13px!important;
  }
  .grz-vp-case-line{
    gap:6px!important;
  }
  .grz-vp-case-line span{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  .grz-vp-form-section{
    padding:12px!important;
    border-radius:14px!important;
  }
  .grz-vp-form-section label{
    font-size:13px!important;
  }
  .grz-vp-file-grid{
    grid-template-columns:1fr!important;
  }
  .grz-vp-file{
    min-height:auto!important;
    padding:12px!important;
  }
  .grz-vp-file input[type=file]{
    min-height:46px!important;
    font-size:13px!important;
  }
  .grz-vp-submit{
    min-height:50px!important;
    font-size:15px!important;
    border-radius:12px!important;
  }
  .grz-vp-status-footer.grz-vp-global-footer{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .grz-vp-status-footer.grz-vp-global-footer>div{
    min-height:54px!important;
    border-radius:12px!important;
  }
}

/* RTL/mobile logo and language */
.grz-vp-card-rtl .grz-vp-lang{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-one-head{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-brand{
  flex-direction:row-reverse!important;
}
@media(max-width:760px){
  .grz-vp-card-rtl .grz-vp-brand{
    justify-content:flex-end!important;
  }
}


/* v2.3.8: language button class fix + logo/header mobile polish */
.grz-vp-lang-switch,
.grz-vp-lang.grz-vp-lang-switch{
  position:static!important;
  width:min(1040px,100%)!important;
  margin:0 auto 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  direction:ltr!important;
}
.grz-vp-lang-switch a,
.grz-vp-lang.grz-vp-lang-switch a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:86px!important;
  height:34px!important;
  padding:0 14px!important;
  border-radius:10px!important;
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  color:#0f172a!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 6px 18px rgba(15,23,42,.06)!important;
}
.grz-vp-lang-switch a.is-active,
.grz-vp-lang.grz-vp-lang-switch a.is-active{
  background:#2563eb!important;
  border-color:#2563eb!important;
  color:#ffffff!important;
}
.grz-vp-lang-switch a:hover,
.grz-vp-lang.grz-vp-lang-switch a:hover{
  background:#1d4ed8!important;
  border-color:#1d4ed8!important;
  color:#ffffff!important;
}

/* keep logo as an image, not a styled dark badge/container */
.grz-vp-one-head .grz-vp-logo-img,
.grz-vp-topbar .grz-vp-logo-img,
.grz-vp-card .grz-vp-logo-img{
  width:108px!important;
  height:46px!important;
  min-width:108px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
.grz-vp-one-head .grz-vp-logo,
.grz-vp-topbar .grz-vp-logo,
.grz-vp-card .grz-vp-logo{
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  color:#0f172a!important;
}
.grz-vp-one-head .grz-vp-logo span,
.grz-vp-topbar .grz-vp-logo span,
.grz-vp-card .grz-vp-logo span{
  font-size:24px!important;
  color:#0f172a!important;
  letter-spacing:.02em!important;
}
.grz-vp-one-head{align-items:center!important;}
.grz-vp-brand{min-width:0!important;}
.grz-vp-brand-title{font-size:18px!important;}
.grz-vp-brand-subtitle{font-size:12px!important;}

@media(max-width:760px){
  .grz-vp-lang-switch,
  .grz-vp-lang.grz-vp-lang-switch{
    width:100%!important;
    padding:0 4px!important;
    justify-content:center!important;
    gap:8px!important;
    margin-bottom:8px!important;
  }
  .grz-vp-lang-switch a,
  .grz-vp-lang.grz-vp-lang-switch a{
    min-width:104px!important;
    height:38px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  .grz-vp-one-head{
    padding:14px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
  }
  .grz-vp-one-head .grz-vp-logo-img,
  .grz-vp-topbar .grz-vp-logo-img,
  .grz-vp-card .grz-vp-logo-img{
    width:98px!important;
    height:42px!important;
    min-width:98px!important;
  }
  .grz-vp-brand{width:100%!important;gap:12px!important;}
  .grz-vp-brand-title{font-size:16px!important;line-height:1.1!important;}
  .grz-vp-brand-subtitle{font-size:11px!important;max-width:230px!important;}
}

.grz-vp-card-rtl .grz-vp-lang-switch,
.grz-vp-card-rtl .grz-vp-lang.grz-vp-lang-switch{
  direction:rtl!important;
}


/* v2.3.9 Arabic completion + button effects + no logo flip */
.grz-vp-logo-img,
.grz-vp-card-rtl .grz-vp-logo-img,
html[dir="rtl"] .grz-vp-logo-img{
  transform:none!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.grz-vp-logo,
.grz-vp-card-rtl .grz-vp-logo,
html[dir="rtl"] .grz-vp-logo{
  transform:none!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}

/* Keep brand readable in Arabic without mirroring the logo image */
.grz-vp-card-rtl .grz-vp-brand{
  flex-direction:row!important;
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-brand .grz-vp-logo-img,
.grz-vp-card-rtl .grz-vp-brand .grz-vp-logo{
  order:0!important;
}
.grz-vp-card-rtl .grz-vp-brand>div{
  order:1!important;
  text-align:right!important;
}

/* Language buttons: stable order, visible active state */
.grz-vp-lang-switch{
  direction:ltr!important;
  display:flex!important;
  gap:8px!important;
}
.grz-vp-lang-switch a{
  position:relative!important;
  overflow:hidden!important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease!important;
}
.grz-vp-lang-switch a.is-active{
  background:#2563eb!important;
  color:#fff!important;
  border-color:#2563eb!important;
  box-shadow:0 10px 24px rgba(37,99,235,.22)!important;
}
.grz-vp-lang-switch a:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.12)!important;
}

/* Better Arabic typography and spacing */
.grz-vp-card-rtl{
  font-family:Inter,Tahoma,Arial,sans-serif!important;
}
.grz-vp-card-rtl .grz-vp-title-row h1,
.grz-vp-card-rtl .grz-vp-brand-title{
  letter-spacing:0!important;
}
.grz-vp-card-rtl .grz-vp-request-text,
.grz-vp-card-rtl .grz-vp-form-section,
.grz-vp-card-rtl .grz-vp-policy-line{
  text-align:right!important;
}
.grz-vp-card-rtl .grz-vp-file-grid{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-file input[type=file]{
  direction:ltr!important;
  text-align:left!important;
}

/* Button and upload effects */
.grz-vp-submit{
  position:relative!important;
  overflow:hidden!important;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease!important;
}
.grz-vp-submit:before{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-120%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transition:transform .55s ease;
}
.grz-vp-submit:hover:before{
  transform:translateX(120%);
}
.grz-vp-submit:hover{
  transform:translateY(-2px)!important;
}
.grz-vp-submit:active{
  transform:translateY(0)!important;
}
.grz-vp-file,
.grz-vp-checkbox,
.grz-vp-case-line span,
.grz-vp-status-footer>div{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease!important;
}
.grz-vp-file:hover,
.grz-vp-checkbox:hover{
  transform:translateY(-1px)!important;
}
.grz-vp-status-footer>div:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 14px 30px rgba(15,23,42,.08)!important;
}

/* Ensure Arabic header does not squeeze logo or badges */
.grz-vp-card-rtl .grz-vp-one-head{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-badges{
  direction:rtl!important;
}
@media(max-width:760px){
  .grz-vp-card-rtl .grz-vp-brand{
    flex-direction:row!important;
    justify-content:flex-end!important;
  }
  .grz-vp-card-rtl .grz-vp-badges{
    justify-content:flex-end!important;
  }
}


/* v2.4.0: Arabic trust UI, full translation polish, right-side Arabic logo */
.grz-vp-one-card{
  border:1px solid #e0e7ef!important;
  box-shadow:0 28px 78px rgba(15,23,42,.10)!important;
}
.grz-vp-one-head{
  background:linear-gradient(180deg,#ffffff,#fbfdff)!important;
}
.grz-vp-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:10px 18px;
  border-bottom:1px solid #e6ebf2;
  background:#f8fafc;
}
.grz-vp-trust-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:10px;
  background:#ffffff;
  border:1px solid #dbeafe;
  color:#1d4ed8;
  font-size:11px;
  font-weight:900;
  text-align:center;
}
.grz-vp-trust-strip span:before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  margin-right:7px;
  border-radius:999px;
  background:#dbeafe;
  color:#1d4ed8;
  font-size:10px;
  font-weight:950;
}
.grz-vp-card-rtl .grz-vp-trust-strip span:before{
  margin-right:0;
  margin-left:7px;
}

/* Keep Arabic brand logo on the far right and never mirror it */
.grz-vp-card-rtl .grz-vp-one-head{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-brand{
  direction:ltr!important;
  flex-direction:row!important;
  margin-left:auto!important;
  margin-right:0!important;
}
.grz-vp-card-rtl .grz-vp-brand .grz-vp-logo-img,
.grz-vp-card-rtl .grz-vp-brand .grz-vp-logo{
  order:2!important;
  transform:none!important;
  direction:ltr!important;
}
.grz-vp-card-rtl .grz-vp-brand>div{
  order:1!important;
  text-align:right!important;
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-badges{
  margin-right:auto!important;
  margin-left:0!important;
}

/* Custom file selector: removes browser-localized French text */
.grz-vp-file{
  position:relative;
  cursor:pointer;
}
.grz-vp-file-input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
  width:1px!important;
  height:1px!important;
}
.grz-vp-file-control{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:46px;
  padding:7px;
  border:1px solid #cbd5e1;
  border-radius:12px;
  background:#fff;
}
.grz-vp-file-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  min-height:32px;
  padding:7px 12px;
  border-radius:9px;
  color:#fff;
  background:#0f172a;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
  transition:transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.grz-vp-file-name{
  flex:1;
  min-width:0;
  color:#475569;
  font-size:12px;
  font-style:normal;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.grz-vp-file:hover .grz-vp-file-button{
  background:#2563eb;
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(37,99,235,.18);
}

/* More trust-friendly visual hierarchy */
.grz-vp-request-text{
  background:linear-gradient(180deg,#ffffff,#f8fafc)!important;
  border-color:#dbe3ef!important;
}
.grz-vp-submit{
  background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;
}
.grz-vp-submit:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:0;
  background:radial-gradient(circle at center,rgba(255,255,255,.25),transparent 62%);
  transition:opacity .18s ease;
}
.grz-vp-submit:hover:after{
  opacity:1;
}
.grz-vp-status-footer.grz-vp-global-footer>div{
  background:linear-gradient(180deg,#ffffff,#f8fafc)!important;
}
.grz-vp-status-dot{
  animation:grzPulse 1.8s infinite;
}
@keyframes grzPulse{
  0%{box-shadow:0 0 0 0 rgba(22,163,74,.28)}
  70%{box-shadow:0 0 0 7px rgba(22,163,74,0)}
  100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}
}

/* Arabic full translation readability */
.grz-vp-card-rtl .grz-vp-file-control{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-file-name{
  text-align:right!important;
}
.grz-vp-card-rtl .grz-vp-file-button{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-request-type{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-title-row{
  direction:rtl!important;
}
.grz-vp-card-rtl .grz-vp-title-row h1{
  text-align:right!important;
}

/* Mobile comfort */
@media(max-width:760px){
  .grz-vp-trust-strip{
    grid-template-columns:1fr;
    padding:9px 12px;
  }
  .grz-vp-trust-strip span{
    justify-content:flex-start;
  }
  .grz-vp-card-rtl .grz-vp-trust-strip span{
    justify-content:flex-end;
  }
  .grz-vp-card-rtl .grz-vp-brand{
    width:100%!important;
    justify-content:flex-start!important;
  }
  .grz-vp-card-rtl .grz-vp-badges{
    width:100%!important;
  }
  .grz-vp-file-control{
    min-height:50px;
  }
  .grz-vp-file-button{
    min-width:104px;
  }
}


/* v2.4.1 simplified trust design: less text, calmer layout, mixed blue/purple buttons */
body.grz-vp-standalone{
  background:#f5f7fb!important;
}
body.grz-vp-standalone:before{
  background:
    radial-gradient(circle at 8% 8%,rgba(37,99,235,.10),transparent 27%),
    radial-gradient(circle at 92% 12%,rgba(124,58,237,.08),transparent 25%),
    linear-gradient(180deg,#ffffff 0%,#f5f7fb 46%,#eef2f7 100%)!important;
}
.grz-vp-one-card{
  border-radius:20px!important;
  border-color:#dbe3ef!important;
  box-shadow:0 28px 80px rgba(15,23,42,.10)!important;
  position:relative!important;
}
.grz-vp-one-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#2563eb,#7c3aed,#06b6d4);
  z-index:2;
}
.grz-vp-one-head{
  padding:15px 18px!important;
  background:rgba(255,255,255,.96)!important;
}
.grz-vp-badges span{
  height:30px!important;
  font-size:10.5px!important;
  color:#334155!important;
  background:#f8fafc!important;
  border-color:#e2e8f0!important;
}
.grz-vp-badges span:first-child{
  color:#1d4ed8!important;
  background:#eff6ff!important;
  border-color:#bfdbfe!important;
}
.grz-vp-trust-strip{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  padding:8px 16px!important;
  gap:8px!important;
  background:#f8fafc!important;
}
.grz-vp-trust-strip span{
  min-height:28px!important;
  font-size:10.5px!important;
  color:#334155!important;
  background:#fff!important;
  border-color:#e2e8f0!important;
}
.grz-vp-trust-strip span:before{
  background:linear-gradient(135deg,#dbeafe,#ede9fe)!important;
  color:#2563eb!important;
}
.grz-vp-one-body{
  padding:17px 18px 18px!important;
}
.grz-vp-title-row h1{
  font-size:23px!important;
}
.grz-vp-request-strip{
  margin-bottom:13px!important;
  padding-bottom:13px!important;
}
.grz-vp-request-text{
  font-size:13px!important;
  line-height:1.55!important;
  padding:12px 13px!important;
  background:#f8fafc!important;
  border-color:#e2e8f0!important;
}
.grz-vp-policy-line{
  max-width:720px!important;
  margin:9px auto 0!important;
  font-size:10.5px!important;
  color:#64748b!important;
}
.grz-vp-after-submit-note{
  font-size:10.5px!important;
  color:#64748b!important;
}

/* Mixed colors in key buttons */
.grz-vp-submit{
  background:linear-gradient(135deg,#2563eb 0%,#4f46e5 55%,#7c3aed 100%)!important;
  box-shadow:0 16px 34px rgba(79,70,229,.24)!important;
}
.grz-vp-submit:hover{
  box-shadow:0 20px 42px rgba(79,70,229,.30)!important;
}
.grz-vp-lang-switch a.is-active{
  background:linear-gradient(135deg,#2563eb,#4f46e5)!important;
  border-color:#4f46e5!important;
  box-shadow:0 10px 24px rgba(79,70,229,.22)!important;
}
.grz-vp-lang-switch a:hover{
  background:#0f172a!important;
  border-color:#0f172a!important;
}
.grz-vp-request-type{
  background:linear-gradient(135deg,#eff6ff,#f5f3ff)!important;
  color:#3730a3!important;
  border-color:#c7d2fe!important;
}
.grz-vp-file-button{
  background:linear-gradient(135deg,#0f172a,#1e293b)!important;
}
.grz-vp-file:hover .grz-vp-file-button{
  background:linear-gradient(135deg,#2563eb,#4f46e5)!important;
}
.grz-vp-shield{
  background:linear-gradient(135deg,#0f172a,#2563eb)!important;
}
.grz-vp-lock{
  background:linear-gradient(135deg,#2563eb,#7c3aed)!important;
}

/* Make requested documents feel safer and lighter */
.grz-vp-form-section{
  background:linear-gradient(180deg,#ffffff,#fbfdff)!important;
}
.grz-vp-file{
  background:linear-gradient(180deg,#ffffff,#f8fafc)!important;
}
.grz-vp-help,
.grz-vp-file small{
  color:#64748b!important;
  font-weight:600!important;
}

/* Footer trust remains, but less bulky */
.grz-vp-status-footer.grz-vp-global-footer{
  margin-top:10px!important;
}
.grz-vp-status-footer.grz-vp-global-footer>div{
  min-height:50px!important;
  padding:8px 10px!important;
}
.grz-vp-status-footer strong{
  font-size:11.5px!important;
}
.grz-vp-status-footer small{
  font-size:10px!important;
}

/* Arabic: reduce visual noise and keep trustful hierarchy */
.grz-vp-card-rtl .grz-vp-request-text{
  line-height:1.7!important;
}
.grz-vp-card-rtl .grz-vp-title-row h1{
  font-size:24px!important;
}
.grz-vp-card-rtl .grz-vp-policy-line{
  line-height:1.7!important;
}

/* Mobile cleanup */
@media(max-width:760px){
  .grz-vp-trust-strip{
    grid-template-columns:1fr!important;
    padding:8px 12px!important;
  }
  .grz-vp-trust-strip span{
    justify-content:flex-start!important;
  }
  .grz-vp-card-rtl .grz-vp-trust-strip span{
    justify-content:flex-end!important;
  }
  .grz-vp-one-body{
    padding:13px!important;
  }
  .grz-vp-title-row h1{
    font-size:20px!important;
  }
}


/* v2.4.2 masked card example preview */
.grz-vp-card-example{
  margin-top:10px;
  border:1px solid #dbeafe;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  overflow:hidden;
}
.grz-vp-card-example summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
}
.grz-vp-card-example summary::-webkit-details-marker{display:none}
.grz-vp-card-example summary span{
  color:#0f172a;
  font-size:12px;
  font-weight:950;
}
.grz-vp-card-example summary strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:9px;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#4f46e5);
  font-size:11px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(37,99,235,.18);
  transition:transform .16s ease, box-shadow .16s ease;
}
.grz-vp-card-example summary:hover strong{
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(37,99,235,.24);
}
.grz-vp-card-example-body{
  padding:0 12px 12px;
}
.grz-vp-card-example-body img{
  display:block;
  width:100%;
  max-height:260px;
  object-fit:contain;
  border-radius:12px;
  border:1px solid #e2e8f0;
  background:#fff;
}
.grz-vp-card-example-body p{
  margin:8px 0 0;
  color:#64748b;
  font-size:11px;
  line-height:1.45;
}
.grz-vp-card-rtl .grz-vp-card-example summary{
  direction:rtl;
}
.grz-vp-card-rtl .grz-vp-card-example-body p{
  text-align:right;
}
@media(max-width:760px){
  .grz-vp-card-example summary{
    align-items:flex-start;
    flex-direction:column;
  }
  .grz-vp-card-example summary strong{
    width:100%;
  }
}


/* v2.4.3: card example moved into the masked card upload box */
.grz-vp-card-example{
  display:none!important;
}
.grz-vp-inline-card-example{
  display:grid;
  grid-template-columns:minmax(0,1fr) 116px;
  gap:10px;
  align-items:center;
  margin:8px 0 10px;
  padding:9px;
  border-radius:12px;
  border:1px solid #dbeafe;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
}
.grz-vp-inline-card-example-text{
  min-width:0;
}
.grz-vp-inline-card-example-text strong{
  display:block;
  color:#0f172a;
  font-size:12px;
  font-weight:950;
  margin-bottom:3px;
}
.grz-vp-inline-card-example-text small{
  display:block;
  color:#64748b;
  font-size:10.5px;
  line-height:1.35;
  margin-bottom:6px;
}
.grz-vp-inline-card-example-text a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:0 9px;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#4f46e5);
  font-size:10.5px;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(37,99,235,.16);
  transition:transform .16s ease, box-shadow .16s ease;
}
.grz-vp-inline-card-example-text a:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(37,99,235,.22);
}
.grz-vp-inline-card-example-img{
  display:block;
  width:116px;
  height:72px;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #e2e8f0;
  background:#fff;
  text-decoration:none;
}
.grz-vp-inline-card-example-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.grz-vp-file-has-example{
  border-color:#bfdbfe!important;
}
.grz-vp-card-rtl .grz-vp-inline-card-example{
  direction:rtl;
  grid-template-columns:116px minmax(0,1fr);
}
.grz-vp-card-rtl .grz-vp-inline-card-example-img{
  order:1;
}
.grz-vp-card-rtl .grz-vp-inline-card-example-text{
  order:2;
  text-align:right;
}
@media(max-width:760px){
  .grz-vp-inline-card-example{
    grid-template-columns:1fr;
  }
  .grz-vp-inline-card-example-img{
    width:100%;
    height:105px;
  }
  .grz-vp-card-rtl .grz-vp-inline-card-example{
    grid-template-columns:1fr;
  }
}


/* v2.4.4: masked card example is display-only, not clickable/download-oriented */
.grz-vp-example-preview-only{
  user-select:none;
}
.grz-vp-example-preview-only .grz-vp-inline-card-example-img{
  pointer-events:none;
  cursor:default;
}
.grz-vp-example-preview-only img{
  -webkit-user-drag:none;
  user-drag:none;
  user-select:none;
  pointer-events:none;
}
.grz-vp-example-preview-only .grz-vp-inline-card-example-text a{
  display:none!important;
}
