/*
 Theme Name:   Flatsome Child (TurboTax Mall)
 Description:  TurboTax Mall Tax Software Store Theme (Independent Software Retailer)
 Author:       TurboTax Mall
 Template:     flatsome
 Version:      2.1.0
*/

:root {
    --hafe-navy: #0c1f32;
    --hafe-blue: #0052cc;
    --hafe-blue-hover: #0040a8;
    --hafe-red: #d52b1e;
    --hafe-red-hover: #b82317;
    --hafe-dark: #121820;
    --hafe-gray-bg: #f8fafc;
    --hafe-border: #e2e8f0;
    --hafe-text: #2d3748;
    --primary-color: #d52b1e;
    --secondary-color: #0c1f32;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    color: var(--hafe-text);
    background-color: #ffffff;
}

.turbotax-badge-genuine {
    background: #10b981;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.turbotax-badge-instant {
    background: #d52b1e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
