<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hide left "handle" and right "actions" columns */
.acf-field-score_by_period .acf-row-handle,
.acf-field-score_by_period .acf-row-actions,
.acf-field-score_by_period th.acf-row-handle,
.acf-field-score_by_period th.acf-row-actions {
    display: none !important;
}

/* Stretch table to fill 100% width without gaps */
.acf-field-score_by_period .acf-table {
    width: 100%;
}
</pre></body></html>