.elementor-2909 .elementor-element.elementor-element-7b7e75a{--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;--margin-top:200px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-2909 .elementor-element.elementor-element-7b7e75a{--margin-top:100px;--margin-bottom:0100px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-2909 .elementor-element.elementor-element-7b7e75a{--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a4c3f3b */.repair-status-form-ui {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.form-heading {
  font-size: 18px;
  margin-bottom: 30px;
  color: #5a6aa8;
}

.repair-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.repair-field {
  width: 45%;
  text-align: left;
}

.repair-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #4a5fa3;
}

.repair-field input {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.or-divider {
  width: 10%;
  text-align: center;
  position: relative;
}

.or-divider span {
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #777;
}

.repair-btn-wrap {
  margin-top: 30px;
}

.repair-btn-wrap button {
  background: #63b75d;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.repair-btn-wrap button:hover {
  background: #52a84d;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .repair-input-wrapper {
    flex-direction: column;
  }

  .repair-field,
  .or-divider {
    width: 100%;
  }

  .or-divider {
    margin: 10px 0;
  }
}/* End custom CSS */