.resources-header {
    background: var(--bg-light);
    padding: 3rem 0;
    text-align: center;
}

.resources-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.affiliate-notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.affiliate-notice p {
    margin: 0;
    color: #856404;
}

.affiliate-notice a {
    color: #856404;
    text-decoration: underline;
}

.resources-content {
    padding: 3rem 0;
}

.resource-category {
    margin-bottom: 4rem;
}

.resource-category h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    color: var(--text-dark);
}
