/*
Theme Name: GeneratePress Child (TCF Hub)
Template: generatepress
Author: Dan Soule
Description: Official TCF Hub - clean, fast, on-brand
Version: 1.0
*/

body {
    font-size: 18px;
    line-height: 1.6;
    color: #4A4A4A;
}

h1, h2, h3 {
    color: #1D3557;
    font-weight: 700;
}

a {
    color: #D72638;
}

a:hover {
    color: #CBA135;
}

.button, .gb-button {
    background-color: #D72638;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 14px 28px;
    font-weight: 600;
}

.button:hover, .gb-button:hover {
    background-color: #1D3557;
}

/* Card styles for homepage sections */
.tcf-card {
    background: #FFFFFF;
    border: 2px solid #1D3557;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.2s;
}

.tcf-card:hover {
    border-color: #D72638;
    box-shadow: 0 4px 12px rgba(215, 38, 56, 0.1);
}

/* Ele cameo small icon if you add it */
.ele-cameo {
    max-width: 60px;
    height: auto;
}