.woocommerce-store-notice.demo_store {
	align-items: center;
	background: var(--global-palette1, #274c77);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: center;
	line-height: 1.4;
	margin: 0;
	min-height: 48px;
	padding: 0;
	position: static;
	width: 100%;
}

.woocommerce-store-notice.demo_store .store-notice-content {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--global-content-width, 1290px);
	padding: 10px 24px;
	width: 100%;
}

.woocommerce-store-notice.demo_store .store-notice-social,
.woocommerce-store-notice.demo_store .store-notice-message {
	align-items: center;
	display: flex;
	margin: 0;
	min-width: 0;
}

.woocommerce-store-notice.demo_store .store-notice-social {
	flex: 0 0 auto;
	gap: 14px;
}

.woocommerce-store-notice.demo_store .store-notice-message {
	flex: 1 1 auto;
	justify-content: flex-end;
	text-align: right;
}

.woocommerce-store-notice.demo_store a {
	color: inherit;
}

@media (max-width: 720px) {
	.woocommerce-store-notice.demo_store .store-notice-content {
		flex-direction: column !important;
		gap: 8px !important;
		justify-content: center !important;
		padding: 10px 20px !important;
	}

	.woocommerce-store-notice.demo_store .store-notice-social,
	.woocommerce-store-notice.demo_store .store-notice-message {
		flex: 0 1 auto !important;
		justify-content: center !important;
		text-align: center !important;
		width: 100% !important;
	}

	.woocommerce-store-notice.demo_store .store-notice-social {
		flex-wrap: wrap !important;
	}

	.woocommerce-store-notice.demo_store .store-notice-message a {
		display: block;
		white-space: normal;
		width: 100%;
	}
}
