﻿.speaker-rating-card__image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #E5E5E5;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 36C36.4183 36 40 32.4183 40 28C40 23.5817 36.4183 20 32 20C27.5817 20 24 23.5817 24 28C24 32.4183 27.5817 36 32 36Z' fill='%23C3C3C3'/%3E%3Cpath d='M32 40C23.1634 40 16 47.1634 16 56H48C48 47.1634 40.8366 40 32 40Z' fill='%23C3C3C3'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.speaker-rating-card__image.has-image {
    background-size: cover;
}