/* NOTICE! This file exists in WPCOM & WPCOMSH. Updates need to be synced to both repos. */

.wpcom-coming-soon-body .wpcom-gifting-banner,
.wpcom-coming-soon-private-default-body .wpcom-gifting-banner,
.error410 .wpcom-gifting-banner {
	display: none;
}

.wpcom-gifting-banner {
	background: #000;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu",
	"Cantarell", "Helvetica Neue", sans-serif;
}

.wpcom-gifting-banner__img {
	width: 21px;
	height: 21px;
	margin: 0 10px;
}

.wpcom-gifting-banner__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
}

.wpcom-gifting-banner__logo {
	min-width: 28px;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	fill: #fff;
	display: block;
	overflow: visible;
}

.wpcom-gifting-banner__wrapper {
	display: flex;
	flex-wrap: wrap;
}

.wpcom-gifting-banner__title,
.wpcom-gifting-banner__subtitle {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.wpcom-gifting-banner__title {
	font-weight: 800;
}

.wpcom-gifting-banner__subtitle {
	font-weight: 400;
	text-align: left;
}

.wpcom-gifting-banner__button {
	cursor: pointer;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 2px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	height: 32px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 6px 24px 6px 24px;
}

.wpcom-gifting-banner .wpcom-gifting-banner__button:hover {
	background: #fff;
	color: #000;
}

.wpcom-gifting-banner__more-info-button,
.wpcom-gifting-banner__more-info-button:hover {
	cursor: pointer;
	position: relative;
	background: none;
	border: 0;
	padding: 6px 12px;
}

.wpcom-gifting-banner__more-info-button:before {
	background: url(/wp-content/mu-plugins/wpcomsh/frontend-notices/gifting-banner/css/../images/gridicons-help-outline.svg) no-repeat center;
	content: '';
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 4px;
	left: 5px;
}

@media (max-width: 480px) {
	.wpcom-gifting-banner__inner {
		padding: 16px 14px 16px 14px;
	}

	.wpcom-gifting-banner__logo {
		min-width: 26px;
		width: 26px;
		height: 26px;
	}

	.wpcom-gifting-banner__img {
		height: 16px;
		width: 16px;
	}

	.wpcom-gifting-banner__title,
	.wpcom-gifting-banner__subtitle {
		font-size: 12px;
		line-height: 15px;
	}

	.wpcom-gifting-banner__title {
		font-weight: 600;
	}

	.wpcom-gifting-banner__button {
		font-size: 12px;
	}
}
.jetpack-simple-payments-wrapper {
	margin-bottom: 1.5em;
}

/* Higher specificity in order to reset paragraph style */
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p {
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack-simple-payments-product {
	display: flex;
	flex-direction: column;
}

.jetpack-simple-payments-product-image {
	flex: 0 0 30%;
	margin-bottom: 1.5em;
}

.jetpack-simple-payments-image {
	box-sizing: border-box;
	min-width: 70px;
	padding-top: 100%;
	position: relative;
}

/* Higher specificity in order to trump theme's style */
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-product-image .jetpack-simple-payments-image img {
	border: 0;
	border-radius: 0;
	height: auto;
	left: 50%;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.jetpack-simple-payments-title p,
.jetpack-simple-payments-price p {
	font-weight: bold;
}

.jetpack-simple-payments-purchase-box {
	align-items: flex-start;
	display: flex;
}

.jetpack-simple-payments-button {
	max-width: 340px;
	width: 100%;
}

.jetpack-simple-payments-items {
	flex: 0 0 auto;
	margin-right: 10px;
}

input[type="number"].jetpack-simple-payments-items-number {
	font-size: 16px;
	line-height: 1;
	max-width: 60px;
	padding: 4px 8px;
}

input[type=number].jetpack-simple-payments-items-number::-webkit-inner-spin-button,
input[type=number].jetpack-simple-payments-items-number::-webkit-outer-spin-button {
	opacity: 1;
}

.jetpack-simple-payments-button iframe {
	margin: 0;
}

.jetpack-simple-payments-purchase-message {
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
	display: none;
	margin-bottom: 1.5em;
	min-height: 48px;
	padding: 1em;
	position: relative;
}

.jetpack-simple-payments-purchase-message:before {
	font-family: dashicons !important;
	font-size: 48px !important;
	line-height: 1 !important;
	position: absolute;
	speak: none;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jetpack-simple-payments-purchase-message.show {
	display: block;
}

.jetpack-simple-payments-purchase-message.success:before {
	color: #4ab866;
	content: "\f147";
}

.jetpack-simple-payments-purchase-message.error:before {
	color: #d94f4f;
	content: "\f335";
}

/* Higher specificity in order to reset */
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-purchase-message p {
	color: #222;
	margin: 0 0 0.5em;
	padding: 0 0 0 40px;
}

body .jetpack-simple-payments-wrapper .jetpack-simple-payments-purchase-message p:last-child {
	margin: 0;
}

.jetpack-simple-payments-description {
	white-space: pre-wrap;
}

@media screen and (min-width: 400px) {
	.jetpack-simple-payments-product {
		flex-direction: row;
	}

	.jetpack-simple-payments-product-image + .jetpack-simple-payments-details {
		flex-basis: 70%;
		padding-left: 1em;
	}
}

.is-email .jetpack-simple-payments-product {
	display: table;
	width: 100%;
}

.is-email .jetpack-simple-payments-product-image {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}

.is-email .jetpack-simple-payments-image {
	padding-top: 0;
}

.is-email .jetpack-simple-payments-image figure {
	margin: 0;
}

.jetpack-simple-payments-details {
	width: 100%;
}

.is-email .jetpack-simple-payments-product-image + .jetpack-simple-payments-details {
	display: table-cell;
	width: 70%;
}
.milestone-widget {
	margin-bottom: 1em;
}
.milestone-content {
	line-height: 2;
	margin-top: 5px;
	max-width: 100%;
	padding: 0;
	text-align: center;
}
.milestone-header {
	background-color: var(--milestone-text-color, #111);
	color: var(--milestone-bg-color, #fff);
	line-height: 1.3;
	margin: 0;
	padding: .8em;
}
.milestone-header .event,
.milestone-header .date {
	display: block;
}
.milestone-header .event {
	font-size: 120%;
}
.milestone-countdown .difference {
	display: block;
	font-size: 500%;
	font-weight: bold;
	line-height: 1.2;
}
.milestone-countdown,
.milestone-message {
	background-color: var(--milestone-bg-color, #fff);
	border: 1px solid var(--milestone-border-color, #767676);
	border-top: 0;
	color: var(--milestone-text-color, #111);
	padding-bottom: 1em;
}
.milestone-message {
	padding-top: 1em;
}