/**
 * DrListify [top_doctors] shortcode card — industry-standard doctor listing UI.
 * Mobile-first spacing, light/dark mode, overrides for .single-content-area prose.
 */

/* ── Card shell ─────────────────────────────────────────────── */
.drlistify-sc-card-wrap {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
  box-shadow: none;
}

.drlistify-sc-card-wrap:last-child {
  border-bottom: none;
}

html.dark .drlistify-sc-card-wrap {
  border-bottom-color: #374151;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 640px) {
  .drlistify-sc-card-wrap {
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow:
      0 1px 3px 0 rgb(0 0 0 / 0.06),
      0 1px 2px -1px rgb(0 0 0 / 0.06);
    transition:
      box-shadow 0.2s ease,
      border-color 0.2s ease;
  }

  .drlistify-sc-card-wrap:last-child {
    border-bottom: 1px solid #e5e7eb;
  }

  .drlistify-sc-card-wrap:hover {
    box-shadow:
      0 4px 12px -2px rgb(0 0 0 / 0.08),
      0 2px 6px -2px rgb(0 0 0 / 0.06);
  }

  html.dark .drlistify-sc-card-wrap {
    border-color: #374151;
    background: #1f2937;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.25);
  }

  html.dark .drlistify-sc-card-wrap:last-child {
    border-bottom-color: #374151;
  }
}

.drlistify-sc-card-wrap--sponsored {
  border-color: #93c5fd;
}

@media (min-width: 640px) {
  .drlistify-sc-card-wrap--sponsored {
    box-shadow:
      0 0 0 1px rgb(59 130 246 / 0.15),
      0 2px 8px -2px rgb(59 130 246 / 0.2);
  }
}

html.dark .drlistify-sc-card-wrap--sponsored {
  border-color: #3b82f6;
}

@media (min-width: 640px) {
  html.dark .drlistify-sc-card-wrap--sponsored {
    box-shadow: 0 0 0 1px rgb(59 130 246 / 0.25);
  }
}

.drlistify-sc-card-wrap--featured {
  border-color: #fcd34d;
}

html.dark .drlistify-sc-card-wrap--featured {
  border-color: #d97706;
}

/* ── Header layout ──────────────────────────────────────────── */
.drlistify-sc-card__header {
  padding: 1rem 0 0.875rem;
}

@media (min-width: 640px) {
  .drlistify-sc-card__header {
    padding: 1.25rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .drlistify-sc-card__header {
    padding: 1.5rem 1.75rem;
  }
}

.drlistify-sc-card__header--sponsored {
  background: linear-gradient(
    180deg,
    rgb(239 246 255 / 0.65) 0%,
    transparent 100%
  );
}

html.dark .drlistify-sc-card__header--sponsored {
  background: linear-gradient(
    180deg,
    rgb(30 58 138 / 0.2) 0%,
    transparent 100%
  );
}

.drlistify-sc-card__layout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .drlistify-sc-card__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

/* ── Photo ──────────────────────────────────────────────────── */
.drlistify-sc-card__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .drlistify-sc-card__media {
    width: 7.5rem;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .drlistify-sc-card__media {
    width: 8rem;
  }
}

.drlistify-sc-card__photo-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  border-bottom: none !important;
  text-decoration: none !important;
}

@media (min-width: 640px) {
  .drlistify-sc-card__photo-link {
    max-width: none;
    margin: 0;
  }
}

.drlistify-sc-card__photo-frame {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.6) inset;
  background: #f9fafb;
}

@media (min-width: 640px) {
  .drlistify-sc-card__photo-frame {
    aspect-ratio: 3 / 4;
    border-radius: 0.75rem;
    border-color: #d1d5db;
  }
}

@media (max-width: 639px) {
  .drlistify-sc-card__photo-frame {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #f9fafb;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
  }

  html.dark .drlistify-sc-card__photo-frame {
    border-color: #4b5563;
    background: #111827;
    box-shadow: none;
  }

  .drlistify-sc-card__header--sponsored {
    background: none;
  }

  .drlistify-sc-card__layout {
    gap: 1rem;
  }

  .drlistify-sc-card__chambers-head {
    margin-bottom: 0.5rem;
  }

  .drlistify-sc-card__chambers-list {
    gap: 0.5rem;
  }

  .drlistify-sc-card__extra {
    padding: 0.75rem 0 1rem;
    gap: 1rem;
  }

  .drlistify-sc-card__meta-item--job .drlistify-sc-card__meta-icon {
    display: none !important;
  }
}

html.dark .drlistify-sc-card__photo-frame {
  border-color: #4b5563;
  background: #111827;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.04) inset;
}

.drlistify-sc-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.25s ease;
  border-radius: calc(0.75rem - 1px);
}

