.elementor-3046 .elementor-element.elementor-element-78e68cd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-3046 .elementor-element.elementor-element-af7299b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3046 .elementor-element.elementor-element-5fa52c2{--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-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 );}.elementor-3046 .elementor-element.elementor-element-d82a619{padding:0px 0px 0px 0px;color:#FFFFFF;font-family:"League Spartan", Sans-serif;font-weight:400;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS */:root {
  --lift-bg: #5353E9;
  --lift-bg-dark: #0a0814;
  --lift-white: #ffffff;
  --lift-text: rgba(255, 255, 255, 0.82);
  --lift-text-soft: rgba(255, 255, 255, 0.65);
  --lift-line: rgba(255, 255, 255, 0.15);
  --lift-max: 680px; 
  --apple-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ===== FUNDAL GENERAL ===== */
.single-post #content, .single-post .site-main, .elementor-element-5fa52c2 {
  background-color: var(--lift-bg) !important;
  -webkit-font-smoothing: antialiased;
}

/* ===== FEATURED IMAGE ===== */
.elementor-widget-theme-post-featured-image img {
  width: 100% !important;
  height: 80vh !important;
  object-fit: cover !important;
  filter: brightness(0.65) saturate(1.1) !important;
}

.elementor-widget-theme-post-featured-image::after {
  content: '' !important;
  position: absolute !important;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, var(--lift-bg) 100%) !important;
  z-index: 2 !important;
}

/* ===== TITLU PRINCIPAL ===== */
.elementor-widget-theme-post-title {
  position: relative !important;
  z-index: 10 !important;
  max-width: var(--lift-max) !important;
  margin: -25vh auto 4rem !important;
  padding: 0 24px !important;
}

.elementor-heading-title.elementor-size-default {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(48px, 8vw, 92px) !important;
  line-height: 1.1 !important;
  color: var(--lift-white) !important;
  text-transform: uppercase !important;
}

/* ===== CONȚINUT & LISTE (FIX SCREENSHOT 1) ===== */
.elementor-widget-theme-post-content {
  max-width: var(--lift-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.elementor-widget-theme-post-content p {
  font-size: 19px !important;
  line-height: 1.65 !important;
  color: var(--lift-text) !important;
}

.elementor-widget-theme-post-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 2.5rem 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.elementor-widget-theme-post-content li {
  position: relative !important;
  padding-left: 1.8rem !important;
  font-size: 20px !important;
  color: var(--lift-text) !important;
}

.elementor-widget-theme-post-content li::before {
  content: '' !important;
  position: absolute !important;
  left: 0; top: 10px; width: 7px; height: 7px;
  background-color: var(--lift-white) !important;
  border-radius: 50% !important;
  opacity: 0.5;
}

/* ===== POST NAVIGATION (FIX SCREENSHOT 2 - FULL WIDTH) ===== */
.elementor-post-navigation {
  max-width: 100% !important; /* Permitem navigării să respire */
  width: 100% !important;
  margin: 6rem 0 0 0 !important;
  padding: 4rem 5% !important; /* Padding lateral generos */
  border-top: 1px solid var(--lift-line) !important;
  box-sizing: border-box !important;
}

.elementor-post-navigation .elementor-grid {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
}

/* Eliminăm săgețile care forțează lățimea mică */
.post-navigation__arrow-wrapper {
  display: none !important;
}

.elementor-post-navigation__prev.elementor-post-navigation__link,
.elementor-post-navigation__next.elementor-post-navigation__link {
  max-width: 45% !important; /* Fiecare parte ocupă aproape jumătate */
  flex: 1 !important;
}

.post-navigation__prev--title,
.post-navigation__next--title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(24px, 4vw, 42px) !important; /* Font mare, fără tăiere */
  color: var(--lift-white) !important;
  line-height: 1 !important;
  white-space: normal !important; /* Permite textului să treacă pe rândul următor dacă e prea lung */
  overflow: visible !important;
  text-overflow: clip !important;
  transition: opacity 0.3s var(--apple-ease) !important;
}

.post-navigation__prev--label,
.post-navigation__next--label {
  font-family: -apple-system, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--lift-text-soft) !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.elementor-post-navigation__link a:hover .post-navigation__prev--title,
.elementor-post-navigation__link a:hover .post-navigation__next--title {
  opacity: 0.7 !important;
}

/* ===== MOBIL ===== */
@media (max-width: 767px) {
  .elementor-post-navigation .elementor-grid {
    flex-direction: column !important;
    gap: 3rem !important;
  }
  .elementor-post-navigation__prev.elementor-post-navigation__link,
  .elementor-post-navigation__next.elementor-post-navigation__link {
    max-width: 100% !important;
  }
  .post-navigation__prev--title, .post-navigation__next--title {
    font-size: 20px !important;
  }
}/* End custom CSS */