.elementor-292 .elementor-element.elementor-element-7408598a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:50px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}.elementor-292 .elementor-element.elementor-element-1446b94{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:50px;}.elementor-292 .elementor-element.elementor-element-d60fde8{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-fb74ce1{--display:flex;}.elementor-292 .elementor-element.elementor-element-e2af189{--display:flex;}.elementor-292 .elementor-element.elementor-element-389971eb{--display:flex;}@media(min-width:768px){.elementor-292 .elementor-element.elementor-element-1446b94{--width:70%;}.elementor-292 .elementor-element.elementor-element-389971eb{--width:30%;}}@media(max-width:1024px) and (min-width:768px){.elementor-292 .elementor-element.elementor-element-1446b94{--width:100%;}.elementor-292 .elementor-element.elementor-element-389971eb{--width:100%;}}@media(max-width:1024px){.elementor-292 .elementor-element.elementor-element-7408598a{--flex-wrap:wrap;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-292 .elementor-element.elementor-element-1446b94{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Asigură-te că secțiunea nu taie sticky-ul */
#post-layout,
#post-layout .elementor-container,
#post-layout .elementor-row,
#post-layout .elementor-column {
  overflow: visible;
}

/* Aliniază coloanele la început (important pentru sticky) */
#post-layout .elementor-container {
  align-items: flex-start;
}

/* Sidebar sticky */
#post-layout .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;              /* spațiu sub header; ajustează după site-ul tău */
  height: fit-content;
  z-index: 2;
}

/* Dacă ești logat și ai bara de admin WP (↑ încă 32px) */
body.admin-bar #post-layout .sticky-col {
  top: calc(96px + 32px);
}

/* (opțional) Dezactivează pe mobil/tabletă, dacă vrei */
@media (max-width: 1024px) {
  #post-layout .sticky-col { position: static; }
}/* End custom CSS */