/* ==========================================================================
   Bobora list shortcodes
   Footer lists produced by [bobora_services] and [bobora_recent_posts].
   Designed to inherit footer typography from Astra, so colours come from
   currentColor and only spacing plus a subtle hover are set explicitly.
   Append to style.css or wherever you keep footer styles.
   ========================================================================== */

.bobora-list-wrap + .bobora-list-wrap {
	margin-top: 1.75rem;
}

.bobora-list__heading {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bobora-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bobora-list__item {
	margin: 0 0 0.45rem;
	line-height: 1.4;
}

.bobora-list__item:last-child {
	margin-bottom: 0;
}

.bobora-list__link {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.bobora-list__link:hover,
.bobora-list__link:focus-visible {
	color: var(--ast-global-color-0, #559da4);
	opacity: 1;
	transform: translateX(2px);
}

.bobora-list__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

/* Post titles tend to run longer than service names. Give them room to
   breathe without forcing a fixed line clamp. */
.bobora-list--posts .bobora-list__link {
	line-height: 1.4;
}