/*
Theme Name:     Child
Description:    
Author:         vividadmin
Template:       Avada

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.mhc-staff .staff-profile {
	font-size: 14px;
    border: 1px solid #6497d6;
    width: fit-content;
    border-radius: 30px;
    padding: 0px 10px;
	margin:10px 0px 10px 0px;
}

.mhc-staff .staff-profile::after {
	font-family: awb-icons;
	content: "\f105"; /* Unicode right arrow */
  display: inline-block;
  margin-left: 8px; /* Space between text and arrow */
  transition: transform 0.3s ease; /* Optional hover effect */

}

.mhc-staff-modal .fusion-flex-column {
	width:100%!important;
	padding: 20px;
}

.comprehensive-care-team .mhc-staff-tag {
    width: fit-content!important;
    background:#f0c733;
    border-radius:5px;
}

.doctors .mhc-staff-tag {
    width: fit-content!important;
    background:#02428a;
    border-radius:5px;
}

.mhc-staff-tag p {
    padding:2px 5px;
}

.mhc-staff-tag p .fa-tag {
	font-size: 10px;
    padding-right: 3px;
}