@media only screen and (max-width: 767px) {
	.cvt-bouquet-picker__summary {
		justify-items: center;
		text-align: center;
	}

	.cvt-bouquet-picker__title {
		align-items: center;
		flex-direction: column;
		gap: 3px;
		justify-content: center;
		white-space: normal;
		width: 100%;
	}

	.cvt-bouquet-picker__title span {
		text-align: center;
	}

	.cvt-bouquet-picker__toggle {
		justify-self: center;
	}
}
