/* RF Boneyard Featured Strip Safe v1 */
.rfb-feature-strip-safe-v1{
  margin:14px 0 18px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(20,28,32,.86),rgba(12,16,18,.92));
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}
.rfb-feature-strip-head-safe-v1{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.rfb-feature-strip-title-safe-v1{
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:.02em;
}
.rfb-feature-strip-sub-safe-v1{
  font-size:.82rem;
  opacity:.78;
  margin-top:2px;
}
.rfb-feature-strip-grid-safe-v1{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  gap:10px;
}
.rfb-feature-strip-card-safe-v1{
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius:14px;
  padding:8px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
  min-height:100%;
}
.rfb-feature-strip-card-safe-v1:hover{
  transform:translateY(-2px);
  border-color:rgba(80,220,180,.36);
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.rfb-feature-strip-img-safe-v1{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.18);
  border-radius:11px;
  overflow:hidden;
  margin-bottom:7px;
}
.rfb-feature-strip-img-safe-v1 img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:4px;
  display:block;
}
.rfb-feature-strip-name-safe-v1{
  display:block;
  font-size:.8rem;
  line-height:1.18;
  font-weight:700;
  min-height:2.35em;
  overflow:hidden;
}
.rfb-feature-strip-price-safe-v1{
  display:block;
  font-size:.84rem;
  font-weight:800;
  margin-top:5px;
}
.rfb-feature-strip-badge-safe-v1{
  display:inline-block;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.04em;
  padding:3px 7px;
  border-radius:999px;
  margin-bottom:6px;
  background:rgba(80,220,180,.16);
  border:1px solid rgba(80,220,180,.26);
}
@media(max-width:760px){
  .rfb-feature-strip-safe-v1{margin:10px 0 14px;padding:11px}
  .rfb-feature-strip-grid-safe-v1{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .rfb-feature-strip-img-safe-v1{height:76px}
  .rfb-feature-strip-name-safe-v1{font-size:.72rem}
  .rfb-feature-strip-price-safe-v1{font-size:.76rem}
}
