/**
 * Single Page — styles for page.html and single.html templates.
 *
 * Loaded conditionally on singular pages and posts.
 *
 * @package PLEquestrianDestinationsGutenberg
 */

/* Heritage Gold separator — 1px override (core forces 2px) */
.wp-block-separator.has-heritage-gold-background-color:not(.is-style-wide):not(.is-style-dots) {
    height: 1px;
    border-bottom: none;
    opacity: 1;
}

/* Post meta — no underline on category/tag links */
.wp-block-post-terms a {
    text-decoration: none;
}

/* Post meta — no underline on author link */
.wp-block-post-author-name a {
    text-decoration: none;
}
