.tr-container-d638e138 {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
}

.tr-header-d638e138 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tr-image-d638e138 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.tr-name-d638e138 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #333;
}

.tr-quote-container-d638e138 {
    margin-bottom: 20px;
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

.tr-toggle-d638e138 {
    background: transparent;
    border: none;
    color: #0073aa;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.tr-toggle-d638e138:hover {
    color: #005177;
    text-decoration: underline;
}
