.vr-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;width:100%;max-width:720px;margin-inline:auto;padding:34px 28px;border:1px solid rgb(243 229 171 / .14);border-radius:20px;background:radial-gradient(circle at 50% 0%,rgb(212 175 55 / .08),transparent 42%),#131916;color:#f4f1e8;font-family:var(--viva-font,"Peyda",Tahoma,sans-serif);text-align:center;box-sizing:border-box}.vr-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgb(255 255 255 / .025),transparent 35%)}.vr-card__icon,.vr-card__content{position:relative;z-index:1}.vr-card__icon{display:flex;align-items:center;justify-content:center;width:82px;height:82px;margin-bottom:18px;border:1px solid rgb(212 175 55 / .42);border-radius:50%;background:#1c231f;color:#d4af37;box-shadow:0 12px 36px rgb(0 0 0 / .24)}.vr-card__icon svg{width:52%;height:52%}.vr-card__content{display:flex;flex-direction:column;align-items:center;width:100%}.vr-card__title{margin:0 0 8px;color:#f4f1e8;font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.4}.vr-card__divider{display:flex;align-items:center;justify-content:center;width:104px;height:12px;margin-bottom:14px}.vr-card__divider::before,.vr-card__divider::after{content:"";flex:1;height:1px;background:linear-gradient(to var(--vr-line-direction,right),transparent,#d4af37)}.vr-card__divider::after{--vr-line-direction:left}.vr-card__divider span{width:7px;height:7px;margin-inline:7px;border-radius:50%;background:#d4af37;box-shadow:0 0 14px rgb(212 175 55 / .45)}.vr-card__description{max-width:520px;margin:0;color:#c8c2b5;font-size:1rem;line-height:2}.vr-card__phone{margin-top:10px;color:#e0c56e;font-size:1.15rem;font-weight:700;letter-spacing:.03em}.vr-card__actions{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:12px;width:100%;margin-top:24px}.vr-button{display:inline-flex;flex:1 1 0;align-items:center;justify-content:center;gap:.55rem;min-height:52px;padding:14px 20px;border:0;border-radius:12px;font:inherit;font-weight:700;line-height:1.4;text-align:center;text-decoration:none;box-sizing:border-box;transition:transform 180ms ease,background-color 180ms ease,color 180ms ease,box-shadow 180ms ease}.vr-button svg{flex:0 0 auto;width:21px;height:21px}.vr-button--call{background:#d4af37;color:#17201c;cursor:pointer;box-shadow:0 10px 28px rgb(212 175 55 / .15)}.vr-button--call:hover,.vr-button--call:focus-visible{background:#f3e5ab;color:#17201c;transform:translateY(-2px);outline:none;box-shadow:0 14px 34px rgb(212 175 55 / .22)}.vr-button--online{background:#232925;color:#858a86;cursor:not-allowed;opacity:.78}@media(max-width:520px){.vr-card{padding:28px 18px}.vr-card__actions{flex-direction:column}.vr-button{width:100%}}@media(prefers-reduced-motion:reduce){.vr-button{transition:none}}

/* 1.0.1 aligned default widget height */
.vr-card{min-height:360px;}

/* 1.0.2 equal card height alignment */
.vr-card{
	height:100%;
	min-height:360px;
	box-sizing:border-box;
}
.vr-card .elementor-widget-container{
	height:100%;
}

/* 1.0.3 force equal Elementor side-by-side height */
.vr-card{
	min-height:420px !important;
	height:420px !important;
	box-sizing:border-box;
}

/* 1.0.4 second reservation widget: floating title tab + working hours. */
.vr-panel,
.vr-panel * {
	box-sizing: border-box;
}

.vr-panel {
	position: relative;
	width: 100%;
	max-width: 760px;
	padding-top: calc(var(--vr-panel-tab-height, 62px) / 2);
	margin-inline: auto;
	font-family: var(--viva-font, "Peyda", Tahoma, sans-serif);
	--vr-panel-tab-height: 62px;
	--vr-panel-tab-x: 0px;
	--vr-panel-tab-y: 0px;
	--vr-panel-tab-above-gap: 0px;
	--vr-panel-tab-content-gap: 24px;
}

.vr-panel__shell {
	position: relative;
	width: 100%;
	background: #111916;
	border: 1px solid rgb(243 229 171 / .16);
	border-radius: 22px;
	color: #f4f1e8;
	box-shadow: 0 24px 64px rgb(0 0 0 / .24), inset 0 1px 0 rgb(255 255 255 / .035);
}

.vr-panel__shell::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	border-radius: inherit;
	background:
		radial-gradient(circle at 50% -8%, rgb(212 175 55 / .10), transparent 38%),
		linear-gradient(135deg, rgb(255 255 255 / .018), transparent 42%);
}

.vr-panel__tab,
.vr-panel__body,
.vr-panel__hours {
	position: relative;
	z-index: 1;
}

.vr-panel__tab {
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 320px;
	min-height: var(--vr-panel-tab-height, 62px);
	max-width: calc(100% - 36px);
	overflow: hidden;
	background: #17372f;
	border: 1px solid rgb(212 175 55 / .38);
	border-radius: 18px 18px 0 0;
	box-shadow: 0 12px 34px rgb(0 0 0 / .22), inset 0 1px 0 rgb(255 255 255 / .06);
	transform: translate(calc(-50% + var(--vr-panel-tab-x, 0px)), calc(-50% + var(--vr-panel-tab-y, 0px)));
}

/* Tab vertical placement. */
.vr-panel--tab-edge {
	padding-top: calc(var(--vr-panel-tab-height, 62px) / 2);
}

