/*
Theme Name: Klub stomiku HB Child
Description: Child theme for Klub stomiku HB Divi rebuild
Author: Machista
Author URI: https://www.machista.cz/
Template: Divi
Version: 1.0.0
Text Domain: klubstomiku-child
*/

/* P1: keep each existing hero item visually intact while making it one tap target. */
#kshb-identity-section .kshb-quick-link .kshb-quick-link-anchor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	margin: 0;
	color: #e51841;
	text-decoration: none;
}

#kshb-identity-section .kshb-quick-link .kshb-quick-link-title {
	color: #e51841;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

#kshb-identity-section .kshb-quick-link .kshb-quick-link-subtitle {
	margin-top: 6px;
	color: #555;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
}

#kshb-identity-section .kshb-quick-link .kshb-quick-link-anchor:focus-visible,
.et-l--footer .kshb-footer-nav nav > ul > li > a:focus-visible,
.et-l--header .kshb-main-menu .mobile_menu_bar:focus-visible {
	outline: 2px solid #f16c20;
	outline-offset: 2px;
}

/* Stomická poradna draft: scoped keyboard focus for contact actions only. */
.et_pb_button.kshb-contact-action:focus-visible {
	outline: 3px solid #0d3c55;
	outline-offset: 3px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 5px #0d3c55;
}

/* P1: raise only the footer navigation links to a 44 px target. */
.et-l--footer .kshb-footer-nav nav > ul > li > a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 44px;
	padding: 8px 0;
}

/* Ke stažení draft 1718: scoped document-link targets and keyboard focus. */
.et_pb_text .kshb-download-link {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 44px;
	padding-top: 9px;
	padding-bottom: 9px;
	white-space: normal;
}

.et_pb_text .kshb-download-link:focus-visible {
	outline: 3px solid #0d3c55;
	outline-offset: 3px;
}

/* Prevence draft 1725: keep keyboard focus visible only on the two original external links. */
.et_pb_text .kshb-prevention-link:focus-visible {
	outline: 3px solid #0d3c55;
	outline-offset: 3px;
}
/* Desktop: správná pozice šipky submenu u Fotogalerie */
@media (min-width: 981px) {
	.et-menu .menu-item-has-children > a:first-child::after {
		right: -16px;
	}
}
