/* Custom CSS to make details summary text white */
details summary,
.wp-block-details summary,
summary {
    color: #ffffff !important;
}
