.totm-doctor-hero {
    position: relative;
    overflow: hidden;
    min-height: 246px;
    color: #fff;
    background: linear-gradient(103deg, rgba(4,43,57,.98), rgba(6,69,79,.92) 63%, rgba(0,160,133,.77)), url('/images/bg-image/row-bgimage-6.jpg') center 47% / cover;
}
.totm-doctor-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 4px; background: #00cda6; }
.totm-doctor-hero > .container { min-height: 246px; padding-top: 23px; padding-bottom: 32px; display: flex; flex-direction: column; justify-content: flex-end; }
.totm-doctor-breadcrumb { margin-bottom: auto; display: flex; align-items: center; gap: 7px; color: #bdd4d8; font-size: 11px; font-weight: 700; }
.totm-doctor-breadcrumb a, .totm-doctor-breadcrumb a:hover { color: #d7e7e9; }
.totm-doctor-hero > .container > small { margin-bottom: 2px; color: #5de4ca; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.totm-doctor-hero h1 { max-width: 940px; margin: 0; color: #fff; font-size: clamp(31px, 4.5vw, 46px); line-height: 1.14; letter-spacing: -.035em; }
.totm-doctor-hero p { max-width: 700px; margin: 8px 0 0; color: #d4e4e6; font-size: 14px; }

.totm-doctor-directory-v2 { color: #0c3340; background: #f7f9fa; }
.totm-doctor-directory-v2 > .ttm-row { padding: 38px 0 68px; }
.totm-doctor-guide { margin-bottom: 22px; padding: 13px 18px; border: 1px solid #c9e7e2; border-left: 4px solid #00cda6; border-radius: 8px; display: flex; align-items: center; gap: 15px; color: #496a72; background: #eff9f7; font-size: 12px; }
.totm-doctor-guide > span { flex: 0 0 auto; padding: 4px 8px; border-radius: 5px; color: #fff; background: #087d76; font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.totm-doctor-guide p { margin: 0; }

.totm-doctor-filter { padding: 20px; border: 1px solid #dce7e9; border-radius: 13px; display: grid; grid-template-columns: 1.2fr 1fr 125px; align-items: end; gap: 15px; background: #fff; box-shadow: 0 10px 30px rgba(12,59,72,.05); }
.totm-doctor-filter label { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.totm-doctor-filter label > span:first-child { color: #42636f; font-size: 10px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.totm-doctor-filter select, .totm-doctor-search { height: 48px; border: 1px solid #d8e3e6; border-radius: 8px; color: #0c3340; background: #fbfcfc; }
.totm-doctor-filter select { width: 100%; padding: 0 13px; font-size: 13px; font-weight: 700; }
.totm-doctor-search { display: flex; align-items: center; gap: 9px; padding: 0 13px; }
.totm-doctor-search > i { color: #087d76; flex: 0 0 auto; }
.totm-doctor-search input { min-width: 0; height: 44px; padding: 0; flex: 1; border: 0; outline: 0; color: #0c3340; background: transparent; font-size: 13px; }
.totm-doctor-search button { width: 27px; height: 27px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; color: #789098; background: #edf2f3; font-size: 18px; line-height: 1; cursor: pointer; }
.totm-doctor-count { height: 48px; padding: 6px 12px; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #638089; background: #edf7f5; line-height: 1.2; }
.totm-doctor-count strong { color: #087d76; font-size: 18px; }
.totm-doctor-count span { font-size: 9px; font-weight: 700; }

.totm-doctor-heading { margin: 31px 0 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.totm-doctor-heading small { color: #087d76; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.totm-doctor-heading h2 { margin: 1px 0 0; color: #0c3340; font-size: clamp(23px, 3vw, 30px); line-height: 1.2; letter-spacing: -.025em; }
.totm-doctor-heading > span { padding: 5px 10px; border-radius: 20px; color: #678089; background: #eaf1f2; font-size: 10px; font-weight: 700; }

.totm-doctor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.totm-doctor-card { min-width: 0; border: 1px solid #dce7e9; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 9px 27px rgba(14,60,72,.05); transition: transform .2s ease, box-shadow .2s ease; }
.totm-doctor-card:hover { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(14,60,72,.1); }
.totm-doctor-photo { height: 260px; overflow: hidden; display: block; background: #e8eef0; }
.totm-doctor-photo img { width: 100%; height: 100%; margin: 0; display: block; object-fit: cover; object-position: center top; }
.totm-doctor-copy { padding: 16px; }
.totm-doctor-copy > small { min-height: 30px; display: block; color: #087d76; font-size: 9px; line-height: 1.4; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.totm-doctor-copy h3 { min-height: 45px; margin: 5px 0 13px; font-size: 15px; line-height: 1.4; }
.totm-doctor-copy h3 a { color: #0c3340; }
.totm-doctor-profile { display: flex; align-items: center; gap: 6px; color: #526f79 !important; font-size: 10px; font-weight: 700; }
.totm-doctor-profile i { color: #00b995; }
.totm-doctor-empty { padding: 55px 20px; border: 1px dashed #ccdadd; border-radius: 12px; text-align: center; background: #fff; }
.totm-doctor-empty > i { color: #81a1a6; font-size: 35px; }
.totm-doctor-empty h3 { margin: 9px 0 2px; color: #0c3340; font-size: 18px; }
.totm-doctor-empty p { margin: 0; color: #58737c; font-size: 12px; }
.totm-doctor-card[hidden], .totm-doctor-empty[hidden] { display: none !important; }

@media (max-width: 1050px) {
    .totm-doctor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .totm-doctor-hero, .totm-doctor-hero > .container { min-height: 225px; }
    .totm-doctor-hero > .container { padding-top: 18px; padding-bottom: 27px; }
    .totm-doctor-hero h1 { font-size: 30px; }
    .totm-doctor-hero p { font-size: 12px; }
    .totm-doctor-directory-v2 > .ttm-row { padding: 27px 0 46px; }
    .totm-doctor-guide { align-items: flex-start; }
    .totm-doctor-filter { grid-template-columns: 1fr; }
    .totm-doctor-count { align-items: flex-start; padding-inline: 14px; }
    .totm-doctor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .totm-doctor-photo { height: 220px; }
}
@media (max-width: 480px) {
    .totm-doctor-guide { flex-direction: column; gap: 8px; }
    .totm-doctor-heading { align-items: flex-start; flex-direction: column; }
    .totm-doctor-grid { grid-template-columns: 1fr; }
    .totm-doctor-card { display: grid; grid-template-columns: 125px minmax(0, 1fr); }
    .totm-doctor-photo { height: 175px; }
    .totm-doctor-copy { align-self: center; }
    .totm-doctor-copy h3 { min-height: auto; }
}
