/*
Theme Name: QKMF Ferizaj
Theme URI: https://www.qkmf-ferizaj.com
Author: QKMF Ferizaj
Author URI: https://www.qkmf-ferizaj.com
Description: Temë e shpejtë, e sigurt dhe profesionale (block theme / Full Site Editing) për Qendrën Kryesore të Mjekësisë Familjare në Ferizaj. Paletë marine (navy) me theks klinik të kuq, tipografi sistemi për shpejtësi maksimale, pa varësi nga plugin-e dhe me sipërfaqe minimale kodi për siguri. A fast, secure and professional block theme for the Main Family Medicine Center in Ferizaj.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qkmf-ferizaj
Tags: full-site-editing, block-patterns, healthcare, blog, news, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, translation-ready, accessibility-ready, one-column, two-columns, three-columns, wide-blocks
*/

/* =========================================================================
   QKMF Ferizaj — Custom CSS
   Pjesa më e madhe e stilizimit menaxhohet nga theme.json (token-at e
   dizajnit). Këtu mbahet vetëm ajo që theme.json nuk e mbulon lehtë.
   Kept intentionally small for performance.
   ========================================================================= */

/* --- Aksesueshmëria: tregues i qartë i fokusit nga tastiera ------------- */
:where(a, button, input, textarea, select, summary, .wp-block-button__link, .wp-block-navigation-item__content):focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
	border-radius: 2px;
}

/* Lidhje "kalo te përmbajtja" për lexuesit e ekranit / navigim me tastierë */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 0.75rem 1.25rem;
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base);
	font-weight: 600;
	text-decoration: none;
}
.skip-link:focus {
	left: 1rem;
	top: 1rem;
}

/* --- Karta (block style: core/group → "Kartelë") ----------------------- */
.wp-block-group.is-style-card {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--outline);
	border-radius: 12px;
	padding: var(--wp--preset--spacing--50);
	height: 100%;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.wp-block-group.is-style-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(12, 45, 82, 0.12);
	border-color: var(--wp--preset--color--primary-light);
}

/* Kartë e theksuar (varianti me kufi të kuq, p.sh. Kujdestaria/Urgjenca) */
.wp-block-group.is-style-card-accent {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--outline);
	border-top: 4px solid var(--wp--preset--color--accent);
	border-radius: 12px;
	padding: var(--wp--preset--spacing--50);
	height: 100%;
}

/* --- Rrethi i ikonës në kartat e shërbimeve ---------------------------- */
.qkmf-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--primary);
	font-size: 1.5rem;
	line-height: 1;
}

/* --- Header ------------------------------------------------------------- */
.site-header {
	box-shadow: 0 1px 0 var(--wp--preset--color--outline);
}
/* Shiriti i sipërm i kontaktit */
.site-header .qkmf-topbar a {
	color: inherit;
	text-decoration: none;
}
.site-header .qkmf-topbar a:hover {
	text-decoration: underline;
}

/* Navigimi: theks i hollë nën linkun aktiv/hover */
.wp-block-navigation .wp-block-navigation-item__content {
	font-weight: 500;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--accent);
}

/* --- Footer ------------------------------------------------------------- */
.site-footer a {
	color: var(--wp--preset--color--base);
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
}
.site-footer .qkmf-footer-heading {
	color: var(--wp--preset--color--base);
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.8rem;
	font-weight: 700;
}

/* --- Tekst vetëm për lexuesit e ekranit (aksesueshmëri) ----------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

/* --- Imazhet: skalim i butë dhe pa tejkalim ---------------------------- */
img {
	max-width: 100%;
	height: auto;
}

/* --- Tabela e orarit: rreshta zebra për lexueshmëri -------------------- */
.qkmf-hours table {
	width: 100%;
	border-collapse: collapse;
}
.qkmf-hours th,
.qkmf-hours td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid var(--wp--preset--color--outline);
	text-align: left;
}
.qkmf-hours thead th {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
}
.qkmf-hours tbody tr:nth-child(even) {
	background-color: var(--wp--preset--color--surface);
}

/* --- FAQ (blloku Details) ---------------------------------------------- */
.qkmf-faq .wp-block-details {
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--outline);
	border-radius: 10px;
	padding: 0.2rem 1.25rem;
	margin-bottom: 0.75rem;
}
.qkmf-faq .wp-block-details summary {
	padding: 0.95rem 0;
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	cursor: pointer;
}
.qkmf-faq .wp-block-details[open] summary {
	border-bottom: 1px solid var(--wp--preset--color--outline);
	margin-bottom: 0.75rem;
}

/* --- Lista pa pika (përdoret te footer-i dhe kartat) ------------------- */
.is-style-none {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

/* --- Respekto preferencën për pak lëvizje ------------------------------ */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}
