/*
Theme Name: GK Dugo Selo
Theme URI: https://gk-dugoselo.example
Author: GK Dugo Selo
Author URI: mailto:gk-dugoselo@gmail.com
Description: Blok tema Gimnastičkog kluba Dugo Selo. Moderna, sportska tema u bojama grba grada Dugog Sela – kraljevsko plava, zlatna i srebrna. Uključuje uzorke za naslovnicu, programe, uvjete članstva, novosti, sponzore i kontakt.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gk-dugo-selo
Tags: block-patterns, block-styles, full-site-editing, one-column, custom-colors, custom-logo, editor-style
*/

/* Sponzori: sivi logotipi dok se ne prijeđe mišem */
.gk-grayscale img {
	filter: grayscale(1);
	opacity: 0.72;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.gk-grayscale img:hover,
.gk-grayscale img:focus {
	filter: none;
	opacity: 1;
}

/* Istaknuti CTA gumb u navigaciji – blagi rast na hover */
.wp-block-button.gk-cta .wp-block-button__link {
	transition: transform 0.15s ease, background-color 0.15s ease;
}

.wp-block-button.gk-cta .wp-block-button__link:hover {
	transform: translateY(-2px);
}

/* Tablica članarine – urednija na malim ekranima */
.gk-fee-table table {
	border-collapse: collapse;
}

.gk-fee-table td,
.gk-fee-table th {
	padding: 0.75rem 1rem;
}
