/* pfa-styles.css */

.pfa-footer-appender {
    /* Theme-independent styles for the container */

    color: #333; /* Dark text 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: #0073aa; /* Custom link color */
    text-decoration: underline;
}