.guest-authors-index .author-section {
    margin-bottom: 2rem;
}

.guest-authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.guest-authors-grid .author-section {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.author-section {
    font-size: .75em;
}
li.author-name {
    list-style: none;
}

.guest-authors-grid h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}
