/* Single hotel breadcrumb */
.single-hotel {
	--hotel-box-background: #f8f8fa;
	padding-block: 0 64px;
}

.hotel-breadcrumb {
	padding: 22px 0 24px;
}

.hotel-breadcrumb__inner {
	display: flex;
	justify-content: flex-start;
}

.hotel-breadcrumb .rank-math-breadcrumb,
.hotel-breadcrumb .rank-math-breadcrumb p {
	margin: 0;
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.hotel-breadcrumb .rank-math-breadcrumb p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.hotel-breadcrumb .rank-math-breadcrumb a {
	color: #9a9a9a;
}

.hotel-breadcrumb .rank-math-breadcrumb a:hover,
.hotel-breadcrumb .rank-math-breadcrumb a:focus {
	color: var(--mashhadotagh-primary);
}

.hotel-breadcrumb .rank-math-breadcrumb .separator {
	color: #c8c8c8;
}

.hotel-breadcrumb .rank-math-breadcrumb .last {
	color: var(--mashhadotagh-text);
}

/* Similar hotels slider */
.hotel-similar-section {
	padding: 42px 0 54px;
}

.hotel-similar-section__inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.hotel-similar-section__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.hotel-section-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hotel-section-title > span {
	color: #888888;
	font-size: 14px;
	line-height: 1.6;
}

.hotel-section-title h2 {
	margin: 0;
	color: var(--mashhadotagh-text);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.5;
}

.hotel-section-title h2 strong {
	color: var(--mashhadotagh-primary);
	font-weight: 800;
}

.hotel-section-title__lines {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.hotel-section-title__lines span:first-child {
	width: 80px;
	height: 3px;
	border-radius: 999px;
	background: #e2e2e2;
}

.hotel-section-title__lines span:last-child {
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--mashhadotagh-primary);
}

.hotel-similar-section__arrows {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 20px;
}

.hotel-similar-section__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 8px;
	background: #f6f6f6;
	color: #1a1a1a;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.hotel-similar-section__arrow:hover,
.hotel-similar-section__arrow:focus {
	background: var(--mashhadotagh-primary);
	color: #ffffff;
}

.hotel-similar-section__arrow.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.hotel-similar-section__slider {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 34px;
}

.hotel-similar-section__slider .swiper-slide {
	display: flex;
	justify-content: center;
	height: auto;
}

.hotel-similar-section__slider .hotel-card {
	max-width: 100%;
}

.hotel-similar-section__pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.hotel-similar-section__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0;
	border-radius: 999px;
	background: #d8d8d8;
	opacity: 1;
}

.hotel-similar-section__pagination .swiper-pagination-bullet-active {
	width: 24px;
	background: var(--mashhadotagh-primary);
}

/* Hotel about content */
.hotel-about-section {
	padding: 0 0 72px;
}

.hotel-about-box {
	display: flex;
	flex-direction: column;
	gap: 34px;
	padding: 32px;
	border-radius: 22px;
	background: var(--hotel-box-background);
}

.hotel-about-box__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 10px 12px;
	border-radius: 14px;
	background: #ffffff;
}

.hotel-about-box__title {
	display: flex;
	align-items: center;
	gap: 18px;
}

.hotel-about-box__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	border-radius: 16px;
	background: var(--mashhadotagh-primary);
}

.hotel-about-box__title h2 {
	margin: 0;
	color: var(--mashhadotagh-text);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.6;
}

.hotel-about-box__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 14px;
	border: 0;
	border-radius: 8px;
	background: #f5f5f7;
	color: var(--mashhadotagh-text);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.hotel-about-box__content {
	position: relative;
	overflow: hidden;
	color: #555555;
	font-size: 16px;
	line-height: 2.1;
	text-align: right;
	transition: max-height 0.25s ease;
}

.hotel-about-box.is-collapsed .hotel-about-box__content {
	max-height: 72px;
}

.hotel-about-box.is-collapsed .hotel-about-box__content::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 42px;
	background: linear-gradient(180deg, rgba(248, 248, 250, 0) 0%, var(--hotel-box-background) 82%);
	content: "";
	pointer-events: none;
}

.hotel-about-box__content h2,
.hotel-about-box__content h3,
.hotel-about-box__content h4 {
	position: relative;
	margin: 30px 0 14px;
	padding-right: 14px;
	color: var(--mashhadotagh-text);
	font-weight: 900;
	line-height: 1.7;
}

.hotel-about-box__content h2 {
	font-size: 22px;
}

.hotel-about-box__content h3 {
	font-size: 20px;
}

.hotel-about-box__content h4 {
	font-size: 18px;
}

