.office-locations .wp-block-group details summary {
	list-style-type: none;
	display: flex;
	align-items: center;
}

.office-locations .wp-block-group details:focus, .office-locations .wp-block-group details summary:focus {
	outline: none;
}

.office-locations .wp-block-group details[open] summary {
	color: black;
}

.office-locations .wp-block-group details[open] summary::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/Plus-button-3.svg");
	display: inline-block;
	height: 48px;
	width: 48px;
}

.office-locations .wp-block-group details summary::marker {
	display: none;
}

.office-locations .wp-block-group details summary::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/Plus-button-2.svg");
	display: inline-block;
	height: 48px;
	width: 48px;
	margin-right: 24px;
}
