.gated-rs-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.06);display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;margin:0 auto}
.gated-rs-image{background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;min-height:170px;height:260px}
.gated-rs-image img{width:100%;height:100%;object-fit:contain;display:block}
.gated-rs-content{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
.gated-rs-title{margin:0;font-size:22px;line-height:1.25}
.gated-rs-subtitle{margin:0;color:#6b7280}
.gated-rs-meta{display:flex;gap:14px;flex-wrap:wrap;margin:0;color:#6b7280;font-size:14px}
.gated-rs-meta-item{display:inline-flex;align-items:center;gap:6px}
.gated-rs-meta-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.gated-rs-meta-item:not(:last-child)::after{content:"|";margin-left:8px;opacity:.7}
.gated-rs-meta-fallback-icon{font-size:1em;line-height:1;opacity:.9}
.gated-rs-meta-label{font-weight:500}
.gated-rs-meta-value{font-weight:500}

.gated-rs-meta-icon i,
.gated-rs-meta-icon svg{display:inline-block;width:1em;height:1em}
.gated-rs-btn{border:0;border-radius:8px;padding:12px 16px;font-weight:600;cursor:pointer;width:100%;margin-top:auto}
.gated-rs-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#111827;color:#fff;font-size:12px;line-height:1.2;font-weight:600}
.gated-rs-badge-top-left,.gated-rs-badge-top-right,.gated-rs-badge-bottom-left,.gated-rs-badge-bottom-right{position:absolute;z-index:2}
.gated-rs-badge-top-left{top:12px;left:12px}
.gated-rs-badge-top-right{top:12px;right:12px}
.gated-rs-badge-bottom-left{bottom:12px;left:12px}
.gated-rs-badge-bottom-right{bottom:12px;right:12px}
.gated-rs-badge-after-title,.gated-rs-badge-before-title,.gated-rs-badge-below-description{position:static}
.gated-rs-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.7);z-index:99999;display:flex;align-items:center;justify-content:center;padding:18px}
.gated-rs-modal-content{background:#fff;border-radius:12px;width:min(100%,460px);padding:22px;position:relative;max-height:90vh;overflow:auto;overflow-x:hidden;box-sizing:border-box}
.gated-rs-modal-content *{box-sizing:border-box}
.gated-rs-modal-content h4{margin:0 0 8px}
.gated-rs-modal-content p{margin:0 0 12px}
.gated-rs-modal-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:24px;cursor:pointer;line-height:1}
#gated-rs-form p{margin:0 0 10px}
#gated-rs-form input[type=text],#gated-rs-form input[type=email]{width:100%;max-width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;display:block}
.gated-rs-submit-btn{width:100%;padding:12px 14px;border:0;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer}
#gated-rs-message{margin-top:10px}
.gated-rs-success{color:#059669}
.gated-rs-error{color:#dc2626}

@media (max-width: 767px){
	.gated-rs-content{padding:16px;gap:10px}
	.gated-rs-title{font-size:18px}
	.gated-rs-meta{font-size:13px;gap:10px;align-items:flex-start}
	.gated-rs-meta-item{gap:5px}
	.gated-rs-modal-content{padding:18px}
}
