/*
Theme Name: Toilville FSE
Theme URI: https://toilville.com
Description: Toilville base FSE theme — forked from Prime FSE. Full source control, Toilville brand tokens, all templates file-based.
Author: Toilville LLC
Author URI: https://toilville.com
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: full-site-editing, block-styles, block-patterns
Text Domain: toilville-fse
*/

/* Card icon uniformity — constrain all service card icons to their declared dimensions */
.wp-block-group .wp-block-image.is-resized img {
    object-fit: contain;
}

/* Header nav — force white link color on dark background */
.wp-block-group.has-color-4-background-color .wp-block-navigation a,
.wp-block-group.has-color-4-background-color .wp-block-navigation .wp-block-navigation-item__content {
    color: var(--wp--preset--color--white) !important;
}

/* Links on dark (color-4) background — use surface cream for readability */
.wp-block-group.has-color-4-background-color a:not([class*=navigation-item]),
.wp-block-group.has-color-4-background-color a:visited:not([class*=navigation-item]) {
    color: var(--wp--preset--color--surface) !important;
    opacity: 0.75;
}
.wp-block-group.has-color-4-background-color a:hover:not([class*=navigation-item]) {
    opacity: 1;
}
/* Left column text — quote, copyright, credits */
.wp-block-group.has-color-4-background-color p.has-surface-color,
.wp-block-group.has-color-4-background-color p.has-muted-color {
    color: var(--wp--preset--color--surface) !important;
    opacity: 0.75;
}

/* Service cards — equal height within each row */
.wp-block-columns .wp-block-column > .wp-block-group {
    height: 100%;
    box-sizing: border-box;
}
