.resources-section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.resources-section h3 {
    color: #cc0000;
    margin-bottom: 15px;
    font-weight: 600;
}

.resources-list {
    list-style: none;
    padding: 0;
}

.resource-item {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
}

.resource-item:hover {
    color: #cc0000;
}

.resource-item:last-child {
    border-bottom: none;
}

.section-title {
    color: #cc0000;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-description {
    color: #666;
    font-size: 1.1em;
    margin-bottom: 30px;
}

/* Three-column layout adjustments */
.col-md-4 {
    padding: 15px;
}

@media (max-width: 768px) {
    .col-md-4 {
        margin-bottom: 20px;
    }
}
