/*
Theme Name: Lotos Kobiety
Theme URI: https://lotoskobiety.pl
Author: Fundacja Lotos Kobiety
Author URI: https://lotoskobiety.pl
Description: Blokowy (FSE) motyw WordPress zaprojektowany dla Fundacji Lotos Kobiety. W pełni edytowalny przez Edytor Stron (Site Editor) - kliknij "Edytuj", aby zmieniać teksty, obrazy i kolory bezpośrednio w blokach.
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lotos-kobiety
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, footer-widgets, one-column, custom-logo
*/
/* Wymuszenie białego tekstu na przyciskach z tłem primary/secondary */
.wp-block-button__link.has-primary-background-color,
.wp-block-button__link.has-secondary-background-color {
	color: #FFFFFF !important;
}

.wp-block-button__link.has-primary-background-color:hover,
.wp-block-button__link.has-primary-background-color:focus,
.wp-block-button__link.has-secondary-background-color:hover,
.wp-block-button__link.has-secondary-background-color:focus {
	color: #FFFFFF !important;
}

/* Przycisk outline - tekst w kolorze secondary, nie bialy */
.wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--wp--preset--color--secondary) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	color: var(--wp--preset--color--primary) !important;
}



/* Wymuszenie koloru "surface" (bialy) tam, gdzie jest ustawiony przez blok */
.has-surface-color.has-text-color {
	color: #FFFFFF !important;
}

/* Ten sam problem moze dotyczyc innych kolorow presetow uzytych jako tekst */
.has-primary-color.has-text-color {
	color: #3A1451 !important;
}
.has-secondary-color.has-text-color {
	color: #E85D9E !important;
}
.has-accent-color.has-text-color {
	color: #C9A15A !important;
}
.has-text-muted-color.has-text-color {
	color: #5C4E68 !important;
}

.wp-block-image.has-border-color img,
.wp-block-image .has-border-color {
	width: 90px !important;
	height: 90px !important;
	object-fit: cover !important;
}