/* Enhanced Content Organization Styles */

.resource-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.resource-item {
    margin-bottom: 1.5rem;
}

.resource-item:last-child {
    margin-bottom: 0;
}

.resource-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.resource-title a {
    text-decoration: none;
    color: var(--text-link, #0d6efd);
}

.resource-title a:hover {
    text-decoration: underline;
}

.resource-meta {
    font-size: 0.85rem;
    color: var(--text-secondary, #6c757d);
    margin-bottom: 0.4rem;
}

.resource-description {
    color: var(--text-primary, #000);
    line-height: 1.5;
    font-size: 0.9rem;
}

.section-header {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

.section-header:first-child {
    margin-top: 0;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary, #000);
    margin-bottom: 0.4rem;
}

.section-intro {
    color: var(--text-secondary, #6c757d);
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}