body.page-id-1390 .ast-container {
	max-width: 1220px;
}

body.page-id-1390 .site-content .widget-area {
	display: none;
}

body.page-id-1390 #primary,
body.page-id-1390 .content-area {
	float: none;
	margin: 0;
	width: 100% !important;
}

body.page-id-1390 #secondary {
	display: none !important;
}

.dhbep-ready {
	color: #3f4d55;
	display: block !important;
	font-family: inherit;
}

.dhbep-search {
	align-items: stretch;
	background: #fff;
	border: 1px solid #e1e5e8;
	box-shadow: 0 2px 9px rgba(33, 43, 48, .08);
	display: flex;
	gap: 24px;
	margin-bottom: 26px;
	padding: 18px 22px;
}

.dhbep-brand {
	background: #4b606a;
	color: #fff;
	display: flex;
	flex: 0 0 190px;
	flex-direction: column;
	justify-content: center;
	padding: 11px 16px;
}

.dhbep-brand strong {
	font-size: 16px;
}

.dhbep-brand span {
	font-size: 12px;
	opacity: .85;
	text-transform: uppercase;
}

.dhbep-search-fields {
	display: grid;
	flex: 1;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(130px, 1fr));
}

.dhbep-search-fields label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.dhbep-search-fields span {
	color: #717a80;
	font-size: 14px;
}

.dhbep-search-fields input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d2d7d9;
	border-radius: 0;
	color: #485a62;
	font-size: 17px;
	height: 42px;
	padding: 4px 0;
}

