.wclp-followup-message {
	margin: 12px 0;
	color: #50575e;
}

.wclp-customer-details {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
}

.wclp-customer-details__title {
	margin: 0 0 8px;
}

.wclp-customer-details .description {
	margin: 0 0 12px;
	color: #646970;
}

.wclp-customer-details .form-row {
	margin: 0 0 12px;
}

.wclp-customer-details label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.wclp-customer-details input[type="text"],
.wclp-customer-details input[type="url"],
.wclp-customer-details input[type="file"] {
	width: calc(100% - 20px) !important;
}

.wclp-customer-qr-preview {
	display: block;
	margin-top: 8px;
	max-width: 180px;
	height: auto;
}

.wclp-field-list {
	margin: 8px 0 0 18px;
}

.wclp-customer-order-details h3 {
	margin: 0 0 8px;
	font-size: 1em;
}

.wclp-merchant-info__title {
	margin: 0 0 8px;
}

.wclp-merchant-info,
.wclp-payment-description {
	margin: 12px 0;
}

.wclp-merchant-info {
	padding: 12px;
	background: #f6f7f7;
	border-radius: 4px;
}

.wclp-merchant-info p {
	margin: 0 0 8px;
}

.wclp-merchant-info p:last-child {
	margin-bottom: 0;
}

.wclp-merchant-info img {
	max-width: 180px;
	height: auto;
}

.wclp-customer-reference {
	margin-top: 12px;
}

.wclp-customer-reference label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.wclp-customer-reference input {
	width: calc(100% - 20px) !important;
}

.woocommerce-order-wclp-details {
	margin-top: 24px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0;
}
.wc_payment_methods.payment_methods.methods li input:not([type="radio"]) {
	width: calc(100% - 20px) !important;
}