.tm-specialists-filters {
    background: #ffffff;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 22px;
    font-family: "Satoshi", sans-serif !important;
}

.tm-filter-section {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 2px solid #e6eaf1 !important;
}

.tm-filter-section--last {
    border-bottom: 0;
    margin-bottom: 10px;
}

.tm-filter-title {
    margin: 0 0 12px;
    font: 700 20px/1.2 "Satoshi", sans-serif !important;
    color: #222f65 !important;
}

.tm-filter-section-toggle {
    all: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0 !important;
    color: #222f65 !important;
    font: inherit !important;
    cursor: pointer !important;
    box-sizing: border-box;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.tm-filter-section-toggle:focus,
.tm-filter-section-toggle:focus-visible {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.tm-toggle-icon {
    width: 14px;
    height: 14px;
    display: block;
}

.tm-filter-search-wrap {
    margin-bottom: 12px;
    position: relative;
}

.tm-filter-search-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
    pointer-events: none;
}

.tm-filter-search,
.tm-filter-select-wrap select,
.tm-filter-select-wrap input[type="text"] {
    width: 100%;
    height: 44px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 0 14px;
    color: #222f65 !important;
    font: 500 17px/1 "Satoshi", sans-serif !important;
}

.tm-filter-search {
    padding-left: 50px !important;
}

.tm-filter-search::placeholder {
    color: #4f668f !important;
}

.tm-filter-search:focus,
.tm-filter-select-wrap select:focus,
.tm-filter-select-wrap input[type="text"]:focus {
    border-color: #0094c0 !important;
    outline: none !important;
}

.tm-filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font: 500 17px/1.35 "Satoshi", sans-serif !important;
    color: #223a67 !important;
    cursor: pointer;
    user-select: none;
}

.tm-checkbox-row input {
    width: 20px;
    height: 20px;
    border: 2px solid #cdd7e8;
    border-radius: 4px;
    appearance: none;
    background: #ffffff;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.tm-checkbox-row input:checked {
    border-color: #0094c0;
    background: #0094c0;
}

.tm-checkbox-row input:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tm-country-hidden {
    display: none;
}

.tm-country-more[data-expanded="1"] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-show-more-countries {
    all: unset;
    margin-top: 6px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0d8fbb !important;
    text-align: center;
    padding: 10px 12px;
    cursor: pointer !important;
    font: 700 17px/1.4 "Satoshi", sans-serif !important;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}

.tm-show-more-countries:hover {
    border-color: #0094c0 !important;
    background: #f8fdff !important;
}

.tm-show-more-countries:active,
.tm-show-more-countries:focus-visible {
    border-color: #0094c0 !important;
    background: #ffffff !important;
    color: #0d8fbb !important;
    outline: none !important;
}

.tm-more-icon {
    width: 12px;
    height: 12px;
    display: block;
}

.tm-filter-note {
    margin: 8px 0 0;
    color: #4f668f !important;
    font: 500 14px/1.35 "Satoshi", sans-serif !important;
}

.tm-filter-select-wrap {
    margin-top: 16px;
    position: relative;
    width: 100% !important;
}

