/* =========================================================
   STAKING PAGE
   Capital Chain public staking education/product page.
   Cards are not clickable containers. Only explicit anchor text
   and buttons are interactive.
   ========================================================= */

.staking-page{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 35%,rgba(2,81,255,.045),transparent 24%),
    radial-gradient(circle at 91% 67%,rgba(2,81,255,.045),transparent 26%),
    #0b0d0f;
}

.staking-eyebrow,
.staking-section-index,
.staking-next-label{
  color:#397dff;
  font-size:13px;
  line-height:1;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* HERO */
.staking-hero{
  position:relative;
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:60px;
  align-items:center;
  width:min(1320px,calc(100% - 72px));
  margin:0 auto;
  overflow:hidden;
  isolation:isolate;
}

.staking-hero-ambient{
  position:absolute;
  z-index:-2;
  top:-170px;
  right:-70px;
  width:790px;
  height:710px;
  border-radius:50%;
  pointer-events:none;
  background:
    radial-gradient(circle at 54% 42%,
      rgba(2,81,255,.22) 0%,
      rgba(2,81,255,.09) 33%,
      rgba(2,81,255,.025) 51%,
      rgba(2,81,255,0) 72%);
  filter:blur(7px);
}

.staking-hero-copy{
  position:relative;
  z-index:2;
  max-width:760px;
  padding:72px 0 78px;
}

.staking-hero h1{
  margin:22px 0 26px;
  max-width:760px;
  color:#f8f8f9;
  font-size:clamp(58px,5.4vw,80px);
  line-height:1;
  letter-spacing:-.058em;
  font-weight:600;
}

.staking-hero-copy > p{
  max-width:700px;
  margin:0;
  color:#d0d4da;
  font-size:20px;
  line-height:1.65;
  letter-spacing:-.02em;
}

.staking-hero-actions{
  display:flex;
  align-items:center;
  gap:28px;
  margin-top:38px;
}

.staking-text-link,
.staking-next-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#eff2f6;
  font-size:15px;
  line-height:1.3;
  font-weight:600;
  text-decoration:none;
  transition:color .22s ease,transform .22s ease;
}

.staking-text-link:hover,
.staking-next-link:hover{
  color:#79a5ff;
}

.staking-text-link:hover span,
.staking-next-link:hover span{
  transform:translateX(3px);
}

.staking-text-link span,
.staking-next-link span{
  transition:transform .22s ease;
}

/* HERO TOKEN COMPOSITION */
.staking-hero-visual{
  position:relative;
  justify-self:end;
  width:min(485px,38vw);
  aspect-ratio:1/1;
  margin-right:-6px;
}

.staking-ring{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(70,123,255,.19);
}

.staking-ring-outer{
  width:92%;
  height:92%;
  box-shadow:
    0 0 70px rgba(2,81,255,.05),
    inset 0 0 60px rgba(2,81,255,.035);
  animation:stakingRingPulse 5.8s ease-in-out infinite;
}

.staking-ring-inner{
  width:63%;
  height:63%;
  border-color:rgba(70,123,255,.28);
  box-shadow:0 0 48px rgba(2,81,255,.08);
}

.staking-main-token{
  position:absolute;
  left:50%;
  top:50%;
  width:38%;
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 38% 28%,rgba(78,131,255,.27),transparent 43%),
    rgba(10,16,30,.78);
  border:1px solid rgba(86,136,255,.28);
  box-shadow:
    0 18px 65px rgba(2,81,255,.24),
    inset 0 0 38px rgba(2,81,255,.08);
  animation:stakingCoreFloat 5.6s ease-in-out infinite;
}

.staking-main-token img{
  width:70%;
  height:70%;
  object-fit:contain;
  filter:drop-shadow(0 12px 22px rgba(2,81,255,.25));
}

.staking-small-token{
  position:absolute;
  width:15.5%;
  aspect-ratio:1;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#111722;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 28px rgba(0,0,0,.34);
}

.staking-small-token img{
  width:76%;
  height:76%;
  object-fit:contain;
}

.staking-token-btc{
  left:8%;
  top:37%;
  animation:stakingTokenA 6.6s ease-in-out infinite;
}

.staking-token-usdt{
  right:8%;
  top:19%;
  animation:stakingTokenB 7.2s ease-in-out infinite;
}

