.elementor-shortcode .results-list{
    display: flex;
    gap: 2rem;
    margin: 4rem 0;
}
.elementor-shortcode .results-list .trainer-card{
    background: white;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-duration: 300ms;
}
.elementor-shortcode .results-list .trainer-card:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.elementor-shortcode .results-list .trainer-card:hover .avatar-img img{
    transform: scale(1.2);
}
.elementor-shortcode .results-list .description{
    padding: 1.5rem;
}
.elementor-shortcode .results-list .name{
    color: #1b1c1c;
    font-size: 1.125rem;
    font-family: Manrope;
    margin-bottom: 0.5rem;
}
.elementor-shortcode .results-list .specialty{
    color: #5f5e5e;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.elementor-shortcode .results-list .language{
    color: #5f5e5e;
    font-size: 0.675rem;
    padding: .125rem .5rem;
    background-color: #e4e2e2;
    border-radius: 0.25rem;
}
.elementor-shortcode .results-list .divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1rem 0;
}
.elementor-shortcode .results-list .avatar-img{
    position: relative;
    aspect-ratio: 4 / 5;
    max-width: 18rem;
    overflow: hidden;
}
.elementor-shortcode .results-list .avatar-img img{
    object-fit: cover;
    height: 100%;
    transition-duration: .2s;
}
.elementor-shortcode .results-list .profile-action{
    color: #a4834a;
    background: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
}
.elementor-shortcode .results-list .book-action{
    color: white;
    background: #a4834a;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    border-radius: .5rem;
    box-shadow: none;
}
.elementor-shortcode .results-list .avatar-img .favorite-btn{
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: #fff3;
    color: white;
    backdrop-filter: blur(12px);
    padding: 0.5rem;
    border-radius: 999px;
    z-index: 10;
}
.elementor-shortcode .results-list .profile-action:hover{
    text-decoration: underline;
}