.elementor-21824 .elementor-element.elementor-element-3de7636{--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-21824 .elementor-element.elementor-element-3de7636:not(.elementor-motion-effects-element-type-background), .elementor-21824 .elementor-element.elementor-element-3de7636 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-21824 .elementor-element.elementor-element-94014f8 > .elementor-widget-container{background-color:#000000;margin:100px 0px 0px 0px;}body.elementor-page-21824:not(.elementor-motion-effects-element-type-background), body.elementor-page-21824 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#090805;}/* Start custom CSS for html, class: .elementor-element-94014f8 *//* Article */

.sfa-article {
  padding: 42px 0 0;
}

.sfa-article-header {
  max-width: 940px;
}

.sfa-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
  color: var(--sfa-muted);
  font-size: 13px;
}

.sfa-category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 15px;
  border: 1px solid rgba(201, 149, 36, 0.42);
  border-radius: 7px;
  background: rgba(201, 149, 36, 0.08);
  color: var(--sfa-gold-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.sfa-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999999;
}

.sfa-article-header h1 {
  max-width: 950px;
  margin: 0;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.7vw, 78px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -2.5px;
}

.sfa-article-header h1 em {
  display: block;
  margin-top: 8px;
  font-size: 0.82em;
  font-weight: 400;
  line-height: 1.08;
}

.sfa-lead {
  max-width: 780px;
  margin: 28px 0 32px;
  color: #5b5b5b;
  font-size: 18px;
  line-height: 1.75;
}

.sfa-featured-image {
  width: 100%;
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 20px;
  background: #eeeeee;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.sfa-featured-image img {
  width: 100%;
  height: clamp(330px, 47vw, 580px);
  object-fit: cover;
}

/* Main Layout */

.sfa-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 58px;
}

.sfa-content {
  min-width: 0;
}

.sfa-section {
  margin-bottom: 34px;
  scroll-margin-top: 30px;
}

.sfa-section h2,
.sfa-bottom-cta h2 {
  margin: 0 0 13px;
  color: #151515;
  font-size: clamp(23px, 2.3vw, 31px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.sfa-section p,
.sfa-bottom-cta p {
  margin: 0;
  color: #4e4e4e;
  font-size: 15.5px;
  line-height: 1.75;
}

/* Insight */

.sfa-insight {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 25px;
  padding: 22px 24px;
  border: 1px solid rgba(201, 149, 36, 0.42);
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(201, 149, 36, 0.035),
    rgba(255, 255, 255, 0.8)
  );
}

.sfa-insight-icon {
  flex: 0 0 32px;
  color: var(--sfa-gold);
  font-size: 32px;
  line-height: 1;
}

.sfa-insight h3 {
  margin: 0 0 7px;
  color: #222222;
  font-size: 15px;
  font-weight: 750;
}

.sfa-insight p {
  font-size: 14px;
  line-height: 1.65;
}

.sfa-insight strong {
  color: var(--sfa-gold-dark);
}

/* List */

.sfa-check-list {
  display: grid;
  gap: 7px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.sfa-check-list li {
  position: relative;
  padding-left: 25px;
  color: #353535;
  font-size: 15px;
  line-height: 1.55;
}

.sfa-check-list li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  background: var(--sfa-gold);
  color: white;
  font-size: 10px;
  font-weight: 800;
}

/* Feature Cards */

.sfa-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 23px;
}

.sfa-feature-card {
  min-height: 172px;
  padding: 23px 14px 17px;
  border: 1px solid rgba(201, 149, 36, 0.35);
  border-radius: 9px;
  background: #ffffff;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.sfa-feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--sfa-gold);
  box-shadow: 0 12px 28px rgba(32, 25, 12, 0.08);
}

