/* pfa-styles.css */

.pfa-footer-appender {
    /* Theme-independent styles for the container */

    color: var(--body_typography-color);
}

.pfa-footer-appender p:last-child {
    margin-bottom: 0; /* Clean up bottom margin for the last paragraph */
}

/* You can also style content within the editor output */
.pfa-footer-appender a {
   color: var(--link_color); /* Custom link color */
    text-decoration: underline;
}