<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.therapists-backlink {
    background: #3DA8C033;
    border: 1px solid #2C285A;
    border-radius: 8px;
    padding: 12px 12px 60px 12px;
    text-align: center;
    max-width: 80vw;
}

.therapists-backlink h2 {
    font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: bold;
}

.therapists-backlink-card {

}

.therapists-backlink-card-content {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    padding: 20px 15px;
    border-radius: 8px 8px 0 0px;
}

.therapists-backlink-card-actions {
    border-radius:  0 0 8px 8px;
    overflow: hidden;
    border: 1px solid #2C285A;
}

#sidebar .therapists-backlink-card-actions a , .therapists-backlink-card-actions a{
    background: #3DA8C0;
    padding: 7px 0;
    display: block;
    color: white !important;
    text-align: center;
}

#sidebar .therapists-backlink-card-actions a:hover  , .therapists-backlink-card-actions a:hover {
    color: white !important;
}

.single-post .entry-content .therapists-backlink-card img , .therapists-backlink-card img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #eee;
    margin: auto !important;
    display: block;
}

.therapists-backlink .slick-dots {
    margin-top: 10px !important;
    padding-right:0;
    margin-right: 0;
}

.therapists-backlink .slick-dots li button {
    background-color:transparent ;
    width: 13px;
    height: 13px;
    box-shadow: none;
    border: 1px solid #3DA8C0;
}

.therapists-backlink .slick-dots li.slick-active button {
    background-color:#3DA8C0 ;
}

/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
    display: flex;
}

.star-rating i{
    margin: 0 3px;
}

.star-rating {
    align-items: center;
    font-size: 18px;
    justify-content: center;
    margin-top: 0;
}

.back-stars {
    color: #888888;
    position: relative;
}

.front-stars {
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}



.percent {
    color: #bb5252;
    font-size: 1.5em;
}

.rating-therapists {
    display: flex;
    margin-top: 10px;
    direction: ltr;
    justify-content: center;
    align-items: center;
}
.rating-count {
    color:#666669; font-size: 12px
}

.therapists-speciality {
   width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.therapists-icons-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.therapists-icons-info &gt; div {
    padding: 0 15px;
}

.therapists-icons-info p {
    padding: 0 3px;
}


/*widget component*/
.therapists-component {
    background: white;
    border: none;
    padding: 12px 12px 42px 12px;
}
.therapists-component .therapists-backlink-card-content{
    border: none;
    border-radius: 0;
}

 .therapists-component  .therapists-backlink-card-actions {
    border-radius: 0;
}

.therapists-component h2 {
    margin: 0 !important;
}</pre></body></html>