.elementor-376 .elementor-element.elementor-element-c8acb87{--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-376 .elementor-element.elementor-element-d649571{--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-376 .elementor-element.elementor-element-6beaf49{--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-376 .elementor-element.elementor-element-2e291d6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-229fbf1 */.kmd-shipment-card {
  background:#fff;
  border-radius:12px;
  padding:16px;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
  margin-top:16px;
}
.kmd-shipment-card h3 {
  margin-bottom:12px;
  font-size:16px;
  font-weight:700;
}
.kmd-shipment-card .row {
  margin:6px 0;
  font-size:14px;
}
.kmd-shipment-card .label {
  color:#6b7280;
  display:inline-block;
  min-width:100px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d91a410 *//* Card style */
.kmdc-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

/* Timeline container */
#statusTimeline {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  position: relative;
}

/* Vertical line */
#statusTimeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 4px;
  height: 100%;
  background: #e5e7eb;
  border-radius: 2px;
}

/* Each step */
#statusTimeline li {
  position: relative;
  margin: 0 0 24px 40px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  font-size: 14px;
  line-height: 1.5;
}

/* Step marker */
#statusTimeline li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -28px;
  width: 16px;
  height: 16px;
  background: #d1d5db;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 2px #e5e7eb;
}

/* Completed steps */
#statusTimeline li.completed::before {
  background: #0B5FFF;
}

/* Current step highlight */
#statusTimeline li.current {
  border: 2px solid #0B5FFF;
}
#statusTimeline li.current::before {
  background: #0B5FFF;
  box-shadow: 0 0 0 4px rgba(11,95,255,0.2);
}

/* Text styling */
#statusTimeline li strong {
  font-size: 15px;
  color: #111827;
}
#statusTimeline li small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}
#statusTimeline li em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  color: #374151;
}/* End custom CSS */