/*
Theme Name: PageCore FSE
Author: Mahesh Patel
Theme URI: https://pagecore-fse.pagecore.com
Description: A flexible full-site editing theme for business, portfolio, blog, and editorial websites.
Requires at least: 7.0
Tested up to: 7.1
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pagecore-fse
Tags: one-column, two-columns, right-sidebar, custom-colors, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, blog, portfolio
*/

/* Allow long URLs and words to wrap without changing normal word breaks. */
:where(
	.wp-block-post-content,
	.wp-block-comment-content
) a {
	overflow-wrap: anywhere;
}

/* Provide a visible two-colour keyboard focus indicator. */
:where(
	a,
	button,
	input,
	select,
	textarea,
	summary,
	[tabindex]:not([tabindex="-1"])
):focus-visible {
	outline: 2px solid var(--wp--preset--color--pc-background);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px var(--wp--preset--color--pc-accent);
}
.wp-block-query-pagination-numbers {
    display:flex;
    gap:var(--wp--preset--spacing--pc-30);
}
@media (max-width: 781px) {
    .pc-mobile-align-start {
        justify-content: flex-start !important;
    }

    .pc-mobile-align-start > :where(
        p,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6
    ) {
        align-self: flex-start;
    }

	.pc-row--reverse-mobile {
		flex-direction: column-reverse;
	}
}
