/* ============================================================
   Testimonial Card Widget
   ============================================================ */
.tc-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.tc-card {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-company-img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ── Botão + ─────────────────────────────────────────────── */
.tc-plus-btn {
    -webkit-appearance: none;
    appearance: none;
}

.tc-plus-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

/* ── Popup ───────────────────────────────────────────────── */
.tc-popup {
    box-sizing: border-box;
}

.tc-popup .tc-quote i,
.tc-popup .tc-quote svg {
    display: block;
}