.ifthenpay-thank-you {
	margin: 2rem auto;
	max-width: 400px;

	.details_table {
		width: 100% !important;
		/* border-collapse: collapse; */

		td, th {
			padding: 0.5rem 1rem;
			/* border: 1px solid #CCCCCC;
			background-color: #FFFFFF !important;
			color: #333333 !important; */
			white-space: nowrap;

			&.mb_value {
				text-align: right;
			}

			&.mb_action {
				text-align: center;
			}
		}

		th {
			text-align: center;

			img {
				margin: auto;
				margin-top: 0.5rem;
				max-height: 2.5rem;
			}
		}
	}
}

.ifthenpay-mbway-checkout-fields {
	container-type: inline-size;
	container-name: phone-field;
	display: block !important;
	margin-bottom: 1rem;

	.ifthenpay-mbway-checkout-fields-container {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.75em;
		align-items: center;
	}
}