.elementor-kit-9{--e-global-color-primary:#1A6FBB;--e-global-color-secondary:#1E7E44;--e-global-color-text:#111827;--e-global-color-accent:#F59E0B;--e-global-color-281924c:#0C4A85;--e-global-color-73adabe:#125C2F;--e-global-color-5ba6028:#374151;--e-global-color-1948969:#6B7585;--e-global-color-91eb92b:#9AA3B2;--e-global-color-a9dfd38:#E2E6ED;--e-global-color-f9efd13:#F8F9FB;--e-global-color-06383de:#062B4F;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   AHMED MADHLOOM — LOCUM PHARMACIST
   Clean CSS — Site Settings → Custom CSS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* ============================================================
   1. HERO WRAPPER
   ============================================================ */
.locum-hero {
  background: #ffffff !important;
  border-bottom: 1px solid #E2E6ED !important;
  padding: 36px 36px 32px 36px !important;
  width: 100% !important;
}

/* ============================================================
   2. TOP ROW
   ============================================================ */
.locum-top-row.e-con {
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px !important;
  flex-wrap: nowrap !important;
  margin-bottom: 28px !important;
  width: 100% !important;
  padding: 0 !important;
}

/* ============================================================
   3. PROFILE PHOTO
   ============================================================ */
.locum-profile-photo img {
  width: 110px !important;
  height: 110px !important;
  border-radius: 9999px !important;
  object-fit: cover !important;
  border: 4px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.09) !important;
  display: block !important;
}
.locum-profile-photo .elementor-widget-container {
  line-height: 0 !important;
}

/* ============================================================
   4. IDENTITY BLOCK
   ============================================================ */
