.rwne-box {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px;
  margin: 32px 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.rwne-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.rwne-head h3 { margin: 0; font-size: 1.25rem; }
.rwne-head span, .rwne-muted, .rwne-source { color: #64748b; font-size: 0.9rem; }
.rwne-powered { color: #64748b; font-size: 0.9rem; text-decoration: none; }
.rwne-powered:hover { text-decoration: underline; }
.rwne-list { display: grid !important; gap: 14px; }
.rwne-cols-1 { grid-template-columns: 1fr !important; }
.rwne-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.rwne-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.rwne-card { border: 1px solid #e2e8f0; border-radius: 14px; padding: 14px; background: #f8fafc; }
.rwne-card h4 { margin: 6px 0; font-size: 1rem; line-height: 1.35; }
.rwne-label { display: inline-block; border: 1px solid #cbd5e1; border-radius: 999px; padding: 3px 8px; font-size: 0.75rem; color: #475569; background: #fff; }
.rwne-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 10px; }
.rwne-summary-link { appearance: none; border: 0; background: transparent; color: #2563eb; cursor: pointer; font-weight: 600; padding: 0; text-decoration: underline; }
.rwne-summary-modal { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(15, 23, 42, 0.48); padding: 24px; }
.rwne-summary-modal.is-open { display: grid; place-items: center; }
.rwne-summary-card { width: min(560px, 100%); max-height: min(70vh, 620px); overflow: auto; background: #ffffff; color: #0f172a; border-radius: 18px; padding: 22px; box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28); position: relative; }
.rwne-summary-card h4 { margin: 0 32px 12px 0; font-size: 1.1rem; }
.rwne-summary-card p { color: #334155; line-height: 1.6; margin: 0 0 12px; }
.rwne-summary-close { position: absolute; top: 12px; right: 14px; border: 0; background: #f1f5f9; border-radius: 999px; width: 30px; height: 30px; cursor: pointer; font-size: 20px; line-height: 1; }
.rwne-read { display: inline-block; font-weight: 600; }
.rwne-tabs { display: flex; gap: 8px; margin: 0 0 16px; border-bottom: 1px solid #e2e8f0; }
.rwne-tab { border: 1px solid #e2e8f0; border-bottom: 0; border-radius: 12px 12px 0 0; background: #f8fafc; color: #475569; padding: 9px 14px; cursor: pointer; font-weight: 600; }
.rwne-tab.is-active { background: #ffffff; color: #0f172a; }
.rwne-panel { display: none; }
.rwne-panel.is-active { display: block; }
@media (max-width: 860px) { .rwne-cols-2, .rwne-cols-3 { grid-template-columns: 1fr !important; } .rwne-head { align-items: flex-start; flex-direction: column; } }