.dhbep-search-btn,
.dhbep-proceed,
.dhgp-submit {
	background: #393430 !important;
	border: 0 !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.dhbep-search-btn {
	align-self: center;
	height: 54px;
	padding: 0 36px;
}

.dhbep-stage {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 355px;
}

.dhbep-left {
	display: grid;
	gap: 22px;
}

.dhbep-ready .dhgp-room-panel,
.dhbep-ready .dhgp-form-panel,
.dhbep-steps,
.dhbep-summary {
	background: #fff;
	border: 1px solid #dce1e4;
	border-radius: 5px;
	box-shadow: 0 2px 7px rgba(36, 48, 54, .1);
	padding: 0;
}

.dhbep-ready .dhgp-room-panel h2,
.dhbep-ready .dhgp-form-panel h2 {
	background: #4b606a;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 21px;
	margin: 0 0 22px;
	padding: 25px 28px;
	text-align: center;
}

.dhbep-ready .dhgp-form-panel h2 {
	text-align: left;
}

.dhbep-ready .dhgp-room-grid {
	display: grid;
	gap: 18px;
	padding: 0 24px 25px;
}

.dhbep-ready .dhgp-room-card {
	align-items: center;
	background: #fff;
	border: 1px solid #e0e4e5;
	border-radius: 4px;
	display: grid;
	gap: 18px;
	grid-template-columns: 176px minmax(0, 1fr);
	margin: 0;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
}

.dhbep-ready .dhgp-room-card input {
	appearance: none;
	background: #fff;
	border: 2px solid #393430;
	border-radius: 50%;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 23px;
	width: 22px;
}

.dhbep-ready .dhgp-room-card input:checked {
	background: #393430;
	box-shadow: inset 0 0 0 5px #fff;
}

.dhbep-ready .dhgp-room-card:has(input:checked) {
	border-color: #4b606a;
	box-shadow: 0 0 0 1px #4b606a;
}

.dhbep-ready .dhgp-room-card img {
	grid-row: 1 / 3;
	height: 138px;
	object-fit: cover;
	width: 176px;
}

.dhbep-ready .dhgp-room-card span {
	align-self: end;
	color: #33454e;
	font-size: 21px;
	font-weight: 600;
	padding-right: 38px;
}

.dhbep-ready .dhgp-room-card small {
	align-self: start;
	color: #69777d;
	font-size: 14px;
	grid-column: 2;
}

.dhbep-ready .dhgp-form-grid {
	display: grid;
	gap: 22px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 34px;
}

.dhbep-ready .dhgp-form-grid label {
	margin: 0;
}

.dhbep-ready .dhgp-form-grid span {
	color: #65747b;
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}

.dhbep-ready .dhgp-form-grid input,
.dhbep-ready .dhgp-form-grid textarea {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d1d6d8;
	border-radius: 0;
	padding: 10px 0;
	width: 100%;
}

.dhbep-ready .dhgp-form-wide {
	grid-column: 1 / -1;
}

.dhbep-consent {
	color: #65747b;
	font-size: 13px;
	margin: 24px 34px 12px;
}

.dhbep-ready .dhgp-submit {
	margin: 0 34px 32px !important;
	padding: 17px 25px !important;
	width: calc(100% - 68px);
}

.dhbep-aside {
	display: grid;
	gap: 15px;
	position: sticky;
	top: 30px;
}

.dhbep-steps {
	display: flex;
	justify-content: space-between;
	padding: 26px 24px 22px;
}

.dhbep-steps div {
	align-items: center;
	color: #738087;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 10px;
	position: relative;
	width: 33%;
}

.dhbep-steps div:not(:last-child)::after {
	background: #dde2e4;
	content: "";
	height: 2px;
	left: calc(50% + 22px);
	position: absolute;
	top: 19px;
	width: calc(100% - 42px);
}

.dhbep-steps b {
	align-items: center;
	border: 2px solid #9aa3a7;
	border-radius: 50%;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.dhbep-steps .active b {
	background: #393430;
	border-color: #393430;
	color: #fff;
}

.dhbep-summary header {
	align-items: center;
	border-bottom: 1px solid #e0e4e6;
	display: flex;
	justify-content: space-between;
	padding: 20px 22px 16px;
}

.dhbep-summary h2 {
	color: #42555e;
	font-size: 21px;
	margin: 0;
}

.dhbep-summary header span {
	font-size: 12px;
	text-transform: uppercase;
}

.dhbep-summary-count {
	border-bottom: 1px solid #e0e4e6;
	display: flex;
	gap: 36px;
	padding: 16px 22px;
}

.dhbep-summary-count b {
	margin-left: 8px;
}

.dhbep-summary dl {
	margin: 0;
	padding: 14px 22px 5px;
}

.dhbep-summary dl div {
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
}

.dhbep-summary dt {
	color: #8a959a;
}

.dhbep-summary dd {
	color: #455862;
	font-weight: 600;
	margin: 0;
	text-align: right;
}

.dhbep-rate {
	border-top: 1px solid #e0e4e6;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 9px;
	padding: 17px 22px;
}

.dhbep-rate strong {
	color: #43555d;
	font-size: 26px;
}

.dhbep-payment {
	margin: 0;
	padding: 0 22px 18px;
}

.dhbep-proceed {
	margin: 0 22px 22px;
	padding: 17px 10px;
	width: calc(100% - 44px);
}

@media (max-width: 980px) {
	.dhbep-search {
		flex-wrap: wrap;
	}

	.dhbep-brand {
		flex-basis: 100%;
	}

	.dhbep-stage {
		grid-template-columns: 1fr;
	}

	.dhbep-aside {
		order: -1;
		position: static;
	}
}

@media (max-width: 650px) {
	.dhbep-search-fields,
	.dhbep-ready .dhgp-form-grid {
		grid-template-columns: 1fr;
	}

	.dhbep-search-btn {
		width: 100%;
	}

	.dhbep-ready .dhgp-room-card {
		display: block;
		padding: 0 18px 18px;
	}

	.dhbep-ready .dhgp-room-card img {
		height: 190px;
		margin: 0 -18px 16px;
		width: calc(100% + 36px);
	}

	.dhbep-ready .dhgp-room-card span,
	.dhbep-ready .dhgp-room-card small {
		display: block;
		margin-bottom: 7px;
	}
}