.sfa-feature-icon {
  display: block;
  min-height: 40px;
  margin-bottom: 12px;
  color: var(--sfa-gold);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.sfa-feature-card h3 {
  margin: 0 0 8px;
  color: #202020;
  font-size: 14px;
  font-weight: 750;
}

.sfa-feature-card p {
  color: #656565;
  font-size: 12px;
  line-height: 1.55;
}

/* Bottom CTA */

.sfa-bottom-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 45px 0 28px;
  padding: 26px 29px;
  border: 1px solid rgba(201, 149, 36, 0.4);
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 5% 50%,
      rgba(201, 149, 36, 0.11),
      transparent 22%
    ),
    #ffffff;
  scroll-margin-top: 30px;
}

.sfa-bottom-cta-icon {
  display: grid;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 149, 36, 0.1);
  color: var(--sfa-gold);
  font-size: 34px;
  font-weight: 800;
}

.sfa-bottom-cta-content {
  flex: 1;
}

.sfa-bottom-cta h2 {
  margin-bottom: 7px;
  font-size: 21px;
}

.sfa-bottom-cta p {
  max-width: 640px;
  font-size: 13px;
  line-height: 1.6;
}

.sfa-gold-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 17px;
  padding: 10px 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #d3a339, #b27b14);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 8px 20px rgba(177, 122, 18, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.sfa-gold-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 25px rgba(177, 122, 18, 0.3);
}

/* Sidebar */

.sfa-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 24px;
}

.sfa-sidebar-card {
  padding: 27px 25px;
  border: 1px solid #ece8df;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.055);
}

.sfa-toc h2 {
  margin: 0 0 22px;
  color: var(--sfa-gold-dark);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sfa-toc a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 3px;
  padding: 11px 0;
  color: #303030;
  font-size: 13px;
  line-height: 1.45;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.sfa-toc a + a {
  border-top: 1px solid #f0eee8;
}

.sfa-toc a:hover {
  color: var(--sfa-gold-dark);
  transform: translateX(3px);
}

.sfa-toc a span {
  color: var(--sfa-gold);
  font-size: 12px;
  font-weight: 800;
}

/* Quote */

.sfa-quote-card {
  margin: 0;
  padding: 30px 27px;
  border: 1px solid rgba(201, 149, 36, 0.38);
  border-radius: 13px;
  background:
    linear-gradient(
      145deg,
      rgba(201, 149, 36, 0.03),
      rgba(255, 255, 255, 0.95)
    );
}

.sfa-quote-mark {
  display: block;
  height: 45px;
  color: var(--sfa-gold);
  font-family: Georgia, serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}

.sfa-quote-card p {
  margin: 0;
  color: #555555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.45;
}

.sfa-quote-card cite {
  display: block;
  margin-top: 24px;
  color: #777777;
  font-size: 12px;
  font-style: normal;
}

/* Share */

.sfa-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 42px;
  padding: 21px 0 24px;
  border-top: 1px solid #eeeeee;
  color: #3f3f3f;
  font-size: 13px;
}

.sfa-share-links {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sfa-share-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background: #ffffff;
  color: #323232;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.sfa-share-links a:hover {
  border-color: var(--sfa-gold);
  background: var(--sfa-gold);
  color: #ffffff;
}

/* ==============================
   Responsive
================================= */

@media (max-width: 1024px) {
  .sfa-nav {
    gap: 22px;
  }

  .sfa-layout {
    grid-template-columns: minmax(0, 1fr) 275px;
    gap: 34px;
  }

  .sfa-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .sfa-header-inner {
    min-height: 74px;
  }

  .sfa-nav a:not(.sfa-contact-btn):not(.active) {
    display: none;
  }

  .sfa-layout {
    grid-template-columns: 1fr;
  }

  .sfa-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .sfa-article-header h1 {
    letter-spacing: -1.5px;
  }
}

