.tc-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tc-quote-icon {
    font-family: serif;
    font-size: 45px;
    line-height: 1;
    user-select: none;
}

.tc-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.tc-separator {
    border-top: 1px solid #f0f0f0;
    width: 100%;
}

.tc-author-section {
    display: flex;
    align-items: center;
}

.tc-author-img {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.tc-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tc-author-details {
    display: flex;
    flex-direction: column;
}

.tc-author-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.tc-author-meta {
    font-size: 13px;
    line-height: 1.2;
}
