#hv-delivery-context-notice {
	display: none;
	width: 100%;
	box-sizing: border-box;
	color: #292929;
}

#hv-delivery-context-notice.hv-is-visible {
	display: block;
}

.hv-delivery-context-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 12px 24px 5px;
	text-align: right;
}

.hv-delivery-context-heading {
	margin: 0;
	font-weight: 700;
}

#hv-delivery-context-notice.hv-in-entry-content .hv-delivery-context-inner {
	max-width: none;
	padding: 12px 0 5px;
}

#hv-delivery-context-notice.hv-after-page-heading .hv-delivery-context-inner {
	padding-top: 4px;
}

.hv-delivery-context-link {
	appearance: none;
	padding: 0;
	border: 0;
	background: transparent;
	color: #a13a70;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.hv-delivery-context-link:hover,
.hv-delivery-context-link:focus {
	color: #70264d;
}

.hv-delivery-context-link:disabled {
	cursor: wait;
	opacity: 0.6;
}

.hv-delivery-context-details {
	max-width: 720px;
	margin: 9px 0 0 auto;
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
}

.hv-delivery-context-details p {
	margin: 0 0 12px;
}

.hv-delivery-context-details p:last-child {
	margin-bottom: 0;
}

.hv-delivery-context-language-separator {
	margin: 16px 0;
	border: 0;
	border-top: 1px solid #b8b8b8;
}

.hv-delivery-context-account-status {
	margin-top: 8px;
}

@media (max-width: 600px) {
	.hv-delivery-context-inner {
		padding: 9px 14px 4px;
	}

	.hv-delivery-context-details {
		max-width: none;
	}
}