@media (max-width: 600px) {
  .sfa-container {
    width: min(100% - 28px, 1180px);
  }

  .sfa-header-inner {
    min-height: 67px;
  }

  .sfa-logo-icon {
    font-size: 21px;
  }

  .sfa-logo-text {
    font-size: 12px;
  }

  .sfa-logo-text small {
    font-size: 9px;
    letter-spacing: 1.7px;
  }

  .sfa-nav {
    gap: 10px;
  }

  .sfa-nav .active {
    display: none;
  }

  .sfa-contact-btn {
    padding: 11px 15px;
    font-size: 12px !important;
  }

  .sfa-article {
    padding-top: 30px;
  }

  .sfa-meta {
    gap: 10px;
    margin-bottom: 18px;
  }

  .sfa-article-header h1 {
    font-size: 39px;
    line-height: 1.02;
    letter-spacing: -1.3px;
  }

  .sfa-lead {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.65;
  }

  .sfa-featured-image {
    border-radius: 13px;
  }

  .sfa-featured-image img {
    height: 270px;
  }

  .sfa-section {
    margin-bottom: 28px;
  }

  .sfa-section h2 {
    font-size: 23px;
  }

  .sfa-section p {
    font-size: 14.5px;
  }

  .sfa-insight {
    padding: 19px 17px;
  }

  .sfa-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sfa-feature-card {
    min-height: 160px;
    padding: 20px 10px 14px;
  }

  .sfa-bottom-cta {
    align-items: flex-start;
    padding: 22px 18px;
  }

  .sfa-bottom-cta-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .sfa-sidebar {
    grid-template-columns: 1fr;
  }

  .sfa-sidebar-card,
  .sfa-quote-card {
    padding: 23px 20px;
  }

  .sfa-share {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .sfa-feature-grid {
    grid-template-columns: 1fr;
  }

  .sfa-feature-card {
    min-height: auto;
  }

  .sfa-bottom-cta {
    flex-direction: column;
  }

  .sfa-article-header h1 {
    font-size: 35px;
  }
}

/* =================================
   DARK BLACK & GOLD ARTICLE THEME
================================= */

.sfa-page {
  --sfa-gold: #d5a62e;
  --sfa-gold-dark: #b98718;
  --sfa-black: #070707;
  --sfa-text: #d8d8d8;
  --sfa-muted: #929292;
  --sfa-border: rgba(255, 255, 255, 0.1);
  --sfa-soft: #101010;
  --sfa-white: #090909;

  background:
    radial-gradient(
      circle at 50% 0,
      rgba(213, 166, 46, 0.07),
      transparent 35%
    ),
    #070707;

  color: #d8d8d8;
}

/* Header */

.sfa-header {
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.sfa-logo-text {
  color: #ffffff;
}

.sfa-nav > a {
  color: #d4d4d4;
}

.sfa-nav > a:hover,
.sfa-nav > a.active {
  color: var(--sfa-gold);
}

.sfa-contact-btn {
  border: 1px solid rgba(213, 166, 46, 0.65);
  background: linear-gradient(135deg, #d5a62e, #a97510);
  color: #080808 !important;
  box-shadow: 0 10px 25px rgba(213, 166, 46, 0.18);
}

.sfa-contact-btn:hover {
  background: #ffffff;
  color: #080808 !important;
}

/* Article area */

.sfa-article {
  background: transparent;
}

.sfa-category {
  border-color: rgba(213, 166, 46, 0.42);
  background: rgba(213, 166, 46, 0.1);
  color: #e1b640;
}

.sfa-meta {
  color: #8e8e8e;
}

.sfa-dot {
  background: #c89b2b;
}

.sfa-article-header h1 {
  color: #ffffff;
}

.sfa-article-header h1 em {
  color: #d0d0d0;
}

.sfa-lead {
  color: #ababab;
}

/* Main image */

.sfa-featured-image {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111111;
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(213, 166, 46, 0.05);
}

/* Article text */

.sfa-section h2,
.sfa-bottom-cta h2 {
  color: #f5f5f5;
}

.sfa-section p,
.sfa-bottom-cta p {
  color: #b6b6b6;
}

.sfa-check-list li {
  color: #c5c5c5;
}

/* Insight box */

.sfa-insight {
  border-color: rgba(213, 166, 46, 0.35);

  background:
    linear-gradient(
      135deg,
      rgba(213, 166, 46, 0.1),
      rgba(255, 255, 255, 0.02)
    ),
    #0e0e0e;

  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

.sfa-insight h3 {
  color: #ffffff;
}

.sfa-insight p {
  color: #b4b4b4;
}

.sfa-insight strong {
  color: #e1b640;
}

/* Feature cards */

.sfa-feature-card {
  border-color: rgba(255, 255, 255, 0.1);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.01)
    ),
    #0c0c0c;

  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
}

.sfa-feature-card:hover {
  border-color: rgba(213, 166, 46, 0.65);

  background:
    linear-gradient(
      145deg,
      rgba(213, 166, 46, 0.1),
      rgba(255, 255, 255, 0.02)
    ),
    #101010;

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 25px rgba(213, 166, 46, 0.08);
}

.sfa-feature-card h3 {
  color: #f4f4f4;
}

.sfa-feature-card p {
  color: #969696;
}

/* Bottom CTA */

.sfa-bottom-cta {
  border-color: rgba(213, 166, 46, 0.38);

  background:
    radial-gradient(
      circle at 8% 50%,
      rgba(213, 166, 46, 0.13),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.01)
    ),
    #0b0b0b;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.sfa-bottom-cta-icon {
  border: 1px solid rgba(213, 166, 46, 0.25);
  background: rgba(213, 166, 46, 0.1);
}

.sfa-gold-btn {
  background: linear-gradient(135deg, #e0b442, #ad7913);
  color: #080808 !important;
  box-shadow: 0 10px 25px rgba(213, 166, 46, 0.2);
}

.sfa-gold-btn:hover {
  background: #ffffff;
  color: #090909 !important;
}

/* Sidebar */

.sfa-sidebar-card {
  border-color: rgba(255, 255, 255, 0.09);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.01)
    ),
    #0c0c0c;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.sfa-toc h2 {
  color: #ddb03d;
}

