/*!
 * Custom Asset: active
 * Priority: 1755
 * Context: frontend
 */

/*
 * WPCode export ID: 1755
 * Original title: Fakturoid CSS
 * Original location: site_wide_header
 * Temporary child-theme drop-in file.
 */

/* =========================================================
   Toret Fakturoid Section
   ========================================================= */

/*Toret Fakturoid Button*/
.tfak-link-myaccount{
    padding: 12px 16px;
    background-color: var(--site-color-accent-dark);
    color: var(--site-color-white) !important;
    border-radius: 4px;
    font-weight: 600 !important;
}

.tfak-link-myaccount:hover{
    background-color: var(--site-color-accent);
}

.tfak-title-myaccount{
    margin-top: 40px;
    margin-bottom: 32px !important;
}
