.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for section, class: .elementor-element-0dfee8a */@media screen and (max-width: 768px) {
    .your-table,
    .your-table thead,
    .your-table tbody,
    .your-table th,
    .your-table td,
    .your-table tr {
        display: block;
    }
    
    .your-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .your-table tr {
        border: 1px solid #ccc;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 15px;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .your-table td {
        border: none;
        position: relative;
        padding: 8px 0 8px 35%;
        text-align: right !important;
        border-bottom: 1px solid #eee;
    }
    
    .your-table td:nth-of-type(1):before { content: "ردیف: "; }
    .your-table td:nth-of-type(2):before { content: "نام پزشک: "; }
    .your-table td:nth-of-type(3):before { content: "تخصص: "; }
    .your-table td:nth-of-type(4):before { content: "شهر: "; }
    .your-table td:nth-of-type(5):before { content: "آدرس و تماس: "; }
    
    .your-table td:before {
        position: absolute;
        top: 8px;
        left: 6px;
        width: 30%;
        font-weight: bold;
        color: #4a90e2;
    }
}/* End custom CSS */