.tc-8a197445-card {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    background: #ffffff;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.tc-8a197445-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.tc-8a197445-quote {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #444444;
    font-style: italic;
    margin: 0;
}

.tc-8a197445-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tc-8a197445-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eaeaea;
}

.tc-8a197445-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tc-8a197445-name {
    margin: 0 0 4px 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111111;
}

.tc-8a197445-role {
    font-size: 0.85rem;
    color: #777777;
    font-weight: 500;
}
