/* ==============================
   PreferForex Article Header
============================== */

.pf-article-header h1,
.pf-breadcrumb,
.pf-post-meta {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.pf-article-header {
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 0;
  box-sizing: border-box;
}

.pf-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.5;
}

.pf-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.pf-breadcrumb a:hover {
  color: #1e40af;
  text-decoration: underline;
}

.pf-breadcrumb span {
  color: #111827;
}

.pf-bc-separator {
  opacity: 0.7;
}

.pf-bc-current {
  font-weight: 500;
}

.pf-article-header h1 {
  width: 100%;
  max-width: 900px;
  margin: 0 0 14px;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #2b2b2f;
}

.pf-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #111827;
}

.pf-post-meta a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.pf-post-meta a:hover {
  color: #1e40af;
  text-decoration: underline;
}

.pf-meta-dot {
  color: #111827;
  opacity: 0.7;
}


/* ==============================
   PreferForex Article Content Helpers
============================== */

.pf-outlook-list {
  margin: 16px 0 22px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #1f2937;
}

.pf-outlook-list li {
  margin-bottom: 6px;
}

.pf-outlook-list strong {
  color: #111827;
}


/* ==============================
   PreferForex Author Box
============================== */

.pf-author-box {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 24px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 24px 30px 26px;
  margin: 34px 0 20px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.pf-author-avatar {
  width: 64px;
  height: 64px;
  margin-top: 44px;
  border-radius: 50%;
  background: #5787f7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
}

.pf-author-content {
  min-width: 0;
}

.pf-author-label {
  margin: 0 0 24px;
  padding: 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pf-author-name {
  margin: 0 0 7px;
  padding: 0;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 500;
}

.pf-author-name a {
  color: #2563eb;
  text-decoration: none;
}

.pf-author-name a:hover {
  color: #1e40af;
  text-decoration: underline;
}

.pf-author-role {
  margin: 0 0 16px;
  padding: 0;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 800;
  color: #0f172a;
}

.pf-author-bio {
  margin: 0 0 16px;
  padding: 0;
  font-size: 15.5px;
  line-height: 1.68;
  color: #334155;
}

.pf-author-links {
  margin: 0;
  padding: 0;
}

.pf-author-links a {
  display: inline-block;
  color: #2563eb;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.pf-author-links a:hover {
  color: #1e40af;
  text-decoration: underline;
}


/* ==============================
   PreferForex 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-notice-box p + p {
  margin-top: 7px;
}

.pf-editorial-note strong {
  color: #1e3a8a;
  font-weight: 800;
}

.pf-risk-note strong {
  color: #9a3412;
  font-weight: 800;
}


/* ==============================
   Author Box Responsive
============================== */

@media (max-width: 768px) {
  .pf-author-box {
    grid-template-columns: 64px 1fr;
    column-gap: 20px;
    padding: 24px;
  }

  .pf-author-avatar {
    width: 58px;
    height: 58px;
    margin-top: 42px;
    font-size: 21px;
  }

  .pf-author-label {
    margin-bottom: 22px;
  }

  .pf-author-name {
    font-size: 24px;
  }

  .pf-author-bio {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .pf-author-box {
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    padding: 22px;
  }

  .pf-author-avatar {
    width: 52px;
    height: 52px;
    margin-top: 40px;
    font-size: 19px;
  }

  .pf-author-label {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .pf-author-name {
    font-size: 21px;
  }

  .pf-author-role {
    font-size: 14px;
  }

  .pf-author-bio {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .pf-author-links a {
    font-size: 14.5px;
  }

  .pf-notice-box {
    padding-left: 12px;
  }

  .pf-notice-box p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .pf-author-box {
    display: block;
    padding: 20px;
  }

  .pf-author-avatar {
    width: 52px;
    height: 52px;
    margin: 0 0 14px;
  }

  .pf-author-label {
    margin-bottom: 8px;
  }
}
































/* ==============================
   Mobile Responsive
============================== */

@media (max-width: 480px) {
  .pf-article-header {
    margin-bottom: 24px;
  }

  .pf-breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .pf-article-header h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .pf-post-meta {
    display: block;
    font-size: 14px;
  }

  .pf-meta-dot {
    display: none;
  }

  .pf-outlook-list {
    font-size: 15px;
    line-height: 1.65;
  }
}