.gv-postcode-accordion {
	border-top: 1px solid var(--e-global-color-secondary, #d8d8d8);
	color: var(--e-global-color-text, currentColor);
	font-family: var(--e-global-typography-text-font-family, inherit);
}

.gv-postcode-accordion__group {
	border-bottom: 1px solid var(--e-global-color-secondary, #d8d8d8);
}

.gv-postcode-accordion__summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: var(--e-global-typography-primary-font-family, inherit);
	font-size: var(--e-global-typography-primary-font-size, 1rem);
	font-weight: var(--e-global-typography-primary-font-weight, 600);
	justify-content: space-between;
	list-style: none;
	padding: 1rem 0;
}

.gv-postcode-accordion__label {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.gv-postcode-accordion__summary::-webkit-details-marker { display: none; }

.gv-postcode-accordion__summary::after {
	content: '+';
	font-size: 1.35em;
	font-weight: 400;
	line-height: 1;
	margin-left: .75rem;
}

.gv-postcode-accordion__group[open] .gv-postcode-accordion__summary::after { content: '–'; }

.gv-postcode-accordion__count {
	background: var(--e-global-color-accent, currentColor);
	border-radius: 999px;
	color: #fff;
	font-family: var(--e-global-typography-text-font-family, inherit);
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 0 auto;
	padding: .35rem .5rem;
}

.gv-postcode-accordion__content { padding: 0 0 1rem; }

.gv-postcode-accordion__location {
	border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	padding: .55rem 0;
}
