@media (max-width: 768px) {
    .doctor-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        flex-shrink: 0;
        flex: none;
    }

    .doctor-img-titel {
        width: 100px;
        height: 100px;
    }

    .modal.modal-disabled .modal-content {
        opacity: .45;
        filter: blur(2px);
    }

    .modal.modal-disabled {
        pointer-events: none;
    }

    .modal-inactive {
        filter: blur(2px);
        pointer-events: none;
        transition: 0.2s;
    }

    .modal-login {
        position: absolute;
        bottom: 0;
        margin: 3px;
        width: 100%;
        left: 0;
        transform: none !important;
    }

    .doctor-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .doc-info-left {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: row;
        width: fit-content;
    }

    .doctor-widget .doc-name {
        font-size: 14px;
        text-align: right;
        font-weight: 600;
        color: var(--gray-800);
        font-family: iransans-medium;
    }

    .doc-name a {
        color: var(--gray-800);
    }

    .doc-department {
        text-align: right;
        margin: 0px;
        font-size: 14px;
    }

    .doctor-ns-card {
        width: 100%;
        border: none;
        margin: 0px;
        padding: inherit;
    }

    .doc-speciality {
        display: contents;
        font-size: 14px;
    }

    .doc-location {
        text-align: right;
        margin: 0px;
        font-size: 14px;
    }

    .header-one.header-fixed {
        background: #ffffff;
        box-shadow: rgba(189, 189, 189, 0.5) 0px 1px 4px 0px;
        position: sticky;
        top: 0px;
        width: 100%;
        background-color: #ffffff;
        white-space: nowrap;
        height: 56px;
    }

    .breadcrumb-bar-two {
        display: contents;
    }

    .doc-info-center {
        border-style: groove;
        border-width: 1px;
        border-radius: 10px;
        border-color: var(--gray-300);
    }

    .doctor-page-m21 {}

    .profile-card {
        top: -17px;
        left: -44px;
    }

    .profile-actions {
        position: absolute;
        left: 10px;
        top: 0px;
    }

    .action-btn {
        background: transparent;
        border: none;
        font-size: 23px;
        font-weight: 900;
        cursor: pointer;
        color: var(--gray-600);
    }

    .action-menu {
        text-align: right;
        font-size: 14px;
        font-weight: 300;
        margin-left: 9px;
        direction: rtl;
        position: absolute;
        top: 28px;
        left: 0;
        background: white;
        border: 1px solid #eee;
        padding: 10px;
        width: 211px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        display: none;
    }

    .action-menu.show {
        display: block;
        z-index: 10;
    }

    .action-item {
        padding: 8px;
        cursor: pointer;
        border-radius: 8px;
    }

    .action-item:hover {
        background: #f7f7f7;
    }

    .social-links {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .social-item {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 12px 15px;
        border-radius: 12px;
        background: #f7f7f7;
        text-decoration: none;
        color: #333;
        transition: all 0.25s;
        font-size: 16px;
        font-weight: 600;
    }

    .social-item i {
        font-size: 28px;
    }

    /* رنگ برندهای مختلف */
    .instagram i {
        color: #d6249f;
    }

    .whatsapp i {
        color: #25d366;
    }

    .telegram i {
        color: #0088cc;
    }

    .social-item:hover {
        background: #ececec;
        transform: translateX(-3px);
    }

    .share-modal {
        border-radius: 20px;
        text-align: center;
    }

    .share-icons {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 10px;
    }

    .share-btn {
        width: 55px;
        height: 55px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 24px;
        transition: 0.25s;
    }

    /* رنگ بک‌گراند شبیه نمونه */
    .fb {
        background: #1877f2;
    }

    .tw {
        background: #1da1f2;
    }

    .tg {
        background: #27a7e7;
    }

    .wa {
        background: #25d366;
    }

    .share-btn:hover {
        transform: translateY(-4px);
        opacity: 0.9;
    }

    /* دکمه کپی لینک */
    .copy-btn {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 12px;
        background: #eef5ff;
        color: #3f6cd8;
        font-weight: 600;
        cursor: pointer;
        transition: 0.25s;
    }

    .copy-btn i {
        margin-right: 5px;
    }

    .copy-btn:hover {
        background: #dce9ff;
    }

    .doc-info-box {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        text-align: center;
        gap: 15px;
    }


    .doc-info-item {
        background: #f9fafc;
        border-radius: 14px;
        text-decoration: none;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        transition: 0.25s;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-style: none;
        background: #f9fafc;
        border-radius: 14px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        transition: 0.25s;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
        flex: 1;
        min-height: 40px;
        text-align: center;
    }

    .doc-info-center-item {
        font-size: 12px;
        border-style: dashed;
        border-radius: 0px;
        border-width: 0px 1px 0px 1px;
        border-color: var(--gray-400);

    }

    .doc-info-item:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        cursor: pointer;
    }

    .doc-info-item .icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e7efff;
    }

    .doc-info-item .icon i {
        font-size: 20px;
        color: #3c6fff;
    }

    .doc-info-item:nth-child(1) .icon {
        background: #fff3d6;
    }

    .doc-info-item:nth-child(1) .icon i {
        color: #f4b400;
    }

    .doc-info-item:nth-child(2) .icon {
        background: #dbffe5;
    }

    .doc-info-item:nth-child(2) .icon i {
        color: #00c853;
    }

    .doc-info-item:nth-child(3) .icon {
        background: #e3ecff;
    }

    .doc-info-item:nth-child(3) .icon i {
        color: #2962ff;
    }

    .booking-card .card-header {
        background: #f8fbff;
        padding: 9px 22px;
        border: none;
    }

    .booking-card .card-header h2 {
        margin: 0;
        font-size: 14px;
        font-weight: 900;
        color: black;
    }

    .header .header-nav .main-menu-wrapper {
        margin-right: -12px;
        width: 188px;
    }

    .doc-info-center {
        align-items: stretch;
        /* همه آیتم‌ها ارتفاع برابر می‌گیرند */
    }

    .doc-info-item {
        white-space: normal;
        font-size: 12px;
    }

    .header-one .navbar-header #mobile_btn {
        top: 11px;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: var(--gray-400);
        right: 7px;
    }

    .header-one .navbar-header #search_btn {
        top: 11px;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: var(--gray-400);
        left: 7px;
    }

    .header-one .header-nav .main-menu-wrapper {
        background-color: var(--gray-100);

    }

    .header-one .main-menu-wrapper .main-nav>li>a {
        color: var(--color-text-primary) !important;
        font-size: 13px;
        line-height: 0.8;
    }

    .booking-card {
        margin-top: 10px;

    }

    .side-icon {
        font-size: 12px;
        color: var(--gray-500);
        margin-left: 2px;
    }

    .card .doctor-service-card {
        border-style: solid;
        border-width: 1px;
        border-color: var(--teal-300);
    }

    .booking-card .card-body {
        padding: 0px;
        background: transparent;
        text-align: right;
    }

    .clinic-details {
        font-size: 12px;
        text-align: right;
    }

    /* ظاهر کلی مودال */
    .booking-modal {
        border-radius: 18px;
        overflow: hidden;
        animation: modalFade 0.35s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

    /* هدر جذاب */
    .booking-header {
        text-align: center;
        background: linear-gradient(135deg, var(--teal-700), var(--teal-300));
        color: white;
        padding: 30px 20px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.15);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }

    .subtitle {
        font-size: 14px;
        opacity: 0.9;
    }

    /* انیمیشن مودال */
    @keyframes modalFade {
        from {
            transform: translateY(25px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* موبایل: تمام صفحه */
    @media (max-width: 576px) {
        .booking-modal-dialog {
            margin: 0;
            height: 100%;
            max-width: 100%;
        }

        .booking-modal {
            height: 100%;
            border-radius: 0 !important;
        }
    }

    /* روزهای هفته */
    .days-wrapper {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        scrollbar-width: none;
    }

    .days-wrapper::-webkit-scrollbar {
        display: none;
    }

    .day-card {
        min-width: 110px;
        border: 1px solid #ccc;
        border-radius: 10px;
        text-align: center;
        padding: 8px;
        cursor: pointer;
        transition: 0.25s;
    }

    .day-card.active {
        border-color: #007bff;
        background: #e7f1ff;
    }

    /* ساعت‌ها */
    .times-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .time-box {
        border: 1px solid #008f7a;
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
        transition: 0.2s;
        width: fit-content;
        display: inline-flex;
        padding: 10px;
        margin: 3px;
    }

    .time-box:hover {
        background: #eafffa;
    }

    .tag {
        color: var(--gray-600);
        background-color: var(--gray-100);
        position: relative;
        font-size: 11px;
        border: 1px solid transparent;
        display: inline-block;
        border-radius: 17px;
        margin: 0 0.2rem 0.2rem 0;
        padding: 1px 10px;
    }

    #comment_center .card-body {
        padding: 0px;
    }

    .comment-text {
        font-size: 12px;
        display: block;
        color: var(--gray-400);
    }

    .comment-text p {
        margin: 0px;
    }

    .review-listing>ul li .comment {
        margin-bottom: 0px;
    }

    .phone-consult-card .consult-price-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--gray-50);
        border: 1px dashed var(--color-border);
        border-radius: 12px;
        padding: 10px 14px;
    }

    .phone-consult-card .consult-price-box .label {
        color: var(--gray-600);
        font-size: 14px;
    }

    .phone-consult-card .consult-price-box .price {
        color: var(--color-primary);
        font-size: 16px;
    }

    .phone-consult-card button.btn-success {
        border-radius: 14px;
        font-weight: 600;
    }

    .time-box.disabled {
        background-color: #fff5f5;
        border: 1px solid #feb2b2;
        border-right: 5px solid #f56565;
        color: #a0aec0;
        cursor: not-allowed;
        position: relative;
        overflow: hidden;
        opacity: 0.9;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .time-box.disabled .time {
        color: #e53e3e !important;
        /* رنگ ساعت قرمز تیره مات */
        filter: grayscale(40%);
        font-weight: 700;
    }

    .time-box.disabled .status {
        background-color: #fed7d7 !important;
        color: #c53030 !important;
        border: 1px solid #feb2b2 !important;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .time-box.disabled::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, transparent 45%, #feb2b2 50%, transparent 55%);
        background-size: 10px 10px;
        opacity: 0.1;
    }

    .time-box.disabled .action-button {
        display: none !important;
    }

    .btn {
        border-radius: 12px;
        padding: 11px;
        font-size: 14.5px;
        font-weight: 600;
        color: white;
        background: linear-gradient(135deg, #1e88e5, #26a69a);
        border: none;
    }

    .form-small input,
    .form-small select,
    .form-small textarea {
        height: 30px;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 6px;
    }



    .clinic-booking {
        display: flex;
        flex-direction: column;
    }

    .clinic-booking a {
        background-color: #ffffff;
        color: var(--color-primary);
        border-style: solid;
        border-width: 1px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        padding: 2px 15px;
        border-radius: 29px;
    }

    .clinic-booking a+a {
        margin-top: 0px;
    }

    .service-holder {
        display: flex;
        gap: 5px;
    }

    .profile-btn {
        color: var(--gray-500) !important;
        border-color: var(--gray-200) !important;
        border-width: 2px;
    }



    .nav-dynamic {
        top: 54px;
        margin: 2px -16px 20px;
        width: calc(100% + 32px);
        z-index: 11;
        display: flex;
        padding: 10px 16px 0px 16px;
        overflow-x: auto;
        position: sticky;
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(234, 236, 240);
        scrollbar-width: none;
    }

    .nav-dynamic-item {
        margin-left: 16px;
        height: 100%;
        display: flex;
        cursor: pointer;
        padding: 9px 0px;
        user-select: none;
        position: relative;
        align-items: center;
        white-space: nowrap;
        justify-content: center;
        color: rgb(71, 84, 103);
    }

    .nav-dynamic-sub {
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-align: center;
        color: rgb(102, 112, 133);
        display: flex;
        align-items: center;
    }

    .header-one .header-nav .menu-header {
        height: 58px;
    }

    .comment-author {
        color: var(--gray-600) !important;
        font-size: 13px !important;
    }

    .comment-date {
        color: var(--gray-600) !important;
        font-size: 13px !important;
        margin-top: -10px;
    }



    .booking-section a {
        color: var(--gray-400) !important;
        font-size: 11px !important;
    }

    .booking-section h2 {
        color: var(--gray-900) !important;
    }

    .booking-section h3 {
        color: var(--gray-400) !important;
        font-size: 11px !important;
    }

    .booking-section {
        color: var(--gray-200) !important;
        font-size: 11px !important;

    }

    .admin-edit-bar {
        position: fixed;
        bottom: 5px;

        left: 50%;
        transform: translateX(-50%);

        display: flex;
        align-items: center;
        gap: 8px;

        background: var(--teal-400);
        color: #fff;

        padding: 5px 10px;
        border-radius: 10px;

        font-size: 12px;
        font-weight: 900;
        text-decoration: none;

        box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
        z-index: 99999;
        transition: all .25s ease;
    }


    .admin-edit-bar i {
        font-size: 14px;
    }

    .comment-card {
        background: #fff;
        padding: 16px;
        border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    .comment-header {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .comment-body {
        font-size: 14px;
        color: #333;
    }

    .reply-box {
        background: #f9f9f9;
        border-left: 4px solid var(--teal-300);
        padding: 12px 16px;
        border-radius: 8px;
        position: relative;
    }

    .reply-header {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .reply-body {
        font-size: 14px;
        color: var(--gray-400);
        line-height: 1.6;
    }

    .reply-box {
        margin-right: 40px;
    }

    .theiaStickySidebar {
        display: none;
    }

    .inner-banner {
        margin-top: 0px !important;
        padding-top: 4px !important;
    }

    .breadcrumb-title {
        font-size: 15px !important;
    }

    .breadcrumb {
        font-size: 13px;
        padding: 0px !important;
        width: 100%;
        margin: 0px;
        color: var(--gray-400);
    }

    .breadcrumb-bar-two .inner-banner {
        padding: 0px;
    }

    .content {
        padding: 0px 0 30px;
    }

    /* container */
    .pf-filter-bar {
        display: block;
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #eaecf0;
        padding: 0px;
        position: sticky;
        top: 50px;
        z-index: 100;
    }

    .pf-filter-bar-fil {
        display: flex;
    }

    .pf-filter-btn {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        background: transparent;
        border: none;
        padding: 6px 10px;
        font-size: 13px;
        font-weight: 500;
        color: #344054;
        cursor: pointer;
        transition: all .2s ease;
    }

    .pf-filter-btn:not(:last-child) {
        border-left: 1px solid #d0d5dd;
    }

    .pf-filter-btn:hover {
        background: #f6f7f9;
    }

    .pf-icon {
        width: 18px;
        height: 18px;
        fill: #344054;
    }

    .pf-icon-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .pf-filter-count {
        position: absolute;
        top: -6px;
        right: -8px;
        background: var(--bs-danger);
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        padding: 1px 5px;
        border-radius: 10px;
    }

    .approve-docs {
        display: contents;
    }

    .doc-info-cont {
        text-align: right;
    }

    .doctor-address {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid var(--teal-400);
        border-radius: 50px;
        padding: 2px 7px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .doctor-address i {
        font-size: 15px;
        color: #64748b;
        flex-shrink: 0;
    }

    .address-text {
        font-size: 12px;
        color: #334155;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        direction: rtl;
    }

    .rating {
        font-size: 13px;
        list-style: none;
        width: 100%;
        margin: 0 0 7px;
        padding: 0;
        color: var(--gray-700);
    }

    .filter-btn {
        background-color: var(--gray-100);
        width: fit-content;
        font-size: 11px;
        padding: 3px;
        color: var(--gray-800);
        height: fit-content;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .filter-remove-icon {
        color: var(--gray-400);
        font-size: 14px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-fv-second {
        padding-bottom: 5px;
        margin-right: 5px;
    }

    #search-btn {
        margin-top: -16px;
        color: var(--gray-500);
        border-color: var(--gray-400);
        background-color: transparent;
        padding: 0px 1px 0px 3px;
        border-width: 1px;
        border-radius: 11px;
    }

    .h5,
    h5 {
        font-size: 13px;
        font-weight: 800;
    }

    .filter-grid {
        padding: 0px;
    }

    .form-control {
        border-color: #dcdcdc;
        color: #333333;
        font-size: 13px;
        font-weight: 600;
        min-height: 40px;
        padding: 10px 14px;
    }

    .filter-details {
        padding: 2px;
    }

    .clinics-container {
        padding: 15px 0;
    }

    .main-item {
        width: 200px;
        border-color: var(--teal-400, #14b8a6);
        border-style: solid;
        border-width: 1px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        text-align: center;
        padding: 2px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .main-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .clinic-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .clinics-io {
        margin-bottom: 10px;
    }

    .clinics-io a {
        text-decoration: none;
        color: var(--gray-600) !important;
        font-size: 13px;
        font-weight: 600;
    }

    .clinics-icon {
        margin-top: 10px;
    }

    .clinics-icon a i {
        color: var(--teal-900, #0f766e);
        font-size: 1.5rem;
        transition: color 0.3s ease;
    }

    .clinics-icon a:hover i {
        color: var(--teal-900, #0f766e);
    }

    .section-heading h2 {
        font-size: 15px;
    }

    .section-heading p {
        font-size: 13px;
        color: #757578;
        margin-bottom: 0;
    }

    .doctor-search-section {
        padding-top: 0px;
        background-image: url(/themes/drman/assets/img/bg-pattern.webp);
        background-color: var(--teal-100);
    }

    .header-one .logo.navbar-brand {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: -16px;
        margin-right: 50px;
    }

    .expanding-card {
        max-height: 120px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.45s ease;
    }
    .expanding-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: linear-gradient(to top, white, transparent);
        transition: opacity 0.3s;
    }
    .expanding-card.expanded::after {
        opacity: 0;
        pointer-events: none;
    }
    .expand-toggle {
        z-index: 3;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: transparent;
        font-size: 13px;
        border: none;
        cursor: pointer;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        transition: background 0.2s, color 0.2s;
    }

    .expand-toggle:hover {
        background: transparent;
    }



    .content-toc {
        display: none;
    }

    .doctor-phone-item {
        display: flex !important;
        direction: rtl;
        color: var(--gray-500);
    }

    .btn-call {
        border-radius: 12px;
        padding: 11px;
        font-size: 14.5px;
        font-weight: 600;
        color: white;
        background: linear-gradient(135deg, #1e88e5, #26a69a);
        border: none;
    }

    .show-phone-btn {
        width: 100%;
        background: transparent !important;
        color: var(--gray-600);
        border-style: solid;
        border-color: var(--teal-200);
        border-width: 1px;
    }

    .show-phone-btn:focus,
    .show-phone-btn:hover,
    .show-phone-btn:active,
    .show-phone-btn.active {
        width: 100%;
        background: transparent !important;
        color: var(--gray-600);
        border-style: solid;
        border-color: var(--teal-300);
        border-width: 1px;
    }

    .doctor-phone-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* هر ردیف شماره */
    .doctor-phone-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border: 1px solid #eee;
        border-radius: 12px;
        background: #fafafa;
        transition: all .2s ease;
        direction: rtl;
        /* مهم برای فارسی */
    }

    .doctor-phone-item:hover {
        background: #f5f8ff;
        border-color: #dbe4ff;
    }

    /* بخش اطلاعات (سمت راست) */
    .doctor-phone-info {
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    .phone-label,
    .doctor-phone-item__label {
        font-size: 12px;
        color: #888;
        margin-bottom: 3px;
    }

    .phone-number,
    .doctor-phone-item__number {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #222;
    }

    /* بخش دکمه‌ها (سمت چپ) */
    .doctor-phone-actions,
    .doctor-phone-item__actions {
        display: flex;
        gap: 8px;
    }

    /* دکمه تماس */
    .btn-call {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border-color: var(--teal-300);
        color: var(--gray-400);
        border-style: solid;
        transition: .2s;
    }

    .btn-call:hover {
        background: #27ae60;
        color: #fff;
    }

    /* اگر خواستی دکمه ذخیره رنگ متفاوت داشته باشد */
    .btn-call[data-number] {
        background: #eef2ff;
        color: #4c6ef5;
    }

    .btn-call[data-number]:hover {
        background: #dfe6ff;
    }

    .consult-status {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative;
    }

    .consult-status--offline {
        gap: 3px;
        color: #c62828 !important;
    }

    .consult-status--offline .consult-status__badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        padding: 4px 8px;
        border-radius: 999px;
        background: #fdeaea;
        color: #c62828;
        border: 1px solid #f5c2c7;
    }

    .consult-status--online .consult-status__badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        padding: 4px 8px;
        border-radius: 999px;
        color: var(--teal-900);
        background: var(--teal-300);
        border: 1px solid var(--teal-400);
    }

    .consult-status--offline .consult-status__indicator {
        display: flex;
        align-items: center;
    }

    .consult-status--offline:hover {
        color: #b71c1c !important;
        text-decoration: none;
    }


}
