/* ============================================================
   MEDFILE Booking — styles wg Figma 1:3702 + demo.medisi.pl
   ============================================================ */

/*
 * ANTI-ELEMENTOR: ID specificity (1,0,0) beats any class-based rule
 * (.elementor-kit-N button has specificity 0,1,1).
 * Every interactive element reset uses #medfile-booking-root prefix.
 */
#medfile-booking-root button,
#medfile-booking-root input,
#medfile-booking-root select,
#medfile-booking-root textarea {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  box-shadow: none !important;
  border-radius: 0;
  text-transform: none;
  letter-spacing: normal;
  background-color: transparent;
  border: none;
  outline: none;
  color: inherit;
  padding: 0;
}

body.page-id-2648 main#content {
    max-width: 1220px !important;
}

/* ── Zmienne ─────────────────────────────────────────────── */
.medfile-booking {
	--mf-green:       #227065;
	--mf-green-d:     #1a5950;
	--mf-green-tint:  #eff9f0;
	--mf-line:        #eaecf0;
	--mf-text:        #252b36;
	--mf-muted:       #737780;
	--mf-muted-2:     #9c9c9c;
	--mf-hint:        #abadb3;
	--mf-photo-bg:    #d1e3d9;
	--mf-radius:      12px;
	--mf-sm:          8px;
	--mf-shadow:      0 1px 3px rgba(16,24,40,.07), 0 1px 2px rgba(16,24,40,.04);
	--mf-font:        "DM Sans", system-ui, -apple-system, sans-serif;
  
	box-sizing: border-box;
	max-width: 1280px;
	margin: 1.75rem auto;
	padding: 0 1rem 4rem;
	font-family: var(--mf-font);
	font-size: 15px;
	line-height: 1.5;
	color: var(--mf-text);
	background: #fdfcf8;
  }
  
  /* reset */
  .medfile-booking *,
  .medfile-booking *::before,
  .medfile-booking *::after { box-sizing: border-box; }
  
  /* WP theme resets */
  .medfile-booking button,
  .medfile-booking input,
  .medfile-booking select,
  .medfile-booking textarea {
	font-family: var(--mf-font);
	font-size: inherit;
	line-height: inherit;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	text-transform: none;
	letter-spacing: normal;
  }
  
  /* ── Header ──────────────────────────────────────────────── */
  .medfile-booking__title {
	margin: 0 0 .75rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #1e4d40;
	line-height: 1.15;
  }
  .medfile-booking__intro {
	margin: 0 0 1.25rem;
	font-size: .9375rem;
	color: var(--mf-muted);
	max-width: 48rem;
  }
  
  /* ── Status ──────────────────────────────────────────────── */
  #mf-msg:empty { display: none; }
  #mf-msg { margin-bottom: 1rem; }
  .medfile-status {
	padding: 1rem 1.25rem;
	border-radius: 16px;
	font-size: .9375rem;
	line-height: 1.55;
	max-width: 38rem;
  }
  .medfile-status h4 { margin: 0 0 .5rem; }
  .medfile-status a { font-weight: 600; color: var(--mf-green); }
  .medfile-status--error {
	border: 1px solid rgba(225,119,138,.45);
	background: rgba(255,235,239,.75);
	color: #7f1f2c;
  }
  .medfile-status--ok {
	border: 1px solid rgba(174,229,206,.45);
	background: rgba(235,251,239,.75);
	color: var(--mf-green);
  }
  
  /* ── Stepper ─────────────────────────────────────────────── */
  .mf-stepper {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .75rem 0;
	margin-bottom: 1.25rem;
	justify-content: center;
  }
  .mf-stepper__item {
	display: flex;
	align-items: center;
	gap: .5rem;
  }
  .mf-stepper__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: .8125rem;
	font-weight: 700;
	flex-shrink: 0;
	background: #f1f5f9;
	color: #94a3b8;
  }
  .mf-stepper__item.is-active .mf-stepper__circle {
	background: var(--mf-green);
	color: #fff;
	box-shadow: 0 0 0 3px rgba(34,112,101,.22);
  }
  .mf-stepper__item.is-done .mf-stepper__circle {
	background: var(--mf-green);
	color: #fff;
  }
  .mf-stepper__label {
	font-size: .8125rem;
	font-weight: 500;
	color: #94a3b8;
  }
  .mf-stepper__item.is-active .mf-stepper__label {
	font-weight: 600;
	color: var(--mf-green);
  }
  .mf-stepper__connector {
	flex: 1;
	max-width: 3rem;
	height: 1px;
	background: #e2e8f0;
  }
  .mf-stepper__connector.is-done { background: var(--mf-green); }
  @media (max-width: 600px) { .mf-stepper__label { display: none; } }
  
  /* ── Layout ──────────────────────────────────────────────── */
  .mf-layout {
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
  }
  .mf-main { flex: 1; min-width: 0; }
  .mf-cards { display: flex; flex-direction: column; gap: .75rem; }
  
  /* ── Sidebar ─────────────────────────────────────────────── */
  .mf-sidebar {
	flex-shrink: 0;
	width: 310px;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	position: sticky;
	top: 1rem;
	max-height: calc(100vh - 2rem);
	overflow-y: auto;
  }
  .mf-sidebar__search-wrap {
	position: relative;
  }
  .mf-sidebar__search {
	width: 100%;
	height: 44px;
	padding: 0 2.25rem 0 .75rem;
	border: 1px solid var(--mf-line);
	border-radius: var(--mf-sm);
	background: #fff;
	font-size: 14px;
	color: var(--mf-text);
	box-shadow: var(--mf-shadow);
	-webkit-appearance: none;
	appearance: none;
	outline: none;
  }
  .mf-sidebar__search:focus {
	border-color: var(--mf-green);
	box-shadow: 0 0 0 2px rgba(34,112,101,.15);
  }
  .mf-sidebar__search::placeholder { color: var(--mf-muted); }
  .mf-sidebar__search-icon {
	position: absolute;
	right: .75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	color: var(--mf-muted);
	pointer-events: none;
	fill: none;
  }