.sfa-toc a {
  color: #c1c1c1;
}

.sfa-toc a + a {
  border-top-color: rgba(255, 255, 255, 0.07);
}

.sfa-toc a:hover {
  color: #e0b442;
}

.sfa-toc a span {
  color: #d5a62e;
}

/* Quote box */

.sfa-quote-card {
  border-color: rgba(213, 166, 46, 0.35);

  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(213, 166, 46, 0.1),
      transparent 30%
    ),
    #0c0c0c;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

.sfa-quote-card p {
  color: #c7c7c7;
}

.sfa-quote-card cite {
  color: #858585;
}

/* Share section */

.sfa-share {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: #aaaaaa;
}

.sfa-share-links a {
  border-color: rgba(255, 255, 255, 0.12);
  background: #101010;
  color: #d4d4d4;
}

.sfa-share-links a:hover {
  border-color: var(--sfa-gold);
  background: var(--sfa-gold);
  color: #090909;
}

/* Text selection */

.sfa-page ::selection {
  background: #d5a62e;
  color: #080808;
}

/* Scrollbar */

.sfa-page::-webkit-scrollbar {
  width: 10px;
}

.sfa-page::-webkit-scrollbar-track {
  background: #070707;
}

.sfa-page::-webkit-scrollbar-thumb {
  border: 2px solid #070707;
  border-radius: 20px;
  background: #363636;
}

.sfa-page::-webkit-scrollbar-thumb:hover {
  background: #d5a62e;
}

/* کوچک‌تر کردن تصویر اصلی مقاله */
.sfa-featured-image {
  width: 82%;
  max-width: 900px;
  margin: 0 auto 38px;
  border-radius: 16px;
}

.sfa-featured-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

/* تبلت */
@media (max-width: 820px) {
  .sfa-featured-image {
    width: 92%;
  }

  .sfa-featured-image img {
    height: 340px;
  }
}

/* موبایل */
@media (max-width: 600px) {
  .sfa-featured-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 12px;
  }

  .sfa-featured-image img {
    height: 230px;
  }
}

.sfa-featured-image {
  width: 82%;
  max-width: 900px;

  /* فاصله بیرونی */
  margin: 35px auto 45px;

  /* فاصله داخلی */
  padding: 12px;

  overflow: hidden;
  border: 1px solid rgba(213, 166, 46, 0.25);
  border-radius: 18px;
  background: #101010;
}

