
.wp-block-memberpress-thank-you-back-link a {
	color: var(--wp--preset--color--readylaunch-primary, #15429e);
	font-size: 14px;
	text-decoration: none;
}

.wp-block-memberpress-thank-you-back-link a:hover {
	text-decoration: underline;
}

.wp-block-memberpress-thank-you-invoice {
	padding: 2rem 0;
}

@media (max-width: 768px) {
	.wp-block-memberpress-thank-you-invoice {
		padding: 2rem 1.5rem;
	}
}

.wp-block-memberpress-thank-you-invoice ul.mp-cart-body {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper p {
	color: rgba(0, 0, 0, .56);
	margin: 0;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper ul.mp-cart-body {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-item {
	display: flex;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, .56);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-item-details {
	margin-right: auto;
	text-align: left;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-item-details .desc {
	font-size: 14px;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-item-image {
	margin-right: 20px;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-footer {
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 60px;
	margin-bottom: 24px;
	color: rgba(0, 0, 0, .56);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-footer > div {
	display: flex;
	justify-content: space-between;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-coupon {
	display: flex;
	justify-content: space-between;
	color: rgba(0, 0, 0, .56);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-cart-coupon-desc {
	margin-left: 60px;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper .mp-currency-cell {
	margin-left: 10px;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table {
	table-layout: auto !important;
	border: 0;
	color: rgba(0, 0, 0, .56);
	text-align: left;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table tr td {
	vertical-align: middle;
	line-height: 1.2;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table tr td:first-child {
	width: 60px;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table tr td p {
	margin: 0;
	color: rgba(0, 0, 0, .56);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table tr th {
	font-weight: normal;
	text-transform: capitalize;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table th, .wp-block-memberpress-thank-you-invoice.invoice-wrapper table td {
	border: 0;
	color: rgba(0, 0, 0, .56);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table .desc {
	font-size: 14px;
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table .bt {
	border-top: 1px solid rgba(0, 0, 0, .56);
	border-width: 1px !important;
	border-color: rgba(0, 0, 0, .2);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table .bb {
	border-bottom: 1px solid rgba(0, 0, 0, .56);
	border-width: 1px !important;
	border-color: rgba(0, 0, 0, .2);
}

.wp-block-memberpress-thank-you-invoice.invoice-wrapper table .total_cell {
	color: #1d1d1d;
}

.mepr-success, .wp-block-memberpress-thank-you-success {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 80px;
}

@media (max-width: 768px) {
	.mepr-success, .wp-block-memberpress-thank-you-success {
		flex-direction: column !important;
	}
}

.mepr-success.mepr-hide-welcome-image .mepr-image, .mepr-success.mepr-hide-welcome-image .wp-block-memberpress-image, .mepr-success.mepr-hide-welcome-image .wp-block-memberpress-thank-you-image, .wp-block-memberpress-thank-you-success.mepr-hide-welcome-image .mepr-image, .wp-block-memberpress-thank-you-success.mepr-hide-welcome-image .wp-block-memberpress-image, .wp-block-memberpress-thank-you-success.mepr-hide-welcome-image .wp-block-memberpress-thank-you-image {
	display: none;
}

.mepr-success::before, .wp-block-memberpress-thank-you-success::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: rgba(0, 0, 0, .15);
	display: none;
}

@media (min-width: 769px) {
	.mepr-success:has(>:nth-child(2))::before, .wp-block-memberpress-thank-you-success:has(>:nth-child(2))::before {
		display: block;
	}
}

.mepr-details, .wp-block-memberpress-thank-you-details {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.mepr-details, .wp-block-memberpress-thank-you-details {
		margin: 0 auto;
		text-align: center;
	}
}

.mepr-details .wp-block-heading:not(.has-text-align-left):not(.has-text-align-right), .wp-block-memberpress-thank-you-details .wp-block-heading:not(.has-text-align-left):not(.has-text-align-right) {
	text-align: center;
}

.mepr-thank-you-order-value {
	margin-bottom: .5rem;
}

.mepr-val-amount {
	font-weight: bold;
}

.mepr-image, .wp-block-memberpress-image, .wp-block-memberpress-thank-you-image {
	flex: 1;
	min-width: 0;
	margin: 0 !important;
	align-self: stretch;
}

@media (max-width: 768px) {
	.mepr-image, .wp-block-memberpress-image, .wp-block-memberpress-thank-you-image {
		border-left: none;
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding-left: 0;
		padding-top: 40px;
		align-self: auto;
	}
}

.mepr-image img, .wp-block-memberpress-image img, .wp-block-memberpress-thank-you-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.mepr-order-no {
	margin: 1rem 0;
}

.mepr-order-no > * {
	margin: 0 !important;
	color: rgba(0, 0, 0, .56);
}

.mepr-val-amount, .invoice-amount {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0;
	line-height: 1;
}

.wp-block-memberpress-thank-you {
	position: relative;
}

.wp-block-memberpress-thank-you > * {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--50);
}

.wp-block-memberpress-thank-you-order-value {
	text-align: center;
}

.wp-block-memberpress-thank-you-failure {
	text-align: center;
}

.wp-block-memberpress-thank-you-icon svg {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	display: block;
	color: var(--wp--preset--color--readylaunch-primary, #06429e);
}
