/* Busca de igrejas da CBRS — isolada na página 168. */
body.page-id-168 .cbrs-church-search,
body.page-id-168 .cbrs-church-search * {
	box-sizing: border-box;
}

body.page-id-168 .cbrs-church-search {
	width: 100%;
	margin: 0 0 34px;
	color: #20362a;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

body.page-id-168 .cbrs-church-search__panel {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border: 1px solid #d7e9dc;
	border-radius: 16px;
	background:
		radial-gradient(circle at 100% 0, rgba(35, 164, 85, 0.12), transparent 34%),
		linear-gradient(135deg, #f8fcf9 0%, #f1f8f3 100%);
	box-shadow: 0 12px 32px rgba(28, 77, 47, 0.08);
}

body.page-id-168 .cbrs-church-search__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 8px;
	color: #08783d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.page-id-168 .cbrs-church-search__eyebrow::before {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #23a455;
	content: "";
}

body.page-id-168 .cbrs-church-search__form {
	margin: 12px 0 0;
}

body.page-id-168 .cbrs-church-search__label {
	display: block;
	margin: 0 0 7px;
	color: #263e31;
	font-size: 14px;
	font-weight: 700;
}

body.page-id-168 .cbrs-church-search__field {
	display: flex;
	align-items: center;
	min-height: 58px;
	border: 1px solid #b9d3c2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(24, 70, 42, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.page-id-168 .cbrs-church-search__field:focus-within {
	border-color: #08783d;
	box-shadow: 0 0 0 4px rgba(8, 120, 61, 0.13), 0 5px 16px rgba(24, 70, 42, 0.08);
}

body.page-id-168 .cbrs-church-search__icon {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin: 0 13px 0 17px;
	color: #08783d;
}

body.page-id-168 .cbrs-church-search__input {
	min-width: 0;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #172b20;
	font: inherit;
	font-size: 17px;
	line-height: 1.35;
}

body.page-id-168 .cbrs-church-search__input::placeholder {
	color: #7a8c82;
	opacity: 1;
}

body.page-id-168 .cbrs-church-search__input::-webkit-search-cancel-button {
	display: none;
}

body.page-id-168 .cbrs-church-search__clear {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #4f6257;
	cursor: pointer;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	transition: background 150ms ease, color 150ms ease;
}

body.page-id-168 .cbrs-church-search__clear:hover {
	background: #e8f4ec;
	color: #08783d;
}

body.page-id-168 .cbrs-church-search__clear[hidden],
body.page-id-168 .cbrs-church-search__results[hidden],
body.page-id-168 .cbrs-church-search__empty[hidden],
body.page-id-168 .cbrs-church-search__summary[hidden] {
	display: none !important;
}

body.page-id-168 .cbrs-church-search__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 7px 18px;
	margin-top: 10px;
}

body.page-id-168 .cbrs-church-search__hint,
body.page-id-168 .cbrs-church-search__available,
body.page-id-168 .cbrs-church-search__summary {
	margin: 0;
	color: #607269;
	font-size: 13px;
}

body.page-id-168 .cbrs-church-search__available {
	font-weight: 700;
}

body.page-id-168 .cbrs-church-search__summary {
	margin: 24px 0 12px;
	color: #263e31;
	font-size: 15px;
	font-weight: 700;
}

body.page-id-168 .cbrs-church-search__results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.page-id-168 .cbrs-church-card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	padding: 21px;
	border: 1px solid #dbe6df;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(32, 61, 44, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.page-id-168 .cbrs-church-card:hover {
	border-color: #a9cdb5;
	box-shadow: 0 12px 27px rgba(32, 61, 44, 0.11);
	transform: translateY(-2px);
}

body.page-id-168 .cbrs-church-card__association {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 11px;
}

body.page-id-168 .cbrs-church-card__code {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #e8f5ec;
	color: #08783d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
}

body.page-id-168 .cbrs-church-card__association-name {
	overflow: hidden;
	color: #6a7a71;
	font-size: 12px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.page-id-168 .cbrs-church-card__title {
	margin: 0 0 12px;
	color: #173724;
	font-family: "Lato", Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
}

body.page-id-168 .cbrs-church-card__details {
	display: grid;
	gap: 4px;
	margin-bottom: 17px;
}

body.page-id-168 .cbrs-church-card__line {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: #52645a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

body.page-id-168 .cbrs-church-card__line::before {
	position: absolute;
	top: 0.68em;
	left: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #9bb9a4;
	content: "";
}

body.page-id-168 .cbrs-church-card__line--location::before {
	width: 7px;
	height: 7px;
	background: #23a455;
}

body.page-id-168 .cbrs-church-card__footer {
	margin-top: auto;
	padding-top: 3px;
}

body.page-id-168 .cbrs-church-card__open,
body.page-id-168 .cbrs-church-search__show-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid #acd0b7;
	border-radius: 9px;
	background: #f5fbf7;
	color: #08783d;
	cursor: pointer;
	font-family: "Lato", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

body.page-id-168 .cbrs-church-card__open::after {
	margin-left: 7px;
	content: "\2192";
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

body.page-id-168 .cbrs-church-card__open:hover,
body.page-id-168 .cbrs-church-search__show-all:hover {
	border-color: #08783d;
	background: #08783d;
	color: #fff;
}

body.page-id-168 .cbrs-church-search__empty {
	padding: 38px 24px;
	border: 1px dashed #bfd6c6;
	border-radius: 13px;
	background: #fbfdfb;
	text-align: center;
}

body.page-id-168 .cbrs-church-search__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: #e9f4ec;
	color: #08783d;
}

body.page-id-168 .cbrs-church-search__empty-title {
	margin: 0 0 5px;
	color: #173724;
	font-family: "Lato", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
}

body.page-id-168 .cbrs-church-search__empty-text {
	margin: 0 0 17px;
	color: #607269;
	font-size: 14px;
}

body.page-id-168.cbrs-church-search-active .elementor-element-b24dd5a {
	display: none !important;
}

body.page-id-168 .cbrs-church-source-highlight {
	border-radius: 5px;
	background: #fff4bd !important;
	box-shadow: 0 0 0 5px #fff4bd;
	transition: background 250ms ease, box-shadow 250ms ease;
}

body.page-id-168 .cbrs-church-search button:focus-visible {
	outline: 3px solid rgba(8, 120, 61, 0.35);
	outline-offset: 2px;
}

body.page-id-168 .cbrs-church-search__input:focus,
body.page-id-168 .cbrs-church-search__input:focus-visible {
	border: 0 !important;
	outline: 0 !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	body.page-id-168 .cbrs-church-search {
		margin-bottom: 24px;
	}

	body.page-id-168 .cbrs-church-search__panel {
		padding: 21px 17px;
		border-radius: 13px;
	}

	body.page-id-168 .cbrs-church-search__field {
		min-height: 54px;
	}

	body.page-id-168 .cbrs-church-search__input {
		height: 52px;
		font-size: 16px;
	}

	body.page-id-168 .cbrs-church-search__icon {
		margin-right: 10px;
		margin-left: 13px;
	}

	body.page-id-168 .cbrs-church-search__meta {
		display: block;
	}

	body.page-id-168 .cbrs-church-search__available {
		margin-top: 5px;
	}

	body.page-id-168 .cbrs-church-search__results {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	body.page-id-168 .cbrs-church-card {
		padding: 18px;
	}

	body.page-id-168 .cbrs-church-card:hover {
		transform: none;
	}

	body.page-id-168 .cbrs-church-card__association-name {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-168 .cbrs-church-search *,
	body.page-id-168 .cbrs-church-source-highlight {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
