/* doctor-detail.css — landing layout for doctor/detail-landing.html.twig */
#dtdoctor.dtdoctorFigma,
.dtdoctorFigma {
  --doc-red: var(--color-2);
  --doc-green: var(--color-1);
  --doc-blue: #1e6bb8;
  --doc-ink: #222;
  --doc-muted: #6b6b6b;
  --doc-line: #eee;
  --doc-radius: 16px;
  color: var(--doc-ink);
  background: #fff;
  padding-top: 0 !important;
  width: 100%;
}

.dtdoctorFigmaCrumb {
  background: #fff;
  padding: 14px 0 16px;
}

.dtdoctorFigmaCrumb .breadcrumb {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 13px;
  line-height: 1.4;
}

.dtdoctorFigmaCrumb .breadcrumb-item,
body:not(:has(#home)) .dtdoctorFigmaCrumb .breadcrumb .breadcrumb-item {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none;
  white-space: nowrap;
}

.dtdoctorFigmaCrumb .breadcrumb a {
  color: #8a8a8a;
}

.dtdoctorFigmaCrumb .breadcrumb a:hover {
  color: var(--doc-green);
}

.dtdoctorFigmaCrumb .breadcrumb-item.active {
  color: var(--doc-green);
  font-weight: 600;
}

.dtdoctorFigmaContent {
  background: #f5f5f5;
  padding: 36px 0 72px;
}

.dtdoctorFigmaSplit {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.dtdoctorFigmaCard {
  background: #fff;
  border-radius: var(--doc-radius);
  padding: 16px 16px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.dtdoctorFigmaPhoto {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 4 / 5;
}

.dtdoctorFigmaPhoto img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.dtdoctorFigmaName {
  color: var(--color-1);
  font-size: 22px;
  margin: 16px 0 10px;
  font-weight: 700;
  line-height: 1.35;
}

.dtdoctorFigmaBio {
  font-size: 13.5px;
  color: #555;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.55;
}

.dtdoctorFigmaBio p {
  margin-bottom: 8px;
}

.dtdoctorFigmaBio p:last-child {
  margin-bottom: 0;
}

.dtdoctorFigmaBook {
  width: 100% !important;
  max-width: 100%;
  justify-content: center;
  border-radius: 8px !important;
  height: 44px;
}

.dtdoctorSocial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 8px 14px;
  list-style: none;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.dtdoctorSocial a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 22px;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.dtdoctorSocial a:hover,
.dtdoctorSocial a:focus,
.dtdoctorSocial a:visited {
  color: var(--doc-blue);
  text-decoration: none;
}

.dtdoctorSocial svg {
  width: 15px;
  height: 15px;
}

.dtdoctorSocial svg.dtdoctorSocialZalo {
  width: 18px;
  height: 18px;
}

.dtdoctorFigmaReply {
  margin-top: 12px;
  cursor: pointer;
}

.dtdoctorFigmaIntro {
  background: #fff;
  border-radius: var(--doc-radius);
  padding: 28px 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.dtdoctorFigmaIntro h2,
.dtdoctorFigmaSec > h2,
.dtdoctorFigmaShareSec > h2,
.dtdoctorFigmaTeamHead > h2,
.dtdoctorFigmaSecTitle {
  color: var(--color-1);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
}

.dtdoctorFigmaIntro h3,
.dtdoctorFigmaIntro article h3 {
  color: var(--color-1);
  font-size: 1rem;
  margin: 22px 0 10px;
  font-weight: 700;
  line-height: 1.2;
}

.dtdoctorFigmaIntro article h2 {
  color: var(--color-1);
  font-size: 1.25rem;
  margin: 22px 0 10px;
  font-weight: 700;
  line-height: 1.2;
}

.dtdoctorFigmaIntro ul {
  padding-left: 20px;
  margin: 0 0 4px;
}

.dtdoctorFigmaIntro li {
  margin: 6px 0;
  line-height: 1.55;
}

.dtdoctorFigmaIntro article {
  font-size: 15px;
  line-height: 1.6;
}

.dtdoctorFigmaIntro article p {
  margin-bottom: 8px;
}

.dtdoctorFigmaIntro article ul {
  padding-left: 20px;
  margin-bottom: 8px;
}

.dtdoctorFigmaSec {
  margin-top: 40px;
}

.dtdoctorFigmaReviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.dtdoctorFigmaRevCard {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 540px;
  overflow: hidden;
}

.dtdoctorFigmaRevHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--doc-line);
}

.dtdoctorFigmaRevHead b {
  color: var(--doc-blue);
  font-size: 16px;
}

.dtdoctorFigmaInfo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  opacity: 0.65;
  vertical-align: middle;
}

.dtdoctorFigmaInfo::before {
  content: "i";
}

.dtdoctorFigmaRevHead > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dtdoctorFigmaRevHead strong {
  font-size: 18px;
}

.dtdoctorFigmaRevTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: calc(100% + 40px);
  background: var(--doc-blue);
  color: #fff;
  border: 0;
  border-radius: 8px 8px 0 0;
  padding: 12px 16px;
  font-weight: 700;
  font-size: inherit;
  text-align: left;
  margin: -18px -20px 8px;
  cursor: pointer;
}