.hotel-about-box__content h2::before,
.hotel-about-box__content h3::before,
.hotel-about-box__content h4::before {
	position: absolute;
	top: 8px;
	right: 0;
	width: 2px;
	height: 28px;
	border-radius: 999px;
	background: #d6d6d6;
	content: "";
}

.hotel-about-box__content p {
	margin: 0 0 20px;
}

.hotel-about-box__content p:last-child {
	margin-bottom: 0;
}

.hotel-about-box__content ul,
.hotel-about-box__content ol {
	margin: 0 0 20px;
	padding-right: 22px;
}

/* Single hotel image gallery */
.hotel-gallery {
	padding: 0 0 24px;
}

.hotel-gallery__inner {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.hotel-gallery__main,
.hotel-gallery__thumb {
	display: flex;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: var(--hotel-box-background);
	cursor: pointer;
}

.hotel-gallery__main {
	flex: 0 1 760px;
	height: 400px;
	border-radius: 18px;
}

.hotel-gallery__thumbs {
	display: flex;
	flex: 0 0 540px;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 20px 20px;
}

.hotel-gallery__thumb {
	position: relative;
	flex: 0 0 calc(50% - 10px);
	height: 190px;
	border-radius: 18px;
}

.hotel-gallery__main img,
.hotel-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.hotel-gallery__main:hover img,
.hotel-gallery__main:focus img,
.hotel-gallery__thumb:hover img,
.hotel-gallery__thumb:focus img {
	transform: scale(1.035);
}

.hotel-gallery__more {
	position: absolute;
	left: 14px;
	bottom: 14px;
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--mashhadotagh-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	font-family: 'YekanBakh';
}

.hotel-gallery-lightbox[hidden] {
	display: none;
}

.hotel-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(24, 24, 27, 0);
	color: #ffffff;
	opacity: 0;
	transition: opacity 0.22s ease, background 0.22s ease;
}

.hotel-gallery-lightbox.is-open {
	background: rgba(24, 24, 27, 0.96);
	opacity: 1;
}

.hotel-gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
}

.hotel-gallery-lightbox__bar {
	position: absolute;
	z-index: 3;
	top: 22px;
	right: 22px;
	left: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.hotel-gallery-lightbox__counter {
	color: rgba(255, 255, 255, 0.82);
	font-size: 20px;
	font-weight: 700;
	direction: ltr;
}

.hotel-gallery-lightbox__close,
.hotel-gallery-lightbox__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	cursor: pointer;
	pointer-events: auto;
	transition: color 0.2s ease, transform 0.2s ease;
}

.hotel-gallery-lightbox__close {
	width: 44px;
	height: 44px;
}

.hotel-gallery-lightbox__close:hover,
.hotel-gallery-lightbox__close:focus,
.hotel-gallery-lightbox__nav:hover,
.hotel-gallery-lightbox__nav:focus {
	color: #ffffff;
	transform: scale(1.05);
}

.hotel-gallery-lightbox__slider {
	position: relative;
	z-index: 2;
	width: min(760px, calc(100vw - 160px));
	height: min(76vh, 720px);
}

.hotel-gallery-lightbox__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotel-gallery-lightbox__slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hotel-gallery-lightbox__nav {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 56px;
	height: 72px;
	transform: translateY(-50%);
}

.hotel-gallery-lightbox__nav:hover,
.hotel-gallery-lightbox__nav:focus {
	transform: translateY(-50%) scale(1.05);
}

.hotel-gallery-lightbox__nav--prev {
	right: 28px;
}

.hotel-gallery-lightbox__nav--next {
	left: 28px;
}

body.has-hotel-gallery-lightbox {
	overflow: hidden;
}

/* Single hotel section navigation */
.hotel-section-nav {
	position: sticky;
	z-index: 7;
	top: 128px;
	padding: 16px 0 20px;
	background: var(--mashhadotagh-background);
}

.hotel-section-nav__inner {
	display: flex;
}

.hotel-section-nav ul {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 68px;
	margin: 0;
	padding: 0 28px;
	border-radius: 22px;
	background: var(--hotel-box-background);
	list-style: none;
}

.hotel-section-nav li {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

.hotel-section-nav a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	padding: 0 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.hotel-section-nav a::after {
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	height: 4px;
	border-radius: 999px 999px 0 0;
	background: var(--mashhadotagh-primary);
	content: "";
	opacity: 0;
	transition: opacity 0.2s ease;
}

.hotel-section-nav a:hover,
.hotel-section-nav a:focus,
.hotel-section-nav a.is-active {
	color: var(--mashhadotagh-primary);
}

.hotel-section-nav a.is-active::after {
	opacity: 1;
}

/* Single hotel content layout */
.hotel-content-layout {
	padding: 0 0 64px;
}

.hotel-content-layout__inner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.hotel-content-layout__main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
	order: 1;
}

