/* ── Testimonial Card dc1b0d1b ── */
.tc-card-dc1b0d1b {
    position: relative;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-sizing: border-box;
}

/* Top row: image left, quote badge right */
.tc-top-dc1b0d1b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

/* Author image */
.tc-img-wrap-dc1b0d1b {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #E5E7EB;
    border: 3px solid #F3F4F6;
}

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

/* Modern rounded quote badge */
.tc-quote-badge-dc1b0d1b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #EBF4FF;
    flex-shrink: 0;
}

.tc-quote-badge-dc1b0d1b svg {
    width: 22px;
    height: 22px;
    fill: #5AABF0;
}

/* Title */
.tc-title-dc1b0d1b {
    font-size: 22px;
    font-weight: 700;
    color: #0D1B2A;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

/* Quote text */
.tc-quote-dc1b0d1b {
    font-size: 15px;
    line-height: 1.7;
    color: #4B5563;
    margin: 0;
}

/* Author row */
.tc-author-dc1b0d1b {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.tc-author-name-dc1b0d1b {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.tc-author-sep-dc1b0d1b {
    color: #D1D5DB;
    font-size: 16px;
    line-height: 1;
}

.tc-author-role-dc1b0d1b {
    font-size: 14px;
    color: #6B7280;
}
