/* Project pages — editorial case-study system, Step 23 */
:root{--project-fluo:#d9ff00;--project-paper:#f4efe7;--project-ink:#0b0b0b;--project-line:rgba(244,239,231,.18)}
html,body{background:var(--project-ink)!important}
body{color:var(--project-paper)!important}
main{display:block;background:var(--project-ink)!important;margin:0!important;padding:0!important}
.nav{background:var(--project-ink)!important;color:var(--project-paper)!important;border-bottom:1px solid rgba(244,239,231,.14)!important;box-shadow:none!important;margin:0!important}
.nav + main{margin-top:0!important}

/* Compact, balanced hero */
.project-overview{min-height:0!important;background:var(--project-ink)!important;color:var(--project-paper)!important;padding:clamp(56px,6vw,92px) clamp(20px,4vw,64px) 0!important;display:block!important;overflow:visible!important}
.project-overview-top{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(400px,1.1fr);gap:clamp(48px,8vw,148px);align-items:center;width:100%;min-height:min(590px,calc(100svh - 155px));padding-bottom:clamp(64px,7vw,108px)}
.project-case-label{margin:0 0 24px;font-family:"Advent Pro",Arial,sans-serif;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:var(--project-fluo);font-weight:600}
.project-overview h1{margin:0!important;font-family:"Space Grotesk",Arial,sans-serif!important;font-size:clamp(52px,6.7vw,105px)!important;line-height:.9!important;letter-spacing:-.08em!important;font-weight:500!important;color:var(--project-paper)!important;max-width:850px;text-transform:none!important}
.project-overview-copy{padding-top:12px;max-width:720px}
.project-summary{margin:0 0 36px;font-family:"Space Grotesk",Arial,sans-serif!important;font-size:clamp(25px,2.7vw,43px);line-height:1.1;letter-spacing:-.05em;color:rgba(244,239,231,.74)}
.project-meta{display:flex;flex-wrap:wrap;gap:9px}
.project-meta span{display:inline-flex;align-items:center;min-height:36px;padding:8px 13px;border:1px solid rgba(244,239,231,.24);border-radius:999px;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:rgba(244,239,231,.74)}

/* Editorial chapter index */
.project-section-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(18px,2.5vw,38px);margin:0;padding:0 0 28px;font-family:"Advent Pro",Arial,sans-serif;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:rgba(244,239,231,.48)}
.project-section-heading-label{color:var(--project-fluo);font-weight:600}
.project-section-heading-line{display:block;height:1px;background:linear-gradient(90deg,rgba(217,255,0,.55),rgba(244,239,231,.14))}
.project-section-heading-count{white-space:nowrap}
.project-section-grid{display:block;width:100%;border-top:1px solid var(--project-line)}
.project-section-link{position:relative;display:grid;grid-template-columns:clamp(72px,7vw,112px) minmax(220px,.52fr) minmax(320px,1fr) 58px;align-items:center;gap:clamp(20px,3.2vw,52px);padding:clamp(27px,2.7vw,42px) 0;border:0;border-bottom:1px solid var(--project-line);background:transparent;color:var(--project-paper);overflow:hidden;transition:color .3s ease}
.project-section-link::before{content:"";position:absolute;left:0;bottom:-1px;width:0;height:2px;background:var(--project-fluo);transition:width .5s cubic-bezier(.16,1,.3,1)}
.project-section-link::after{content:"↗";display:grid;place-items:center;justify-self:end;width:44px;height:44px;border:1px solid rgba(244,239,231,.25);border-radius:50%;font-family:"Space Grotesk",Arial,sans-serif;font-size:18px;line-height:1;color:rgba(244,239,231,.55);transition:background .3s ease,border-color .3s ease,color .3s ease,transform .4s cubic-bezier(.16,1,.3,1)}
.project-section-link:hover,.project-section-link:focus-visible{outline:0;color:var(--project-paper)}
.project-section-link:hover::before,.project-section-link:focus-visible::before{width:100%}
.project-section-link:hover::after,.project-section-link:focus-visible::after{background:var(--project-fluo);border-color:var(--project-fluo);color:#111;transform:rotate(45deg)}
.project-section-number{font-family:"Space Grotesk",Arial,sans-serif;font-size:clamp(38px,4vw,64px);line-height:.85;letter-spacing:-.08em;font-weight:300;color:var(--project-fluo);margin:0;opacity:.9}
.project-section-link strong{position:relative;width:max-content;max-width:100%;font-family:"Space Grotesk",Arial,sans-serif!important;font-size:clamp(31px,2.8vw,46px);line-height:1;letter-spacing:-.055em;font-weight:500;margin:0;padding-bottom:7px;transition:color .28s ease}
.project-section-link strong::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--project-fluo);transition:width .45s cubic-bezier(.16,1,.3,1)}
.project-section-link:hover strong,.project-section-link:focus-visible strong{color:var(--project-fluo)}
.project-section-link:hover strong::after,.project-section-link:focus-visible strong::after{width:100%}
.project-section-link small{display:block;font-family:"Space Grotesk",Arial,sans-serif;font-size:clamp(17px,1.35vw,21px);line-height:1.42;letter-spacing:-.02em;color:rgba(244,239,231,.62);max-width:760px;transition:color .28s ease,transform .4s cubic-bezier(.16,1,.3,1)}
.project-section-link:hover small,.project-section-link:focus-visible small{color:rgba(244,239,231,.86);transform:translateX(8px)}
.editorial-image,.editorial-image-track{display:none!important}

