/* MEDILOGIK Testimonials widget styles */

.mlk-testimonials {
  font-family: inherit;
}

/* ── Highlight ────────────────────────────────────────────── */

.mlk-testimonials .hl,
.mlk-pull-body .hl,
.mlk-quote-body .hl {
  font-weight: 700;
  color: #0885FF;
}

.mlk-pull-body .hl {
  color: #93C4FF;
}

/* ── Pull card (featured, navy) ───────────────────────────── */

.mlk-pull-card {
  background: #1F365E;
  border-radius: 16px;
  padding: 2.75rem 3rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: start;
}

.mlk-pull-headline {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-family: inherit;
}

.mlk-pull-body {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  font-family: inherit;
}

.mlk-pull-body p { margin-bottom: 0.75rem; }
.mlk-pull-body p:last-child { margin-bottom: 0; }

.mlk-pull-attribution {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.mlk-pull-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 0.15rem;
  font-family: inherit;
}

.mlk-pull-role {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  display: block;
  font-family: inherit;
}

.mlk-pull-trust {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  display: block;
  margin-top: 0.1rem;
  font-family: inherit;
}

.mlk-pull-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  text-align: center;
  white-space: nowrap;
  align-self: center;
}

.mlk-pull-stat-num {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 0.3rem;
  font-family: inherit;
}

.mlk-pull-stat-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
  display: block;
  font-family: inherit;
}

/* ── Section label ────────────────────────────────────────── */

.mlk-testimonials-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a6a85;
  margin-bottom: 1.25rem;
  font-family: inherit;
}

/* ── Quote grid ───────────────────────────────────────────── */

.mlk-quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.mlk-quote-card {
  background: #fff;
  border: 1px solid #dde4ef;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 1px 6px rgba(31,54,94,0.05);
}

.mlk-quote-opener {
  font-size: 2.5rem;
  line-height: 0.9;
  color: #dde4ef;
  font-family: Georgia, serif;
  margin-bottom: 0.875rem;
  display: block;
}

.mlk-quote-body {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #1a1a2e;
  margin-bottom: 1.25rem;
  font-family: inherit;
}

.mlk-quote-body p { margin-bottom: 0.8rem; }
.mlk-quote-body p:last-child { margin-bottom: 0; }

.mlk-quote-footer {
  padding-top: 1rem;
  border-top: 1px solid #dde4ef;
}

.mlk-quote-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1F365E;
  display: block;
  margin-bottom: 0.1rem;
  font-family: inherit;
}

.mlk-quote-role {
  font-size: 0.75rem;
  color: #5a6a85;
  display: block;
  margin-bottom: 0.25rem;
  font-family: inherit;
}

.mlk-quote-trust {
  font-size: 0.7rem;
  color: #0885FF;
  font-weight: 500;
  display: block;
  font-family: inherit;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 767px) {
  .mlk-pull-card        { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.75rem 1.5rem; }
  .mlk-pull-stat        { display: none; }
  .mlk-quote-grid       { grid-template-columns: 1fr; }
}
