/**
 * Shared Service detail rail.
 * Mirrors the desktop header's fluid left edge plus the logo widget's 6px offset.
 */
@media (min-width: 1025px) {
  body.single-service .elementor.elementor-location-single {
    --cie-service-inline-rail: calc(
      clamp(41px, calc(14.3vw - 105.6px), 220px) + 6px
    );
  }

  body.single-service .elementor.elementor-location-single .leftsection {
    padding-left: var(--cie-service-inline-rail) !important;
  }

  body.single-service .elementor.elementor-location-single :is(
    .elementor-element-b027205,
    .elementor-element-0ba339d,
    .elementor-element-2d14fdf,
    .elementor-element-0893e3f,
    .elementor-element-fe641c3,
    .elementor-element-852da06
  ) > .e-con-inner {
    margin-left: var(--cie-service-inline-rail) !important;
    margin-right: auto !important;
  }
}