.drlistify-sc-card__photo-link:hover .drlistify-sc-card__photo {
  transform: scale(1.03);
}

.drlistify-sc-card__ads-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: #111827;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}

html.dark .drlistify-sc-card__ads-badge {
  color: #111827;
  background: #f3f4f6;
}

.drlistify-sc-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 0.8125rem;
  line-height: 1;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

html.dark .drlistify-sc-card__rating {
  border-color: #4b5563;
  background: #111827;
}

.drlistify-sc-card__rating .fa-star {
  color: #fbbf24;
  font-size: 0.75rem;
}

.drlistify-sc-card__rating-value {
  font-weight: 700;
  color: #111827;
}

html.dark .drlistify-sc-card__rating-value {
  color: #f9fafb;
}

.drlistify-sc-card__rating-count {
  color: #6b7280;
  font-size: 0.75rem;
}

html.dark .drlistify-sc-card__rating-count {
  color: #9ca3af;
}

/* ── Body / identity ────────────────────────────────────────── */
.drlistify-sc-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drlistify-sc-card__identity {
  display: flex;
  flex-direction: column;
}

.single-content-area .drlistify-sc-card__name,
.drlistify-sc-card__name {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em;
  text-transform: none !important;
  color: #111827 !important;
}

@media (min-width: 640px) {
  .drlistify-sc-card__name {
    font-size: 1.375rem !important;
  }
}

@media (min-width: 1024px) {
  .drlistify-sc-card__name {
    font-size: 1.5rem !important;
  }
}

/* Mobile name — after base rules; beats .single-content-area h3 theme styles */
@media (max-width: 639px) {
  .single-content-area h3.drlistify-sc-card__name,
  .single-content-area .drlistify-sc-card__name,
  .drlistify-sc-card-wrap h3.drlistify-sc-card__name,
  h3.drlistify-sc-card__name {
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    font-weight: 800 !important;
  }

  .single-content-area h3.drlistify-sc-card__name a,
  .single-content-area .drlistify-sc-card__name a,
  .drlistify-sc-card-wrap h3.drlistify-sc-card__name a,
  h3.drlistify-sc-card__name a {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }
}

html.dark .drlistify-sc-card__name {
  color: #f9fafb !important;
}

.single-content-area .drlistify-sc-card__name a,
.drlistify-sc-card__name a {
  color: inherit !important;
  border-bottom: none !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.drlistify-sc-card__name a:hover {
  color: #2563eb !important;
}

html.dark .drlistify-sc-card__name a:hover {
  color: #60a5fa !important;
}

.drlistify-sc-card__name-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 0.5rem;
  max-width: 100%;
}

.drlistify-sc-card__badge--inline {
  flex-shrink: 0;
  vertical-align: middle;
  font-size: 0.625rem;
  padding: 0.15rem 0.45rem;
}

.drlistify-sc-card__badge-icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .drlistify-sc-card__badge--inline {
    font-size: 0.6875rem;
    padding: 0.2rem 0.55rem;
  }

  .drlistify-sc-card__badge-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.drlistify-sc-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.drlistify-sc-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
}

.drlistify-sc-card__badge--verified {
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

html.dark .drlistify-sc-card__badge--verified {
  color: #93c5fd;
  background: rgb(30 58 138 / 0.35);
  border-color: #1e40af;
}

.drlistify-sc-card__badge--featured {
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

html.dark .drlistify-sc-card__badge--featured {
  color: #fcd34d;
  background: rgb(120 53 15 / 0.35);
  border-color: #92400e;
}

.single-content-area .drlistify-sc-card__degrees,
.drlistify-sc-card__degrees {
  margin: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
  color: #6b7280 !important;
}

html.dark .drlistify-sc-card__degrees {
  color: #9ca3af !important;
}

.drlistify-sc-card__degree-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.drlistify-sc-card__degree-tag {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: #374151;
}

html.dark .drlistify-sc-card__degree-tag {
  border-color: #4b5563;
  background: #374151;
  color: #e5e7eb;
}

.drlistify-sc-card__degree-tag--more {
  color: #6b7280;
}

.single-content-area .drlistify-sc-card__speciality,
.drlistify-sc-card__speciality {
  margin: 0 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #009688 !important;
}

html.dark .drlistify-sc-card__speciality {
  color: #60a5fa !important;
}

/* ── Meta list ──────────────────────────────────────────────── */
.drlistify-sc-card__meta-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.drlistify-sc-card__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0 !important;
}

.drlistify-sc-card__meta-item::before {
  display: none !important;
  content: none !important;
}

.drlistify-sc-card__meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.1rem;
  border-radius: 0.5rem;
  background: #f3f4f6;
  color: #6b7280;
}

.drlistify-sc-card__meta-icon svg {
  width: 1rem;
  height: 1rem;
}

