/* ── Invoice download button — Thank You page ───────────────────────────── */

.tcc-ty-btn--invoice {
    display:         inline-flex;
    align-items:     center;
    gap:             6px;
    padding:         10px 18px;
    background:      #fff;
    color:           #1ac4f3;
    border:          1.5px solid #1ac4f3;
    border-radius:   6px;
    font-size:       14px;
    font-weight:     500;
    text-decoration: none;
    transition:      background 0.18s ease, color 0.18s ease;
    cursor:          pointer;
}

.tcc-ty-btn--invoice:hover {
    background: #1ac4f3;
    color:      #fff;
}

.tcc-ty-btn--invoice svg {
    flex-shrink: 0;
}

/* ── Invoice download button — Account order details page ───────────────── */

.tcc-account-invoice-wrap {
    margin-top: 20px;
}

.tcc-invoice-btn {
    display:         inline-flex !important;
    align-items:     center;
    gap:             6px;
    padding:         9px 18px !important;
    background:      #fff !important;
    color:           #1ac4f3 !important;
    border:          1.5px solid #1ac4f3 !important;
    border-radius:   5px !important;
    font-size:       13px;
    font-weight:     500;
    text-decoration: none !important;
    transition:      background 0.18s ease, color 0.18s ease;
}

.tcc-invoice-btn:hover {
    background: #1ac4f3 !important;
    color:      #fff !important;
}

.tcc-invoice-btn svg {
    flex-shrink: 0;
    stroke:      currentColor;
}