.locum-identity.e-con {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

/* ============================================================
   5. NAME ROW
   ============================================================ */
.locum-name-row.e-con {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  padding: 0 !important;
  margin-bottom: 2px !important;
}

/* ============================================================
   6. MAIN HEADING
   ============================================================ */
.locum-name h1,
.locum-name h2,
.locum-name .elementor-heading-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================================
   7. CALL BUTTON
   ============================================================ */
.locum-call-btn button.e-button-base,
.locum-call-btn .e-button-base,
button.locum-call-btn {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: #1A6FBB !important;
  border-radius: 9999px !important;
  padding: 9px 20px !important;
  border: none !important;
  box-shadow: 0 2px 10px rgba(26,111,187,0.3) !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  cursor: pointer !important;
  width: auto !important;
}
.locum-call-btn button.e-button-base:hover,
.locum-call-btn .e-button-base:hover {
  background: #0C4A85 !important;
  transform: translateY(-1px) !important;
}

/* ============================================================
   8. ROLE & SUBLINE
   ============================================================ */
.locum-role p,
.locum-role .elementor-widget-container p {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #1A6FBB !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.locum-role p + p {
  color: #374151 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 4px !important;
  font-family: 'Inter', sans-serif !important;
}

/* ============================================================
   9. BADGES ROW
   ============================================================ */
.locum-badges-row.e-con {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  margin-bottom: 22px !important;
  padding: 0 !important;
  background: none !important;
}

/* ============================================================
   10. BADGES
   ============================================================ */
.locum-badge button.e-button-base,
.locum-badge .e-button-base,
button.locum-badge {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 9999px !important;
  padding: 5px 12px !important;
  border: 1px solid !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
  cursor: default !important;
  box-shadow: none !important;
  width: auto !important;
  flex: 0 0 auto !important;
}
.locum-badge-blue button.e-button-base,
button.locum-badge-blue  { background: #EBF4FF !important; color: #0C4A85 !important; border-color: #C3DFFE !important; }
.locum-badge-green button.e-button-base,
button.locum-badge-green { background: #E8F5ED !important; color: #125C2F !important; border-color: #BFE6CC !important; }
.locum-badge-teal button.e-button-base,
button.locum-badge-teal  { background: #E4F4F2 !important; color: #0D9488 !important; border-color: #B2DFDB !important; }
.locum-badge-purple button.e-button-base,
button.locum-badge-purple{ background: #F3F0FE !important; color: #4C3FBF !important; border-color: #D6D0F9 !important; }
.locum-badge-amber button.e-button-base,
button.locum-badge-amber { background: #FEF9EC !important; color: #B45309 !important; border-color: #FDE68A !important; }
.locum-badge-red button.e-button-base,
button.locum-badge-red   { background: #FFF0F0 !important; color: #B91C1C !important; border-color: #FECACA !important; }
.locum-badge-grey button.e-button-base,
button.locum-badge-grey  { background: #F8F9FB !important; color: #374151 !important; border-color: #E2E6ED !important; }

/* ============================================================
   11. ACTIONS ROW
   ============================================================ */
.locum-actions-row.e-con {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  margin-bottom: 22px !important;
  padding: 0 !important;
  background: none !important;
}

/* ============================================================
   12. OUTLINED BUTTONS
   ============================================================ */
.locum-btn-outline button.e-button-base,
.locum-btn-outline .e-button-base,
button.locum-btn-outline {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  background: #ffffff !important;
  border: 1.5px solid #E2E6ED !important;
  border-radius: 8px !important;
  padding: 13px 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  width: auto !important;
}
.locum-btn-outline button.e-button-base:hover,
.locum-btn-outline .e-button-base:hover {
  color: #0C4A85 !important;
  background: #EBF4FF !important;
  border-color: #5BA4E8 !important;
}

/* ============================================================
   13. RATE BAR
   ============================================================ */
.locum-rate-bar.e-con {
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  background: #F8F9FB !important;
  border: 1px solid #E2E6ED !important;
  border-radius: 9999px !important;
  padding: 12px 20px !important;
}
.locum-rate-bar p,
.locum-rate-bar .elementor-widget-container {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #374151 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background: none !important;
}
.locum-rate-bar strong {
  color: #1A6FBB !important;
  font-weight: 600 !important;
}

/* ============================================================
   14. QUICK OVERVIEW CARD
   ============================================================ */
.locum-ov-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #E2E6ED;
  box-shadow: 0 1px 3px rgba(0,0,0,.07);
  overflow: hidden;
}

/* Card heading */
.locum-ov-heading .elementor-heading-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  padding: 18px 24px 14px !important;
  border-bottom: 1px solid #F0F2F5 !important;
  display: block !important;
}

/* Rate box */
.locum-ov-rate-box {
  background: linear-gradient(135deg, #EBF4FF 0%, #E8F5ED 100%) !important;
  border: 1px solid #C3DFFE !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin: 16px 24px 4px 24px !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Remove inner backgrounds inside rate box */
.locum-ov-rate-box .elementor-widget-container {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Rate value $70–$100/hr */
.locum-ov-rate-box .elementor-widget p {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #0C4A85 !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Indicative rate subtext */
.locum-ov-indicative .elementor-widget-container {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.locum-ov-indicative p {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #6B7585 !important;
  text-align: center !important;
  margin: 4px 0 8px !important;
}

/* ============================================================
   15. OVERVIEW INFO ROWS
   ============================================================ */
.locum-ov-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 8px 24px !important;
  border-bottom: 1px solid #F0F2F5 !important;
  gap: 12px !important;
}

/* Label */
.locum-ov-row .elementor-widget:first-child p {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #9AA3B2 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

/* Value */
.locum-ov-row .elementor-widget:last-child p,
.locum-ov-row .elementor-widget:last-child a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  text-align: right !important;
  max-width: 60% !important;
  margin: 0 !important;
}

/* Phone and Email links */
.locum-ov-row .elementor-widget:last-child a {
  color: #1A6FBB !important;
  text-decoration: none !important;
}

/* Next available - green */
.locum-ov-available p {
  color: #1E7E44 !important;
  font-weight: 600 !important;
}

/* ============================================================
   16. CREDENTIALS & SOFTWARE GRIDS
   ============================================================ */
.locum-ov-grid-title .elementor-widget-container {
  background: transparent !important;
  border: none !important;
  padding: 14px 24px 9px !important;
}
.locum-ov-grid-title p {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  color: #374151 !important;
  margin: 0 !important;
}

.locum-ov-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 6px !important;
  padding: 0 24px 16px !important;
}

.locum-ov-grid .elementor-widget-container {
  background: #F8F9FB !important;
  border: 1px solid #E2E6ED !important;
  border-radius: 8px !important;
  padding: 7px 9px !important;
}

.locum-ov-grid .elementor-widget-container p {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* ============================================================
   17. MAIN CONTENT LAYOUT
   ============================================================ */
.locum-main-content {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 24px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 24px 20px 64px !important;
}
.locum-left-column {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.locum-quick-overview {
  flex: 0 0 360px !important;
  width: 360px !important;
}

/* Rate Box */
.locum-ov-rate-box {
  background: linear-gradient(135deg, #EBF4FF 0%, #E8F5ED 100%);
  border: 1px solid #C3DFFE;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 24px 14px;
  text-align: center;
}
.rate-value {
  font-size: 28px;
  font-weight: 700;
  color: #0C4A85;
  line-height: 1.2;
}
.rate-unit {
  font-size: 15px;
  font-weight: 400;
  color: #1A6FBB;
}
.rate-note {
  font-size: 11px;
  color: #6B7585;
  margin-top: 4px;
  font-weight: 500;
}

/* ============================================================
   18. MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .locum-hero { padding: 24px 16px !important; }
  .locum-top-row.e-con { flex-direction: column !important; align-items: center !important; gap: 16px !important; text-align: center !important; }
  .locum-name-row.e-con { flex-direction: column !important; align-items: center !important; gap: 12px !important; }
  .locum-name h1, .locum-name .elementor-heading-title { font-size: 28px !important; text-align: center !important; }
  .locum-call-btn button.e-button-base { width: 100% !important; justify-content: center !important; }
  .locum-role p { text-align: center !important; }
  .locum-badges-row.e-con { justify-content: center !important; }
  .locum-actions-row.e-con { flex-direction: column !important; }
  .locum-btn-outline button.e-button-base { width: 100% !important; justify-content: center !important; }
  .locum-rate-bar.e-con { border-radius: 12px !important; }
  .locum-main-content { flex-direction: column !important; padding: 16px 16px 40px !important; }
  .locum-quick-overview { width: 100% !important; flex: 0 0 auto !important; }
}
/* Smaller text for long values */
.locum-ov-row .elementor-widget:last-child p {
  font-size: 11px !important;
}
/* Fix row text size - override Elementor typography */
.ov-label .elementor-widget-text-editor p,
.ov-label .elementor-widget-text-editor {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ov-value .elementor-widget-text-editor p,
.ov-value .elementor-widget-text-editor {
  font-size: 13px !important;
  line-height: 1.4 !important;
}
/* Remove default Elementor spacing from row containers */
.ov-row > .elementor-element {
  margin: 0 !important;
  padding: 0 !important;
}

/* Tighten row padding */
.ov-row {
  padding: 4px 24px !important;
}
/* Force Inter font on all row text */
.ov-row * {
  font-family: 'Inter', sans-serif !important;
}

/* Fix email overflow on mobile */
.ov-value-link p,
.ov-value-link .elementor-widget-container p {
  font-size: 11px !important;
  color: #1A6FBB !important;
  word-break: break-all !important;
}/* End custom CSS */