.highlight-color {
	color: #bd1e85;
}

.weight-bold {
	font-weight: bold;
}

.prose > * {
	margin-top: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.prose > * + * {
	margin-top: 1em;
	margin-block-start: 1rem;
	margin-block-end: 0;
}


@media screen and (min-width: 760px) {

	.brand-info {
	  display: flex;
	  flex-wrap: nowrap;
	  gap: 1.5rem;
	}

	.brand-info__copy {
		flex-basis: 60%;
	}

	.brand-info__image {
		flex-basis: 50%;
		flex-grow: 1;
	}

}

.brand-info__content ul {
	font-size: 15px;
	color: #626262;
	list-style: disc;
	list-style-position: inside;
}

.brand-info__content ul > * + * {
	margin-top: 0.6rem;
}

.brand-info__content li::marker {
	color: #4f2650;
}

.brand-page__section {
	margin-top: 3.5rem;
}

.brand-page__title {
	font-size: 2.3rem;
}

.brand-branches {

}

.brand-branches__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
}

@media screen and (min-width: 650px) {
	.brand-branches__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1.5rem;
	}
}


@media screen and (min-width: 960px) {
	.brand-branches__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1.5rem;
	}
}


.brand-branches__item {
	background: linear-gradient(180deg, rgb(240, 240, 240) 90%, rgba(248, 248, 248, 0) 100%);
	border-radius: 0.6rem;
	display: flex;
	flex-direction: column;
}

.brand-branches__image {
	padding-bottom: 65%;
	position: relative;
}

.brand-branches__title {
	font-size: 1.8rem;
}

.brand-branches__copy {
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.brand-branches__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	border-top-right-radius: 0.6rem;
	border-top-left-radius: 0.6rem;
}

.brand-branches__cta {
	margin-top: auto;
	margin-block-start: auto;
	padding: 0 1.5rem 1.5rem 1.5rem;
}


.branch-reviews {
		
}

.branch-reviews__branches {
	padding-bottom: 3rem;
}

.branch-reviews__branches > * + * {
	margin: 0 0 0 0;
	margin-top: 1rem;

}

.branch-reviews__title {
	display: inline-flex;
	font-size: 1.4rem;
	font-family: georgia,serif;
	color: #4f2650;
	list-style-type: none;	
}

.branch-reviews__title svg {
	margin-right: 1rem;
	fill: currentColor;
}

.branch-reviews__details[open] .branch-reviews__title svg {
	transform: rotate(90deg);
}

.branch-reviews__title::marker, .branch-reviews__title::-webkit-details-marker {
    display: none;
 }


.branch-reviews__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
}

@media screen and (min-width: 650px) {
	.branch-reviews__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1.5rem;
	}
}

@media screen and (min-width: 960px) {
	.branch-reviews__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 2rem;
	}
}

.branch-reviews__item {

}

.branch-reviews__person {
	margin: 0 0 0.5rem 0;
	font-weight: bold;
}

.branch-reviews__item .stars {
	margin: 0 0 0.5rem 0;
}

.branch-reviews__time-ago {
	margin: 0;
}


.branch-reviews__text {
	line-height: 1.68;
	max-width: 60rem;
	max-inline-size: 60ch;
}

@media screen and (min-width:760px) {

	.branch-reviews__text {
		max-height: 460px;
		max-block-size: 460px;
		overflow-y: auto;
	}
}


.brand-plan-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 650px) {
	.brand-plan-grid {
		display: grid;
		gap: 2rem;
		grid-template-columns: 1fr 1fr;
	}
	.branch-preview .brand-plan-grid {
		display: grid;
		gap: 1rem;
		grid-template-columns: 1fr 1fr;
	}
	
	.multipart-form .brand-plan-grid {
		display: grid;
		gap: 1rem;
		grid-template-columns: 1fr 1fr;
	}
}

.brand-plan {
	background-color: #fce4f4;
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.branch-preview .brand-plan {margin-bottom: 25px;}
.multipart-form .brand-plan {margin-bottom: 25px;}

.brand-plan__title {
	margin: 0;
	padding: 18px;
	background-color: #bd1e85;
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
}

.branch-preview .brand-plan__title {
	padding: 12px;
	font-size: 1rem;
	margin:0px;
}
.multipart-form .brand-plan__title {
	padding: 12px;
	font-size: 1rem;
	margin:0px;
}

.brand-plan__body {
	padding: 18px;
	margin: 0;
	display: flex;
    align-items: baseline;
}

.branch-preview .brand-plan__body {
	padding: 12px; }
.multipart-form .brand-plan__body {
	padding: 12px; }

@media screen and (max-width: 650px) {
	.brand-plan__body {
	padding: 18px;
	margin: 0;
	display: flex;
    align-items: baseline;
	flex-direction: column;
}
	.branch-preview .brand-plan__body {
	padding: 12px; }
}
.multipart-form .brand-plan__body {
	padding: 12px; }
}



.brand-plan__body p {
	font-size: 16px;
	line-height: 1.6;
}

.branch-preview .brand-plan__body p {
	font-size: 12px;
	line-height: 1;
	margin: 0px
}
.multipart-form .brand-plan__body p {
	font-size: 12px;
	line-height: 1;
	margin: 0px
}

.brand-page .brand-plan__copy {
    margin: 0px 10px 0px 0px;
}

.brand-plan__price {

}

.brand-plan__cost {
	display: flex;
    font-weight: bold;
    font-size: 2.4em;
}


.brand-plan__copy {
	margin: 0;
}

.brand-plan__copy p {
	margin: 0;
}

.brand-plan__footer {
	margin: auto 0 0 0;
	padding: 18px;
	background-color: #4f2650;
	color: #fff;
}

.brand-page-btn {
	font-size: 16px;
	padding: 12px 24px;
	font-weight: normal;
	border-radius: 5px;
}