html.dark .drlistify-sc-card__meta-icon {
  background: #374151;
  color: #9ca3af;
}

.drlistify-sc-card__meta-icon--success {
  background: #ecfdf5;
  color: #059669;
}

html.dark .drlistify-sc-card__meta-icon--success {
  background: rgb(6 78 59 / 0.35);
  color: #34d399;
}

.drlistify-sc-card__meta-text {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
  padding-top: 0.15rem;
}

html.dark .drlistify-sc-card__meta-text {
  color: #d1d5db;
}

.drlistify-sc-card__meta-text--success {
  color: #047857;
  font-weight: 500;
}

html.dark .drlistify-sc-card__meta-text--success {
  color: #6ee7b7;
}

.drlistify-sc-card__meta-strong {
  font-weight: 600;
  color: #111827;
}

html.dark .drlistify-sc-card__meta-strong {
  color: #f3f4f6;
}

.drlistify-sc-card__designation {
  font-weight: 600;
  color: #e91e63;
}

html.dark .drlistify-sc-card__designation {
  color: #60a5fa;
}

.drlistify-sc-card__meta-hospital {
  font-weight: 500;
  color: #374151;
}

html.dark .drlistify-sc-card__meta-hospital {
  color: #e5e7eb;
}

.drlistify-sc-card__meta-muted {
  color: #9ca3af;
}

.single-content-area .drlistify-sc-card__meta-link,
.drlistify-sc-card__meta-link {
  font-weight: 600;
  color: #2563eb !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

.drlistify-sc-card__meta-link:hover {
  text-decoration: underline !important;
}

html.dark .drlistify-sc-card__meta-link {
  color: #60a5fa !important;
}

/* ── Extra sections (about + chambers) ──────────────────────── */
.drlistify-sc-card__extra {
  border-top: 1px solid #e5e7eb;
  padding: 10px 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .drlistify-sc-card__extra {
    padding: 15px;
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .drlistify-sc-card__extra {
    padding: 1.75rem 1.75rem 1.5rem;
  }
}

html.dark .drlistify-sc-card__extra {
  border-top-color: #374151;
}

.single-content-area .drlistify-sc-card__section-title,
.drlistify-sc-card__section-title {
  margin: 0 0 0.875rem !important;
  padding: 0 !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  color: #111827 !important;
}

@media (min-width: 640px) {
  .drlistify-sc-card__section-title {
    font-size: 1.125rem !important;
    margin-bottom: 1rem !important;
  }
}

html.dark .drlistify-sc-card__section-title {
  color: #f9fafb !important;
}

/* About — plain text, no panel */
.drlistify-sc-card__about {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #374151;
}

html.dark .drlistify-sc-card__about {
  color: #d1d5db;
}

.single-content-area .drlistify-sc-card__about p,
.drlistify-sc-card__about p {
  margin: 0 0 0.75rem !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.drlistify-sc-card__about p:last-child {
  margin-bottom: 0 !important;
}

.single-content-area .drlistify-sc-card__about a {
  color: #2563eb !important;
  border-bottom: none !important;
}

html.dark .single-content-area .drlistify-sc-card__about a {
  color: #60a5fa !important;
}

/* Chambers */
.drlistify-sc-card__chambers-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem !important;
  box-shadow: none !important;
}

.drlistify-sc-card__section-title {
  margin-bottom: 0 !important;
}

@media (max-width: 639px) {
  .single-content-area h4.drlistify-sc-card__section-title,
  .single-content-area .drlistify-sc-card__section-title,
  .drlistify-sc-card__chambers-head .drlistify-sc-card__section-title,
  .drlistify-sc-card__section-title {
    border-bottom: 2px solid #d3d3d338;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.625rem !important;
  }

  html.dark .drlistify-sc-card__section-title {
    border-bottom-color: rgb(75 85 99 / 0.35);
  }
}

.drlistify-sc-card__chambers-count {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b7280;
}

html.dark .drlistify-sc-card__chambers-count {
  color: #9ca3af;
}

.drlistify-sc-card__chambers-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

@media (min-width: 640px) {
  .drlistify-sc-card__chambers-list {
    gap: 1rem;
  }
}

/* Chamber card */
.drlistify-sc-chamber {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}

@media (min-width: 640px) {
  .drlistify-sc-chamber {
    padding: 1.125rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
  }

  html.dark .drlistify-sc-chamber {
    border-color: #4b5563;
    background: #111827;
  }
}

@media (max-width: 639px) {
  .drlistify-sc-chamber {
    padding: 0.625rem 0.75rem 0.625rem 0.625rem;
    border-radius: 0.625rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
  }

  html.dark .drlistify-sc-chamber {
    border-color: #374151;
    background: #111827;
    box-shadow: none;
  }

  .drlistify-sc-chamber__index {
    top: 0.375rem;
    right: 0.375rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.625rem;
  }

  .drlistify-sc-chamber:has(.drlistify-sc-chamber__index) {
    padding-top: 1.375rem;
  }

  .drlistify-sc-chamber__details {
    gap: 0.375rem;
  }

  .drlistify-sc-chamber__row {
    gap: 0.5rem;
    padding-bottom: 0.375rem !important;
  }

  .drlistify-sc-chamber__row:last-child {
    padding-bottom: 0 !important;
  }

  .drlistify-sc-chamber__icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 0.05rem;
  }

  .drlistify-sc-chamber__icon svg {
    width: 0.875rem;
    height: 0.875rem;
  }

  .drlistify-sc-chamber__content {
    gap: 0;
  }

  .drlistify-sc-chamber__label {
    font-size: 0.625rem;
  }

  .single-content-area .drlistify-sc-chamber__value,
  .drlistify-sc-chamber__value {
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
  }

  .drlistify-sc-chamber__phone {
    min-height: 1.75rem;
    padding: 0;
  }

  .drlistify-sc-card__chambers-foot {
    margin-top: 0.125rem;
    padding-top: 0.25rem;
  }
}

.drlistify-sc-chamber__index {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #6b7280;
  background: #f3f4f6;
}

html.dark .drlistify-sc-chamber__index {
  color: #d1d5db;
  background: #374151;
}

.drlistify-sc-chamber__details {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

@media (min-width: 640px) {
  .drlistify-sc-chamber__details {
    gap: 12px;
  }
}

.drlistify-sc-chamber__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #d3d3d342;
}

.drlistify-sc-chamber__row:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}

