.voice-finalists__title {
    margin-bottom: 32px;
}

.voice-finalists__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.voice-finalists__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.voice-finalists__media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.voice-finalists__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.voice-finalists__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(67, 56, 41, 0.06);
    color: #7a6a58;
    border: 1px dashed rgba(67, 56, 41, 0.25);
}

.voice-finalists__title-row {
    font-family: 'Lora-SemiBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.voice-finalists__author {
    font-family: 'GolosText-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #777;
}

.voice-finalists__empty {
    color: #7a6a58;
}

@media screen and (max-width: 767.98px) {
    .voice-finalists__grid {
        grid-template-columns: 1fr;
    }
}
