/* Devonshire Grove — Hire deposit payment page */

.dg-hire-deposit-page {
	background: #F4EBE0;
	min-height: 70vh;
	padding: 48px 16px;
}

.dg-hire-deposit {
	max-width: 560px;
	margin: 0 auto;
}

.dg-hire-deposit__card {
	background: #fff;
	border: 1px solid #D9CDB8;
	border-radius: 4px;
	padding: 40px 32px;
	box-shadow: 0 4px 24px rgba(74, 64, 41, 0.06);
}

.dg-hire-deposit__head {
	text-align: center;
	margin-bottom: 28px;
}
.dg-hire-deposit__head h1 {
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 400;
	color: #4A9B97;
	font-size: 32px;
	margin: 4px 0 8px;
}
.dg-hire-deposit__head .dg-booking__kicker {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8C6F45;
	margin: 0 0 8px;
}
.dg-hire-deposit__sub {
	color: #8B8576;
	font-size: 14px;
	margin: 0;
}

.dg-hire-deposit__loading,
.dg-hire-deposit__error {
	text-align: center;
	padding: 24px 0;
	color: #8B8576;
}
.dg-hire-deposit__error {
	color: #d63638;
}

.dg-hire-deposit__summary {
	background: #FAF4E9;
	border: 1px solid #E8DBC2;
	border-radius: 3px;
	padding: 20px 22px;
	margin-bottom: 24px;
}
.dg-hire-deposit__summary dl {
	margin: 0;
}
.dg-hire-deposit__summary > dl > div {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid rgba(140, 111, 69, 0.12);
	gap: 16px;
}
.dg-hire-deposit__summary > dl > div:last-child {
	border-bottom: none;
}
.dg-hire-deposit__summary dt {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8C6F45;
	flex-shrink: 0;
	padding-top: 2px;
}
.dg-hire-deposit__summary dd {
	margin: 0;
	color: #2C3E3D;
	font-size: 15px;
	text-align: right;
	max-width: 60%;
	word-wrap: break-word;
}
.dg-hire-deposit__amount-row dd strong {
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 600;
	color: #4A9B97;
	font-size: 22px;
}

.dg-hire-deposit__form {
	margin: 0;
}
.dg-hire-deposit__card-label {
	display: block;
	margin-bottom: 16px;
}
.dg-hire-deposit__card-label > span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8C6F45;
	margin-bottom: 8px;
}
.dg-hire-deposit__card-mount {
	border: 1px solid #D9CDB8;
	border-radius: 3px;
	padding: 14px 16px;
	background: #fff;
	transition: border-color 0.15s;
}
.dg-hire-deposit__card-mount:focus-within {
	border-color: #4A9B97;
}
.dg-hire-deposit__card-error {
	color: #d63638;
	font-size: 13px;
	margin: 8px 0 0;
}

.dg-hire-deposit__submit {
	width: 100%;
	padding: 16px 24px;
	background: #4A9B97;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	margin-top: 20px;
	transition: background 0.15s, transform 0.05s;
}
.dg-hire-deposit__submit:hover:not(:disabled) {
	background: #3D8682;
}
.dg-hire-deposit__submit:disabled {
	background: #B8C8C6;
	cursor: not-allowed;
}

.dg-hire-deposit__small {
	font-size: 12px;
	color: #8B8576;
	line-height: 1.6;
	margin: 16px 0 0;
	text-align: center;
}

.dg-hire-deposit__success,
.dg-hire-deposit__expired {
	text-align: center;
	padding: 16px 0;
}
.dg-hire-deposit__success svg {
	display: block;
	margin: 0 auto 16px;
}
.dg-hire-deposit__success h2,
.dg-hire-deposit__expired h2 {
	font-family: 'Source Serif 4', Georgia, serif;
	font-weight: 400;
	color: #4A9B97;
	font-size: 24px;
	margin: 8px 0 12px;
}
.dg-hire-deposit__success p,
.dg-hire-deposit__expired p {
	color: #3A2E24;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 12px;
}
.dg-hire-deposit__expired h2 {
	color: #8C6F45;
}

@media (max-width: 480px) {
	.dg-hire-deposit-page {
		padding: 24px 12px;
	}
	.dg-hire-deposit__card {
		padding: 28px 20px;
	}
	.dg-hire-deposit__head h1 {
		font-size: 26px;
	}
}