.dtdoctorFigmaRevTitle i {
  transition: transform 0.2s ease;
}

.dtdoctorFigmaRevTitle:not(.is-open) i {
  transform: rotate(180deg);
}

.dtdoctorFigmaEmpty {
  color: #888;
  font-size: 14px;
  margin: 12px 0 0;
}

.dtdoctorFigmaScoreList {
  flex: 1 0 auto;
  overflow: visible;
}

.dtdoctorFigmaScoreRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 16px;
  padding: 12px 0;
  font-size: 14.5px;
  line-height: 1.45;
  border-bottom: 1px solid #f3f3f3;
}

.dtdoctorFigmaScoreRow:last-child {
  border-bottom: 0;
}

.dtdoctorFigmaScoreRow span {
  color: #444;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}

.dtdoctorFigmaScoreRow strong {
  color: var(--doc-ink);
  flex: 0 0 auto;
  min-width: 1.75em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.dtdoctorFigmaDetailLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--doc-blue);
  background: none;
  border: 0;
  padding: 0;
  font-size: 13.5px;
  font-weight: 600;
  margin: 14px 0 8px;
  cursor: pointer;
  text-align: left;
}

.dtdoctorFigmaDetailLink i {
  transition: transform 0.2s ease;
}

.dtdoctorFigmaDetailLink:not(.is-open) i {
  transform: rotate(180deg);
}

.dtdoctorFigmaBarRow {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  margin: 8px 0;
}

.dtdoctorFigmaBar {
  height: 8px;
  background: #eee;
  border-radius: 99px;
  overflow: hidden;
}

.dtdoctorFigmaBar i {
  display: block;
  height: 100%;
  background: var(--doc-blue);
}

.dtdoctorFigmaRevWrite {
  margin-top: 18px;
  height: 42px;
  border-radius: 8px !important;
  font-size: 14px;
  padding: 0 16px;
}

.dtdoctorFigmaRevFoot {
  margin-top: auto;
  padding-top: 8px;
}

.dtdoctorFigmaRevItem {
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.dtdoctorFigmaRevItem:last-child {
  border-bottom: 0;
}

.dtdoctorFigmaRevLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.dtdoctorFigmaRevItem .review-stars {
  margin: 0;
}

.dtdoctorFigmaRevItem .review-stars .fa-star {
  font-size: 18px;
}

.dtdoctorFigmaMuted {
  color: #888;
  font-size: 13px;
  white-space: nowrap;
}

.dtdoctorFigmaRevList {
  flex: 1;
  min-height: 0;
}

.dtdoctorFigmaRevItem.is-off {
  display: none;
}

.dtdoctorFigmaRevBody {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.dtdoctorFigmaRevPager {
  margin-top: auto;
  padding-top: 8px;
}

.dtdoctorFigmaRevPager .pagination {
  justify-content: flex-start;
  margin: 0;
}

.dtdoctorFigmaPh {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: #d5dbd6;
}

.dtdoctorFigmaPhThumb {
  width: 120px;
  height: 80px;
  min-height: 80px;
  border-radius: 6px;
  flex: 0 0 120px;
}

.dtdoctorFigmaNews {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px 28px;
  align-items: start;
}

.dtdoctorFigmaNewsFeat {
  min-width: 0;
}

.dtdoctorFigmaNewsHero {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  text-decoration: none;
  aspect-ratio: 4 / 3;
}

.dtdoctorFigmaNewsHero img,
.dtdoctorFigmaNewsHero .dtdoctorFigmaPh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dtdoctorFigmaNewsMeta {
  margin: 14px 0 0;
}

.dtdoctorFigmaNewsMeta small {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}

.dtdoctorFigmaNewsMeta p {
  font-size: 15px;
  font-weight: 700;
  color: var(--doc-ink);
  margin: 0;
  line-height: 1.45;
}

.dtdoctorFigmaNewsList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.dtdoctorFigmaNewsItem {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: center;
}

.dtdoctorFigmaNewsItem a:first-child {
  display: block;
  position: relative;
  width: 150px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #eee;
}

.dtdoctorFigmaNewsItem img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
}

.dtdoctorFigmaNewsItem small {
  display: block;
  color: #888;
  font-size: 12px;
  line-height: 1.3;
}

.dtdoctorFigmaNewsItem p {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0 6px;
  line-height: 1.4;
  color: #222;
}

.dtdoctorFigmaMore {
  color: var(--doc-green);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.dtdoctorFigmaMore:hover {
  color: var(--doc-red);
}

.dtdoctorFigmaShareGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 1fr);
  gap: 24px 28px;
  align-items: start;
}