.tm-searchable-select {
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

.tm-searchable-toggle {
    all: unset;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 44px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 0 14px !important;
    color: #222f65 !important;
    font: 500 17px/1 "Satoshi", sans-serif !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
    cursor: pointer !important;
    text-align: left !important;
    white-space: nowrap;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.tm-searchable-toggle:focus,
.tm-searchable-toggle:focus-visible,
.tm-searchable-toggle[aria-expanded="true"] {
    border-color: #0094c0 !important;
    outline: none !important;
}

.tm-searchable-value {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-searchable-icon {
    width: 12px;
    height: 12px;
    display: block;
    flex: 0 0 12px;
    margin-left: auto;
}

.tm-searchable-panel {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    top: calc(100% + 4px);
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(34, 47, 101, 0.08);
    z-index: 50;
    overflow: hidden;
}

.tm-searchable-input-wrap {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #e6eaf1;
}

.tm-searchable-input {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 0 12px 0 46px !important;
    color: #222f65 !important;
    font: 500 16px/1 "Satoshi", sans-serif !important;
    background-image: none !important;
}

.tm-searchable-input::-webkit-search-decoration,
.tm-searchable-input::-webkit-search-cancel-button,
.tm-searchable-input::-webkit-search-results-button,
.tm-searchable-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.tm-searchable-input:focus {
    border-color: #0094c0 !important;
    outline: none !important;
}

.tm-searchable-input-wrap .tm-filter-search-icon {
    left: 22px;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.tm-searchable-options {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: left !important;
    max-height: 220px;
    overflow: auto;
    padding: 6px;
}

.tm-searchable-option {
    all: unset;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    border: 0 !important;
    border-radius: 6px;
    background: transparent !important;
    color: #223a67 !important;
    font: 500 17px/1.3 "Satoshi", sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 10px 12px;
    cursor: pointer;
}

.tm-searchable-option:hover,
.tm-searchable-option:focus-visible,
.tm-searchable-option.is-selected {
    background: #e9f6fd !important;
    color: #222f65 !important;
    outline: none !important;
}

.tm-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tm-filter-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px !important;
    font: 700 17px/1 "Satoshi", sans-serif !important;
    text-decoration: none;
    padding: 0 20px;
}

.tm-filter-clear {
    border: 2px solid #0094c0 !important;
    color: #0094c0 !important;
    background: #ffffff !important;
    gap: 8px;
    cursor: pointer;
    padding: 0 28px;
}

.tm-filter-clear img {
    width: 22px !important;
    height: 22px !important;
    display: block;
    flex: 0 0 22px;
}

.tm-specialists-results {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tm-specialists-found {
    margin: 4px 0 0;
    color: #223a67 !important;
    font: 500 17px/1.3 "Satoshi", sans-serif !important;
}

.tm-specialist-card {
    background: #ffffff;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    padding: 16px 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    box-shadow: none !important;
}

.tm-specialist-left {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.tm-specialist-avatar {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: #e9f6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e5d8e !important;
    font: 700 30px/1 "Satoshi", sans-serif !important;
    overflow: hidden;
}

.tm-specialist-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tm-specialist-content h4 {
    margin: 2px 0 2px;
    color: #222f65 !important;
    font: 700 20px/1.2 "Satoshi", sans-serif !important;
}

.tm-specialist-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tm-specialist-subtitle {
    margin: 0;
    color: #223a67 !important;
    font: 500 17px/1.35 "Satoshi", sans-serif !important;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tm-subtitle-dot {
    color: #0094c0 !important;
    font-weight: 700;
}

.tm-specialist-meta {
    margin: 0;
    color: #222f65 !important;
    font: 500 17px/1.35 "Satoshi", sans-serif !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.tm-meta-gap {
    display: inline-block;
    width: 12px;
    height: 1px;
}

.tm-specialist-meta img {
    width: 16px;
    height: 16px;
}

.tm-specialist-chips {
    margin-top: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tm-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    box-sizing: border-box;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    color: #223a67 !important;
    background: #ffffff !important;
    padding: 0 14px;
    font: 500 15px/1 "Satoshi", sans-serif !important;
}

.tm-chip-more {
    color: #0d8fbb !important;
    background: #f0faff !important;
    border-color: #d9eff9 !important;
}

.tm-specialist-right {
    display: flex;
    align-items: center;
}

.tm-profile-btn {
    min-width: 166px;
    min-height: 40px;
    border-radius: 8px !important;
    text-decoration: none;
    color: #ffffff !important;
    background: #0094c0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: 700 15px/1 "Satoshi", sans-serif !important;
    padding: 0 16px;
}

.tm-profile-btn img {
    width: 10px;
    height: 10px;
    display: block;
}

.tm-profile-btn:hover,
.tm-filter-clear:hover {
    background: #f0fbff !important;
    color: #0094c0 !important;
    border-color: #0094c0 !important;
}

.tm-specialist-empty {
    background: #ffffff;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    padding: 20px;
    color: #223a67 !important;
    font: 500 17px/1.4 "Satoshi", sans-serif !important;
}

.tm-chip-hidden {
    display: none;
}

.tm-chip-more-btn {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    box-sizing: border-box;
    border: 2px solid #d9eff9 !important;
    border-radius: 8px !important;
    background: #f0faff !important;
    color: #0d8fbb !important;
    padding: 0 14px;
    font: 500 15px/1 "Satoshi", sans-serif !important;
    cursor: pointer;
    line-height: 1 !important;
}

.tm-chip-more-btn:hover,
.tm-chip-more-btn:focus-visible {
    border-color: #0094c0 !important;
    outline: none !important;
}

.tm-pagination {
    margin-top: 4px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.tm-page {
    min-width: 38px;
    min-height: 38px;
    border: 2px solid #e6eaf1;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #223a67;
    font: 700 15px/1 "Satoshi", sans-serif;
    background: #ffffff;
}

.tm-page-current {
    border-color: #0094c0;
    color: #0094c0;
}

.tm-filter-section.is-collapsed .tm-filter-search-wrap,
.tm-filter-section.is-collapsed .tm-filter-options,
.tm-filter-section.is-collapsed .tm-filter-select-wrap,
.tm-filter-section.is-collapsed .tm-filter-note {
    display: none;
}

.tm-profile-card {
    background: #ffffff;
    border: 2px solid #e6eaf1 !important;
    border-radius: 14px !important;
    padding: 20px;
    box-shadow: none !important;
    font-family: "Satoshi", sans-serif !important;
}

.tm-profile-card h3,
.tm-profile-card h4,
.tm-profile-card p {
    margin: 0;
}

.tm-profile-card--primary {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.tm-profile-logo {
    width: 148px;
    min-width: 148px;
    height: 148px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e5d8e;
    font: 700 34px/1 "Satoshi", sans-serif;
    background: #ffffff;
}

.tm-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tm-profile-main {
    min-width: 0;
    flex: 1 1 auto;
}

.tm-profile-main h1 {
    margin: 2px 0 8px;
    color: #222f65 !important;
    font: 700 28px/1.15 "Satoshi", sans-serif !important;
}

.tm-profile-roles {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #223a67 !important;
    font: 500 16px/1.35 "Satoshi", sans-serif !important;
    margin-bottom: 12px !important;
}

.tm-profile-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
}

.tm-profile-meta-grid p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #223a67 !important;
    font: 500 15px/1.35 "Satoshi", sans-serif !important;
}

.tm-profile-meta-grid img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.tm-profile-card--cta {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tm-profile-cta-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tm-profile-cta-head > img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
}

.tm-profile-cta-head h3 {
    color: #222f65 !important;
    font: 700 22px/1.25 "Satoshi", sans-serif !important;
    margin-bottom: 8px;
}

.tm-profile-cta-head p {
    color: #223a67 !important;
    font: 500 16px/1.4 "Satoshi", sans-serif !important;
}

.tm-profile-cta-btn {
    min-height: 54px;
    border-radius: 10px !important;
    background: #0094c0 !important;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: 700 18px/1 "Satoshi", sans-serif !important;
}

.tm-profile-cta-btn img {
    width: 11px;
    height: 11px;
}

.tm-profile-card--about {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tm-profile-card--about h3,
.tm-profile-card--about h4 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #222f65 !important;
}

.tm-profile-card--about h3 {
    font: 700 22px/1.2 "Satoshi", sans-serif !important;
}

.tm-profile-card--about h4 {
    font: 700 18px/1.25 "Satoshi", sans-serif !important;
}

.tm-profile-card--about h3 img,
.tm-profile-card--about h4 img {
    width: 20px;
    height: 20px;
}

.tm-profile-about-text {
    color: #223a67 !important;
    font: 500 15px/1.5 "Satoshi", sans-serif !important;
}

.tm-profile-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.tm-profile-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tm-profile-column .tm-specialist-chips {
    gap: 10px;
}

.tm-profile-column .tm-chip,
.tm-profile-column .tm-chip-more-btn {
    min-height: 36px;
    font-size: 15px !important;
    padding: 0 12px;
}

.tm-profile-card--contacts h3 {
    color: #222f65 !important;
    font: 700 22px/1.2 "Satoshi", sans-serif !important;
    margin-bottom: 14px;
}

.tm-profile-contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
}

.tm-profile-contact-list,
.tm-profile-social-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tm-profile-contact-list p,
.tm-profile-social-list p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #223a67;
    font: 500 15px/1.4 "Satoshi", sans-serif;
}

.tm-profile-contact-list img,
.tm-profile-social-list img {
    width: 18px;
    height: 18px;
}

.tm-profile-contact-list a,
.tm-profile-social-list a {
    color: #223a67 !important;
    text-decoration: none;
    word-break: break-word;
}

.tm-profile-card--additional {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tm-profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #e6eaf1;
}

.tm-profile-row:last-child {
    border-bottom: 0;
}

.tm-profile-row p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #223a67 !important;
    font: 500 15px/1.35 "Satoshi", sans-serif !important;
}

.tm-profile-row img {
    width: 18px;
    height: 18px;
}

.tm-profile-row strong {
    color: #222f65 !important;
    font: 700 15px/1.35 "Satoshi", sans-serif !important;
    text-align: right;
}

.tm-profile-empty {
    color: #4f668f !important;
    font: 500 14px/1.35 "Satoshi", sans-serif !important;
    padding: 12px 0;
}

@media (max-width: 1024px) {
    .tm-profile-card {
        padding: 18px;
    }

    .tm-profile-card--primary {
        flex-direction: column;
        gap: 16px;
    }

    .tm-profile-logo {
        width: 128px;
        min-width: 128px;
        height: 128px;
    }

    .tm-profile-main h1 {
        font-size: 34px !important;
    }

    .tm-profile-roles,
    .tm-profile-meta-grid p,
    .tm-profile-about-text,
    .tm-profile-contact-list p,
    .tm-profile-social-list p,
    .tm-profile-row p,
    .tm-profile-row strong {
        font-size: 18px !important;
    }

    .tm-profile-card--about h3,
    .tm-profile-card--contacts h3,
    .tm-profile-cta-head h3 {
        font-size: 28px !important;
    }

    .tm-profile-card--about h4,
    .tm-profile-cta-btn {
        font-size: 22px !important;
    }

    .tm-profile-cta-head p {
        font-size: 17px !important;
    }

    .tm-profile-column .tm-chip,
    .tm-profile-column .tm-chip-more-btn {
        min-height: 40px;
        font-size: 17px !important;
    }

    .tm-profile-columns,
    .tm-profile-contacts-grid,
    .tm-profile-meta-grid {
        grid-template-columns: 1fr;
    }

    .tm-filter-title {
        font-size: 24px;
    }

    .tm-specialist-content h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .tm-specialist-card {
        flex-direction: column;
    }

    .tm-specialist-right {
        justify-content: flex-start;
    }

    .tm-profile-btn {
        width: 100%;
    }
}
