/*
Theme Name:   Hello Elementor Child
Theme URI:    https://www.krakenclean.co.uk/
Description:  Child theme for Kraken Clean. Site-specific PHP and CSS live here so they survive Hello Elementor updates.
Author:       Sean O'Donoghue
Template:     hello-elementor
Version:      1.3.1
Text Domain:  hello-elementor-child
*/

/* Service ↔ town links block (inc/service-areas.php). Matches the site's grey
   bands, navy headings and Montserrat. */
.kc-areas {
	background: #ececec;
	padding: 60px 30px;
}
.kc-areas__inner {
	max-width: 1140px;
	margin: 0 auto;
}
.kc-areas__title {
	color: #1f4472;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.kc-areas__intro {
	text-align: center;
	color: #000;
	margin: 0 auto 28px;
	max-width: 720px;
}
.kc-areas__intro a {
	color: #1f4472;
	font-weight: 700;
	text-decoration: underline;
}
.kc-areas__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.kc-areas__list a {
	display: inline-block;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid #d5dce5;
	border-radius: 6px;
	color: #1f4472;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}
.kc-areas__list a:hover,
.kc-areas__list a:focus-visible {
	background: #1f4472;
	border-color: #1f4472;
	color: #fff;
}
@media (max-width: 767px) {
	.kc-areas {
		padding: 40px 16px;
	}
	.kc-areas__title {
		font-size: 26px;
	}
	.kc-areas__list a {
		font-size: 14px;
		padding: 9px 14px;
	}
}
