/* ==========================================================================
   Voices Styles
   ========================================================================== */

.voices-single {
    padding: var(--space-3xl) 0;
}

.voices-single__header {
    margin-bottom: var(--space-2xl);
}

.voices-single__title {
    font-size: var(--font-size-3xl);
    line-height: 1.3;
}

.voices-single__image {
    margin-bottom: var(--space-2xl);
    border-radius: 0;
    overflow: hidden;
}

.voices-single__image img {
    width: 100%;
    height: auto;
}

/* Profile */
.voices-profile {
    background-color: var(--color-gray-50);
    border-radius: 0;
    padding: var(--space-xl);
    margin-bottom: var(--space-2xl);
}

.voices-profile__heading {
    font-size: var(--font-size-lg);
    margin-bottom: var(--space-md);
    color: var(--color-primary);
}

.voices-profile__table {
    border: none;
}

.voices-profile__table th,
.voices-profile__table td {
    padding: var(--space-sm) var(--space-md);
    border-bottom: 1px solid var(--color-gray-300);
    font-size: var(--font-size-sm);
    text-align: left;
}

.voices-profile__table th {
    font-weight: 600;
    color: var(--color-primary);
    width: 100px;
    white-space: nowrap;
}

.voices-profile__table tr:last-child th,
.voices-profile__table tr:last-child td {
    border-bottom: none;
}

/* Content */
.voices-single__content {
    margin-top: var(--space-2xl);
}

@media (max-width: 767px) {
    .voices-single__title {
        font-size: var(--font-size-xl);
    }
}
