.primary .tab-content,
.primary .submenu-wrap {
  display: none;
}

.primary.hover > .tab-content,
.primary.hover > .submenu-wrap {
  display: block;
}

@media (hover:hover) and (pointer:fine) {
  .primary:hover > .tab-content,
  .primary:hover > .submenu-wrap {
    display: block;
  }
}

.news-accordion-trigger {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.news-accordion-trigger:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}


.news-accordion-trigger {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.news-accordion-trigger .slider-news,
.news-accordion-trigger .news-item {
    display: block;
}

.rapid-search.bookingMobile {
	height: 44px;
	overflow: hidden !important;
}

.rapid-search.bookingMobile .cta-booking {
	height: 44px;
	line-height: 44px;
}

.rapid-search.bookingMobile.booking-open {
	max-width: 100vw !important;
	max-height: 100vh;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}


.field > [data-tippy-root] > .tippy-box {
	max-width: 90vw !important;
	max-height: 90vh;
	overflow: auto !important;
	overscroll-behavior: contain;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.footer-booking .field > [data-tippy-root] {
	position: fixed !important;
	top: 10px !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translateX(-50%) !important;
	margin: 0 !important;
	max-width: 95vw;
	max-height: 95vh;
	z-index: 9999;
}

.footer-booking .field > [data-tippy-root] > .tippy-box {
	max-height: 95vh;
}

.td-popover {
	max-width: 90vw;
	max-height: 90vh;
	overflow: auto !important;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.tempus-dominus-widget {
	max-width: 100%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.td-popover {
		position: fixed !important;
		top: 10px !important;
		left: 50% !important;
		right: auto !important;
		bottom: auto !important;
		transform: translateX(-50%) !important;
		margin: 0 !important;
		max-width: 95vw;
		max-height: 95vh;
	}
}