.vr-panel--tab-above {
	padding-top: calc(var(--vr-panel-tab-height, 62px) + var(--vr-panel-tab-above-gap, 0px));
}

.vr-panel--tab-above .vr-panel__tab {
	transform: translate(calc(-50% + var(--vr-panel-tab-x, 0px)), calc(-100% - var(--vr-panel-tab-above-gap, 0px) + var(--vr-panel-tab-y, 0px)));
}

.vr-panel--tab-attached {
	padding-top: 0;
}

.vr-panel--tab-attached .vr-panel__tab {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: translateY(var(--vr-panel-tab-y, 0px));
}

.vr-panel--tab-attached .vr-panel__body {
	padding-top: var(--vr-panel-tab-content-gap, 24px) !important;
}

/* Tab horizontal alignment for floating modes. */
.vr-panel--tab-align-right:not(.vr-panel--tab-attached) .vr-panel__tab {
	right: var(--vr-panel-tab-x, 0px);
	left: auto;
	transform: translateY(calc(-50% + var(--vr-panel-tab-y, 0px)));
}

.vr-panel--tab-above.vr-panel--tab-align-right .vr-panel__tab {
	transform: translateY(calc(-100% - var(--vr-panel-tab-above-gap, 0px) + var(--vr-panel-tab-y, 0px)));
}

.vr-panel--tab-align-left:not(.vr-panel--tab-attached) .vr-panel__tab {
	right: auto;
	left: var(--vr-panel-tab-x, 0px);
	transform: translateY(calc(-50% + var(--vr-panel-tab-y, 0px)));
}

.vr-panel--tab-above.vr-panel--tab-align-left .vr-panel__tab {
	transform: translateY(calc(-100% - var(--vr-panel-tab-above-gap, 0px) + var(--vr-panel-tab-y, 0px)));
}

/* Tab horizontal alignment while attached inside the card. */
.vr-panel--tab-attached.vr-panel--tab-align-center .vr-panel__tab {
	margin-inline: auto;
}

.vr-panel--tab-attached.vr-panel--tab-align-right .vr-panel__tab {
	margin-inline-start: var(--vr-panel-tab-x, 0px);
	margin-inline-end: auto;
}

.vr-panel--tab-attached.vr-panel--tab-align-left .vr-panel__tab {
	margin-inline-start: auto;
	margin-inline-end: var(--vr-panel-tab-x, 0px);
}

.vr-panel__title {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 10px 18px;
	margin: 0;
	color: #f3e5ab;
	font-size: 1.2rem;
	font-weight: 750;
	line-height: 1.5;
	text-align: center;
}

.vr-panel__tab-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 58px;
	color: #d4af37;
	background: rgb(7 16 13 / .32);
	border-inline-end: 1px solid rgb(212 175 55 / .24);
}

.vr-panel__tab-icon svg,
.vr-panel__tab-icon i {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.vr-panel__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 64px 32px 28px;
	text-align: center;
}

.vr-panel__description {
	width: 100%;
	max-width: 620px;
	margin: 0;
	color: #f4f1e8;
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 2;
}

.vr-panel__phone {
	margin-top: 8px;
	color: #e0c56e;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
}

.vr-panel__actions {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	width: min(100%, 560px);
	margin-top: 24px;
}

.vr-panel__button {
	display: inline-flex;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 0;
	min-height: 52px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 12px;
	font: inherit;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vr-panel__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.vr-panel__button-icon svg,
.vr-panel__button-icon i {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.vr-panel__button--call {
	color: #17201c;
	background: #d4af37;
	border-color: #d4af37;
	box-shadow: 0 10px 28px rgb(212 175 55 / .14);
}

.vr-panel__button--call:hover,
.vr-panel__button--call:focus {
	color: #17201c;
	background: #f3e5ab;
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgb(212 175 55 / .20);
	outline: none;
}

.vr-panel__button--online {
	color: #c9c5b9;
	background: #1d2521;
	border-color: rgb(243 229 171 / .24);
}

a.vr-panel__button--online:hover,
a.vr-panel__button--online:focus {
	color: #f3e5ab;
	background: rgb(212 175 55 / .12);
	border-color: rgb(212 175 55 / .44);
	transform: translateY(-2px);
	outline: none;
}

.vr-panel__button--online.is-disabled {
	cursor: not-allowed;
	opacity: .64;
}

.vr-panel__hours {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 64px;
	padding: 12px 22px;
	background: #17201c;
	border-top: 1px solid rgb(212 175 55 / .32);
	border-radius: 0 0 21px 21px;
}

.vr-panel__hours-heading {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.vr-panel__hours-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: #d4af37;
}

.vr-panel__hours-icon svg,
.vr-panel__hours-icon i {
	display: block;
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.vr-panel__hours-label {
	color: #f3e5ab;
	font-size: .96rem;
	font-weight: 700;
	line-height: 1.7;
}

.vr-panel__hours-text {
	color: #c9c5b9;
	font-size: .92rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: end;
}

@media (max-width: 767px) {
	.vr-panel {
		--vr-panel-tab-height: 56px;
		--vr-panel-tab-content-gap: 18px;
	}

	.vr-panel__tab {
		width: 78%;
		min-height: var(--vr-panel-tab-height, 56px);
	}

	.vr-panel__body {
		padding: 58px 18px 22px;
	}

	.vr-panel__description {
		font-size: 1rem;
		line-height: 1.9;
	}

	.vr-panel__actions {
		flex-direction: column;
		gap: 12px;
	}

	.vr-panel__button {
		width: 100%;
	}

	.vr-panel__hours {
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		padding: 14px 16px;
		text-align: center;
	}

	.vr-panel__hours-text {
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vr-panel__button {
		transition: none;
	}
}