.mf-sidebar__card {
  background: #fff;
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  padding: 1rem;
  box-shadow: var(--mf-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
  .mf-filter-label {
	font-size: 13px;
	font-weight: 500;
	color: var(--mf-text);
	margin: 0;
  }
  .mf-loc-opt { display: flex; flex-direction: column; gap: .35rem; }
  .mf-radio {
	display: flex;
	align-items: center;
	gap: .625rem;
	min-height: 40px;
	padding: 0 .75rem;
	border: 1px solid var(--mf-line);
	border-radius: var(--mf-sm);
	background: #fff;
	cursor: pointer;
	font-size: 13px;
	color: #252b36 !important; /* prevent theme link/text overrides */
	text-decoration: none !important;
	transition: background .12s, border-color .12s;
  }
  .mf-radio:has(input:checked) {
	background: var(--mf-green-tint);
	border-color: var(--mf-green);
	color: var(--mf-green) !important;
	font-weight: 500;
  }
  .mf-radio input {
	width: 15px;
	height: 15px;
	accent-color: var(--mf-green);
	flex-shrink: 0;
	cursor: pointer;
	margin: 0;
  }
  .mf-sidebar__divider { height: 1px; background: #f1f5f9; margin: 4px 0; }
.mf-filter-group { display: flex; flex-direction: column; gap: 6px; }
.mf-filter-select-wrap { position: relative; }
.mf-filter-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 8px 32px 8px 10px;
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-sm);
  background: #fff;
  font-family: var(--mf-font);
  font-size: 13px;
  color: var(--mf-text);
  cursor: pointer;
  outline: none;
}
.mf-filter-select:focus { border-color: var(--mf-green); box-shadow: 0 0 0 2px rgba(34,112,101,.15); }
.mf-filter-chevron {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: var(--mf-muted);
  pointer-events: none;
}
  .mf-clear {
	display: flex;
	align-items: center;
	gap: .4rem;
	border: none;
	background: none;
	padding: .25rem 0;
	font-size: 13px;
	color: var(--mf-muted);
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
  }
  .mf-clear:hover { color: var(--mf-green); }
  
  /* ── Przyciski ───────────────────────────────────────────── */
  .mf-btn { font-family: var(--mf-font); cursor: pointer; }
  .mf-btn--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .625rem 1.5rem;
	border: none;
	border-radius: var(--mf-sm);
	background: var(--mf-green);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s;
  }
  .mf-btn--primary:hover:not(:disabled) { background: var(--mf-green-d); }
  .mf-btn--primary:disabled { opacity: .4; cursor: not-allowed; }
  .mf-btn--ghost {
	padding: .5rem 1rem;
	border: 1px solid var(--mf-line);
	border-radius: var(--mf-sm);
	background: #fff;
	font-size: 13px;
	color: var(--mf-muted);
	cursor: pointer;
  }
  .mf-btn--text {
	padding: .5rem 0;
	border: none;
	background: none;
	font-size: 13px;
	color: var(--mf-green);
	cursor: pointer;
  }
  .mf-btn--text:hover { text-decoration: underline; }
  .mf-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--mf-line);
	border-radius: var(--mf-sm);
	background: #fff;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 18px;
	color: var(--mf-muted);
  }
  
  /* ── Mobile bar ──────────────────────────────────────────── */
  .mf-mobile-bar { display: none; gap: .5rem; margin-bottom: 1rem; }
  .mf-mobile-search-wrap { position: relative; flex: 1; }
  .mf-mobile-search-icon {
	position: absolute;
	left: .6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	color: #94a3b8;
	pointer-events: none;
	fill: none;
  }
  .mf-mobile-search {
	width: 100%;
	padding: .5rem .75rem .5rem 2rem;
	border: 1px solid var(--mf-line);
	border-radius: var(--mf-sm);
	background: #fff;
	font-size: 14px;
	outline: none;
  }
  .mf-overlay { display: none; }
  
  @media (max-width: 1023px) {
	.mf-mobile-bar { display: flex; }
	.mf-sidebar { display: none !important; }
	.mf-overlay {
	  display: none;
	  position: fixed;
	  inset: 0;
	  background: rgba(15,23,42,.35);
	  z-index: 40;
	}
	.medfile-booking.mf-drawer-open .mf-overlay { display: block; }
	.medfile-booking.mf-drawer-open .mf-sidebar {
	  display: flex !important;
	  position: fixed;
	  inset: 0;
	  width: 100% !important;
	  max-width: 320px;
	  z-index: 50;
	  background: #fff;
	  overflow-y: auto;
	  padding: 1rem;
	  flex-direction: column;
	  box-shadow: 4px 0 24px rgba(0,0,0,.12);
	}
	.mf-sidebar__desktop-only { display: none !important; }
  }

  /* ── Tablet + Mobile — ID-scoped (bije Elementor) ───────── */
  @media (max-width: 900px) {
    #medfile-booking-root .mf-doctor-card__bio {
      flex: 0 0 260px !important;
      max-width: 260px !important;
    }
  }

  @media (max-width: 767px) {
    /* Card: single column */
    #medfile-booking-root .mf-doctor-card {
      flex-direction: column !important;
    }
    #medfile-booking-root .mf-doctor-card__bio {
      flex: unset !important;
      width: 100% !important;
      max-width: 100% !important;
      border-right: none !important;
      border-bottom: 1px solid #eaecf0 !important;
      padding: 14px !important;
      gap: 10px !important;
    }
    #medfile-booking-root .mf-doctor-card__sched {
      border-left: none !important;
      padding: 14px !important;
      gap: 10px !important;
      width: 100% !important;
    }

    /* Next-slot: row layout on mobile */
    #medfile-booking-root .mf-next-slot {
      flex-direction: row !important;
      align-items: center !important;
      justify-content: space-between !important;
      text-align: left !important;
      padding: .5rem 0 !important;
      height: auto !important;
      gap: 12px !important;
    }
    #medfile-booking-root .mf-next-slot__info {
      flex: 1 !important;
      min-width: 0 !important;
    }
    #medfile-booking-root .mf-next-slot__label { font-size: 12px !important; }
    #medfile-booking-root .mf-next-slot__date  { font-size: 14px !important; }
    #medfile-booking-root .mf-next-slot__btn {
      margin-top: 0 !important;
      padding: 10px 14px !important;
      font-size: 13px !important;
      white-space: nowrap !important;
      flex-shrink: 0 !important;
    }

    /* No-slots: row layout on mobile */
    #medfile-booking-root .mf-no-slots {
      flex-direction: row !important;
      align-items: center !important;
      text-align: left !important;
      padding: .5rem 0 !important;
      gap: 12px !important;
    }
    #medfile-booking-root .mf-no-slots__icon {
      width: 32px !important;
      height: 32px !important;
      flex-shrink: 0 !important;
    }
    #medfile-booking-root .mf-no-slots__body {
      flex: 1 !important;
      min-width: 0 !important;
    }
    #medfile-booking-root .mf-no-slots__title { font-size: 13px !important; }
    #medfile-booking-root .mf-no-slots__sub   { font-size: 12px !important; max-width: none !important; }
    #medfile-booking-root .mf-no-slots__phone {
      padding: 8px 12px !important;
      font-size: 13px !important;
      flex-shrink: 0 !important;
      margin-top: 0 !important;
      white-space: nowrap !important;
    }

    /* Slots carousel: full width */
    #medfile-booking-root .mf-slots-carousel { margin: 0 !important; }
    #medfile-booking-root .mf-slots-viewport  { width: 100% !important; max-width: none !important; overflow: hidden !important; }

    /* Step 2 */
    #medfile-booking-root .mf-step2-layout    { grid-template-columns: 1fr !important; }
    #medfile-booking-root .mf-step2-summary   { order: 2 !important; position: static !important; }
    #medfile-booking-root .mf-step2-form      { order: 1 !important; }
    #medfile-booking-root .mf-form-grid       { grid-template-columns: 1fr !important; }
  }
  
  /* ── Karta lekarza ───────────────────────────────────────── */
  .mf-doctor-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--mf-line);
	border-radius: var(--mf-radius);
	box-shadow: var(--mf-shadow);
	overflow: hidden;
  }
  .mf-doctor-card.is-active {
	border-color: rgba(34,112,101,.4);
	box-shadow: 0 0 0 3px rgba(34,112,101,.1), 0 4px 16px rgba(34,112,101,.1);
  }
  
  /* left bio */
  .mf-doctor-card__bio {
	flex: 0 0 380px;
	max-width: 380px;
	min-width: 0;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-right: 1px solid var(--mf-line);
  }
  
  /* photo row */
  .mf-doctor-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
  }
  .mf-doctor-card__photo-wrap {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: var(--mf-sm);
	overflow: hidden;
	background: var(--mf-photo-bg);
  }
  .medfile-booking img.mf-doctor-card__photo {
	display: block;
	width: 60px !important;
	height: 60px !important;
	min-width: 60px;
	min-height: 60px;
	max-width: 60px;
	max-height: 60px;
	object-fit: cover;
	object-position: center top;
	border-radius: var(--mf-sm);
	background: var(--mf-photo-bg);
  }
  .mf-doctor-meta {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
  }
  .mf-doctor-name-row {
	display: flex;
	align-items: baseline;
	gap: 4px;
  }
  .mf-doctor-card__title {
	margin: 0;
	font-size: 17px !important;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -.01em;
	color: var(--mf-text);
  }
  .mf-doctor-card__link-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	opacity: .45;
	align-self: center;
  }
  .mf-doctor-specs {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	color: var(--mf-muted);
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	/* overflow: hidden; */
  }
  .mf-doctor-rating {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 2px;
  }
  .mf-stars { font-size: 14px; color: #facc15; line-height: 1; }
  .mf-stars .is-off { color: #d1d5db; }
  .mf-reviews-count { font-size: 12px; color: var(--mf-muted); }
  
  /* tabs */
  .mf-doctor-tabs {
	display: flex;
	gap: 1rem;
	border-bottom: 1px solid var(--mf-line);
  }
  .mf-tab {
	padding: 0 0 8px;
	font-size: 13px;
	color: var(--mf-muted);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	cursor: default;
	white-space: nowrap;
  }
  .mf-tab--active { color: var(--mf-text); border-bottom-color: var(--mf-green); font-weight: 500; }
  
  /* location */
  .mf-location { display: flex; gap: 6px; align-items: flex-start; }
  .mf-location__pin { width: 18px; height: 18px; flex-shrink: 0; color: var(--mf-muted); margin-top: 2px; }
  .mf-location__body { min-width: 0; }
  .mf-location__name { margin: 0; font-size: 13px; font-weight: 500; color: var(--mf-text); }
  .mf-location__addr { margin: 1px 0 0; font-size: 12px; color: var(--mf-muted-2); }
  
  /* services */
  .mf-srv-area { display: flex; flex-direction: column; gap: 6px; }
  .mf-srv-labels { display: flex; flex-direction: column; gap: 1px; }
  .mf-srv-title { margin: 0; font-size: 13px; font-weight: 500; color: var(--mf-text); }
  .mf-srv-hint { margin: 0; font-size: 11px; color: var(--mf-hint); }
  .mf-srv-select-wrap { position: relative; width: 100%; }
  .mf-srv-select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 7px 32px 7px 10px;
	border: none;
	border-radius: 5px;
	background: var(--mf-green-tint);
	color: var(--mf-green);
	font-family: inherit;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
	outline: none;
  }
  .mf-srv-select:focus { outline: 2px solid rgba(34,112,101,.3); outline-offset: 1px; }
  .mf-srv-chevron {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	color: var(--mf-green);
	pointer-events: none;
  }
  
  /* ── Panel terminów ──────────────────────────────────────── */
  .mf-doctor-card__sched {
	flex: 1;
	min-width: 0;
	padding: 20px 16px 14px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
  }
  .mf-sched-placeholder {
	font-size: 13px;
	color: var(--mf-muted);
	text-align: center;
	padding: 2rem 1rem;
  }

  /* ── Widok kompaktowy: Najbliższy wolny termin ─────────────── */
  .mf-next-slot {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	padding: 2rem 1.5rem;
	height: 100%;
	flex: 1;
  }
  .mf-next-slot__info { display: flex; flex-direction: column; gap: 4px; }
  .mf-next-slot__label {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--mf-text);
  }
  .mf-next-slot__date {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--mf-muted);
  }
  .mf-next-slot__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	padding: 12px 28px;
	border: none;
	border-radius: 999px;
	background: var(--mf-green);
	color: #fff;
	font-family: var(--mf-font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.01em;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(34,112,101,.25);
	transition: background .15s, box-shadow .15s, transform .1s;
  }
  .mf-next-slot__btn:hover {
	background: var(--mf-green-d);
	box-shadow: 0 4px 16px rgba(34,112,101,.35);
	transform: translateY(-1px);
  }
  .mf-next-slot__btn:active { transform: translateY(0); box-shadow: none; }
  .mf-next-slot__btn svg { width: 16px; height: 16px; flex-shrink: 0; }

  /* ── Brak terminów ────────────────────────────────────────── */
  .mf-no-slots {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.75rem 1rem;
	gap: 10px;
  }
  .mf-no-slots__icon {
	width: 40px;
	height: 40px;
	color: #9ca3af;
	flex-shrink: 0;
  }
  .mf-no-slots__body { display: flex; flex-direction: column; gap: 4px; }
  .mf-no-slots__title {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--mf-text);
	line-height: 1.4;
  }
  .mf-no-slots__sub {
	margin: 0;
	font-size: 13px;
	color: var(--mf-muted);
	line-height: 1.5;
	max-width: 22rem;
  }
  .mf-no-slots__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	padding: 10px 22px;
	border-radius: 999px;
	background: var(--mf-green);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background .15s;
  }
  .mf-no-slots__phone:hover { background: var(--mf-green-d); color: #fff; }
  .mf-no-slots__phone svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
  }
  .mf-sched-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
  }
  
  /* ── Karuzela terminów ──────────────────────────────────────────────────── */
  .mf-slots-carousel {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 6px;
	width: 100%;
	justify-content: center;
  }
  .mf-slots-viewport {
	/* 5 cols × 64px + 4 gaps × 10px = 360px */
	flex: 0 1 360px;
	min-width: 0;
	overflow: hidden;
  }
  .mf-slots-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
	transition: transform .28s cubic-bezier(.4,0,.2,1);
	will-change: transform;
  }

  /* Strzałki */
  .mf-slots-arrow {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	margin-top: 10px;
	border: 1px solid var(--mf-line);
	border-radius: 50%;
	background: #fff;
	color: var(--mf-muted);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	transition: background .12s, border-color .12s, color .12s;
  }
  .mf-slots-arrow:hover:not(:disabled) {
	border-color: var(--mf-green);
	color: var(--mf-green);
	background: var(--mf-green-tint);
  }
  .mf-slots-arrow:disabled { opacity: .25; cursor: default; }
  .mf-slots-arrow__icon { width: 11px; height: 11px; display: block; flex-shrink: 0; }
  .mf-slots-arrow--prev .mf-slots-arrow__icon { transform: rotate(180deg); }

  /* Dots */
  .mf-slots-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0;
  }
  .mf-slots-dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d1d5db;
	cursor: pointer;
	transition: background .15s, transform .15s;
  }
  .mf-slots-dot.is-active { background: var(--mf-green); transform: scale(1.25); }
  .mf-slots-dot:hover:not(.is-active) { background: #a8c4b4; }

  /* Kolumna dnia: 64px = _DAY_COL_W */
  .mf-day-col {
	flex: 0 0 64px;
	width: 64px;
	min-width: 64px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 7px;
  }
  .mf-day-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 2px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--mf-line);
	margin-bottom: 2px;
  }
  .mf-day-head__w {
	font-size: 13px;
	font-weight: 600;
	color: var(--mf-text);
	line-height: 1;
  }
  .mf-day-head__d {
	font-size: 11px;
	color: var(--mf-muted-2);
	line-height: 1;
  }
  .mf-day-head--today .mf-day-head__w { color: var(--mf-green); }
  .mf-day-head--today .mf-day-head__d { color: var(--mf-green); font-weight: 600; }

  /* Slot chips — pill shape like demo.medisi.pl */
  .mf-slot-chips { display: flex; flex-direction: column; gap: 6px; width: 100%; }
  .mf-slot-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	padding: 0;
	border: 1.5px solid rgba(34,112,101,.35);
	border-radius: 999px;
	background: rgba(34,112,101,.06);
	color: var(--mf-green);
	font-family: var(--mf-font);
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
	transition: background .1s, border-color .1s, color .1s;
  }
  .mf-slot-chip:hover {
	border-color: var(--mf-green);
	background: rgba(34,112,101,.14);
  }
  .mf-slot-chip--active,
  .mf-slot-chip.mf-slot-chip--active {
	background: var(--mf-green);
	border-color: var(--mf-green);
	color: #fff;
  }
  .mf-day-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	font-size: 11px;
	color: #d1d5db;
  }
  
  /* Kropki paginacji */
  .mf-slots-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0;
  }
  .mf-slots-dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d1d5db;
	cursor: pointer;
	transition: background .15s, transform .15s;
  }
  .mf-slots-dot.is-active {
	background: var(--mf-green);
	transform: scale(1.2);
  }
  .mf-slots-dot:hover:not(.is-active) { background: #a8c4b4; }
  
  /* ── Actions bar ─────────────────────────────────────────── */
  .mf-actions-bar {
	display: flex;
	justify-content: flex-end;
	padding-top: 1rem;
	margin-top: .5rem;
	border-top: 1px solid var(--mf-line);
  }
  .mf-list-footer { display: flex; gap: .5rem; margin-top: 1rem; }
  .mf-back-link { margin-bottom: 1.25rem; }
  
  /* ── Step 2 — dwukolumnowy layout ───────────────────────── */
  .mf-step2-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1.5rem;
    align-items: start;
	margin-top: 1rem;
  }
  @media (max-width: 900px) {
    .mf-step2-layout { grid-template-columns: 1fr; }
    .mf-step2-summary { order: -1; }
  }

  /* Left: form area */
  .mf-step2-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .mf-step2-section {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 14px;
    padding: 1.5rem;
  }
  .mf-step2-section__head {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.1rem;
  }
  .mf-step2-section__head svg {
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 50%;
    background: var(--mf-green);
    color: #fff;
    flex-shrink: 0;
  }
  .mf-step2-section__head h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--mf-text);
  }
  .mf-step2-subsection { margin-top: 1.25rem; }

  /* Radio2 — "Dla siebie / Dla kogoś innego" style */
  .mf-radio2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }
  .mf-radio2__opt {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    border: 1.5px solid var(--mf-line);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--mf-text);
    background: #fff;
    transition: border-color .15s, background .15s;
    user-select: none;
  }
  .mf-radio2__opt input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: border-color .15s;
    background: #fff;
    cursor: pointer;
  }
  .mf-radio2__opt.is-checked {
    border-color: var(--mf-green);
    background: #f0faf8;
  }
  .mf-radio2__opt.is-checked input[type="radio"] {
    border-color: var(--mf-green);
    border-width: 5px;
    background: #fff;
  }
  @media (max-width: 480px) { .mf-radio2 { grid-template-columns: 1fr; } }

  /* Form stack */
  .medfile-form-stack { display: flex; flex-direction: column; gap: 1rem; }
  .mf-field { display: flex; flex-direction: column; gap: .4rem; }
  .mf-field__label { font-size: 13px; font-weight: 500; color: var(--mf-text); }
  .mf-field input {
    width: 100%;
    padding: .72rem .875rem;
    font-size: 14px;
    font-family: var(--mf-font);
    border: 1.5px solid var(--mf-line);
    border-radius: var(--mf-sm);
    background: #fff;
    color: var(--mf-text);
    outline: none;
    transition: border-color .15s, box-shadow .15s;
  }
  .mf-field input::placeholder { color: #b0b8c5; }
  .mf-field input:focus { border-color: var(--mf-green); box-shadow: 0 0 0 3px rgba(34,112,101,.12); }
  .mf-textarea {
    width: 100%;
    padding: .75rem .875rem;
    font-size: 14px;
    font-family: var(--mf-font);
    border: 1.5px solid var(--mf-line);
    border-radius: var(--mf-sm);
    background: #fff;
    color: var(--mf-text);
    outline: none;
    resize: vertical;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
  }
  .mf-textarea::placeholder { color: #b0b8c5; }
  .mf-textarea:focus { border-color: var(--mf-green); box-shadow: 0 0 0 3px rgba(34,112,101,.12); }
  .mf-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  @media (max-width: 600px) { .mf-form-grid { grid-template-columns: 1fr; } }

  /* Info box */
  .mf-field-info {
    font-size: 13px;
    line-height: 1.55;
    color: #227065;
    background: rgba(34,112,101,.08);
    border: 1px solid rgba(34,112,101,.15);
    border-radius: 8px;
    padding: .75rem 1rem;
    margin-top: -.25rem;
  }

  /* Consents */
  .mf-consent-row {
    display: flex;
    align-items: flex-start;
    gap: .625rem;
    font-size: 12.5px;
    color: var(--mf-muted);
    cursor: pointer;
    line-height: 1.55;
    margin-top: .25rem;
  }
  .mf-consent-row input[type="checkbox"] {
    margin-top: 2px;
    accent-color: var(--mf-green);
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .mf-btn--full { width: 100%; justify-content: center; padding: .875rem; font-size: 15px; border-radius: var(--mf-sm); margin-top: .25rem; }

  /* ── Right: Summary sidebar ─────────────────────────────── */
  .mf-step2-summary {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    position: sticky;
    top: 1rem;
  }
  .mf-step2-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
  }
  .mf-step2-summary__head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--mf-text);
  }
  .mf-step2-summary__change {
    background: none;
    border: none;
    padding: 0;
    font-size: 12.5px;
    color: var(--mf-green);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
  }
  .mf-step2-summary__doctor {
    display: flex;
    align-items: center;
    gap: .75rem;
  }
  .mf-step2-summary__photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--mf-line);
    flex-shrink: 0;
  }
  .mf-step2-summary__name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--mf-text);
  }
  .mf-step2-summary__spec {
    margin: .1rem 0 0;
    font-size: 12px;
    color: var(--mf-muted);
  }
  .mf-step2-summary__rows {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    border-top: 1px solid var(--mf-line);
    border-bottom: 1px solid var(--mf-line);
    padding: 1rem 0;
  }
  .mf-step2-summary__row {
    display: flex;
    align-items: center;
    gap: .7rem;
  }
  .mf-step2-summary__row-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .mf-step2-summary__row-icon svg {
    width: 17px;
    height: 17px;
    color: var(--mf-text);
  }
  .mf-step2-summary__row-main {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--mf-text);
    line-height: 1.4;
  }
  .mf-step2-summary__row-sub {
    margin: .15rem 0 0;
    font-size: 12px;
    color: var(--mf-muted);
  }
  .mf-step2-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--mf-text);
  }
  .mf-step2-summary__total strong { font-size: 17px; }
  .mf-step2-summary__status {
    background: #fff8f0;
    border-radius: 8px;
    padding: .6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: var(--mf-muted);
    gap: .5rem;
  }
  .mf-step2-summary__status::before { content: "Status:"; font-weight: 500; }
  .mf-status-badge {
    color: #d97706;
    font-weight: 600;
    font-size: 13px;
  }
  .mf-step2-submit-btn {
    border-radius: 10px !important;
    font-size: 15px !important;
    padding: .95rem !important;
    letter-spacing: -.01em;
  }

  /* ── Step 3: Potwierdzenie ──────────────────────────────── */
  .mf-confirm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 2rem 0 3rem;
	max-width: 1000px;
    margin: 0 auto
  }

  /* Hero */
  .mf-confirm__hero {
    text-align: center;
    padding: 2.5rem 1.5rem 2rem;
    width: 100%;
  }
  .mf-confirm__hero-check {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--mf-green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: 0 0 0 12px rgba(34,112,101,.1);
  }
  .mf-confirm__hero-check svg { width: 34px; height: 34px; color: #fff; }
  .mf-confirm__hero-title {
    margin: 0 0 .5rem;
    font-size: 28px;
    font-weight: 700;
    color: var(--mf-text);
    letter-spacing: -.03em;
  }
  .mf-confirm__hero-sub {
    margin: 0;
    font-size: 15px;
    color: var(--mf-muted);
    max-width: 420px;
    margin-inline: auto;
    line-height: 1.6;
  }

  /* Doctor strip */
  .mf-confirm__doctor-strip {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 16px;
    padding: 1.125rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
  }
  .mf-confirm__doctor-strip-photo {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid var(--mf-line);
    flex-shrink: 0;
  }
  .mf-confirm__doctor-strip-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--mf-text);
  }
  .mf-confirm__doctor-strip-spec {
    margin: .2rem 0 0;
    font-size: 13px;
    color: var(--mf-muted);
  }

  /* 3-column details grid */
  .mf-confirm__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
  }
  @media (max-width: 600px) {
    .mf-confirm__grid { grid-template-columns: 1fr; }
  }
  .mf-confirm__tile {
    display: flex;
    align-items: flex-start;
    gap: .875rem;
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 14px;
    padding: 1.125rem 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
  }
  .mf-confirm__tile-icon {
    flex-shrink: 0;
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(34,112,101,.08);
    display: flex; align-items: center; justify-content: center;
  }
  .mf-confirm__tile-icon svg { width: 20px; height: 20px; color: var(--mf-green); }
  .mf-confirm__tile-label {
    margin: 0 0 .3rem;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--mf-muted);
  }
  .mf-confirm__tile-val {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--mf-text);
    line-height: 1.4;
  }
  .mf-confirm__tile-price {
    margin: .3rem 0 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--mf-green);
  }

  /* CTA area */
  .mf-confirm__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .875rem;
    width: 100%;
    margin-top: 1.75rem;
  }
  .mf-confirm__pay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: 1rem 2.5rem;
    background: var(--mf-green);
    color: #fff !important;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: !important;
    box-shadow: 0 4px 20px rgba(34,112,101,.35);
    transition: background .15s, transform .12s, box-shadow .15s;
    letter-spacing: -.01em;
  }
  .mf-confirm__pay-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
  .mf-confirm__pay-btn:hover {
    background: var(--mf-green-d);
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(34,112,101,.4);
    color: #fff;
    text-decoration: none;
  }
  .mf-confirm__cancel-link {
    font-size: 13px;
    color: var(--mf-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    opacity: .8;
    transition: opacity .15s;
  }
  .mf-confirm__cancel-link:hover { opacity: 1; color: #c53030; }

  /* Error state */
  .mf-booking-error {
    display: flex;
    align-items: center;
    gap: .875rem;
    background: #fff5f5;
    border: 1.5px solid #fed7d7;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    color: #c53030;
    font-size: 14px;
    font-weight: 500;
  }
  .mf-booking-error svg { width: 24px; height: 24px; flex-shrink: 0; }

/* ── Overrides z ID (bije Elementor) ─────────────────────── */

/* Search input */
#medfile-booking-root .mf-sidebar__search {
  width: 100% !important;
  height: 44px !important;
  padding: 0 2.25rem 0 .75rem !important;
  border: 1px solid #eaecf0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #252b36 !important;
  box-shadow: 0 1px 3px rgba(16,24,40,.07) !important;
  outline: none !important;
  display: block !important;
}
#medfile-booking-root .mf-sidebar__search:focus {
  border-color: #227065 !important;
  box-shadow: 0 0 0 2px rgba(34,112,101,.15) !important;
}

