:root{
  --no-green:#2e7d32;
  --no-green-dark:#1b5e20;
  --no-bg:#f9fafb;
  --no-card:#ffffff;
  --no-border:rgba(46,125,50,0.16);
  --no-shadow:0 10px 30px rgba(0,0,0,0.08);
}
  text-align: center;
  text-align: center;
.no-share-btn:focus-visible{
  outline: 3px solid rgba(46,125,50,0.25);
  outline-offset: 2px;
}
}
.no-share-wrap{
  max-width:700px;
  margin: 0 auto 22px auto;
  padding: 0 15px;
}
.no-share{
  background: linear-gradient(180deg, rgba(46,125,50,0.07), rgba(46,125,50,0.03));
  border: 1px solid var(--no-border);
  border-radius: 16px;
  padding: 18px 16px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.no-share p{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.45;
  color: #1f2937;
}
.no-share-btn{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  background: var(--no-green);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(46,125,50,0.22);
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}
.no-share-btn:hover{
  background: var(--no-green-dark);
  box-shadow: 0 14px 26px rgba(46,125,50,0.26);
  transform: translateY(-1px);
}
.no-share-btn:active{
  transform: translateY(0px);
}
.no-share-btn svg{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.no-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  background: rgba(17,24,39,0.92);
  color:#fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}
.no-toast.show{
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}
.no-footer{
  margin-top: 20px;
  padding: 10px 0;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
}
.no-footer-inner{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.no-footer-brand{
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.3px;
}
@media (min-width: 520px){
}
