.elementor-2465 .elementor-element.elementor-element-a51f3ca{--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-2465 .elementor-element.elementor-element-dcfd743{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2465 .elementor-element.elementor-element-39ab495{--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-2465 .elementor-element.elementor-element-77c82f7{--display:flex;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2465 .elementor-element.elementor-element-e7ada54{--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-2465 .elementor-element.elementor-element-15c344a{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-2465 .elementor-element.elementor-element-dcfd743{--width:100%;}}/* Start custom CSS */:root {
  --bg-main: #050505;
  --card-bg: linear-gradient(180deg, #5a0713 0%, #2a0208 100%);
  --card-bg-soft: linear-gradient(180deg, #43050e 0%, #250207 100%);
  --border-soft: rgba(255, 184, 61, 0.14);
  --border-hover: rgba(255, 184, 61, 0.24);

  --text-main: #f6e7c8;
  --text-soft: #e4c79c;
  --text-muted: #b89262;

  --accent: #f4bc3a;
  --accent-light: #ffe2a8;

  --shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.article-single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 56px;
}

.article-section--hero,
.article-section--featured,
.article-section--content {
  margin-bottom: 28px;
}

.article-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px;
  background: var(--card-bg);
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  box-shadow: var(--shadow);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.article-card:hover {
  border-color: var(--border-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

/* HERO */
.article-card--hero {
  max-width: 860px;
  padding: 26px 28px 22px;
  background: var(--card-bg-soft);
  text-align: left;
}

.article-title .elementor-heading-title,
.elementor-widget-theme-post-title.article-title .elementor-heading-title,
.article-card--hero .elementor-widget-theme-post-title .elementor-heading-title {
  color: #f4bc3a !important;
  font-size: clamp(32px, 3.8vw, 48px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  text-align: left !important;
  margin: 0 0 12px !important;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.article-meta a {
  color: var(--accent);
  text-decoration: none;
}

.article-meta a:hover {
  color: var(--accent-light);
}

/* FEATURED IMAGE */
.article-featured-image {
  overflow: hidden;
  border-radius: 16px;
}

.article-featured-image img {
  width: 100%;
  border-radius: 16px;
}

/* CONTENT */
.article-card.article-post-content {
  background: linear-gradient(180deg, #500611 0%, #2a0208 100%);
}

.article-post-content {
  color: var(--text-soft);
}

.article-post-content > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.article-post-content p {
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.85;
  text-align: left;
}

.article-post-content h2,
.article-post-content h3,
.article-post-content h4 {
  color: var(--text-main);
  line-height: 1.3;
  font-weight: 800;
}

.article-post-content h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 30px;
  color: var(--accent);
}

.article-post-content h3 {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 23px;
  color: var(--accent-light);
}

.article-post-content h4 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--accent);
}

.article-post-content strong {
  color: #fff3d2;
}

.article-post-content a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 188, 58, 0.4);
}

.article-post-content a:hover {
  color: var(--accent-light);
  border-color: rgba(255, 226, 168, 0.7);
}

.article-post-content ul,
.article-post-content ol {
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 22px;
}

.article-post-content li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.75;
}

.article-post-content li::marker {
  color: var(--accent);
}

.article-post-content blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  background: rgba(255, 196, 64, 0.06);
  color: #fff0cf;
  font-size: 17px;
  line-height: 1.75;
}

.article-post-content img {
  margin-top: 26px;
  margin-bottom: 26px;
  border-radius: 14px;
  border: 1px solid rgba(255, 184, 61, 0.1);
}

.article-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}

.article-post-content th,
.article-post-content td {
  padding: 12px 14px;
  border: 1px solid rgba(255, 184, 61, 0.12);
  text-align: left;
}

.article-post-content th {
  background: rgba(255, 196, 64, 0.08);
  color: #fff0cf;
}

.article-post-content td {
  color: var(--text-soft);
}

.article-post-content hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(244, 188, 58, 0) 0%,
    rgba(244, 188, 58, 0.8) 50%,
    rgba(244, 188, 58, 0) 100%
  );
}

/* MOBILE */
@media (max-width: 768px) {
  .article-single {
    padding: 18px 12px 36px;
  }

  .article-section--hero,
  .article-section--featured,
  .article-section--content {
    margin-bottom: 20px;
  }

  .article-card,
  .article-card--hero {
    padding: 20px;
    border-radius: 16px;
  }

 @media (max-width: 768px) {
  .article-section--hero .elementor-widget-theme-post-title .elementor-heading-title,
  .article-card--hero .elementor-widget-theme-post-title .elementor-heading-title,
  .article-title .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }
}

  .article-meta {
    gap: 10px;
    font-size: 13px;
  }

  .article-post-content p,
  .article-post-content li,
  .article-post-content blockquote {
    font-size: 16px;
    line-height: 1.7;
  }

  .article-post-content h2 {
    font-size: 24px;
  }

  .article-post-content h3 {
    font-size: 20px;
  }

  .article-post-content h4 {
    font-size: 17px;
  }
}/* End custom CSS */