.testimonial-single {
    max-width: 800px;
    width: 60%;
    margin: 0 auto;
    color: var(--black);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.testimonial-header {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}

.testimonial-footer {
    margin-top: 2rem;
}

.testimonial-footer .back-link {
    text-decoration: none;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin: 0;
}

.testimonial-meta p {
    margin-top: 0.25rem;
}

.testimonial-photo img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-name {
    margin: 0;
}

.testimonial-body p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.testimonial-body strong {
    display: inline-block;
    margin-top: 1.5rem;
}

.back-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.back-link span {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 550;
}