/*
Theme Name:  Jeanne Child
Description: Child-Theme für Jeanne (UXBARN) — Anpassungen für fotografie-jankulke.de. Änderungen hier überleben Theme-Updates.
Author:      Paul Klarmann
Template:    jeanne
Version:     1.0.0
Text Domain: jeanne-child
*/

/* ============================================================
   CTA-Baustein (Shortcode [jk_cta], siehe functions.php)
   Ein Wortlaut überall: "Unverbindlich anfragen" + Telefon.
   Optik angelehnt ans Theme: kein Radius, klare Kanten, Roboto.
   ============================================================ */

.jk-cta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25em;
	margin: 2em 0;
}

.jk-cta-button,
.jk-cta-button:visited {
	display: inline-block;
	padding: 0.9em 2em;
	background: #1a1a1a;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85em;
	border: 1px solid #1a1a1a;
	transition: background 0.2s ease, color 0.2s ease;
}

.jk-cta-button:hover,
.jk-cta-button:focus {
	background: #ffffff;
	color: #1a1a1a;
}

.jk-cta-tel,
.jk-cta-tel:visited {
	color: #1a1a1a;
	text-decoration: none;
	white-space: nowrap;
}

.jk-cta-tel:hover,
.jk-cta-tel:focus {
	text-decoration: underline;
}

/* Sichtbarer Fokus für Tastatur-Nutzer */
.jk-cta a:focus-visible {
	outline: 2px solid #1a1a1a;
	outline-offset: 3px;
}

/* Mobil: Button volle Breite, Telefon darunter */
@media (max-width: 600px) {
	.jk-cta {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}
}

/* ============================================================
   Platz für weitere Anpassungen — immer hier, nie im Parent.
   ============================================================ */
