/*prezentare diferita a doua tabele pe desktop si pe mobil*/

@media (min-width: 769px) {
  #medicine_view23_wrapper.dataTables_wrapper {
    display: none;
  }

  #medicine_view2_wrapper.dataTables_wrapper {
    display: block;
  }

  #wp_driving5_wrapper.dataTables_wrapper {
    display: none;
  }

  #wp_driving4_wrapper.dataTables_wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  #medicine_view23_wrapper.dataTables_wrapper {
    display: block;
  }

  #medicine_view2_wrapper.dataTables_wrapper {
    display: none;
  }

  #wp_driving5_wrapper.dataTables_wrapper {
    display: block;
  }

  #wp_driving4_wrapper.dataTables_wrapper {
    display: none;
  }
}

/* Eliminăm restricția temei pentru a lăsa Elementor să respire */

.page-template-default .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner {
  width: 100% !important;
  padding: 0 !important;
}



/* Eliminăm restricția Team informatii inutile */
.page-template-default .mkdf-content .mkdf-content-inner > .mkdf-container {
  width: 100% !important;
}

.mkdf-team-single-holder .mkdf-team-single-content {
  display: none;
}

.mkdf-team-single-holder .mkdf-book-now {
  display: none;
}





/* Scoate autorul din posturi */
.mkdf-post-info-author, .mkdf-author-description {
    display: none !important;
}

/* Elimină iconița de coș și dropdown-ul aferent în tema Mikado Clinic */
.mkdf-shopping-cart-holder, 
.mkdf-shopping-cart-dropdown,
.mkdf-cart-icon-holder,
.mkdf-header-cart-area {
    display: none !important;
}

/* Elimină coșul și din meniurile mobile dacă este prezent */
.mkdf-mobile-header .mkdf-shopping-cart-holder {
    display: none !important;
}



/* Ajustare titlu membru echipă pe mobil */
@media screen and (max-width: 768px) {
    .single-team-item .mkdf-page-title.entry-title,
    .mkdf-title-subtitle-holder h1.mkdf-page-title {
        font-size: 28px !important; /* Micșorează mărimea textului */
        line-height: 1.3 !important; /* Oferă spațiu rândului al doilea să se vadă complet */
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Asigură-te că și containerul părinte lasă textul să se vadă */
    .mkdf-title-subtitle-holder-inner {
        padding: 20px 0 !important;
        height: auto !important;
    }
}