.psc-live-cross-sell-price {
	display: block !important;
	margin: 0.25rem 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #181818;
}

.psc-live-cross-sell-price .vps-as-low-as-label {
	display: inline-block;
	margin-right: 0.25rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #765400;
}

.psc-live-cross-sell-price .woocommerce-Price-amount {
	white-space: nowrap;
}

.psc-live-price-time {
	display: block;
	margin: 0.2rem 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: #5f6368;
}

.psc-live-price-refresh-notice {
	position: static;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	max-width: 42rem;
	margin: 0.75rem 0 1rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid #d4af37;
	border-radius: 0.65rem;
	background: #111;
	box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.28);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.4;
}

.psc-live-price-refresh-notice--inline {
	clear: both;
}

.psc-live-price-refresh-notice--catalog {
	margin: 0.75rem 0 1.25rem;
}

.psc-live-price-refresh-notice[hidden] {
	display: none !important;
}

.psc-live-price-refresh-notice__message {
	color: #fff;
}

.psc-live-price-refresh-notice__button {
	flex: 0 0 auto;
	min-height: 2.7rem;
	padding: 0.55rem 0.9rem;
	border: 1px solid #f4d46b;
	border-radius: 0.45rem;
	background: #d4af37;
	color: #111;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.psc-live-price-refresh-notice__button:hover,
.psc-live-price-refresh-notice__button:focus-visible {
	background: #f4d46b;
	outline: 3px solid rgba(244, 212, 107, 0.45);
	outline-offset: 2px;
}

li.product .psc-live-price-time,
article.product .psc-live-price-time,
.wc-block-grid__product .psc-live-price-time {
	text-align: center;
}

@media (max-width: 480px) {
	.psc-live-price-time {
		font-size: 0.7rem;
		margin-bottom: 0.55rem;
	}

	.psc-live-price-refresh-notice {
		max-width: none;
		align-items: stretch;
		flex-direction: column;
		gap: 0.65rem;
		font-size: 0.86rem;
	}

	.psc-live-price-refresh-notice__button {
		width: 100%;
	}
}