.hotel-content-layout__sidebar {
	position: sticky;
	top: 104px;
	display: flex;
	flex: 0 0 320px;
	flex-direction: column;
	gap: 16px;
	order: 2;
}

.hotel-box,
.hotel-sidebar-box {
	border-radius: 22px;
	background: var(--hotel-box-background);
}

.hotel-box {
	min-height: 220px;
	padding: 28px 24px;
}

.hotel-box--summary {
	min-height: 338px;
}

.hotel-summary__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.hotel-summary__title {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.hotel-box h1,
.hotel-box h2,
.hotel-sidebar-box h2 {
	margin: 0;
	color: var(--mashhadotagh-text);
	font-weight: 500;
	line-height: 1.4;
}

.hotel-box h1 {
	font-size: 28px;
}

.hotel-box h2,
.hotel-sidebar-box h2 {
	font-size: 22px;
}

.hotel-summary__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 16px;
	color: #777777;
	font-size: 14px;
	line-height: 1.7;
}

.hotel-summary__stars,
.hotel-summary__address {
	display: flex;
	align-items: center;
	gap: 7px;
}

.hotel-summary__stars {
	color: var(--mashhadotagh-primary);
	font-weight: 500;
}

.hotel-summary__address svg {
	color: var(--mashhadotagh-primary);
}

.hotel-summary__stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 12px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}

.hotel-summary__stats span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.hotel-summary__stats span + span::before {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin-left: 12px;
	background: #d8d8dc;
	content: "";
}

.hotel-summary__stats strong {
	color: var(--mashhadotagh-text);
	font-weight: 800;
}

.hotel-summary__share {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mashhadotagh-primary);
	font-family: var(--mashhadotagh-font-family);
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.hotel-summary__share.is-copied span {
	color: #1f8f4d;
}

.hotel-summary__divider {
	height: 1px;
	margin: 24px 0;
	background: #dedede;
}

.hotel-amenities {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hotel-amenities__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.hotel-amenities__toggle {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mashhadotagh-primary);
	font-family: var(--mashhadotagh-font-family);
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.hotel-amenities__toggle svg {
	transition: transform 0.2s ease;
}

.hotel-amenities.is-open .hotel-amenities__toggle svg {
	transform: rotate(-90deg);
}

.hotel-amenities__list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 30px;
	margin: 0;
	padding: 24px;
	border-radius: 18px;
	background: #ffffff;
	list-style: none;
}

.hotel-amenities__list li {
	display: flex;
	flex: 0 0 calc(25% - 23px);
	align-items: center;
	gap: 9px 9px;
	min-width: 0;
	color: #333333;
	font-size: 13px;
	line-height: 1.6;
}

.hotel-amenities__list li.is-extra {
	display: none;
}

.hotel-amenities.is-open .hotel-amenities__list li.is-extra {
	display: flex;
}

.hotel-amenities__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	color: #555555;
}

/* Hotel rooms */
.hotel-rooms-section {
	padding: 0 0 64px;
	background: #ffffff;
}

.hotel-rooms {
	display: flex;
	flex-direction: column;
}

.hotel-rooms__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.hotel-rooms__list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.hotel-room-card {
	display: flex;
	align-items: stretch;
	gap: 24px;
	padding: 24px;
	border-radius: 22px;
	background: #ffffff;
}

.hotel-room-card__price-box {
	display: flex;
	flex: 0 0 220px;
	flex-direction: column;
	justify-content: center;
	min-height: 160px;
	padding: 20px 24px;
	border-radius: 18px;
	background: #ffffff;
}

