.Page_List {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color_grey_light);
}

.Page_List-item {
    border-bottom: 1px solid var(--color_grey_light);
    cursor: pointer;
}
.Page_List-item:not(:has(.Audio_Intervention_Recurrences)){
    padding: 8px;
}
.Page_List-item:not(:has(.Audio_Intervention_Recurrences)):hover {
    background-color: hsl(0, 0%, 95%);
}
.Page_List-item:active {
    background-color: hsl(0, 0%, 90%);
}