/* Radio labels — prevent theme link/text color overrides */
#medfile-booking-root .mf-radio {
  color: #252b36 !important;
  text-decoration: none !important;
  background-color: #fff !important;
  border: 1px solid #eaecf0 !important;
}
#medfile-booking-root .mf-radio span,
#medfile-booking-root .mf-radio * {
  color: #252b36 !important;
  text-decoration: none !important;
}
/* Active state — add class manually since :has() may fail in some WP contexts */
#medfile-booking-root .mf-radio.is-checked,
#medfile-booking-root .mf-radio:has(input:checked) {
  background-color: #eff9f0 !important;
  border-color: #227065 !important;
}
#medfile-booking-root .mf-radio.is-checked span,
#medfile-booking-root .mf-radio:has(input:checked) span {
  color: #227065 !important;
  font-weight: 500 !important;
}

/* Form inputs */
#medfile-booking-root .mf-field input {
  width: 100% !important;
  padding: .7rem .875rem !important;
  font-size: 14px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  border: 1px solid #eaecf0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #252b36 !important;
  box-shadow: none !important;
  outline: none !important;
}
#medfile-booking-root .mf-field input:focus {
  border-color: #227065 !important;
  box-shadow: 0 0 0 3px rgba(34,112,101,.12) !important;
}
#medfile-booking-root .mf-btn--full {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  padding: .875rem !important;
  font-size: 15px !important;
}

