.elementor-2681 .elementor-element.elementor-element-40d679a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-dbe5b64 */:root {
  --bg: #ffffff;
  --ink: #1f2937;
  --muted: #6b7280;
  --accent: #2563eb;
  --soft: #f3f4f6;
  --card: #ffffff;
  --radius: 12px;
  --maxw: 900px;
}

/* Wrapper */
.jnews-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 24px;
  color: var(--ink);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  line-height: 1.65;
}

/* Headings */
.jnews-wrap h1 {
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 14px;
}

.jnews-wrap h2 {
  margin-top: 32px;
  font-size: 22px;
  color: var(--accent);
}

/* Text */
.jnews-wrap p {
  margin: 10px 0;
  color: var(--ink);
}

/* Lists */
.jnews-wrap ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}

.jnews-wrap li {
  margin: 6px 0;
  color: var(--ink);
}

/* Buttons */
.jnews-wrap .download-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 12px 18px;
  background: #10b981;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
}

.jnews-wrap .download-btn:hover {
  background: #059669;
}

/* Footer */
.jnews-foot {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px dashed #e5e7eb;
  padding-top: 14px;
}

/* Download Button - Navy */
.jnews-wrap .download-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 12px 18px;
  background: #1e3a8a;   /* Navy Blue */
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
}

.jnews-wrap .download-btn:hover {
  background: #172554;   /* Darker Navy on hover */
}/* End custom CSS */