.sfa-featured-image img {
  width: 100%;
  height: 420px;
  margin: 0;
  padding: 0;
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
}

/* تبلت */
@media (max-width: 820px) {
  .sfa-featured-image {
    width: 92%;
    margin: 28px auto 35px;
    padding: 10px;
  }

  .sfa-featured-image img {
    height: 330px;
  }
}

/* موبایل */
@media (max-width: 600px) {
  .sfa-featured-image {
    width: 100%;
    margin: 22px auto 30px;
    padding: 7px;
    border-radius: 13px;
  }

  .sfa-featured-image img {
    height: 230px;
    border-radius: 8px;
  }
}

/* فاصله کلی صفحه */
.sfa-page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #070707;
}

/* فاصله محتوای صفحه از کناره‌ها */
.sfa-container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* فاصله بالا و پایین کل بخش مقاله */
.sfa-article {
  margin: 0;
  padding: 55px 0 70px;
}

/* فاصله عنوان مقاله */
.sfa-article-header {
  margin: 0 0 38px;
  padding: 0;
}

/* فاصله تصویر اصلی */
.sfa-featured-image {
  width: 82%;
  max-width: 900px;
  margin: 35px auto 50px;
  padding: 12px;
}

/* فاصله محتوای اصلی */
.sfa-layout {
  margin: 0;
  padding: 10px 0 30px;
}

/* فاصله بین بخش‌های مقاله */
.sfa-section {
  margin: 0 0 42px;
  padding: 0;
}

/* فاصله داخلی باکس‌ها */
.sfa-insight,
.sfa-feature-card,
.sfa-sidebar-card,
.sfa-quote-card,
.sfa-bottom-cta {
  padding: 25px;
}

/* فاصله سایدبار */
.sfa-sidebar {
  margin: 0;
  padding: 0;
}

/* فاصله بخش اشتراک‌گذاری */
.sfa-share {
  margin: 45px 0 0;
  padding: 25px 0 35px;
}

/* تبلت */
@media (max-width: 820px) {
  .sfa-container {
    width: calc(100% - 36px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .sfa-article {
    padding: 40px 0 55px;
  }

  .sfa-featured-image {
    width: 92%;
    margin: 28px auto 40px;
    padding: 10px;
  }

  .sfa-section {
    margin-bottom: 34px;
  }
}

/* موبایل */
@media (max-width: 600px) {
  .sfa-container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .sfa-article {
    padding: 30px 0 45px;
  }

  .sfa-article-header {
    margin-bottom: 26px;
  }

  .sfa-featured-image {
    width: 100%;
    margin: 22px auto 32px;
    padding: 7px;
  }

  .sfa-layout {
    padding: 0 0 20px;
  }

  .sfa-section {
    margin-bottom: 30px;
  }

  .sfa-insight,
  .sfa-feature-card,
  .sfa-sidebar-card,
  .sfa-quote-card,
  .sfa-bottom-cta {
    padding: 20px;
  }

  .sfa-share {
    margin-top: 30px;
    padding: 22px 0 28px;
  }
}

.sfa-featured-image {
  width: 82%;
  max-width: 900px;
  margin: 35px auto 50px;
  padding: 20px;
  background: #101010;
  border: 1px solid rgba(213, 166, 46, 0.25);
  border-radius: 18px;
  overflow: hidden;
}

.sfa-featured-image img {
  display: block;
  width: 88%;
  height: auto;
  max-height: 520px;
  margin: 0 auto;
  padding: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}

/* تبلت */
@media (max-width: 820px) {
  .sfa-featured-image {
    width: 92%;
    padding: 14px;
  }

  .sfa-featured-image img {
    width: 92%;
    max-height: 420px;
  }
}

/* موبایل */
@media (max-width: 600px) {
  .sfa-featured-image {
    width: 100%;
    padding: 10px;
    margin: 22px auto 32px;
  }

  .sfa-featured-image img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}/* End custom CSS */