/*
Theme Name: Mediverse Child
Theme URI: https://mediverse.casethemes.net/
Template: mediverse
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Mediverse is a modern, professional, and flexible WordPress theme designed for Medical Centers, Hospitals, Clinics, Healthcare Services, and Medical Practices. With its responsive design, retina readiness, and easy customization, Mediverse provides all the elements and styles you need to build a powerful online presence for your medical business.
Tags: medical,healthcare,hospital,clinic,doctor,health,medical center,healthcare services,medical practice,dentistry,pharmacy,wellness,medical services,health clinic,responsive
Version: 1.0.0.1765811110
Updated: 2025-12-15 15:05:10

*/
/*About Us Page*/
.pxl-team-grid1 .pxl-item--inner .pxl-item--icon, .pxl-team-carousel1 .pxl-item--inner .pxl-item--icon {
    display: none !important;
}

/*Team Page background*/
.pxl-team-grid1 .pxl-item--inner .pxl-item--font, .pxl-team-carousel1 .pxl-item--inner .pxl-item--font {
    background: #009D96 !important;
}

/*Services Button*/
a.full-width-btn {
    display: block !important;
    width: 100% !important;
}

/* Pricing table height */
/* Force grid items to stretch */
.e-con-inner {
    display: grid;
    align-items: stretch !important;
}

/* Make all wrapper divs take full height */
.elementor-widget-pxl_pricing, .elementor-widget-container {
    height: 100% !important;
    display: flex !important;
}

/* Make pricing card flex and full height */
.pxl-pricing {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100%;
}

/* Make content area grow to push button down */
.content-inner {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Keep button at bottom */
.pxl-item--button {
    margin-top: auto !important;
}