.hotel-list {
				padding-inline: 1.5rem;
			}
			@media (min-width: 1200px) {
				.hotel-list {
					padding-inline: 2rem;
				}
			}
			.hotel-list__card {
				position: relative;
				text-align: center;
			}
			.hotel-list__card__link {
				align-items: center;
				display: flex;
				justify-content: center;
				margin-top: 2rem;
				padding-bottom: 3px;
			}
			.hotel-list__card__link:after {
				content: ' ';
				inset: 0;
				position: absolute;
			}
			.hotel-list__card__link svg {
				display: block;
				height: auto;
				max-width: 100%;
				width: 100%;
			}
			@media (max-width: 1199px) {
				.hotel-list__card__link svg {
					max-height: 2.5rem;
				}
			}
			@media (max-width: 989px) {
				.hotel-list__card__link svg {
					max-height: 2rem;
				}
			}
			.hotel-list.swiper:not(.swiper-initialized) .swiper-wrapper {
				gap: 1rem;
				justify-content: center;
			}
			.hotel-list.swiper:not(.swiper-initialized)
				.swiper-wrapper
				.swiper-slide {
				width: 76.9230769231%;
			}
			@media (min-width: 375px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 58.8235294118%;
				}
			}
			@media (min-width: 600px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 40%;
				}
			}
			@media (min-width: 768px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 28.5714285714%;
				}
			}
			@media (min-width: 990px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 26.3157894737%;
				}
			}
			@media (min-width: 1200px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 22.2222222222%;
				}
			}
			@media (min-width: 1560px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 18.1818181818%;
				}
			}
			@media (min-width: 1800px) {
				.hotel-list.swiper:not(.swiper-initialized)
					.swiper-wrapper
					.swiper-slide {
					width: 15.3846153846%;
				}
			}
