body {
	font-family: 'Arial', sans-serif;
	background-color: #f9f9f9;
	color: #333;
}

.istall-fine-payments-lookup-form, .istall-fine-payments-payment-form {
	display: flex;
	flex-direction: column;
	margin: 1.5em 0;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.istall-fine-payments-lookup-form-label, .istall-fine-payments-payment-form-label, .istall-fine-payments-payment-amount {
	font-weight: bold;
	padding: 0.5em 0;
}
.istall-fine-payments-lookup-form-button, .istall-fine-payments-payment-form-button {
	margin-top: 1em;
}
button {
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 0.75em;
	cursor: pointer;
	transition: background-color 0.3s;
}
button:hover {
	background-color: #0056b3;
}
.istall-fine-payments-ticket {
	border: 1px solid #007bff;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 8px;
	background-color: #f0f8ff;
}
.istall-fine-payments-receipt {
	margin-top: 2em;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
}
.istall-fine-payments-receipt-header {
	font-size: 1.5em;
	margin-bottom: 1em;
}
.istall-fine-payments-ticket-reference {
	font-weight: bold;
}
.istall-fine-payments-ticket-images {
	display: grid;
	grid-template-columns: 50% 50%;
}
.istall-fine-payments-ticket-images a {
	margin: 0.5em;
}
.istall-fine-payments-ticket-images img {
	max-width: 100%;
}
.istall-fine-payme {
	border-color: #00FF00;
	background: #DDFFDD;
}
.istall-fine-payments-cc-form-label {
	font-weight: bold;
}
.istall-fine-payments-receipt-header {
	font-weight: bold;
}