.hrbm-search {
	background: #fff;
	border: 1px solid rgba(37, 59, 42, .14);
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(130px, 1fr)) auto;
	padding: 18px;
}

.hrbm-search label,
.hrbm-portal-login label {
	color: rgba(38, 40, 34, .66);
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	text-transform: uppercase;
}

.hrbm-search input,
.hrbm-search select,
.hrbm-portal-login input {
	background: #f7f3ec;
	border: 1px solid rgba(37, 59, 42, .12);
	min-height: 46px;
	padding: 10px 12px;
}

.hrbm-button {
	background: #253b2a;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.hrbm-room-grid,
.hrbm-package-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hrbm-room-card,
.hrbm-package-card,
.hrbm-summary,
.hrbm-portal,
.hrbm-alert {
	background: #fff;
	border: 1px solid rgba(37, 59, 42, .14);
	padding: 22px;
}

.hrbm-room-card__media {
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #d6c7af, #76806b);
	margin: -22px -22px 20px;
	overflow: hidden;
}

.hrbm-room-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hrbm-kicker {
	color: #76806b;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.hrbm-search {
		grid-template-columns: 1fr;
	}
}
