.hn-bottom-strip{
  position: fixed;
  left: 50%;
  bottom: 44px; /* HN app ke bottom meta/nav ke thoda upar */
  transform: translateX(-50%);
  width: 102vw;          /* viewport se thoda zyada, taake kisi bhi device par left/right gap na rahe */
  max-width: 102vw;
  margin: 0;
  padding: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hn-bottom-strip .hn-bottom-inner{
  width: 100%;
  height: auto;
}

.hn-bottom-strip .hn-bottom-image{
  width: 100%;   /* har device per full banner width */
  height: auto;  /* aspect ratio lock (no vertical crop, full image) */
  display: block;
}

.hn-bottom-strip .hn-bottom-click{
  display: block;
  width: 100%;
  height: 100%;
}

.hn-bottom-strip .hn-bottom-inner{
  position: relative;
}

.hn-bottom-meta{
  position: absolute;
  left: 8px;
  top: 4px;
  display: flex;
  gap: 6px;
  align-items: center;
  z-index: 2;
}

.hn-bottom-sponsored{
  font-size: 10px;
  line-height: 1.2;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-weight: 500;
}

.hn-bottom-cta{
  font-size: 11px;
  line-height: 1.2;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
}

/* Bottom strip info button (re-uses base .hn-ad-info-btn) */
.hn-bottom-strip .hn-ad-info-btn-bottom{
  position:absolute;
  right:6px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  font-size:12px;
  line-height:20px;
}
.hn-bottom-strip .hn-bottom-inner{
  position:relative;
}
