/* Tarih farkı hesaplama aracına özel stiller. Day Count ile benzer görünür ama kendi CSS scope'u ile izole edilir. */
.time-difference-result-shell {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 18px;
  background: #fff;
}

.time-difference-summary-head {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.time-difference-summary-head .result-eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 1.10rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.time-difference-summary-head p[data-result-field="dayCountDescription"] {
  max-width: 680px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: #475569 !important;
}

.time-difference-result-card {
  height: 100%;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  padding: 16px 18px;
  background: #eef3ff;
  border: 0;
}

.time-difference-result-card--primary {
  background: #eaf0ff;
}

.time-difference-result-card small {
  display: block;
  color: #64748b;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
}

.time-difference-result-card strong {
  display: block;
  color: #111827;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.time-difference-result-card--primary strong {
  font-size: 24px;
  color: var(--primary-color, #2563eb);
}

/* Sayısal değer ve birim aynı satırda, aynı görsel ağırlıkla kalır. */
.time-difference-result-card strong span {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
