/* ==========================================================
   Template: medical-laboratory
   Theme: Medical Lab – White / Blue / Purple
   Author: Diligent Creators
   ========================================================== */

/* --- Reset & Base --- */
.ml-body {
  margin: 0;
  padding: 0;
  background-color: #e5e7eb;
  -webkit-font-smoothing: antialiased;
}
.ml-outer {
  width: 100%;
  background-color: #e5e7eb;
}
.ml-outer-td {
  padding: 20px 10px;
}
.ml-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* --- Preheader --- */
.ml-preheader {
  font-size: 11px;
  background-color: #f4f6fc;
  color: #6b7280;
}
.ml-preheader a {
  color: #7c3aed;
}

/* --- Header --- */
.ml-header-logo {
  font-size: 22px;
  font-weight: bold;
  color: #1a73e8;
}

/* --- Hero --- */
.ml-hero {
  background: linear-gradient(135deg, #1a73e8 0%, #7c3aed 100%);
  padding: 50px 30px;
  text-align: center;
}

/* --- Stats --- */
.ml-stats-table td {
  padding: 30px 15px;
  text-align: center;
  border-right: 1px solid #e5e7eb;
}
.ml-stats-table td:last-child {
  border-right: none;
}

/* --- Cards --- */
.ml-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.ml-card .ml-card-accent-blue {
  height: 4px;
  background: #1a73e8;
}
.ml-card .ml-card-accent-purple {
  height: 4px;
  background: #7c3aed;
}

/* --- Promo --- */
.ml-promo {
  background: linear-gradient(135deg, #7c3aed 0%, #1a73e8 100%);
  padding: 35px 30px;
}

/* --- Testimonials --- */
.ml-testimonial {
  background: #f4f6fc;
  border-radius: 8px;
  padding: 20px;
}

/* --- CTA --- */
.ml-cta {
  background: linear-gradient(135deg, #1a73e8, #7c3aed);
  border-radius: 6px;
  padding: 14px 40px;
}

/* --- Social --- */
.ml-social-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

/* --- Footer --- */
.ml-footer {
  background: #111827;
  padding: 30px 20px;
  text-align: center;
}

/* --- Responsive --- */
@media screen and (max-width: 600px) {
  .ml-container {
    width: 100% !important;
  }
  .ml-outlook-table {
    width: 100% !important;
  }
  img {
    height: auto !important;
    max-width: 100% !important;
  }
  .ml-stats-table td {
    display: block !important;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 20px 15px !important;
  }
  .ml-stats-table td:last-child {
    border-bottom: none !important;
  }
  .ml-card {
    width: 100% !important;
    display: block !important;
    margin-bottom: 16px !important;
  }
  .ml-promo table td {
    display: block !important;
    width: 100% !important;
    padding: 0 0 16px 0 !important;
    text-align: center !important;
  }
  .ml-testimonial {
    width: 100% !important;
    display: block !important;
    margin-bottom: 16px !important;
  }
}
