/* Energy Bartar About Us — v0.9.49
 * CTA-only repair. No other section is targeted by this stylesheet.
 */

/* Make the CTA action column itself the only layout owner. Every intermediate
 * Elementor wrapper becomes transparent to layout, so both Button widgets are
 * always the two direct grid items regardless of Elementor's generated DOM. */
.elementor .ebna-cta .ebna-cta-buttons{
  width:350px!important;
  max-width:350px!important;
  min-width:0!important;
  min-height:54px!important;
  margin-left:0!important;
  margin-right:auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-flow:column!important;
  gap:12px!important;
  align-items:stretch!important;
  align-self:center!important;
  direction:rtl!important;
}

.elementor .ebna-cta .ebna-cta-buttons > .elementor-column-wrap,
.elementor .ebna-cta .ebna-cta-buttons > .elementor-element-populated,
.elementor .ebna-cta .ebna-cta-buttons > .elementor-widget-wrap,
.elementor .ebna-cta .ebna-cta-buttons > .e-con-inner,
.elementor .ebna-cta .ebna-cta-buttons .eb47-cta-row,
.elementor .ebna-cta .ebna-cta-buttons .eb47-cta-row > .elementor-container,
.elementor .ebna-cta .ebna-cta-buttons .eb47-cta-cell,
.elementor .ebna-cta .ebna-cta-buttons .eb47-cta-cell > .elementor-column-wrap,
.elementor .ebna-cta .ebna-cta-buttons .eb47-cta-cell > .elementor-element-populated,
.elementor .ebna-cta .ebna-cta-buttons .eb47-cta-cell > .elementor-widget-wrap{
  display:contents!important;
}

.elementor .ebna-cta .ebna-cta-buttons .elementor-widget-button{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:54px!important;
  min-height:54px!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}

.elementor .ebna-cta .ebna-cta-buttons .elementor-button-wrapper,
.elementor .ebna-cta .ebna-cta-buttons .elementor-button{
  width:100%!important;
  max-width:none!important;
  height:54px!important;
  min-height:54px!important;
  margin:0!important;
}

.elementor .ebna-cta .ebna-cta-buttons .elementor-button{
  padding:10px 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:13px!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
  text-align:center!important;
}

@media (max-width:767px){
  .elementor .ebna-cta .ebna-cta-buttons{
    width:100%!important;
    max-width:320px!important;
    min-height:48px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .elementor .ebna-cta .ebna-cta-buttons .elementor-widget-button,
  .elementor .ebna-cta .ebna-cta-buttons .elementor-button-wrapper,
  .elementor .ebna-cta .ebna-cta-buttons .elementor-button{
    height:48px!important;
    min-height:48px!important;
  }
  .elementor .ebna-cta .ebna-cta-buttons .elementor-button{
    padding:9px 5px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }
}
