/* Legacy and new version */
.kc-support-box,
.kcdobo-support-box {
  background:#f9f9f9;
  border-left:4px solid #0070ba;
  padding:15px 20px;
  margin-top:40px;
  border-radius:4px;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
  font-family:system-ui,sans-serif;
  font-size:.95em; line-height:1.6;
}
.kc-support-box a,
.kcdobo-support-box a { color:#0070ba; font-weight:700; text-decoration:none; }
.kc-support-box a:hover,
.kcdobo-support-box a:hover { text-decoration:underline; }
