.elementor-2094 .elementor-element.elementor-element-6a2a0f8{--display:flex;--overlay-opacity:0.2;}.elementor-2094 .elementor-element.elementor-element-6a2a0f8:not(.elementor-motion-effects-element-type-background), .elementor-2094 .elementor-element.elementor-element-6a2a0f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://espaciokawsay.com.ar/wp-content/uploads/2024/07/header.jpg");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-2094 .elementor-element.elementor-element-6a2a0f8::before, .elementor-2094 .elementor-element.elementor-element-6a2a0f8 > .elementor-background-video-container::before, .elementor-2094 .elementor-element.elementor-element-6a2a0f8 > .e-con-inner > .elementor-background-video-container::before, .elementor-2094 .elementor-element.elementor-element-6a2a0f8 > .elementor-background-slideshow::before, .elementor-2094 .elementor-element.elementor-element-6a2a0f8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2094 .elementor-element.elementor-element-6a2a0f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-2094 .elementor-element.elementor-element-5fb58e0{--spacer-size:100px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2094 .elementor-element.elementor-element-1d61dc5{text-align:center;}.elementor-2094 .elementor-element.elementor-element-1d61dc5 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:3.6em;font-weight:600;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.39);color:#FFFFFF;}.elementor-2094 .elementor-element.elementor-element-32f062e{--spacer-size:40px;}.elementor-2094 .elementor-element.elementor-element-ae2803a{--display:flex;--justify-content:flex-start;--padding-top:40px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-2094 .elementor-element.elementor-element-ae2803a:not(.elementor-motion-effects-element-type-background), .elementor-2094 .elementor-element.elementor-element-ae2803a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF5E5;}/* Start custom CSS */.therapist-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.therapist-card {
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.therapist-card img {
    width: 100%;
    height: 250px; /* Fixed height for images */
    object-fit: cover; /* Ensures images maintain aspect ratio and cover the area */
}

.card-content {
    padding: 10px;
}

.therapist-card h3 {
    color: #dca54a;
    font-size: 1.3em;
    margin: 10px 0 5px 0;
}

.therapist-card p {
    color: #555;
    font-size: 1em;
}

.verPerfilLink {
    text-decoration: none !important;
}

.verPerfilLink:after {
    content: " >";
    font-size: small;
    vertical-align: 2px;
}

.filter-search-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#filter-by-therapy {
    max-width: 45%;
}

#search-therapists {
    max-width: 45%;
}/* End custom CSS */