<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 19 2025 | 12:08:13 */
.uk-accordion&gt;:nth-child(n+2) {
    border-top: 0px solid #e5e5e7; 
  	margin-top: 0px;
}

.uk-accordion-title {
    font-weight: 600;
    background-color: #e5e5e7;
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.uk-accordion-title::before {
    background-image: none;
}

.uk-open&gt;.uk-accordion-title::before {
    background-image: none;
}

.uk-accordion-content {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.uk-accordion-content&gt;:last-child {
    margin-top: 0.5rem;
    margin-bottom: 1rem;

}
</pre></body></html>