.cc-dm-hs-useful-hotels {
	--cc-dm-useful-text: #1b1919;
	--cc-dm-useful-accent: #ab2424;
	--cc-dm-useful-stroke: #f6f6f6;
	--cc-dm-useful-white: #ffffff;
	box-sizing: border-box;
	width: 100%;
	background: var(--cc-dm-useful-white);
	color: var(--cc-dm-useful-text);
	font-family: Montserrat, Arial, sans-serif;
	padding-block: clamp(32px, 5vw, 58px);
}

.cc-dm-hs-useful-hotels *,
.cc-dm-hs-useful-hotels *::before,
.cc-dm-hs-useful-hotels *::after {
	box-sizing: border-box;
}

.cc-dm-hs-useful-hotels__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding-inline: 0;
}

.cc-dm-hs-useful-hotels__title {
	width: 100%;
	margin: 0 0 24px;
	color: var(--cc-dm-useful-text);
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.cc-dm-hs-useful-hotels__list {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid var(--cc-dm-useful-stroke);
}

.cc-dm-hs-useful-hotels__item {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 100%;
	min-height: 103px;
	padding-block: 12px;
	color: var(--cc-dm-useful-text);
	text-decoration: none !important;
	transition: color 180ms ease, transform 180ms ease;
}

.cc-dm-hs-useful-hotels__item + .cc-dm-hs-useful-hotels__item {
	border-top: 1px solid var(--cc-dm-useful-stroke);
}

.cc-dm-hs-useful-hotels__item:hover,
.cc-dm-hs-useful-hotels__item:focus {
	color: var(--cc-dm-useful-accent);
	text-decoration: none !important;
	transform: translateX(2px);
}

.cc-dm-hs-useful-hotels__item:focus-visible {
	outline: 3px solid rgba(171, 36, 36, 0.28);
	outline-offset: 3px;
}

.cc-dm-hs-useful-hotels__thumb {
	display: block;
	flex: 0 0 212px;
	width: 212px;
	height: 79px;
	overflow: hidden;
	background: var(--cc-dm-useful-stroke);
	border-radius: 999px;
}

.cc-dm-hs-useful-hotels__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.cc-dm-hs-useful-hotels__article-title {
	min-width: 0;
	color: currentColor;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.cc-dm-hs-useful-hotels__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	margin-top: 24px;
	padding: 16px 24px;
	background: transparent;
	border: 1px solid var(--cc-dm-useful-accent);
	border-radius: 999px;
	color: var(--cc-dm-useful-text);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cc-dm-hs-useful-hotels__button:hover,
.cc-dm-hs-useful-hotels__button:focus {
	background: var(--cc-dm-useful-accent);
	color: var(--cc-dm-useful-white);
	text-decoration: none !important;
	transform: translateY(-1px);
}

.cc-dm-hs-useful-hotels__button:focus-visible {
	outline: 3px solid rgba(171, 36, 36, 0.28);
	outline-offset: 3px;
}

.cc-dm-hs-useful-hotels__button-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.cc-dm-hs-useful-hotels__button-arrow::before {
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateX(-1px) rotate(45deg);
}

.cc-dm-hs-useful-hotels__button-arrow::after {
	position: absolute;
	width: 10px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	content: "";
	transform: translateX(-1px);
}

@media (max-width: 760px) {
	.cc-dm-hs-useful-hotels__item {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		min-height: 0;
		padding-block: 20px;
	}

	.cc-dm-hs-useful-hotels__thumb {
		flex-basis: auto;
		width: 100%;
		height: 160px;
		border-radius: 24px;
	}
}

@media (max-width: 480px) {
	.cc-dm-hs-useful-hotels {
		padding-block: 28px;
	}

	.cc-dm-hs-useful-hotels__title {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 1.14;
	}

	.cc-dm-hs-useful-hotels__article-title {
		font-size: 22px;
		line-height: 1.18;
	}

	.cc-dm-hs-useful-hotels__thumb {
		height: 140px;
		border-radius: 20px;
	}

	.cc-dm-hs-useful-hotels__button {
		width: 100%;
		min-height: 50px;
		font-size: 16px;
	}
}