html.dark .drlistify-sc-chamber__row {
  border-bottom-color: rgb(75 85 99 / 0.43);
}

html.dark .drlistify-sc-chamber__row:last-child {
  border-bottom: none;
}

.drlistify-sc-chamber__row::before {
  display: none !important;
  content: none !important;
}

.drlistify-sc-chamber__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: #eff6ff;
  color: #2563eb;
}

.drlistify-sc-chamber__icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

html.dark .drlistify-sc-chamber__icon {
  background: rgb(30 58 138 / 0.35);
  color: #60a5fa;
}

.drlistify-sc-chamber__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.drlistify-sc-chamber__label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #9ca3af;
}

html.dark .drlistify-sc-chamber__label {
  color: #6b7280;
}

.single-content-area .drlistify-sc-chamber__value,
.drlistify-sc-chamber__value {
  display: block;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #111827 !important;
  margin: 0 !important;
}

@media (min-width: 640px) {
  .drlistify-sc-chamber__value {
    font-size: 1rem !important;
  }
}

html.dark .drlistify-sc-chamber__value {
  color: #f3f4f6 !important;
}

.single-content-area .drlistify-sc-chamber__link,
.drlistify-sc-chamber__link {
  color: #2563eb !important;
  border-bottom: none !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

.drlistify-sc-chamber__link:hover {
  text-decoration: underline !important;
}

html.dark .drlistify-sc-chamber__link {
  color: #60a5fa !important;
}

.drlistify-sc-chamber__phones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.125rem;
}

.single-content-area .drlistify-sc-chamber__phone,
.drlistify-sc-chamber__phone {
  color: #2563eb !important;
  font-weight: 600 !important;
  border-bottom: none !important;
  text-decoration: none !important;
  padding: 0.125rem 0;
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
}

.drlistify-sc-chamber__phone:hover {
  text-decoration: underline !important;
}

html.dark .drlistify-sc-chamber__phone {
  color: #60a5fa !important;
}

.drlistify-sc-chamber__phone-sep {
  color: #9ca3af;
}

/* See all link */
.drlistify-sc-card__chambers-foot {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}

.single-content-area .drlistify-sc-card__see-all,
.drlistify-sc-card__see-all {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  color: #2563eb !important;
  border-bottom: none !important;
  text-decoration: none !important;
  padding: 0.375rem 0 !important;
  min-height: 2.75rem;
  transition: color 0.15s ease;
}

.drlistify-sc-card__see-all svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.15s ease;
}

.drlistify-sc-card__see-all:hover {
  color: #1d4ed8 !important;
}

.drlistify-sc-card__see-all:hover svg {
  transform: translateX(2px);
}

html.dark .drlistify-sc-card__see-all {
  color: #60a5fa !important;
}

html.dark .drlistify-sc-card__see-all:hover {
  color: #93c5fd !important;
}

/* Semantic resets inside card */
.drlistify-sc-card-wrap header,
.drlistify-sc-card-wrap footer {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
}

.single-content-area .drlistify-sc-chamber address {
  font-style: normal !important;
}