.staking-token-sol{
  right:13%;
  bottom:13%;
  animation:stakingTokenC 6.9s ease-in-out infinite;
}

.staking-orbit-dot{
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#4c83ff;
  box-shadow:0 0 15px rgba(2,81,255,.95);
}

.staking-dot-a{left:23%;top:12%;}
.staking-dot-b{right:7%;top:49%;}
.staking-dot-c{left:22%;bottom:12%;}

/* SHARED HEADINGS */
.staking-section-heading{
  display:block;
  width:100%;
  max-width:none;
  text-align:center;
}

.staking-section-heading > .staking-section-index{
  display:block;
  margin-bottom:22px;
}

.staking-section-heading > div{
  display:block;
  width:100%;
}

.staking-section-heading h2,
.staking-intro-heading h2,
.staking-risk-copy h2{
  margin:0;
  color:#f7f7f8;
  font-size:clamp(40px,4vw,56px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:600;
}

.staking-section-heading p{
  max-width:760px;
  margin:20px auto 0;
  padding-bottom:0;
  color:#aeb3bc;
  font-size:18px;
  line-height:1.65;
}

/* INTRO */
.staking-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:78px;
  align-items:center;
  padding-top:108px;
  padding-bottom:116px;
}

.staking-intro-heading{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:24px;
  max-width:650px;
}

.staking-intro-lead{
  margin:10px 0 0;
  color:#d5d8dd;
  font-size:20px;
  line-height:1.68;
  letter-spacing:-.02em;
}

.staking-intro-note{
  margin:0;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#9ea4ae;
  font-size:15px;
  line-height:1.65;
}

.staking-intro-copy p{
  margin:0 0 25px;
  color:#c5c9d0;
  font-size:19px;
  line-height:1.76;
}

.staking-intro-copy p:last-child{
  margin-bottom:0;
}

/* PROOF OF STAKE BASICS */
.staking-basics{
  padding:108px 0 118px;
}

.staking-basics-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:56px;
}

.staking-info-card{
  min-height:265px;
  padding:31px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:
    radial-gradient(circle at 14% 4%,rgba(2,81,255,.085),transparent 38%),
    #101319;
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}

.staking-info-card:hover{
  transform:translateY(-4px);
  border-color:rgba(2,81,255,.27);
  background:
    radial-gradient(circle at 14% 4%,rgba(2,81,255,.12),transparent 40%),
    #11151c;
}

.staking-info-number{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(2,81,255,.46);
  border-radius:13px;
  color:#8db4ff;
  font-size:12px;
  font-weight:600;
}

.staking-info-card h3{
  margin:31px 0 15px;
  color:#f3f4f6;
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.034em;
}

.staking-info-card p{
  margin:0;
  color:#adb3bc;
  font-size:16px;
  line-height:1.72;
}

/* STAKING METHODS */
.staking-methods{
  padding-top:110px;
  padding-bottom:118px;
}

.staking-method-list{
  margin-top:56px;
  border-top:1px solid rgba(255,255,255,.10);
}

.staking-method{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:34px;
  padding:34px 0 37px;
  border-bottom:1px solid rgba(255,255,255,.10);
  transition:padding-left .22s ease,border-color .22s ease;
}

.staking-method > div:last-child{
  display:grid;
  grid-template-columns:minmax(240px,.38fr) minmax(0,.62fr);
  gap:54px;
  align-items:start;
  width:100%;
}

.staking-method:hover{
  padding-left:8px;
  border-color:rgba(2,81,255,.25);
}

.staking-method-tag{
  width:max-content;
  height:max-content;
  padding:8px 12px;
  border:1px solid rgba(2,81,255,.34);
  border-radius:999px;
  color:#79a5ff;
  background:rgba(2,81,255,.055);
  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.staking-method h3{
  margin:0;
  color:#f3f4f5;
  font-size:29px;
  line-height:1.2;
  letter-spacing:-.035em;
}

.staking-method p{
  max-width:none;
  margin:0;
  color:#b8bdc5;
  font-size:17px;
  line-height:1.72;
}

/* SUPPORTED ASSETS */
.staking-assets{
  padding:108px 0 118px;
}

.staking-asset-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1120px;
  margin:56px auto 0;
}

