.elementor-51531 .elementor-element.elementor-element-63bde00{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e02655d *//* Block */
.minutes-archive {
    width: 100%;
    font-family: inherit;
}

/* Year Group (Details Element) */
.minutes-archive__year-group {
    margin-bottom: 10px;
    border: 1px solid #80540a;
    border-radius: 16px;
    overflow: hidden;
}

/* Year Title (Summary Element) */
.minutes-archive__year-title {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 15px 15px;
    cursor: pointer;
    list-style: none; /* Hide default arrow */
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Remove default triangle in Safari */
.minutes-archive__year-title::-webkit-details-marker {
    display: none;
}

/* Icon Modifier via Pseudo-element */
.minutes-archive__year-title::before {
    content: '+';
    font-size: 1.5rem;
    color: #555;
}

.minutes-archive__year-group[open] .minutes-archive__year-title {
    background-color: #d9ae66;
    color: black;
}

.minutes-archive__year-group[open] .minutes-archive__year-title::before {
    content: '−'; /* Using a proper minus sign */
    color: black;
}

/* Month List */
.minutes-archive__month-list {
    list-style: none;
    padding: 20px 0 20px 38px;
    margin: 0;
    background-color: #fff6e8;
}

.minutes-archive__month-item {
    padding: 8px 0;
}/* End custom CSS */