/* Step 2 radio2 overrides */
#medfile-booking-root .mf-radio2__opt {
  background-color: #fff !important;
  border: 1.5px solid #eaecf0 !important;
  color: #252b36 !important;
  text-decoration: none !important;
}
#medfile-booking-root .mf-radio2__opt.is-checked {
  border-color: #227065 !important;
  background-color: #f0faf8 !important;
}
#medfile-booking-root .mf-radio2__opt input[type="radio"] {
  border: 2px solid #d1d5db !important;
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important;
  width: 18px !important;
  height: 18px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
}
#medfile-booking-root .mf-radio2__opt.is-checked input[type="radio"] {
  border: 5px solid #227065 !important;
}

/* Step 2 textarea override */
#medfile-booking-root .mf-textarea {
  width: 100% !important;
  padding: .75rem .875rem !important;
  font-size: 14px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  border: 1.5px solid #eaecf0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #252b36 !important;
  box-shadow: none !important;
  outline: none !important;
  resize: vertical !important;
  box-sizing: border-box !important;
}
#medfile-booking-root .mf-textarea:focus {
  border-color: #227065 !important;
  box-shadow: 0 0 0 3px rgba(34,112,101,.12) !important;
}

/* Step 2 custom checkboxes (bypass Elementor native input hijacking) */
#medfile-booking-root .mf-chk-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  margin-top: 2px !important;
  border: 1.5px solid #9ca3af !important;
  border-radius: 4px !important;
  background: #fff !important;
  background-color: #fff !important;
  cursor: pointer !important;
  transition: border-color .15s, background .15s !important;
  position: static !important;
  box-sizing: border-box !important;
}
#medfile-booking-root .mf-chk-box svg {
  width: 10px !important;
  height: 10px !important;
  stroke: transparent !important;
  transition: stroke .12s !important;
  flex-shrink: 0 !important;
}
#medfile-booking-root .mf-chk-box.is-checked {
  background: #227065 !important;
  background-color: #227065 !important;
  border-color: #227065 !important;
}
#medfile-booking-root .mf-chk-box.is-checked svg {
  stroke: #fff !important;
}
#medfile-booking-root .mf-consent-row {
  cursor: pointer !important;
  user-select: none !important;
}