.staking-asset-card{
  min-height:265px;
  display:flex;
  flex-direction:column;
  padding:26px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:
    radial-gradient(circle at 15% 0%,rgba(2,81,255,.085),transparent 38%),
    #0f1319;
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}

.staking-asset-card:hover{
  transform:translateY(-4px);
  border-color:rgba(2,81,255,.28);
  background:
    radial-gradient(circle at 15% 0%,rgba(2,81,255,.12),transparent 40%),
    #11161e;
}

.staking-asset-top{
  display:flex;
  align-items:center;
  gap:16px;
}

.staking-asset-token{
  flex:0 0 auto;
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  margin:0;
}

.staking-asset-token img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 9px 15px rgba(0,0,0,.24));
}

.staking-asset-copy{
  min-width:0;
}

.staking-asset-symbol{
  display:block;
  color:#6f9bff;
  font-size:11px;
  line-height:1;
  font-weight:600;
  letter-spacing:.08em;
}

.staking-asset-copy h3{
  margin:7px 0 0;
  color:#f4f5f6;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.033em;
  font-weight:600;
}

.staking-asset-copy p{
  margin:0;
  color:#aeb4bd;
  font-size:15px;
  line-height:1.67;
}

.staking-asset-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:auto;
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:#0c1016;
}

.staking-asset-metric{
  min-width:0;
  padding:11px 12px;
}

.staking-asset-metric + .staking-asset-metric{
  border-left:1px solid rgba(255,255,255,.08);
}

.staking-asset-metric span{
  display:block;
  margin-bottom:7px;
  color:#858c97;
  font-size:12px;
  line-height:1.3;
}

.staking-asset-metric strong{
  display:block;
  color:#f3f5f7;
  font-size:15px;
  line-height:1.25;
  font-weight:600;
  letter-spacing:-.015em;
  white-space:nowrap;
}

/* REWARD FACTORS */
.staking-rewards{
  padding-top:110px;
  padding-bottom:118px;
}

.staking-factor-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:56px;
}

.staking-factor-card{
  min-height:230px;
  padding:31px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:#0f1319;
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}

.staking-factor-card:hover{
  transform:translateY(-4px);
  border-color:rgba(2,81,255,.26);
  background:#11161e;
}

.staking-factor-card h3{
  margin:0 0 16px;
  color:#f4f5f6;
  font-size:25px;
  letter-spacing:-.034em;
}

.staking-factor-card p{
  margin:0;
  color:#afb5be;
  font-size:16px;
  line-height:1.7;
}

/* CONDITIONS */
.staking-conditions{
  padding:108px 0 118px;
}

.staking-condition-list{
  margin-top:56px;
  border-top:1px solid rgba(255,255,255,.10);
}

.staking-condition-row{
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  gap:30px;
  padding:32px 0 35px;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.staking-condition-row > div{
  display:grid;
  grid-template-columns:minmax(250px,.36fr) minmax(0,.64fr);
  gap:58px;
  align-items:start;
  width:100%;
}

.staking-condition-number{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border:1px solid rgba(2,81,255,.40);
  border-radius:16px;
  color:#8db4ff;
  background:#0f151f;
  font-size:13px;
  font-weight:600;
}

.staking-condition-row h3{
  margin:0;
  color:#f3f4f5;
  font-size:27px;
  line-height:1.25;
  letter-spacing:-.035em;
}

.staking-condition-row p{
  max-width:none;
  margin:0;
  color:#b7bcc5;
  font-size:17px;
  line-height:1.72;
}

/* RISK */
.staking-risk{
  padding-top:110px;
  padding-bottom:118px;
}

.staking-risk-panel{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);
  gap:70px;
  padding:62px;
  border:1px solid rgba(2,81,255,.18);
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 3%,rgba(2,81,255,.145),transparent 34%),
    linear-gradient(145deg,#111722 0%,#0d1118 76%);
}

.staking-risk-panel::after{
  content:"";
  position:absolute;
  right:-105px;
  top:-110px;
  width:390px;
  height:390px;
  border:1px solid rgba(2,81,255,.08);
  border-radius:50%;
}

.staking-risk-copy{
  position:relative;
  z-index:1;
}

.staking-risk-copy h2{
  margin-top:22px;
}

.staking-risk-copy p{
  margin:23px 0 30px;
  color:#c2c7cf;
  font-size:17px;
  line-height:1.74;
}

