/*
Theme Name: CozyCorner Child
Theme URI: https://demo.theme-sky.com/cozycorner/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: cozycorner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cozycorner-child
*/

.header-v8 .ts-header .header-right .hs-header-language-switcher {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 0;
	margin: 0;
	color: #1b1919;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__details {
	position: relative;
	margin: 0;
	padding: 0;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__details::after {
	position: absolute;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 100%;
	height: 10px;
	content: "";
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__current,
.header-v8 .ts-header .header-right .hs-header-language-switcher__single {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 32px;
	margin: 0;
	padding: 8px 24px;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #1b1919;
	cursor: pointer;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	list-style: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__single {
	cursor: default;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__current::-webkit-details-marker {
	display: none;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__current::after {
	display: block;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	background: currentColor;
	border: 0;
	color: currentColor;
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.667 6.667L8 10l3.333-3.333' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.667 6.667L8 10l3.333-3.333' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
	transition: transform 180ms ease;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__details[open] .hs-header-language-switcher__current::after {
	transform: rotate(180deg);
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__current:hover,
.header-v8 .ts-header .header-right .hs-header-language-switcher__current:focus,
.header-v8 .ts-header .header-right .hs-header-language-switcher__link:hover,
.header-v8 .ts-header .header-right .hs-header-language-switcher__link:focus {
	color: #8b1316;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__current:focus-visible,
.header-v8 .ts-header .header-right .hs-header-language-switcher__link:focus-visible {
	border-radius: 4px;
	outline: 2px solid #8b1316;
	outline-offset: 2px;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__menu {
	position: absolute;
	z-index: 1002;
	left: 50%;
	top: calc(100% + 8px);
	min-width: 100%;
	margin: 0;
	padding: 8px;

	background-color: var(--ts-dropdown-color);
	border: 1px solid rgba(27, 25, 25, 0.12);
	border-radius: 40px;
	box-shadow: 0 12px 28px rgba(27, 25, 25, 0.12);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(-4px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__details[open] .hs-header-language-switcher__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__link,
.header-v8 .ts-header .header-right .hs-header-language-switcher__link:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 8px 16px;
	background: transparent;
	border-radius: 4px;
	color: var(--ts-main-menu-color);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}

.header-v8 .ts-header .header-right .hs-header-language-switcher__link:visited:hover {
	color: var(--ts-main-menu-hover-color);
}

/* .ts-header nav > ul.menu li ul.sub-menu:after {
	background-color: #fff;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--cc-dm-hero-text);
}

.header-v8 .ts-header .header-sticky:not(.is-sticky) nav>ul.menu,
.ts-header nav>ul.menu li ul.sub-menu:after,
.header-v8 .ts-header nav>ul.menu {
	background-color: var(--ts-dropdown-color);
}

.ts-header nav>ul.menu ul.sub-menu>li>a,
.ts-header nav>ul.menu ul.sub-menu>li>.ts-menu-drop-icon,
.ts-header nav>ul.menu ul.sub-menu>li:before {
	color: var(--ts-main-menu-color);
}

.header-v8 .ts-header .header-middle > .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
	max-width: 1420px;
	width: 100%;
}

.header-v8 .ts-header .header-middle > .container > .header-left {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
}

.header-v8 .ts-header .header-middle > .container > .menu-wrapper {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}

.header-v8 .ts-header .header-middle > .container > .menu-wrapper > .ts-menu,
.header-v8 .ts-header .header-middle > .container > .menu-wrapper > .ts-menu > nav {
	min-width: 0;
	width: 100%;
}

.header-v8 .ts-header .header-middle > .container > .menu-wrapper nav > ul.menu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-around;
	gap: 0 20px;
	width: 100%;
	min-width: 0;
	padding: 13px 24px;
}

.header-v8 .ts-header .header-middle > .container > .menu-wrapper nav > ul.menu > li {
	flex: 0 0 auto;
	min-width: 0;
	white-space: nowrap;
}

.header-v8 .ts-header .header-middle > .container > .menu-wrapper nav > ul.menu > li > a {
	white-space: nowrap;
}

.header-v8 .ts-header .header-middle > .container > .hs-header-pdf-cta-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 0;
}

.header-v8 .ts-header .header-middle > .container > .header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	min-width: 0;
	gap: 12px;
}

.mobile-menu-wrapper ul.sub-menu {}

/* Hotel Solution page rhythm: Figma layouts use controlled gaps between main sections. */
:root {
	--cc-dm-hs-section-gap: 40px;
	--cc-dm-hs-footer-row-gap: 24px;
	--cc-dm-hs-footer-large-gap: 80px;
}

body .elementor .e-con-inner:has(> .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"]),
body .elementor .e-con.e-child:has(> .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"]) {
	gap: 0 !important;
	row-gap: 0 !important;
}

body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] {
	margin-top: 0 !important;
	margin-bottom: var(--cc-dm-hs-section-gap) !important;
}

body .elementor-widget.elementor-widget-cozycorner_child_hs_footer_products {
	margin-bottom: var(--cc-dm-hs-footer-row-gap) !important;
}

body .elementor-widget-cozycorner_child_hs_footer_products+.elementor-widget-cozycorner_child_hs_footer_navigation {
	margin-top: 0 !important;
}

body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"]>.elementor-widget-container>section[class*="cc-dm-hs-"],
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"]>.elementor-widget-container>div[class*="cc-dm-hs-"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-block: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__button"],
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__button"]:hover,
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__button"]:focus,
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__card"],
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__card"]:hover,
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__card"]:focus,
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__item"],
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__item"]:hover,
body .elementor-widget[class*="elementor-widget-cozycorner_child_hs_"] a[class*="__item"]:focus {
	text-decoration: none !important;
}

body .elementor-widget.elementor-widget-cozycorner_child_hs_news_promotions>.elementor-widget-container>.cc-dm-hs-news-promotions {
	padding-top: var(--cc-dm-hs-section-gap) !important;
	padding-bottom: 0 !important;
}

body .elementor-widget.elementor-widget-cozycorner_child_hs_contacts_socials {
	margin-bottom: var(--cc-dm-hs-footer-large-gap) !important;
}

body .elementor-widget.elementor-widget-cozycorner_child_hs_footer_navigation {
	margin-bottom: var(--cc-dm-hs-section-gap) !important;
}

.elementor-11165 .elementor-element.elementor-element-7207fe6 {
	margin-bottom: 0 !important;
}

#colophon .elementor-11553 .elementor-element.elementor-element-0529c89,
.elementor-11165 .elementor-element.elementor-element-7fbee72 {
	margin-bottom: 0 !important;
	padding-bottom: 40px !important;
	padding-top: 40px !important;
}


@media (min-width: 760px) {
	.header-sticky.is-sticky img {
		width: 122px !important;
	}
}

@media (max-width: 760px) {
	:root {
		--cc-dm-hs-section-gap: 32px;
		--cc-dm-hs-footer-row-gap: 20px;
		--cc-dm-hs-footer-large-gap: 48px;
	}
}



@media (max-width: 768px) {

	.header-v8 .ts-header .header-right .hs-header-language-switcher__current,
	.header-v8 .ts-header .header-right .hs-header-language-switcher__single {
		min-height: 30px;
		padding: 7px 10px;
	}

	.header-v8 .ts-header .header-right .hs-header-language-switcher__menu {
		min-width: 64px;
	}

	body #group-icon-header .menu-title {
		background-color: var(--ts-body-bg) !important;
	}

	.mobile-menu-wrapper ul.sub-menu {
		background-color: var(--ts-body-bg) !important;
	}
}

.hs-header-pdf-cta,
.hs-header-pdf-cta:visited {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 41px;
	padding: 12px 24px;
	background: #ab2424;
	border: 0;
	border-radius: 100px;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 17px;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	transition: background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta,
.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta:visited,
#group-icon-header .hs-header-pdf-cta,
#group-icon-header .hs-header-pdf-cta:visited {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 41px !important;
	padding: 12px 24px !important;
	background-color: #ab2424 !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 100px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 17px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease !important;
	white-space: nowrap !important;
}

.hs-header-pdf-cta:hover,
.hs-header-pdf-cta:focus {
	background: #8b1316;
	color: #ffffff;
	text-decoration: none !important;
}

.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta:hover,
.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta:focus,
#group-icon-header .hs-header-pdf-cta:hover,
#group-icon-header .hs-header-pdf-cta:focus {
	background-color: #8b1316 !important;
	background-image: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.hs-header-pdf-cta:focus-visible {
	outline: 2px solid #8b1316;
	outline-offset: 3px;
}

.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta:focus-visible,
#group-icon-header .hs-header-pdf-cta:focus-visible {
	outline: 2px solid #8b1316 !important;
	outline-offset: 3px !important;
}

.hs-header-pdf-cta__text {
	display: block;
	min-width: 0;
}

.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta__text,
#group-icon-header .hs-header-pdf-cta__text {
	color: inherit !important;
	text-decoration: none !important;
}

.header-v8 .ts-header .header-middle > .container .hs-header-pdf-cta--desktop {
	flex: 0 0 auto;
	margin: 0;
	padding-right: 24px;
	padding-left: 24px;
}

#group-icon-header .hs-header-pdf-cta--mobile {
	display: flex;
	width: calc(100% - 40px);
	min-height: 41px;
	margin: 24px 20px 0;
	padding: 12px 24px;
	white-space: normal;
}

@media (max-width: 1199px) {
	.header-v8 .ts-header .header-middle > .container > .hs-header-pdf-cta-wrapper {
		display: none;
	}

	.header-v8 .ts-header .header-middle > .container > .menu-wrapper nav > ul.menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 var(--ts-gap-small);
	}

	.header-v8 .ts-header .header-middle > .container > .menu-wrapper nav > ul.menu > li,
	.header-v8 .ts-header .header-middle > .container > .menu-wrapper nav > ul.menu > li > a {
		white-space: normal;
	}
}

/* Hotel Solution blog page */
.cc-dm-hs-blog {
	--cc-dm-hs-blog-text: #1b1919;
	--cc-dm-hs-blog-muted: rgba(27, 25, 25, 0.62);
	--cc-dm-hs-blog-accent: #ab2424;
	--cc-dm-hs-blog-accent-hover: #8b1316;
	--cc-dm-hs-blog-stroke: #f6f6f6;
	--cc-dm-hs-blog-card-bg: #ffffff;
	--cc-dm-hs-blog-page-bg: #ffffff;
	--cc-dm-hs-blog-preview-radius: 16px;
	--ts-pagination-btn-color: #ffffff;
	--ts-pagination-btn-bg: #ab2424;
	--ts-pagination-border: #f6f6f6;
	background: var(--cc-dm-hs-blog-page-bg);
	color: var(--cc-dm-hs-blog-text);
	font-family: Montserrat, Arial, sans-serif;
}

.blog-template.cc-dm-hs-blog {
	padding: 0 40px;
}

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

.cc-dm-hs-blog__inner {
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding: 0;
}

.cc-dm-hs-blog__header {
	margin: 0 0 40px;
}

.cc-dm-hs-blog__title {
	margin: 0;
	color: var(--cc-dm-hs-blog-text);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 56px;
	text-transform: none;
}

.cc-dm-hs-blog__intro {
	margin: 0 0 40px;
}

.cc-dm-hs-blog .blog-categories-filter {
	margin: 0 0 32px;
}

.cc-dm-hs-blog .blog-categories-filter .filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-dm-hs-blog .blog-categories-filter .filter-bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-dm-hs-blog .blog-categories-filter .filter-bar a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 41px;
	padding: 11px 22px;
	background: var(--cc-dm-hs-blog-stroke);
	border-radius: 100px;
	color: var(--cc-dm-hs-blog-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	text-decoration: none !important;
	transition: background-color 180ms ease, color 180ms ease;
}

.cc-dm-hs-blog .blog-categories-filter .filter-bar .current a,
.cc-dm-hs-blog .blog-categories-filter .filter-bar a:hover,
.cc-dm-hs-blog .blog-categories-filter .filter-bar a:focus {
	background: var(--cc-dm-hs-blog-accent);
	color: #ffffff;
	text-decoration: none !important;
}

.cc-dm-hs-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 24px;
	margin: 0;
}

.cc-dm-hs-blog .cc-dm-hs-blog__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 40px 24px !important;
}

.cc-dm-hs-blog__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.cc-dm-hs-blog article.cc-dm-hs-blog__card {
	display: flex !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.cc-dm-hs-blog__thumb-link {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 437 / 287;
	background: var(--cc-dm-hs-blog-stroke);
	color: inherit;
	border-radius: 16px;
	text-decoration: none !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__thumb-link {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden !important;
	border-radius: var(--cc-dm-hs-blog-preview-radius) !important;
	text-decoration: none !important;
}

.cc-dm-hs-blog__thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 260ms ease;
}

.cc-dm-hs-blog__card:hover .cc-dm-hs-blog__thumb {
	transform: scale(1.03);
}

.cc-dm-hs-blog__thumb--placeholder {
	background: linear-gradient(135deg, #f6f6f6 0%, #e9e9e9 100%);
}

.cc-dm-hs-blog__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px 0 0;
}

.cc-dm-hs-blog .cc-dm-hs-blog__card-body {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	width: 100% !important;
	padding: 18px 0 0 !important;
}

.cc-dm-hs-blog__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin: 0 0 16px;
	color: var(--cc-dm-hs-blog-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.cc-dm-hs-blog__views {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.cc-dm-hs-blog__views-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: currentColor;
}

.cc-dm-hs-blog__views-icon::before {
	display: block;
	width: 20px;
	height: 20px;
	background: currentColor;
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.667 10s3.03-5.833 8.333-5.833S18.333 10 18.333 10 15.303 15.833 10 15.833 1.667 10 1.667 10Z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.667 10s3.03-5.833 8.333-5.833S18.333 10 18.333 10 15.303 15.833 10 15.833 1.667 10 1.667 10Z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
}

.cc-dm-hs-blog__categories {
	margin: 0;
	color: var(--cc-dm-hs-blog-accent);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}

.cc-dm-hs-blog__categories a,
.cc-dm-hs-blog__categories a:visited {
	color: inherit;
	text-decoration: none !important;
}

.cc-dm-hs-blog__categories a:hover,
.cc-dm-hs-blog__categories a:focus {
	color: var(--cc-dm-hs-blog-accent-hover);
	text-decoration: none !important;
}

.cc-dm-hs-blog__card-title {
	margin: 0 0 16px;
	color: var(--cc-dm-hs-blog-text);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.18;
	overflow-wrap: anywhere;
}

.cc-dm-hs-blog .cc-dm-hs-blog__card-title {
	margin: 0 0 16px !important;
	color: var(--cc-dm-hs-blog-text) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.18 !important;
	text-transform: none !important;
}

.cc-dm-hs-blog__card-title a,
.cc-dm-hs-blog__card-title a:visited {
	color: inherit;
	text-decoration: none !important;
}

.cc-dm-hs-blog__card-title a:hover,
.cc-dm-hs-blog__card-title a:focus {
	color: var(--cc-dm-hs-blog-accent-hover);
	text-decoration: none !important;
}

.cc-dm-hs-blog__excerpt {
	margin: 0 0 22px;
	color: var(--cc-dm-hs-blog-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42;
}

.cc-dm-hs-blog .cc-dm-hs-blog__excerpt {
	margin: 0 0 22px !important;
	color: var(--cc-dm-hs-blog-text) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.42 !important;
}

.cc-dm-hs-blog__excerpt p {
	margin: 0;
}

.cc-dm-hs-blog__card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin-top: auto;
}

.cc-dm-hs-blog__button,
.cc-dm-hs-blog__button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 24px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: var(--cc-dm-hs-blog-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none !important;
	transition: color 180ms ease;
}

.cc-dm-hs-blog .cc-dm-hs-blog__button,
.cc-dm-hs-blog .cc-dm-hs-blog__button:visited {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: var(--cc-dm-hs-blog-text) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.cc-dm-hs-blog__button:hover,
.cc-dm-hs-blog__button:focus {
	background: transparent;
	color: var(--cc-dm-hs-blog-accent-hover);
	text-decoration: none !important;
}

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

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

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

.cc-dm-hs-blog__pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0 40px;
}

.cc-dm-hs-blog__pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-dm-hs-blog__pagination-item,
.cc-dm-hs-blog__pagination-item::marker {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-dm-hs-blog__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--cc-dm-hs-blog-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none !important;
}

.cc-dm-hs-blog .ts-pagination {
	display: flex;
	justify-content: center;
	margin: 48px 0 0;
}

.cc-dm-hs-blog .ts-pagination .page-numbers,
.cc-dm-hs-blog__pagination a.page-numbers:hover,
.cc-dm-hs-blog__pagination a.page-numbers:focus,
.cc-dm-hs-blog__pagination .page-numbers.current {
	color: var(--cc-dm-hs-blog-text);
	text-decoration: none !important;
}

.cc-dm-hs-blog .ts-pagination .page-numbers.current,
.cc-dm-hs-blog .ts-pagination a.page-numbers:hover,
.cc-dm-hs-blog .ts-pagination a.page-numbers:focus,
.cc-dm-hs-blog__pagination a.page-numbers:hover,
.cc-dm-hs-blog__pagination a.page-numbers:focus,
.cc-dm-hs-blog__pagination .page-numbers.current {
	background: var(--cc-dm-hs-blog-accent);
	border-color: var(--cc-dm-hs-blog-accent);
	color: #ffffff;
	text-decoration: none !important;
}

.cc-dm-hs-blog__pagination-chevron {
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9l-5.25 5.25' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9l-5.25 5.25' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}

.cc-dm-hs-blog__pagination-chevron--left {
	transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.cc-dm-hs-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.cc-dm-hs-blog__header {
		margin-bottom: 28px;
	}

	.cc-dm-hs-blog__title {
		font-size: 34px;
		line-height: 34px;
	}

	.cc-dm-hs-blog__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.cc-dm-hs-blog__card {
		border-radius: 0;
	}

	.cc-dm-hs-blog__card-body {
		padding-top: 16px;
	}

	.cc-dm-hs-blog__meta {
		align-items: center;
		flex-direction: row;
		gap: 12px;
		margin-bottom: 14px;
		font-size: 14px;
	}

	.cc-dm-hs-blog__card-title {
		margin-bottom: 14px;
		font-size: 22px;
		line-height: 1.2;
	}

	.cc-dm-hs-blog__excerpt {
		margin-bottom: 18px;
		font-size: 15px;
		line-height: 1.45;
	}

	.cc-dm-hs-blog__card-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.cc-dm-hs-blog__categories,
	.cc-dm-hs-blog__button,
	.cc-dm-hs-blog__button:visited {
		font-size: 14px;
	}

	.cc-dm-hs-blog__pagination {
		margin-top: 32px;
	}
}

/* Hotel Solution blog archive list items. Matches the Figma blog list pattern. */
.cc-dm-hs-blog .cc-dm-hs-blog__grid {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cc-dm-hs-blog article.cc-dm-hs-blog__card {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 24px !important;
	width: 100% !important;
	min-height: 79px !important;
	margin: 0 0 24px !important;
	padding: 0 0 24px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--cc-dm-hs-blog-stroke) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.cc-dm-hs-blog article.cc-dm-hs-blog__card:last-child {
	margin-bottom: 0 !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__thumb-link {
	flex: 0 0 212px !important;
	width: 212px !important;
	height: 79px !important;
	aspect-ratio: auto !important;
	border-radius: 16px !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__thumb {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__card-body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	min-width: 0 !important;
	padding: 0 !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__card-title {
	max-width: 754px !important;
	margin: -1px 0 20px !important;
	color: var(--cc-dm-hs-blog-text) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 34px !important;
	letter-spacing: 0 !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__card-title a,
.cc-dm-hs-blog .cc-dm-hs-blog__card-title a:visited {
	color: inherit !important;
	text-decoration: none !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__card-title a:hover,
.cc-dm-hs-blog .cc-dm-hs-blog__card-title a:focus {
	color: var(--cc-dm-hs-blog-accent-hover) !important;
	text-decoration: none !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__meta {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 24px !important;
	width: auto !important;
	margin: 0 !important;
	color: var(--cc-dm-hs-blog-muted) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__views {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: nowrap !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__views-icon,
.cc-dm-hs-blog .cc-dm-hs-blog__excerpt,
.cc-dm-hs-blog .cc-dm-hs-blog__card-footer,
.cc-dm-hs-blog .cc-dm-hs-blog__categories,
.cc-dm-hs-blog .cc-dm-hs-blog__button {
	display: none !important;
}

@media (max-width: 760px) {
	.cc-dm-hs-blog article.cc-dm-hs-blog__card {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		min-height: 0 !important;
		margin-bottom: 16px !important;
		padding-bottom: 16px !important;
	}

	.cc-dm-hs-blog .cc-dm-hs-blog__thumb-link {
		flex: 0 0 auto !important;
		width: 212px !important;
		height: 60px !important;
	}

	.cc-dm-hs-blog .cc-dm-hs-blog__card-body {
		min-height: 63px !important;
	}

	.cc-dm-hs-blog .cc-dm-hs-blog__card-title {
		max-width: 100% !important;
		margin: 0 0 24px !important;
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.cc-dm-hs-blog .cc-dm-hs-blog__meta {
		gap: 24px !important;
		font-size: 12px !important;
		line-height: 15px !important;
	}
}

.blog-template.cc-dm-hs-blog {
	padding-right: 40px !important;
	padding-left: 40px !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__title {
	margin: 0 !important;
	color: var(--cc-dm-hs-blog-text) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 56px !important;
	font-weight: 500 !important;
	line-height: 56px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.cc-dm-hs-blog .cc-dm-hs-blog__thumb-link,
.cc-dm-hs-blog .cc-dm-hs-blog__thumb,
.cc-dm-hs-blog .cc-dm-hs-blog__thumb--placeholder {
	border-radius: var(--cc-dm-hs-blog-preview-radius) !important;
}

@media (max-width: 1199px) {
	.blog-template.cc-dm-hs-blog {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

@media (max-width: 767px) {
	.blog-template.cc-dm-hs-blog {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.cc-dm-hs-blog .cc-dm-hs-blog__title {
		font-size: 34px !important;
		line-height: 34px !important;
	}
}

body .blog-template.cc-dm-hs-blog {
	padding-top: 0 !important;
	padding-right: 40px !important;
	padding-bottom: 0 !important;
	padding-left: 40px !important;
}

body .blog-template.cc-dm-hs-blog .cc-dm-hs-blog__inner {
	max-width: 1420px !important;
	padding: 0 !important;
}

body .blog-template.cc-dm-hs-blog .cc-dm-hs-blog__title {
	margin: 0 !important;
	color: #1b1919 !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 56px !important;
	font-weight: 500 !important;
	line-height: 56px !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

body .blog-template.cc-dm-hs-blog .cc-dm-hs-blog__thumb-link {
	border-radius: 16px !important;
	overflow: hidden !important;
}

body .blog-template.cc-dm-hs-blog .cc-dm-hs-blog__thumb,
body .blog-template.cc-dm-hs-blog .cc-dm-hs-blog__thumb--placeholder {
	border-radius: 16px !important;
}

@media (max-width: 1199px) {
	body .blog-template.cc-dm-hs-blog {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

@media (max-width: 767px) {
	body .blog-template.cc-dm-hs-blog {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	body .blog-template.cc-dm-hs-blog .cc-dm-hs-blog__title {
		font-size: 34px !important;
		line-height: 34px !important;
	}
}

body .cc-dm-hs-blog.blog-template.index-template.page-container {
	padding-top: 0 !important;
	padding-right: 40px !important;
	padding-bottom: 0 !important;
	padding-left: 40px !important;
}

body .cc-dm-hs-blog.blog-template.index-template.page-container #main-content #primary .cc-dm-hs-blog__inner {
	max-width: 1420px !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

body .cc-dm-hs-blog.blog-template.index-template.page-container #main-content #primary .cc-dm-hs-blog__title {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	color: #1b1919 !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 48px !important;
	font-weight: 700 !important;
	line-height: 48px !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

body .cc-dm-hs-blog.blog-template.index-template.page-container #main-content #primary .cc-dm-hs-blog__thumb-link {
	border-radius: 100px !important;
	overflow: hidden !important;
}

body .cc-dm-hs-blog.blog-template.index-template.page-container #main-content #primary .cc-dm-hs-blog__thumb,
body .cc-dm-hs-blog.blog-template.index-template.page-container #main-content #primary .cc-dm-hs-blog__thumb--placeholder {
	border-top-left-radius: 16px !important;
	border-top-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
}

@media (max-width: 1199px) {
	body .cc-dm-hs-blog.blog-template.index-template.page-container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

@media (max-width: 767px) {
	body .cc-dm-hs-blog.blog-template.index-template.page-container {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	body .cc-dm-hs-blog.blog-template.index-template.page-container #main-content #primary .cc-dm-hs-blog__title {
		font-size: 28px !important;
		line-height: 28px !important;
	}
}
