/*
 Theme Name:   Também Somos Portugueses
 Theme URI:    https://tambemsomosportugueses.org/
 Description:  Tema para a Associação Também Somos Portugueses
 Author:       Fábio Barbosa
 Author URI:   https://www.fabiobarbosa.com
 Template: blocksy
 Text Domain: blocksy
 Version:      0.1
*/

/* Inverse button style: white bg / dark text → color-1 bg / white text on hover */
.wp-block-button.is-style-inverse {
	--theme-button-text-initial-color: #000;
	--theme-button-background-initial-color: #fff;
	--theme-button-text-hover-color: #fff;
	--theme-button-background-hover-color: var(--theme-palette-color-1);
	--theme-button-border-hover-color: var(--theme-palette-color-1);
}

/* Secondary button style: color-4 text / color-5 bg → color-1 bg / white text on hover */
.wp-block-button.is-style-secondary {
	--theme-button-text-initial-color: var(--theme-palette-color-4);
	--theme-button-background-initial-color: var(--theme-palette-color-5);
	--theme-button-text-hover-color: #fff;
	--theme-button-background-hover-color: var(--theme-palette-color-1);
	--theme-button-border-hover-color: var(--theme-palette-color-1);
}

/* Category filters on blog & category archive pages */
.tsp-category-filters {
	margin-top: 1rem;
}

.tsp-category-filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tsp-category-filters a {
	display: inline-block;
	padding: 0.35em 0.85em;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 0.85em;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s;
}

.tsp-category-filters a:hover,
.tsp-category-filters .is-active a {
	background-color: currentColor;
}

.tsp-category-filters a:hover span,
.tsp-category-filters .is-active a span {
	color: white;
}