.staking-risk-points{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}

.staking-risk-point{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.staking-risk-point:last-child{
  border-bottom:0;
}

.staking-risk-point span{
  flex:0 0 auto;
  width:9px;
  height:9px;
  margin-top:8px;
  border-radius:50%;
  background:#0251ff;
  box-shadow:0 0 13px rgba(2,81,255,.72);
}

.staking-risk-point p{
  margin:0;
  color:#d0d3d8;
  font-size:15px;
  line-height:1.62;
}

/* NEXT */
.staking-next{
  padding-top:110px;
  padding-bottom:118px;
}

.staking-next-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:56px;
}

.staking-next-card{
  min-height:280px;
  display:flex;
  flex-direction:column;
  padding:34px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:#0f1319;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.staking-next-card:hover{
  transform:translateY(-4px);
  border-color:rgba(2,81,255,.34);
  background:#111722;
}

.staking-next-label{
  display:block;
}

.staking-next-card h3{
  margin:28px 0 14px;
  color:#f5f6f7;
  font-size:28px;
  line-height:1.22;
  letter-spacing:-.035em;
}

.staking-next-card p{
  max-width:530px;
  margin:0;
  color:#adb3bc;
  font-size:16px;
  line-height:1.66;
}

.staking-next-link{
  width:max-content;
  margin-top:auto;
  padding-top:30px;
}

.staking-cta{
  padding-top:0;
}

/* MOTION */
@keyframes stakingRingPulse{
  0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.82;}
  50%{transform:translate(-50%,-50%) scale(1.035);opacity:1;}
}

@keyframes stakingCoreFloat{
  0%,100%{transform:translate(-50%,-50%) translateY(0);}
  50%{transform:translate(-50%,-50%) translateY(-10px);}
}

@keyframes stakingTokenA{
  0%,100%{transform:translate3d(0,0,0) rotate(-1deg);}
  50%{transform:translate3d(5px,-11px,0) rotate(1.3deg);}
}

@keyframes stakingTokenB{
  0%,100%{transform:translate3d(0,0,0) rotate(1deg);}
  50%{transform:translate3d(-6px,-14px,0) rotate(-1.5deg);}
}

@keyframes stakingTokenC{
  0%,100%{transform:translate3d(0,0,0) rotate(.5deg);}
  50%{transform:translate3d(-4px,-10px,0) rotate(-1deg);}
}

/* RESPONSIVE */
@media(max-width:1100px){
  .staking-hero{
    grid-template-columns:minmax(0,1fr) 370px;
    gap:34px;
    width:min(1320px,calc(100% - 54px));
  }

  .staking-hero-visual{
    width:370px;
  }

  .staking-intro{
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:54px;
  }

  .staking-method > div:last-child{
    grid-template-columns:minmax(210px,.38fr) minmax(0,.62fr);
    gap:36px;
  }

  .staking-condition-row > div{
    grid-template-columns:minmax(220px,.38fr) minmax(0,.62fr);
    gap:40px;
  }

  .staking-asset-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:860px){
  .staking-hero{
    min-height:auto;
    grid-template-columns:1fr;
    gap:0;
    padding-top:54px;
    padding-bottom:70px;
  }

  .staking-hero-copy{
    max-width:720px;
    padding:0;
  }

  .staking-hero-visual{
    justify-self:center;
    width:min(420px,70vw);
    margin:26px 0 0;
  }

  .staking-hero-ambient{
    top:-100px;
    left:50%;
    right:auto;
    transform:translateX(-50%);
  }

  .staking-intro{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:95px;
    padding-bottom:110px;
  }

  .staking-method > div:last-child,
  .staking-condition-row > div{
    grid-template-columns:1fr;
    gap:14px;
  }

  .staking-basics,
  .staking-assets,
  .staking-conditions{
    padding:105px 0 115px;
  }

  .staking-methods,
  .staking-rewards,
  .staking-risk{
    padding-top:105px;
    padding-bottom:115px;
  }

  .staking-basics-grid{
    grid-template-columns:1fr;
  }

  .staking-info-card{
    min-height:auto;
  }

  .staking-method{
    grid-template-columns:135px minmax(0,1fr);
    gap:28px;
  }

  .staking-risk-panel{
    grid-template-columns:1fr;
    gap:38px;
    padding:45px;
  }

  .staking-next{
    padding-top:105px;
    padding-bottom:110px;
  }
}