/* Step 2 summary change button */
#medfile-booking-root .mf-step2-summary__change {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #227065 !important;
  padding: 0 !important;
  font-size: 12.5px !important;
}

/* Step 2 submit button */
#medfile-booking-root .mf-step2-submit-btn {
  border-radius: 10px !important;
  padding: .95rem !important;
  font-size: 15px !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Filter selects */
#medfile-booking-root .mf-filter-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  color: #252b36 !important;
  border: 1px solid #eaecf0 !important;
  border-radius: 8px !important;
  padding: 8px 32px 8px 10px !important;
  font-size: 13px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  width: 100% !important;
}

/* Slot chips */
#medfile-booking-root .mf-slot-chip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 32px !important;
  padding: 0 !important;
  border: 1.5px solid rgba(34,112,101,.35) !important;
  border-radius: 999px !important;
  background: rgba(34,112,101,.06) !important;
  background-color: rgba(34,112,101,.06) !important;
  color: #227065 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}
#medfile-booking-root .mf-slot-chip:hover {
  border-color: #227065 !important;
  background-color: rgba(34,112,101,.14) !important;
}
#medfile-booking-root .mf-slot-chip--active {
  background: #227065 !important;
  background-color: #227065 !important;
  border-color: #227065 !important;
  color: #fff !important;
}
/* Arrows */
#medfile-booking-root .mf-slots-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  border: 1px solid #eaecf0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #737780 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin-top: 10px !important;
  flex-shrink: 0 !important;
}
#medfile-booking-root .mf-slots-arrow:hover:not(:disabled) {
  border-color: #227065 !important;
  color: #227065 !important;
  background-color: #eff9f0 !important;
}
#medfile-booking-root .mf-slots-arrow:disabled { opacity: .25 !important; cursor: default !important; }
/* Dots */
#medfile-booking-root .mf-slots-dot {
  width: 7px !important;
  height: 7px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #d1d5db !important;
  background-color: #d1d5db !important;
  cursor: pointer !important;
}
#medfile-booking-root .mf-slots-dot.is-active {
  background: #227065 !important;
  background-color: #227065 !important;
}
/* Service select */
#medfile-booking-root .mf-srv-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  padding: 7px 32px 7px 10px !important;
  border: none !important;
  border-radius: 5px !important;
  background: #eff9f0 !important;
  background-color: #eff9f0 !important;
  color: #227065 !important;
  font-size: 13px !important;
  cursor: pointer !important;
}
/* Next slot button */
#medfile-booking-root .mf-next-slot__btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #227065 !important;
  background-color: #227065 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(34,112,101,.25) !important;
}
#medfile-booking-root .mf-next-slot__btn:hover {
  background-color: #1a5950 !important;
  transform: translateY(-1px) !important;
}
/* Primary button */
#medfile-booking-root .mf-btn--primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .625rem 1.5rem !important;
  border: none !important;
  border-radius: 8px !important;
  background: #227065 !important;
  background-color: #227065 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
#medfile-booking-root .mf-btn--primary:hover:not(:disabled) {
  background-color: #1a5950 !important;
}
#medfile-booking-root .mf-btn--primary:disabled {
  opacity: .4 !important;
  cursor: not-allowed !important;
}
  

#medfile-booking-root .mf-radio input[type="radio"] {
  display: none !important;
}