.aha-agenda-container {
    margin-bottom: 2rem;
}

.aha-agenda-container button {
    width: 100%;
    margin-bottom: 5px;
    border: none;
}

.aha-agenda-container .aha-accordion-content {
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 18px;
}

.aha-agenda-container .agenda-meeting {
    margin-bottom: 1rem;
    border-bottom: solid 2px #f1f1f1;
    padding-bottom: 1rem;
}

.aha-agenda-container .agenda-meeting:last-child {
    border-bottom: none;
}

.aha-agenda-container h3 {
    margin-bottom: 5px;
}

.aha-agenda-container .agenda-meeting-links {
    display: flex;
    gap: 10px;
}

.aha-agenda-container .document-link {
    display: block;
    margin: 1rem 0;
}