.hotel-room-card__price-box span {
	color: var(--mashhadotagh-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.hotel-room-card__price-values {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 14px;
}

.hotel-room-card__price-values del {
	margin-bottom: 2px;
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.hotel-room-card__price-values strong {
	margin-top: 14px;
	color: var(--mashhadotagh-primary);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0;
}

.hotel-room-card__price-values del:not([hidden]) + strong {
	margin-top: 0;
}

.hotel-room-card__price-values small {
	margin-top: 2px;
	color: #999999;
	font-size: 13px;
	line-height: 1.7;
}

.hotel-room-card__reserve {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 28px;
	border-radius: 10px;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.hotel-room-card__reserve:hover,
.hotel-room-card__reserve:focus {
	background: #123fad;
	color: #ffffff;
}

.hotel-room-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 20px 16px;
	border-radius: 16px;
	background: #f8f8fa;
}

.hotel-room-card__details {
	display: flex;
	align-items: stretch;
	gap: 18px;
	min-width: 0;
}

.hotel-room-card__image {
	flex: 0 0 220px;
	width: 220px;
	min-height: 160px;
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #eeeeef;
}

.hotel-room-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 160px;
	object-fit: cover;
}

.hotel-room-card__info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.hotel-room-card__top,
.hotel-room-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.hotel-room-card__top {
	padding-bottom: 18px;
	border-bottom: 1px solid #dedede;
}

.hotel-room-card__title {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.hotel-room-card__title span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 14px;
	border-radius: 8px;
	background: #eaf0ff;
	color: var(--mashhadotagh-primary);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

.hotel-room-card__title h3 {
	margin: 0;
	color: var(--mashhadotagh-primary);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.7;
	white-space: normal;
}

.hotel-room-card__capacity {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
	white-space: nowrap;
}

.hotel-room-card__capacity svg {
	color: #444444;
}

.hotel-room-card__bottom {
	padding-top: 20px;
}

.hotel-room-card__service {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #555555;
	font-size: 14px;
	line-height: 1.7;
}

.hotel-room-card__service-icon {
	display: flex;
	color: #555555;
}

.hotel-room-card__service select {
	min-width: 240px;
	height: 42px;
	padding: 0 14px;
	border: 0;
	border-radius: 9px;
	background: #ffffff;
	color: #666666;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	outline: none;
}

.hotel-room-card__service-empty {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 9px;
	background: #ffffff;
	color: #999999;
}

.hotel-room-card__price-line {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #7fb8e5;
	font-size: 14px;
	line-height: 1.7;
	white-space: nowrap;
}

.hotel-room-card__price-line del {
	margin-left: 8px;
	color: #bfbfbf;
	font-size: 13px;
}

.hotel-room-card__price-line strong {
	color: var(--mashhadotagh-primary);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.4;
}

.hotel-room-card__price-line small {
	color: #777777;
	font-size: 13px;
}

.hotel-room-card__description {
	margin: 14px 0 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
}

.hotel-rooms__empty {
	padding: 24px;
	border-radius: 18px;
	background: #ffffff;
	color: #777777;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}

.hotel-box__description {
	margin: 14px 0 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #dedede;
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
}

.hotel-distance-table {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0 18px 14px;
	border-radius: 18px;
	background: #ffffff;
}

.hotel-distance-table__head,
.hotel-distance-table__row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.hotel-distance-table__head {
	min-height: 66px;
	border-bottom: 1px solid #dedede;
	color: var(--mashhadotagh-text);
	font-size: 15px;
	font-weight: 600;
}

.hotel-distance-table__head span,
.hotel-distance-table__row span,
.hotel-distance-table__row strong {
	display: flex;
	flex: 1 1 0;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.hotel-distance-table__row {
	min-height: 44px;
	color: #555555;
	font-size: 14px;
	line-height: 1.7;
}

.hotel-distance-table__row strong {
	color: var(--mashhadotagh-text);
	font-weight: 500;
}

.hotel-rules {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.hotel-rules__times {
	display: flex;
	gap: 18px;
}

.hotel-rules__time-card {
	position: relative;
	display: flex;
	flex: 0 0 190px;
	flex-direction: column;
	justify-content: center;
	min-height: 122px;
	padding: 22px 18px;
	border-radius: 14px;
	background: #ffffff;
}

.hotel-rules__time-icon {
	position: absolute;
	top: 10px;
	right: 18px;
	display: flex;
	color: #cccccc;
}

.hotel-rules__time-card strong {
	margin-top: 18px;
	color: var(--mashhadotagh-text);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
}

.hotel-rules__time-card span:last-child {
	margin-top: 8px;
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
}

.hotel-rules__section {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hotel-rules__section h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--mashhadotagh-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.6;
}

.hotel-rules__section h3 svg {
	flex: 0 0 auto;
}

.hotel-rules__section p {
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.9;
}

.hotel-rules__list {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hotel-rules__list li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #555555;
	font-size: 14px;
	line-height: 1.7;
}

.hotel-rules__status {
	display: flex;
	flex: 0 0 17px;
}

.hotel-rules__status--allowed {
	color: #36b37e;
}

.hotel-rules__status--disallowed {
	color: #cc3931;
}

/* Hotel reviews */
.hotel-reviews {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hotel-reviews__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.hotel-reviews__header h2 {
	margin-bottom: 4px;
}

.hotel-reviews__header span {
	color: #777777;
	font-size: 14px;
	line-height: 1.7;
}

.hotel-reviews__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.hotel-review-card {
	display: flex;
	flex: 0 0 calc(50% - 12px);
	flex-direction: column;
	gap: 18px;
	min-height: 172px;
	padding: 20px;
	border-radius: 18px;
	background: #ffffff;
}

.hotel-review-card.is-extra {
	display: none;
}

.hotel-reviews.is-open .hotel-review-card.is-extra {
	display: flex;
}

.hotel-review-card__head {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hotel-review-card__avatar {
	display: flex;
	flex: 0 0 56px;
	overflow: hidden;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #f0f0f0;
}

.hotel-review-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel-review-card__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hotel-review-card__meta strong {
	color: var(--mashhadotagh-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
}

.hotel-review-card__meta span {
	color: #888888;
	font-size: 13px;
	line-height: 1.6;
}

.hotel-review-card__content {
	color: #555555;
	font-size: 14px;
	line-height: 1.9;
}

.hotel-review-card__content p {
	margin: 0;
}

.hotel-reviews__empty {
	padding: 22px;
	border-radius: 16px;
	background: #ffffff;
	color: #777777;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}

.hotel-reviews__toggle {
	align-self: flex-end;
	min-width: 250px;
	min-height: 52px;
	padding: 12px 24px;
	border: 0;
	border-radius: 12px;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.hotel-reviews__form {
	padding: 22px;
	border-radius: 18px;
	background: #ffffff;
}

.hotel-reviews__form-title {
	margin: 0 0 18px;
	color: var(--mashhadotagh-text);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.6;
}

.hotel-comment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.hotel-comment-form p {
	margin: 0;
}
.comment-form-cookies-consent{
	display:none;
}
.hotel-comment-form .comment-form-author {
	flex: 0 0 260px;
}

.hotel-comment-form .comment-form-comment {
	flex: 1 1 100%;
}

.hotel-comment-form input,
.hotel-comment-form textarea {
	width: 100%;
	border: 1px solid transparent;
	border-radius: 12px;
	background: #f8f8fa;
	color: var(--mashhadotagh-text);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.hotel-comment-form input {
	height: 52px;
	padding: 0 16px;
}

.hotel-comment-form textarea {
	min-height: 128px;
	padding: 14px 16px;
	resize: vertical;
}

.hotel-comment-form input:focus,
.hotel-comment-form textarea:focus {
	border-color: rgba(22, 74, 200, 0.45);
	background: #ffffff;
}

.hotel-comment-form__submit {
	min-width: 140px;
	min-height: 52px;
	padding: 12px 26px;
	border: 0;
	border-radius: 12px;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.hotel-comment-form .form-submit {
	display: flex;
	align-items: flex-end;
	margin: 0;
}

.hotel-sidebar-box {
	min-height: 220px;
	padding: 26px 24px 22px;
	text-align: center;
}

.hotel-sidebar-box h2 {
	padding-bottom: 16px;
	border-bottom: 1px solid #dddddd;
	background: linear-gradient(90deg, var(--mashhadotagh-primary) 0%, #7fb8e5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 800;
}

.hotel-special-features {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0 8px 0 0;
	list-style: none;
}

.hotel-special-features li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: #555555;
	font-size: 15px;
	line-height: 1.8;
	text-align: right;
}

.hotel-special-features svg {
	flex: 0 0 18px;
	color: #555555;
}

.hotel-sidebar-prices {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 18px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid #dddddd;
	list-style: none;
}

.hotel-sidebar-prices li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	padding: 10px 14px;
	border-radius: 14px;
	background: #ffffff;
	color: #777777;
	font-size: 13px;
	line-height: 1.7;
	text-align: right;
}

.hotel-sidebar-prices li span {
	min-width: 0;
	color: #777777;
	font-weight: 400;
	font-size: 13px;
}

.hotel-sidebar-prices li strong {
	flex: 0 0 auto;
	color: var(--mashhadotagh-primary);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.hotel-sidebar-prices__values {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	white-space: nowrap;
}

.hotel-sidebar-prices__values del {
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.hotel-sidebar-prices__values small {
	color: #777777;
	font-size: 13px;
	font-weight: 400;
}

.gform_required_legend{
	display: none;
}

.ginput_container_text input{
	height: 50px !important;
    border: none !important;
}

#gform_submit_button_2{
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 13px;
    font-size: 17px;
    font-weight: 800;
    width: 100%;
    background: var(--mashhadotagh-primary);
    color: #ffffff;
}

.hotel-sidebar-reserve-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #dddddd;
}

.hotel-sidebar-reserve-form > * {
	width: 100%;
}

.hotel-sidebar-reserve-form input,
.hotel-sidebar-reserve-form select,
.hotel-sidebar-reserve-form textarea {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 13px;
	background: #ffffff;
	color: #555555;
	font-family: inherit;
	font-size: 13px;
	text-align: center;
	outline: none;
}

.hotel-sidebar-reserve-form textarea {
	min-height: 92px;
	padding: 12px;
	resize: vertical;
}

.hotel-sidebar-reserve-form button,
.hotel-sidebar-reserve-form input[type="submit"] {
	min-height: 48px;
	border: 0;
	border-radius: 13px;
	background: var(--mashhadotagh-primary);
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.hotel-box__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	margin-top: 24px;
	border: 1px dashed rgba(26, 26, 26, 0.14);
	border-radius: 16px;
	color: #8a8a8a;
	font-size: 14px;
}

.hotel-sidebar-reserve,
.hotel-sidebar-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 0 18px;
	border: 0;
	border-radius: 13px;
	font-family: inherit;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.6;
	text-decoration: none;
	cursor: pointer;
}

.hotel-sidebar-reserve {
	background: var(--mashhadotagh-primary);
	color: #ffffff;
}

.hotel-sidebar-reserve:hover,
.hotel-sidebar-reserve:focus {
	background: #123fad;
	color: #ffffff;
}

.hotel-sidebar-phone {
	background: #e8eefc;
	color: var(--mashhadotagh-primary);
	direction: ltr;
	gap: 6px;
	font-weight: 700;
}

.hotel-sidebar-phone strong {
	font-weight: 900;
}

.hotel-sidebar-phone:hover,
.hotel-sidebar-phone:focus {
	color: var(--mashhadotagh-primary);
}

/* Reserve popup */
.has-hotel-reserve-modal {
	overflow: hidden;
}

.hotel-reserve-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.hotel-reserve-modal[hidden] {
	display: none;
}

.hotel-reserve-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.hotel-reserve-modal__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.62) 0%, rgba(26, 26, 26, 0.82) 100%);
}

.hotel-reserve-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 34px 30px 30px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 80px rgba(26, 26, 26, 0.22);
	transform: translateY(14px) scale(0.98);
	transition: transform 0.22s ease;
}

.hotel-reserve-modal.is-open .hotel-reserve-modal__dialog {
	transform: translateY(0) scale(1);
}

.hotel-reserve-modal__close {
	position: absolute;
	top: 16px;
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: #f4f4f6;
	color: #1a1a1a;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.hotel-reserve-modal__close:hover,
.hotel-reserve-modal__close:focus {
	background: var(--mashhadotagh-primary);
	color: #ffffff;
}

.hotel-reserve-modal__dialog h2 {
	margin: 0 0 22px;
	padding-left: 44px;
	color: var(--mashhadotagh-text);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.5;
	text-align: right;
}

.hotel-reserve-modal__form {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.hotel-reserve-modal__form .gform_wrapper,
.hotel-reserve-modal__form form {
	width: 100%;
}

.hotel-reserve-modal__form .gform_fields {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hotel-reserve-modal__form .gfield {
	margin: 0;
}

.hotel-reserve-modal__form input,
.hotel-reserve-modal__form select,
.hotel-reserve-modal__form textarea {
	text-align: right;
}

.hotel-reserve-modal__form .gform_footer,
.hotel-reserve-modal__form .gform-page-footer {
	margin: 18px 0 0;
	padding: 0;
}

.hotel-reserve-modal__form input[type="submit"],
.hotel-reserve-modal__form button[type="submit"] {
	width: 100%;
	min-height: 52px;
}

/* Booking unavailable dialog */
.has-hotel-unavailable-modal {
	overflow: hidden;
}

.hotel-unavailable-modal {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.26s ease;
}

.hotel-unavailable-modal[hidden] {
	display: none;
}

.hotel-unavailable-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.hotel-unavailable-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.58);
	backdrop-filter: blur(1px);
}

.hotel-unavailable-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1120px, 100%);
	max-height: calc(100vh - 56px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 54px 34px 34px;
	border-radius: 18px;
	outline: none;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
	transform: translateY(18px) scale(0.985);
	transition: transform 0.26s ease;
	scrollbar-width: thin;
}

.hotel-unavailable-modal.is-open .hotel-unavailable-modal__dialog {
	transform: translateY(0) scale(1);
}

.hotel-unavailable-modal__handle {
	display: none;
}

.hotel-unavailable-modal__close {
	position: absolute;
	top: 18px;
	left: 22px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #a8a8a8;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.hotel-unavailable-modal__close:hover,
.hotel-unavailable-modal__close:focus-visible {
	background: #f5f5f5;
	color: var(--mashhadotagh-primary);
}

.hotel-unavailable-modal__icon {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #ffe0a3;
	color: #ff7628;
}

.hotel-unavailable-modal__dialog > h2 {
	max-width: 760px;
	margin: 0 auto 28px;
	color: #333;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.8;
	text-align: center;
}

.hotel-unavailable-modal__alternatives > h3 {
	margin: 0 0 20px;
	color: #333;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.7;
	text-align: right;
}

.hotel-unavailable-modal__hotels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.hotel-card--unavailable {
	min-width: 0;
	border: 0;
	box-shadow: none;
}

.hotel-card--unavailable .hotel-card__image-link {
	aspect-ratio: 16 / 9;
	border-radius: 12px;
}

.hotel-card--unavailable .hotel-card__stars {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
}

.hotel-card--unavailable .hotel-card__body {
	padding: 12px 4px 0;
}

.hotel-card--unavailable .hotel-card__title {
	font-size: 16px;
	text-align: center;
}

.hotel-card--unavailable .hotel-card__address,
.hotel-card--unavailable .hotel-card__features,
.hotel-card--unavailable .hotel-card__price-title,
.hotel-card--unavailable .hotel-card__price-discount,
.hotel-card--unavailable .hotel-card__body > div:last-child {
	display: none;
}

.hotel-card--unavailable .hotel-card__price {
	justify-content: center;
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
}

.hotel-card--unavailable .hotel-card__price-current {
	justify-content: center;
	font-size: 13px;
}

@media (max-width: 768px) {
	.hotel-unavailable-modal {
		align-items: flex-end;
		overflow: hidden;
		padding: 0;
	}

	.hotel-unavailable-modal__dialog {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		max-width: 100vw;
		max-height: 84vh;
		padding: 62px 0 28px;
		border-radius: 24px 24px 0 0;
		transform: translateY(100%);
	}

	.hotel-unavailable-modal.is-open .hotel-unavailable-modal__dialog {
		transform: translateY(0);
	}

	.hotel-unavailable-modal__handle {
		position: absolute;
		top: 15px;
		left: 50%;
		display: block;
		width: 62px;
		height: 5px;
		border-radius: 99px;
		background: #d7d7d7;
		transform: translateX(-50%);
	}

	.hotel-unavailable-modal__close {
		display: none;
	}

	.hotel-unavailable-modal__icon {
		width: 74px;
		height: 74px;
		margin-bottom: 16px;
	}

	.hotel-unavailable-modal__icon svg {
		width: 42px;
		height: 42px;
	}

	.hotel-unavailable-modal__dialog > h2 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 26px;
		font-size: 18px;
		line-height: 1.75;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.hotel-unavailable-modal__alternatives > h3 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 14px;
		font-size: 19px;
	}

	.hotel-unavailable-modal__hotels {
		display: flex;
		box-sizing: border-box;
		width: 100%;
		gap: 14px;
		overflow-x: auto;
		padding: 0 20px 10px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.hotel-unavailable-modal__hotels::-webkit-scrollbar {
		display: none;
	}

	.hotel-card--unavailable {
		flex: 0 0 min(64vw, 230px);
		width: min(64vw, 230px);
		max-width: none;
		scroll-snap-align: start;
	}

	.hotel-card--unavailable .hotel-card__body {
		padding-right: 0;
		padding-left: 0;
	}

	.hotel-card--unavailable .hotel-card__title {
		font-size: 14px;
	}

	.hotel-breadcrumb {
		padding: 16px 0 18px;
	}

	.hotel-breadcrumb .rank-math-breadcrumb,
	.hotel-breadcrumb .rank-math-breadcrumb p {
		font-size: 13px;
	}

	.hotel-similar-section {
		padding: 32px 0 42px;
	}

	.hotel-similar-section__header {
		align-items: flex-start;
	}

	.hotel-similar-section__arrows {
		padding-top: 0;
	}

	.hotel-about-box {
		padding: 22px;
	}

	.hotel-about-box__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.hotel-gallery__inner {
		flex-direction: column;
		min-height: 0;
	}

	.hotel-gallery__main {
		flex-basis: auto;
		height: 320px;
	}

	.hotel-gallery__thumbs {
		flex-basis: auto;
		gap: 12px;
		width: 100%;
	}

	.hotel-gallery__thumb {
		flex-basis: calc(50% - 6px);
		height: 140px;
	}

	.hotel-gallery-lightbox__slider {
		width: calc(100vw - 64px);
		height: min(70vh, 620px);
	}

	.hotel-gallery-lightbox__nav {
		width: 44px;
		height: 60px;
	}

	.hotel-gallery-lightbox__nav--prev {
		right: 8px;
	}

	.hotel-gallery-lightbox__nav--next {
		left: 8px;
	}

	.hotel-section-nav {
		top: 64px;
		padding: 10px 0 14px;
	}

	.hotel-section-nav ul {
		justify-content: flex-start;
		gap: 22px;
		overflow-x: auto;
		min-height: 58px;
		padding: 0 18px;
		border-radius: 16px;
		scrollbar-width: none;
	}

	.hotel-section-nav ul::-webkit-scrollbar {
		display: none;
	}

	.hotel-section-nav li {
		flex: 0 0 auto;
	}

	.hotel-section-nav a {
		min-height: 58px;
	}

	.hotel-content-layout__inner {
		flex-direction: column;
	}

	.hotel-content-layout__main,
	.hotel-content-layout__sidebar {
		order: initial;
		width: 100%;
	}

	.hotel-content-layout__sidebar {
		position: static;
		flex-basis: auto;
	}

	.hotel-summary__header,
	.hotel-amenities__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.hotel-amenities__list li {
		flex-basis: calc(50% - 15px);
	}

	.hotel-room-card {
		flex-direction: column-reverse;
		gap: 14px;
		padding: 16px;
	}

	.hotel-room-card__price-box {
		flex-basis: auto;
		min-height: auto;
	}

	.hotel-room-card__details {
		flex-direction: column;
	}

	.hotel-room-card__image {
		flex-basis: auto;
		width: 100%;
		min-height: 220px;
		aspect-ratio: 16 / 9;
	}

	.hotel-room-card__image img {
		min-height: 220px;
	}

	.hotel-room-card__top,
	.hotel-room-card__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.hotel-room-card__title h3 {
		white-space: normal;
	}

	.hotel-room-card__service {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.hotel-room-card__service select {
		width: 100%;
		min-width: 0;
	}

	.hotel-room-card__price-line {
		flex-wrap: wrap;
		white-space: normal;
	}

	.hotel-distance-table {
		padding-inline: 14px;
	}

	.hotel-distance-table__head,
	.hotel-distance-table__row {
		gap: 12px;
	}

	.hotel-distance-table__head,
	.hotel-distance-table__row {
		font-size: 13px;
	}

	.hotel-rules__times {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.hotel-rules__time-card {
		flex: 1 1 180px;
	}

	.hotel-review-card {
		flex-basis: 100%;
	}

	.hotel-comment-form .comment-form-author {
		flex-basis: 100%;
	}
}

@media (max-width: 480px) {
	.hotel-section-title h2 {
		font-size: 23px;
	}

	.hotel-similar-section__inner {
		gap: 26px;
	}

	.hotel-similar-section__arrow {
		width: 42px;
		height: 42px;
	}

	.hotel-about-section {
		padding-bottom: 48px;
	}

	.hotel-about-box__icon {
		flex-basis: 54px;
		width: 54px;
		height: 54px;
		border-radius: 13px;
	}

	.hotel-about-box__icon svg {
		width: 26px;
		height: 26px;
	}

	.hotel-about-box__title h2 {
		font-size: 18px;
	}

	.hotel-about-box__content {
		font-size: 14px;
	}

	.hotel-gallery__main {
		height: 220px;
		border-radius: 14px;
	}

	.hotel-gallery__thumb {
		height: 104px;
		border-radius: 12px;
	}

	.hotel-gallery__more {
		right: 8px;
		bottom: 8px;
		min-height: 30px;
		padding: 6px 9px;
		font-size: 12px;
	}

	.hotel-gallery-lightbox__bar {
		top: 14px;
		right: 14px;
		left: 14px;
	}

	.hotel-gallery-lightbox__counter {
		font-size: 16px;
	}

	.hotel-gallery-lightbox__slider {
		width: calc(100vw - 32px);
	}

	.hotel-box {
		padding: 22px 18px;
	}

	.hotel-box h1 {
		font-size: 23px;
	}

	.hotel-box h2,
	.hotel-sidebar-box h2 {
		font-size: 19px;
	}

	.hotel-summary__meta {
		font-size: 13px;
	}

	.hotel-summary__stats {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		font-size: 13px;
	}

	.hotel-summary__stats span + span::before {
		display: none;
	}

	.hotel-amenities__list {
		padding: 18px;
	}
  
	.hotel-amenities__list li {
		flex-basis: 100%;
	}

	.hotel-distance-table {
		overflow-x: auto;
	}

	.hotel-distance-table__head,
	.hotel-distance-table__row {
		min-width: 620px;
	}

	.hotel-rules__time-card {
		flex-basis: 100%;
	}

	.hotel-reviews__toggle,
	.hotel-comment-form__submit {
		width: 100%;
	}

	.hotel-reviews__form {
		padding: 18px;
	}
}
