/* ==========================================================================
   Wealth Building Financial — /tax-resources/
   Loaded only on the tax resources page (see layouts/partials/headers.html).
   ========================================================================== */

/* Resource Card Components (Tax Resources) */
.resource-card {
    padding: 35px 25px;
    text-align: center;
}

.resource-icon {
    margin-bottom: 25px;
}

.resource-card h3 {
    color: var(--color-text);
    margin-bottom: 20px;
    font-weight: 600;
}

.resource-card p {
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .resource-card {
        padding: 25px 20px;
    }
}