.dtdoctorFigmaShareGridVideoOnly {
  grid-template-columns: minmax(0, 1fr);
}

.dtdoctorFigmaShareGrid > :only-child {
  grid-column: 1 / -1;
}

.dtdoctorFigmaShareGridVideoOnly .dtdoctorFigmaShareVideo {
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: 860px;
}

.dtdoctorFigmaShareMain {
  min-width: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.dtdoctorFigmaShareSec > h2 {
  margin-bottom: 16px;
}

.dtdoctorFigmaShareCards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.dtdoctorFigmaShareCard {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.dtdoctorFigmaShareCard:hover h3 {
  color: var(--doc-red);
}

.dtdoctorFigmaShareCard.is-off {
  display: none;
}

.dtdoctorFigmaShareCardImg {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
  flex: 0 0 auto;
}

.dtdoctorFigmaShareCardImg img,
.dtdoctorFigmaShareCardImg .dtdoctorFigmaPh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dtdoctorFigmaShareCardMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 6px;
  line-height: 1.3;
  min-height: 15px;
}

.dtdoctorFigmaShareCardMeta > span:first-child {
  color: #555;
}

.dtdoctorFigmaShareCardCate {
  color: var(--doc-red);
}

.dtdoctorFigmaShareCardCate::before {
  content: "- ";
  color: #bbb;
}

.dtdoctorFigmaShareCard h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dtdoctorFigmaShareCard p {
  font-size: 13px;
  color: #666;
  margin: 6px 0 0;
  line-height: 1.45;
  min-height: calc(1.45em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dtdoctorFigmaSharePager {
  margin-top: 12px;
}

.dtdoctorFigmaSharePager .pagination {
  justify-content: flex-start;
}

.dtdoctorFigmaShareVideo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #d5dbd6;
}

.dtdoctorFigmaShareVideo img,
.dtdoctorFigmaShareVideo .dtdoctorFigmaPh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dtdoctorFigmaShareVideoTime {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 4px;
  pointer-events: none;
}

.dtdoctorFigmaShareVideo .playVideo {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}

.dtdoctorFigmaRelated.dtdoctorNews {
  background: transparent;
  padding: 40px 0 0;
}

.dtdoctorFigmaRelated .--listNews.mobi {
  display: none !important;
}

.dtdoctorFigmaRelateGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.dtdoctorFigmaRelateCard {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 16px;
}

.dtdoctorFigmaRelateImg {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee;
}

.dtdoctorFigmaRelateImg img,
.dtdoctorFigmaRelateImg .dtdoctorFigmaPh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dtdoctorFigmaRelateBody {
  padding: 12px 14px 0;
}

.dtdoctorFigmaRelateMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
}

.dtdoctorFigmaRelateMeta a {
  color: var(--doc-red);
  font-weight: 600;
  text-decoration: none;
}

.dtdoctorFigmaRelateBody h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.4;
}

.dtdoctorFigmaRelateBody h3 a {
  color: #111;
  text-decoration: none;
}

.dtdoctorFigmaRelateBody p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dtdoctorFigmaTeam {
  margin-top: 40px;
}

.dtdoctorFigmaTeamHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.dtdoctorFigmaTeamHead > h2 {
  margin: 0;
}

.dtdoctorFigmaTeamNav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.dtdoctorFigmaTeamNav .--arrow {
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dtdoctorFigmaTeamNav .--arrow img {
  width: 14px;
  height: 14px;
}

.dtdoctorFigmaTeamNav .--arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.dtdoctorFigmaTeamList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.dtdoctorFigmaTeamList > .dtdoctorFigmaMember {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-width: 0;
}

.dtdoctorFigmaTeamList.slick-initialized {
  display: block;
}

.dtdoctorFigmaTeamList .slick-list {
  margin: 0 -20px;
}

.dtdoctorFigmaTeamList .slick-track {
  display: flex !important;
  align-items: stretch;
}

.dtdoctorFigmaTeamList .slick-slide {
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.dtdoctorFigmaTeamList .slick-slide > div,
.dtdoctorFigmaTeamList .slick-slide > article {
  height: 100%;
}

.dtdoctorFigmaMember {
  min-width: 0;
  height: 100%;
}

.dtdoctorFigmaMember .itemDoctor {
  align-items: flex-start;
}

.dtdoctorFigmaMember .itemDoctor .--img {
  overflow: hidden;
  justify-content: flex-start;
}

.dtdoctorFigmaMember .itemDoctor .--img img {
  margin: 0;
  display: block;
  object-fit: cover;
}

.dtdoctorFigmaMember .itemDoctor .--txt {
  text-align: left;
}

.dtdoctorFigmaMember .itemDoctor .--name {
  text-align: left;
  margin: 0 0 10px;
  color: var(--color-1);
  font-size: 18px;
  font-weight: 700;
}

.dtdoctorFigmaMember .itemDoctor .--name:hover {
  color: var(--color-2);
}

.dtdoctorFigmaMember .itemDoctor .--viewdetail {
  justify-content: flex-start;
}

.dtdoctorFigmaMember .itemDoctor ul {
  padding-left: 0;
  margin-bottom: 0;
  align-items: flex-start;
}

.dtdoctorFigmaMember .itemDoctor li {
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.dtdoctorFigmaMember .itemDoctor ul img {
  margin: 0 8px 0 0;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

@media (max-width: 980px) {
  .dtdoctorFigmaCrumb {
    padding: 12px 0;
  }

  .dtdoctorFigmaSplit,
  .dtdoctorFigmaReviews,
  .dtdoctorFigmaNews,
  .dtdoctorFigmaShareGrid,
  .dtdoctorFigmaShareCards,
  .dtdoctorFigmaRelateGrid {
    grid-template-columns: 1fr;
  }

  .dtdoctorFigmaRevCard {
    min-height: 480px;
  }

  .dtdoctorFigmaTeamList {
    gap: 24px;
  }

  .dtdoctorFigmaTeamList > .dtdoctorFigmaMember {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dtdoctorFigmaTeamList .slick-list {
    margin: 0;
  }

  .dtdoctorFigmaTeamList .slick-slide {
    padding: 0;
  }

  .dtdoctorFigmaIntro {
    padding: 20px 16px;
  }

  .dtdoctorFigmaNews {
    padding: 16px;
    gap: 20px;
  }

  .dtdoctorFigmaNewsItem {
    grid-template-columns: 120px 1fr;
  }

  .dtdoctorFigmaNewsItem a:first-child {
    width: 120px;
  }

  .dtdoctorFigmaShareGridVideoOnly {
    grid-template-columns: 1fr;
  }

  .dtdoctorFigmaShareVideo {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

@media (max-width: 1023px) {
  #dtdoctor.dtdoctorFigma {
    padding-top: 0 !important;
  }

  body:not(:has(#home)) .dtdoctorFigmaCrumb .breadcrumb {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }

  body:not(:has(#home)) .dtdoctorFigmaCrumb .breadcrumb .breadcrumb-item,
  body:not(:has(#home)) .dtdoctorFigmaCrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none;
    padding: 0;
  }

  body:not(:has(#home)) .dtdoctorFigmaCrumb .breadcrumb .breadcrumb-item a,
  body:not(:has(#home)) .dtdoctorFigmaCrumb .breadcrumb .breadcrumb-item.active {
    white-space: nowrap;
    overflow: visible;
  }
}