/* Next project: quiet portfolio transition */
.project-next-wrap{background:var(--project-ink)!important;padding:clamp(52px,7vw,96px) clamp(20px,4vw,64px) clamp(64px,8vw,116px)!important;margin:0!important}
.project-next-link{display:grid;grid-template-columns:clamp(72px,7vw,112px) 1fr 58px;gap:clamp(20px,3.2vw,52px);align-items:center;padding:clamp(30px,3.6vw,54px) 0;border-top:1px solid var(--project-line);border-bottom:1px solid var(--project-line);color:var(--project-paper);transition:color .3s ease}
.project-next-index{font-family:"Space Grotesk",Arial,sans-serif;font-size:clamp(38px,4vw,64px);line-height:.85;letter-spacing:-.08em;font-weight:300;color:rgba(244,239,231,.28);transition:color .3s ease}
.project-next-copy{display:grid;gap:10px}
.project-next-kicker{font-family:"Advent Pro",Arial,sans-serif;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:var(--project-fluo);font-weight:600}
.project-next-title{font-family:"Space Grotesk",Arial,sans-serif;font-size:clamp(34px,4.4vw,70px);line-height:.95;letter-spacing:-.065em;font-weight:500}
.project-next-arrow{display:grid;place-items:center;justify-self:end;width:48px;height:48px;border:1px solid rgba(244,239,231,.25);border-radius:50%;font-size:19px;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .4s cubic-bezier(.16,1,.3,1)}
.project-next-link:hover .project-next-index,.project-next-link:focus-visible .project-next-index{color:var(--project-fluo)}
.project-next-link:hover .project-next-arrow,.project-next-link:focus-visible .project-next-arrow{background:var(--project-fluo);border-color:var(--project-fluo);color:#111;transform:translate(4px,-4px)}
.project-next-link:focus-visible{outline:2px solid var(--project-fluo);outline-offset:8px}

/* Side panel: compact case-study chapter */
.site-blur{background:rgba(5,5,5,.46)!important;backdrop-filter:blur(14px)!important}
.history-panel{width:min(58vw,880px)!important;background:#fff!important;color:#111!important;padding:0!important;box-shadow:-40px 0 120px rgba(0,0,0,.32)!important}
.history-panel-header{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px clamp(26px,4vw,58px);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,17,17,.12)}
.history-source{margin:0!important;gap:16px!important}
.history-mark{width:62px!important;height:62px!important;border-radius:0!important;background:#111!important;color:#fff!important;border:0!important}
.history-source strong{color:#111!important;font-size:16px!important}
.history-source span{color:rgba(17,17,17,.54)!important}
.history-close{position:static!important;flex:0 0 auto;width:48px!important;height:48px!important;border:1px solid rgba(17,17,17,.18)!important;border-radius:50%!important;background:transparent!important;color:#111!important;font-size:25px!important;transition:background .25s ease,color .25s ease}
.history-close:hover{background:#111!important;color:#fff!important}
.history-content{padding:clamp(48px,7vw,92px) clamp(26px,5vw,76px) clamp(52px,8vw,110px)}
.history-kicker{display:inline-flex;align-items:center;margin:0 0 25px;padding:7px 10px 6px;background:var(--project-fluo);color:#111;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.15em;font-weight:700}
.history-panel h2{color:#111!important;font-size:clamp(42px,4.5vw,72px)!important;line-height:.98!important;letter-spacing:-.075em!important;max-width:720px!important;margin:0 0 30px!important}
.history-lead{max-width:720px!important;color:rgba(17,17,17,.66)!important;font-size:clamp(20px,1.7vw,27px)!important;line-height:1.3!important;margin:0 0 42px!important}
.history-body{max-width:720px;border-top:1px solid rgba(17,17,17,.14);padding-top:34px}
.history-body p{margin:0 0 22px;font-size:clamp(17px,1.18vw,20px);line-height:1.62;letter-spacing:-.015em;color:rgba(17,17,17,.78)}
.history-points{list-style:none;margin:38px 0 0;padding:0;max-width:720px;border-top:1px solid rgba(17,17,17,.14)}
.history-points li{position:relative;padding:17px 0 17px 30px;border-bottom:1px solid rgba(17,17,17,.14);font-family:"Space Grotesk",Arial,sans-serif;font-size:16px;line-height:1.3}
.history-points li::before{content:"";position:absolute;left:0;top:22px;width:10px;height:10px;border-radius:50%;background:var(--project-fluo);box-shadow:0 0 0 1px rgba(17,17,17,.12)}
.history-outcome{max-width:720px;margin:44px 0 42px;padding:24px 0 0;border-top:3px solid #111}
.history-outcome-label{margin:0 0 12px;font-family:"Advent Pro",Arial,sans-serif;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#111}
.history-outcome-value{margin:0;font-family:"Space Grotesk",Arial,sans-serif;font-size:clamp(22px,2vw,30px);line-height:1.25;letter-spacing:-.04em;color:#111}
.history-cta{background:#111!important;color:#fff!important;border:1px solid #111!important;border-radius:999px!important;padding:17px 24px!important}
.history-cta:hover{background:var(--project-fluo)!important;border-color:var(--project-fluo)!important;color:#111!important}

@media(max-width:980px){
  .project-overview-top{grid-template-columns:1fr;gap:38px;min-height:0;padding-bottom:72px}
  .project-overview-copy{padding-top:0}
  .project-section-link{grid-template-columns:72px minmax(180px,.45fr) minmax(260px,1fr) 50px;gap:22px}
  .history-panel{width:100vw!important}
}
@media(max-width:700px){
  .nav{min-height:72px!important}
  .project-overview{padding:52px 20px 0!important}
  .project-overview-top{padding-bottom:58px}
  .project-overview h1{font-size:clamp(44px,14vw,70px)!important}
  .project-summary{font-size:26px}
  .project-section-heading{grid-template-columns:auto 1fr;gap:14px 18px;padding-bottom:20px}
  .project-section-heading-line{grid-column:1/-1;grid-row:2}
  .project-section-link{grid-template-columns:54px 1fr 42px;grid-template-areas:"num title arrow" ". copy copy";gap:11px 14px;padding:24px 0}
  .project-section-number{grid-area:num;font-size:38px}
  .project-section-link strong{grid-area:title;font-size:29px;padding-bottom:5px}
  .project-section-link small{grid-area:copy;font-size:16px;max-width:none;padding-right:6px}
  .project-section-link::after{grid-area:arrow;width:38px;height:38px;font-size:16px}
  .project-section-link:hover small,.project-section-link:focus-visible small{transform:none}
  .project-next-wrap{padding:52px 20px 70px!important}
  .project-next-link{grid-template-columns:54px 1fr 42px;gap:14px;padding:30px 0}
  .project-next-index{font-size:38px}
  .project-next-title{font-size:34px}
  .project-next-arrow{width:40px;height:40px;font-size:16px}
  .history-panel-header{padding:18px 20px}
  .history-mark{width:54px!important;height:54px!important}
  .history-source strong{font-size:14px!important}
  .history-content{padding:42px 20px 72px}
  .history-panel h2{font-size:42px!important}
  .history-lead{font-size:20px!important}
  .history-body p{font-size:17px}
  .history-outcome-value{font-size:23px}
  .history-close{width:44px!important;height:44px!important}
}
@media(prefers-reduced-motion:reduce){.project-section-link,.project-section-link::before,.project-section-link::after,.project-section-link strong::after,.project-section-link small,.project-next-index,.project-next-arrow{transition:none!important}}

/* Step 24 — minimal organic project navigation */
.project-overview{
  background:
    radial-gradient(circle at 14% 76%,rgba(217,255,0,.055),transparent 25%),
    radial-gradient(circle at 86% 68%,rgba(244,239,231,.035),transparent 29%),
    var(--project-ink)!important;
}
.project-case-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px!important}
.project-case-label::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--project-fluo);box-shadow:0 0 24px rgba(217,255,0,.7)}
.project-meta{gap:14px 28px!important}
.project-meta span{position:relative;min-height:0!important;padding:0 0 0 15px!important;border:0!important;border-radius:0!important;color:rgba(244,239,231,.68)!important}
.project-meta span::before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:var(--project-fluo);transform:translateY(-50%)}

.project-section-heading{display:flex!important;align-items:center;gap:12px;margin:0!important;padding:clamp(8px,2vw,24px) 0 clamp(50px,6vw,86px)!important;color:var(--project-fluo)!important}
.project-section-heading::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--project-fluo);box-shadow:0 0 28px rgba(217,255,0,.65)}
.project-section-heading-line,.project-section-heading-count{display:none!important}
.project-section-grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:clamp(24px,3vw,52px);row-gap:clamp(78px,8vw,128px);width:100%;padding:0 0 clamp(94px,11vw,172px);border:0!important;overflow:visible}
.project-section-link{position:relative;display:block!important;width:100%;max-width:520px;padding:0 44px 0 30px!important;border:0!important;background:transparent!important;color:var(--project-paper);overflow:visible!important;transition:transform .55s cubic-bezier(.16,1,.3,1),opacity .3s ease}
.project-section-link:nth-child(1){grid-column:1/6}
.project-section-link:nth-child(2){grid-column:7/13;margin-top:clamp(46px,5vw,86px)}
.project-section-link:nth-child(3){grid-column:2/7}
.project-section-link:nth-child(4){grid-column:8/13;margin-top:clamp(34px,4vw,70px)}
.project-section-link::before{content:""!important;position:absolute!important;left:0!important;top:.7em!important;bottom:auto!important;width:10px!important;height:10px!important;border-radius:50%;background:var(--project-fluo)!important;box-shadow:0 0 0 0 rgba(217,255,0,.22),0 0 24px rgba(217,255,0,.24);transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s ease!important}
.project-section-link::after{content:"↗"!important;position:absolute;right:0;top:.05em;display:block!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;color:rgba(244,239,231,.34)!important;font-size:20px!important;transition:color .3s ease,transform .45s cubic-bezier(.16,1,.3,1)!important}
.project-section-number{display:none!important}
.project-section-link strong{display:block;width:auto!important;margin:0 0 15px!important;padding:0!important;font-size:clamp(37px,4vw,62px)!important;line-height:.95!important;letter-spacing:-.065em!important;font-weight:500!important;transition:color .3s ease,transform .5s cubic-bezier(.16,1,.3,1)!important}
.project-section-link strong::after{display:none!important}
.project-section-link small{display:block;max-width:450px;font-size:clamp(17px,1.3vw,20px)!important;line-height:1.48!important;color:rgba(244,239,231,.56)!important;transition:color .3s ease!important}
.project-section-link:hover,.project-section-link:focus-visible{transform:translateY(-7px);outline:0}
.project-section-link:hover::before,.project-section-link:focus-visible::before{transform:scale(1.45);box-shadow:0 0 0 12px rgba(217,255,0,.07),0 0 34px rgba(217,255,0,.36)}
.project-section-link:hover::after,.project-section-link:focus-visible::after{background:transparent!important;color:var(--project-fluo)!important;transform:translate(5px,-5px) rotate(0)!important}
.project-section-link:hover strong,.project-section-link:focus-visible strong{color:var(--project-fluo)!important;transform:translateX(4px)}
.project-section-link:hover small,.project-section-link:focus-visible small{color:rgba(244,239,231,.82)!important;transform:none!important}

.project-next-wrap{position:relative;padding:clamp(54px,8vw,110px) clamp(20px,4vw,64px) clamp(70px,9vw,132px)!important;background:radial-gradient(circle at 78% 45%,rgba(217,255,0,.045),transparent 25%),var(--project-ink)!important}
.project-next-link{display:flex!important;justify-content:space-between;align-items:flex-end;gap:32px;max-width:1120px;padding:0!important;border:0!important}
.project-next-index{display:none!important}
.project-next-copy{gap:13px!important}
.project-next-title{max-width:850px}
.project-next-arrow{flex:0 0 auto;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;color:rgba(244,239,231,.38);font-size:28px!important}
.project-next-link:hover .project-next-arrow,.project-next-link:focus-visible .project-next-arrow{background:transparent!important;border-color:transparent!important;color:var(--project-fluo)!important;transform:translate(7px,-7px)!important}
.project-next-link:focus-visible{outline:2px solid var(--project-fluo);outline-offset:14px}

@media(max-width:900px){
  .project-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:42px;row-gap:74px}
  .project-section-link:nth-child(n){grid-column:auto;margin-top:0}
  .project-section-link:nth-child(even){margin-top:46px}
}
@media(max-width:700px){
  .project-section-heading{padding-bottom:54px!important}
  .project-section-grid{display:block!important;padding-bottom:94px}
  .project-section-link{max-width:92%;padding:0 36px 0 24px!important;margin:0 0 68px!important}
  .project-section-link:nth-child(even){margin-left:8%!important}
  .project-section-link:last-child{margin-bottom:0!important}
  .project-section-link::before{width:8px!important;height:8px!important;top:.62em!important}
  .project-section-link strong{font-size:clamp(34px,11vw,48px)!important;margin-bottom:12px!important}
  .project-section-link small{font-size:16px!important;line-height:1.5!important}
  .project-next-link{align-items:flex-end;gap:18px}
  .project-next-title{font-size:clamp(32px,10vw,46px)!important}
  .project-next-arrow{font-size:22px!important}
}
@media(prefers-reduced-motion:reduce){.project-section-link,.project-section-link::before,.project-section-link::after,.project-section-link strong{transition:none!important}}

/* Step 25 — reduced hero, no summary/meta or section label */
.project-overview{
  position:relative;
  padding-top:clamp(42px,5vw,76px)!important;
  background:
    radial-gradient(circle at 86% 32%,rgba(217,255,0,.04),transparent 24%),
    radial-gradient(circle at 18% 82%,rgba(244,239,231,.025),transparent 30%),
    var(--project-ink)!important;
}
.project-overview-top{
  position:relative;
  display:flex!important;
  align-items:center!important;
  min-height:clamp(430px,62svh,650px)!important;
  padding:0 0 clamp(72px,8vw,120px)!important;
  overflow:hidden;
}
.project-overview-heading{
  position:relative;
  z-index:2;
  width:min(100%,1050px);
}
.project-overview-top::before{
  content:"";
  position:absolute;
  z-index:0;
  right:clamp(-120px,-4vw,-36px);
  top:50%;
  width:clamp(260px,31vw,500px);
  aspect-ratio:.76;
  border:1px solid rgba(244,239,231,.09);
  border-radius:58% 42% 47% 53% / 43% 55% 45% 57%;
  transform:translateY(-50%) rotate(16deg);
  box-shadow:inset 0 0 80px rgba(244,239,231,.015),0 0 100px rgba(217,255,0,.02);
  pointer-events:none;
}
.project-overview-top::after{
  content:"";
  position:absolute;
  z-index:1;
  right:clamp(32px,11vw,180px);
  top:28%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--project-fluo);
  box-shadow:0 0 26px rgba(217,255,0,.62);
  pointer-events:none;
}
.project-case-label{margin-bottom:clamp(24px,3vw,38px)!important}
.project-overview h1{
  max-width:950px!important;
  font-size:clamp(58px,7.2vw,116px)!important;
  line-height:.88!important;
  letter-spacing:-.085em!important;
}
.project-section-grid{
  position:relative;
  padding-top:clamp(10px,2vw,28px)!important;
}

@media(max-width:980px){
  .project-overview-top{min-height:clamp(410px,58svh,590px)!important}
  .project-overview-heading{width:min(88%,850px)}
  .project-overview-top::before{right:-150px;opacity:.75}
}
@media(max-width:700px){
  .project-overview{padding-top:40px!important}
  .project-overview-top{min-height:clamp(390px,60svh,540px)!important;padding-bottom:68px!important;overflow:visible}
  .project-overview-heading{width:100%}
  .project-overview h1{font-size:clamp(48px,15vw,72px)!important;max-width:96%!important}
  .project-overview-top::before{right:-170px;top:52%;width:320px;opacity:.48}
  .project-overview-top::after{right:14px;top:23%;width:7px;height:7px}
  .project-section-grid{padding-top:6px!important}
}


/* Step 26 — subtle contrast, fewer decorative dots, quieter arrows */
/* Improve readability while preserving the soft editorial hierarchy. */
.project-section-link small{
  color:rgba(244,239,231,.70)!important;
}
.project-section-link:hover small,
.project-section-link:focus-visible small{
  color:rgba(244,239,231,.86)!important;
}

/* Keep a single hero marker; remove the additional floating decorative point. */
.project-overview-top::after{
  display:none!important;
}
.project-case-label::before{
  width:7px!important;
  height:7px!important;
  box-shadow:0 0 14px rgba(217,255,0,.42)!important;
}

/* Chapter markers become smaller, calmer and less luminous. */
.project-section-link::before{
  width:7px!important;
  height:7px!important;
  top:.76em!important;
  box-shadow:none!important;
  opacity:.9;
}
.project-section-link:hover::before,
.project-section-link:focus-visible::before{
  transform:scale(1.18)!important;
  box-shadow:none!important;
}

/* Arrows stay invisible at rest and appear quietly only on interaction. */
.project-section-link::after{
  font-size:16px!important;
  color:var(--project-fluo)!important;
  opacity:0;
  transform:none!important;
  transition:opacity .22s ease!important;
}
.project-section-link:hover::after,
.project-section-link:focus-visible::after{
  opacity:.72;
  color:var(--project-fluo)!important;
  transform:none!important;
}

/* The next-project arrow remains visible, but quieter and without movement. */
.project-next-arrow{
  color:rgba(244,239,231,.48)!important;
  font-size:22px!important;
  transition:color .22s ease!important;
}
.project-next-link:hover .project-next-arrow,
.project-next-link:focus-visible .project-next-arrow{
  color:var(--project-fluo)!important;
  transform:none!important;
}

@media(max-width:700px){
  .project-section-link small{color:rgba(244,239,231,.72)!important}
  .project-section-link::after{display:none!important}
  .project-section-link::before{width:6px!important;height:6px!important;top:.72em!important}
}