@media(max-width:620px){
  .staking-hero{
    width:calc(100% - 38px);
    padding-top:40px;
    padding-bottom:58px;
  }

  .staking-eyebrow,
  .staking-section-index,
  .staking-next-label{
    font-size:11px;
  }

  .staking-hero h1{
    margin-top:18px;
    font-size:46px;
    letter-spacing:-.047em;
  }

  .staking-hero-copy > p{
    font-size:16px;
    line-height:1.62;
  }

  .staking-hero-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
    margin-top:30px;
  }

  .staking-hero-visual{
    width:min(350px,86vw);
    margin-top:22px;
  }

  .staking-section-heading h2,
  .staking-intro-heading h2,
  .staking-risk-copy h2{
    font-size:34px;
  }

  .staking-section-heading > .staking-section-index{
    margin-bottom:16px;
  }

  .staking-section-heading p,
  .staking-intro-copy p{
    font-size:16px;
  }

  .staking-intro-lead{
    font-size:17px;
  }

  .staking-intro-note{
    font-size:14px;
  }

  .staking-intro{
    padding-top:75px;
    padding-bottom:88px;
  }

  .staking-intro-heading{
    gap:18px;
  }

  .staking-basics,
  .staking-assets,
  .staking-conditions{
    padding:82px 0 92px;
  }

  .staking-methods,
  .staking-rewards,
  .staking-risk{
    padding-top:82px;
    padding-bottom:92px;
  }

  .staking-basics-grid,
  .staking-asset-grid,
  .staking-factor-grid{
    grid-template-columns:1fr;
    margin-top:48px;
  }

  .staking-method-list,
  .staking-condition-list{
    margin-top:48px;
  }

  .staking-method{
    grid-template-columns:1fr;
    gap:18px;
    padding:30px 0;
  }

  .staking-method > div:last-child{
    grid-template-columns:1fr;
    gap:12px;
  }

  .staking-method:hover{
    padding-left:0;
  }

  .staking-method h3{
    font-size:25px;
  }

  .staking-method p{
    font-size:16px;
  }

  .staking-asset-card{
    min-height:255px;
    padding:23px;
  }

  .staking-asset-token{
    width:60px;
    height:60px;
  }

  .staking-asset-copy h3{
    font-size:22px;
  }

  .staking-asset-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .staking-asset-metric{
    padding:10px 9px;
  }

  .staking-asset-metric + .staking-asset-metric{
    border-left:1px solid rgba(255,255,255,.08);
    border-top:0;
  }

  .staking-asset-metric strong{
    font-size:14px;
    white-space:normal;
  }

  .staking-condition-row{
    grid-template-columns:1fr;
    gap:18px;
    padding:30px 0;
  }

  .staking-condition-row > div{
    grid-template-columns:1fr;
    gap:12px;
  }

  .staking-condition-row h3{
    font-size:24px;
  }

  .staking-condition-row p{
    font-size:16px;
  }

  .staking-risk-panel{
    padding:32px 24px;
    border-radius:24px;
  }

  .staking-next{
    padding-top:82px;
    padding-bottom:90px;
  }

  .staking-next-grid{
    grid-template-columns:1fr;
    margin-top:46px;
  }

  .staking-next-card{
    min-height:260px;
    padding:28px;
  }
}

@media(prefers-reduced-motion:reduce){
  .staking-ring,
  .staking-main-token,
  .staking-small-token,
  .staking-info-card,
  .staking-method,
  .staking-asset-card,
  .staking-factor-card,
  .staking-next-card{
    animation:none !important;
    transition:none !important;
  }
}


@media(max-width:430px){
  .staking-asset-card{
    min-height:245px;
    padding:21px;
  }

  .staking-asset-top{
    gap:14px;
  }

  .staking-asset-token{
    width:56px;
    height:56px;
  }

  .staking-asset-copy h3{
    font-size:21px;
  }

  .staking-asset-metrics{
    gap:6px;
    padding:10px;
  }

  .staking-asset-metric{
    padding:9px 7px;
  }

  .staking-asset-metric span{
    font-size:10px;
  }

  .staking-asset-metric strong{
    font-size:12px;
    line-height:1.3;
  }
}
