html.rlg-lock, html.rlg-lock body { overflow: hidden !important; }

#rlg-overlay{
  position:fixed; inset:0; z-index:999999;
  background:rgba(0,0,0,.65);
  display:flex; align-items:center; justify-content:center;
  padding:16px;
}

.rlg-modal{
  width:min(560px,100%);
  background:#fff;
  border-radius:14px;
  padding:18px 18px 14px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.rlg-title{ font-size:18px; font-weight:800; margin-bottom:8px; }
.rlg-desc{ font-size:14px; line-height:1.5; margin-bottom:14px; opacity:.9; }

.rlg-linkbox{
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  padding:12px;
  margin-bottom:14px;
}
.rlg-linklabel{ font-size:12px; opacity:.7; margin-bottom:6px; }
.rlg-link{ font-size:13px; word-break:break-all; }

.rlg-btn{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:0;
  font-weight:800;
  cursor:pointer;
  background:#111; color:#fff;
}
.rlg-btn:disabled{ opacity:.55; cursor:not-allowed; }

.rlg-footer{ margin-top:10px; font-size:12px; opacity:.7; text-align:center; }

.rlg-preview{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  padding:10px;
  margin:12px 0;
}

.rlg-preview-img{
  width:78px;
  height:78px;
  object-fit:cover;
  border-radius:10px;
  flex:0 0 auto;
  background:#f3f3f3;
}

.rlg-preview-body{ flex:1; min-width:0; }

.rlg-preview-title{
  font-weight:800;
  font-size:14px;
  line-height:1.3;
  margin-bottom:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.rlg-preview-desc{
  font-size:12px;
  opacity:.85;
  line-height:1.35;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.rlg-preview-host{
  margin-top:6px;
  font-size:11px;
  opacity:.65;
}
.rlg-banner-wrap{
  margin: 0 0 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
}

.rlg-banner-img{
  width: 100%;
  height: auto;
  display: block;
}
