/* Minimal styles for Elementor-friendly UI */
.myrj-info-box{border:1px solid #eaeaea;background:#fbfbfb;border-radius:10px;padding:12px;margin:12px 0}
.myrj-info-title{font-weight:600;margin-bottom:6px}
.myrj-box{border:1px solid #efefef;background:#fff;border-radius:8px;padding:12px;margin:10px 0}
.myrj-notice{padding:10px;border-radius:6px;margin:8px 0}
.myrj-notice.success{background:#e7f9ec;border:1px solid #bfeacb}
.myrj-notice.error{background:#ffecec;border:1px solid #ffb7b7}
.myrj-return-link{margin-top:6px}
a.myrj-wa{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:600;box-shadow:0 2px 10px rgba(0,0,0,.15);z-index:9999}
a.myrj-wa:hover{opacity:.9}

/* Return Request Button Style (Anti-Color) */
.return-request-btn {
  display: inline-block;
  background: #ff3b3b;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}
.return-request-btn:hover {
  background: #fff;
  color: #ff3b3b;
  border: 2px solid #ff3b3b;
}
.myrj-badge{padding:2px 8px;border-radius:12px;color:#fff;font-size:11px}
.myrj-badge.pending{background:#f59e0b}
.myrj-badge.accepted{background:#22c55e}
.myrj-badge.rejected{background:#ef4444}
.myrj-status-pill{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:#fde68a;color:#92400e;font-size:12px;}
.myrj-return-link .cancel-return-btn{background:#ef4444;border-color:#ef4444;}
