/* PreferForex Below Post CTA */
.pf-brand-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0 34px;
  padding: 24px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4f8ff 0%, #dbeafe 48%, #b7d3ff 100%);
  border: 1px solid rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.pf-brand-cta-text {
  min-width: 0;
}

.pf-brand-cta-text span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pf-brand-cta-text h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #0f2f66;
}

.pf-brand-cta-text p {
  margin: 0;
  max-width: 680px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #334155;
}

.pf-brand-cta-action {
  flex: 0 0 auto;
  text-align: center;
}

.pf-brand-cta .pf-brand-cta-btn {
  display: inline-block !important;
  padding: 15px 22px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #5555ff, #3434d9) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(85, 85, 255, 0.32);
}

.pf-brand-cta .pf-brand-cta-btn:hover {
  background: linear-gradient(135deg, #4444f2, #2424bf) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(85, 85, 255, 0.42);
}

.pf-brand-cta .pf-brand-cta-btn:focus {
  outline: 3px solid rgba(85, 85, 255, 0.28);
  outline-offset: 3px;
}

.pf-brand-cta-action small {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  color: #334155;
}



/* Article Notice Box */
.pf-notice-box {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 0 13px 15px;
  border: 0;
  border-radius: 0;
}

.pf-notice-box p {
  margin: 0;
  padding: 0;
  font-size: 12.3px;
  line-height: 1.5;
  color: #64748b;
}

.pf-risk-disclaimer {
  margin-top: 7px !important;
}

.pf-editorial-note strong {
  color: #1e3a8a;
  font-weight: 800;
}

.pf-risk-disclaimer strong {
  color: #9a3412;
  font-weight: 800;
}




















/* Mobile CTA */
@media (max-width: 700px) {
  .pf-brand-cta {
    display: block;
    padding: 22px;
  }

  .pf-brand-cta-action {
    margin-top: 16px;
    text-align: left;
  }

  .pf-brand-cta-text h3 {
    font-size: 21px;
  }
}