.fp-wrap {
--mint: #f4b4a8;
--mint-dark: #de9385;
--mint-soft: #fdf3f1;
--text:#292929;
--muted:#777;
--line:#e5e5e5;
--bg:#f1f1f1;
--white:#fff
}
.fp-wrap * {
	box-sizing: border-box
}
.fp-wrap {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	word-break: keep-all
}

.fp-wrap button, .fp-wrap a {
	-webkit-tap-highlight-color: transparent
}
.fp-wrap a {
	color: inherit;
	text-decoration: none
}
.fp-price-page {
	min-height: 100vh;
	padding: 0 8px 32px
}
.fp-price-layout {
	max-width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	gap: 16px;
	align-items: start
}
.fp-price-main {
	min-width: 0;
	background: #fff;
	border-radius: 34px 34px 0 0;
	overflow: hidden;
	position:relative;
}
.fp-price-hero {
	padding: 58px 40px 50px;
	text-align: center
}
.fp-price-hero h1 {
	margin: 0;
	font-size: 34px
}
.fp-price-notice {
	margin: 14px 0 0;
	color: #727272;
	line-height: 1.75
}
.fp-search-box {
	position: relative;
	display: flex;
	max-width: 630px;
	margin: 40px auto 20px;
	border: 1.5px solid var(--mint);
	border-radius: 999px;
	overflow: hidden
}
.fp-search-box input {
	width: 100%;
	height: 48px;
	padding: 0 66px 0 29px;
	border: 0;
	outline: 0
}
.fp-search-box button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--mint)
}
.fp-search-box svg {
	width: 22px;
	fill: none;
	stroke: #fff;
	stroke-width: 2.7
}
.fp-quick-links{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}

.fp-quick-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    min-width:170px;
    height:52px;

    padding:0 20px;

    border:1px solid #ececec;
    border-radius:999px;

    background:#fff;

    font-size:16px;
    font-weight:600;

    transition:.2s;
}

.fp-quick-link:hover{
    border-color:var(--mint);
    color:var(--mint-dark);
    transform:translateY(-2px);
}

@media (max-width:768px){

    .fp-quick-links{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
    }

    .fp-quick-link{
        min-width:0;
        height:46px;
        padding:0 8px;
        font-size:14px;
    }

}
.fp-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line)
}
.fp-tab {
	min-height: 51px;
	border: 0;
	border-right: 1px solid var(--line);
	background: #fff;
	color: #666;
	cursor: pointer;
	position: relative
}
.fp-tab.fp-active {
	color: var(--mint);
	font-weight: 700
}
.fp-tab.fp-active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: var(--mint)
}
.fp-seo-intro {
	padding: 42px;
	border-bottom: 1px solid var(--line)
}
.fp-seo-kicker, .fp-eyebrow {
	color: var(--mint);
	font-size: 13px;
	font-weight: 800
}
.fp-seo-intro h2, .fp-section-heading h2 {
	margin: 5px 0 12px
}
.fp-seo-intro p {
	margin: 0;
	max-width: 860px;
	color: #666;
	line-height: 1.8
}
.fp-event-banner {
	margin: 0
}
.fp-event-banner img {
	display: block;
	width: 100%;
	aspect-ratio: 3/1;
	object-fit: cover
}
.fp-section-heading {
	/*display: flex;*/
	justify-content: space-between;
	align-items: end;
	padding: 10px
}
.fp-section-heading p {
	color: #888
}
.fp-event-groups {
	background: #f3f4f5
}
.fp-event-group {
	margin-bottom: 14px;
	background: #fff;
	box-shadow: 0 7px 16px rgba(0,0,0,.08)
}
.fp-event-group-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 28px 14px
}
.fp-event-group-title span {
	color: var(--mint);
	font-size: 13px;
	font-weight: 700
}
.fp-event-group-title h3 {
	margin: 6px 0 0;
	font-size: 28px
}
.fp-event-toggle {
	border: 0;
	background: transparent;
	font-size: 25px;
	cursor: pointer
}
.fp-event-info {
	padding: 11px 28px 8px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px dashed #ddd;
	background: #f7f8fa
}
.fp-event-info p {
	margin: 0 0 13px;
	color: #8a94a3;
	font-size: 15px;
	line-height: 1.55
}
.fp-event-item {
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 28px;
	border-bottom: 1px dashed #d7d7d7
}
.fp-event-item h4 {
	margin: 0;
	font-size: 18px
}
.fp-event-item-copy>p {
	margin: 5px 0 0;
	color: #888;
	font-size: 13px
}
.fp-event-item-price {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin-top: 8px
}
.fp-event-item-price small {
	text-decoration: line-through;
	color: #aaa
}
.fp-event-item-price strong {
	font-size: 19px
}
.fp-add-button {
	width: 43px;
	height: 43px;
	border: 0;
	border-radius: 50%;
	background: var(--mint);
	color: #fff;
	font-size: 25px;
	cursor: pointer
}
.fp-add-button.fp-added {
	background: #d5d5d5
}
.fp-event-group.fp-collapsed .fp-event-info, .fp-event-group.fp-collapsed .fp-event-items {
	display: none
}
.fp-cart-panel {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 34px 34px 0 0;
	overflow: hidden
}
.fp-cart-title {
	min-height: 106px;
	padding: 25px 16px;
	text-align: center;
	border-bottom: 1px solid var(--line)
}
.fp-cart-title h2 {
	margin: 0;
	font-size: 25px
}
.fp-cart-title h2 span {
	display: inline-grid;
	place-items: center;
	min-width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--mint);
	color: #fff
}
.fp-cart-title p {
	margin: 7px 0 0;
	color: var(--mint-dark);
	font-size: 13px;
	font-weight: 700
}

.fp-cart-close{
    display:none;
}

@media (max-width:768px){

    .fp-cart-title{
        position:relative;
    }

    .fp-cart-close{
        display:flex;
        align-items:center;
        justify-content:center;

        position:absolute;
        top:16px;
        right:16px;

        width:36px;
        height:36px;

        border:0;
        background:transparent;

        font-size:30px;
        color:#999;
        line-height:1;

        cursor:pointer;
        transition:.2s;
    }

    .fp-cart-close:hover{
        color:#333;
        transform:rotate(90deg);
    }
}


.fp-cart-list {
	flex: 1;
	overflow: auto;
	padding: 20px 18px
}
.fp-cart-empty {
	height: 100%;
	display: grid;
	place-items: center
}
.fp-cart-item{
    position:relative;
    padding:18px 50px 18px 0;
    border-bottom:1px solid #ececec;
}
.fp-cart-event-title {

	color: var(--mint);
	display:block;
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;

}
.fp-cart-info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:6px;
}

.fp-cart-info h3{
    margin:0;
    flex:1;
    font-size:17px;
    font-weight:700;
    color:#333;
    line-height:1.3;
}

.fp-cart-price{
    flex-shrink:0;
    white-space:nowrap;
    font-size:18px;
    font-weight:700;
    color:#333;
}

.fp-cart-price{
    font-size:18px;
    font-weight:700;
    color:#333;
    white-space:nowrap;
	line-height:1.3;
}


.fp-cart-item p {
	margin-top:12px;
    font-size:22px;
    font-weight:700;
    color:#333;
}
.fp-remove-button {
	   position:absolute;
    top:18px;
    right:0;
    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:0;
    background:none;

    font-size:28px;
    color:#bcbcbc;
    cursor:pointer;
}
.fp-remove-button:hover{
    color:#666;
}
.fp-cart-footer {
	border-top: 1px solid var(--line)
}
.fp-cart-total {
	min-height: 66px;
	padding: 0 17px;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.fp-cart-total p {
	margin: 0;
	color: var(--mint);
	font-weight: 800
}
.fp-cart-total p span {
	font-size: 25px
}
.fp-apply-button, .fp-modal-submit {
	width: 100%;
	height: 64px;
	border: 0;
	background: var(--mint);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer
}
.fp-faq-section{
    margin:60px 0;
    padding:28px 32px;
    border:1px solid #efefef;
    border-radius:20px;
    background:#fafafa;
}

.fp-faq-section .fp-eyebrow{
    display:block;
    margin-bottom:6px;
    font-size:13px;
    font-weight:700;
    color:var(--mint);
    letter-spacing:.05em;
}

.fp-faq-section h2{
    margin:0 0 24px;
    font-size:20px;
    line-height:1.3;
}

.fp-faq-section details{
    border-top:1px solid #e8e8e8;
}

.fp-faq-section details:last-child{
    border-bottom:1px solid #e8e8e8;
}

.fp-faq-section summary{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:18px 0;

    list-style:none;
    cursor:pointer;

    font-size:16px;
    font-weight:700;
}

.fp-faq-section summary::-webkit-details-marker{
    display:none;
}

.fp-faq-section summary::after{
    content:"+";
    font-size:24px;
    font-weight:300;
    color:#999;
    transition:.25s;
}

.fp-faq-section details[open] summary::after{
    content:"−";
    color:var(--mint-dark);
}

.fp-faq-section p{
    margin:0;
    padding:0 0 18px;
    color:#666;
    font-size:15px;
    line-height:1.8;
}
.fp-mobile-cart-button {
	display: none
}
.fp-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	z-index: 50;
	transform: translate(-50%, 20px);
	padding: 12px 18px;
	border-radius: 999px;
	background: #222;
	color: #fff;
	opacity: 0;
	transition: .25s
}
.fp-toast.fp-show {
	opacity: 1;
	transform: translate(-50%, 0)
}
.fp-modal-backdrop {
	position: fixed;
	inset: 0;
	 z-index:99999;
	display: grid;
	place-items: center;
	padding: 28px;
	background: rgba(0,0,0,.72)
}
.fp-modal-backdrop[hidden] {
	display: none
}
.fp-booking-modal {
	width: min(1000px, 100%);
	 max-height:calc(100vh - 180px);
	overflow: auto;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	position:relative;
     z-index:100000;
}
.fp-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px
}
.fp-modal-header h2 {
	margin: 0;
	font-size: 25px
}
.fp-modal-close {
	border: 0;
	background: transparent;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
	position:relative;
    z-index:20002;
}
.fp-booking-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding-top: 15px
}
.fp-selected-pane {
	display: flex;
	flex-direction: column
}
.fp-selected-pane h3 {
	margin: 0 0 14px
}
.fp-modal-selected-item {
	padding: 12px 10px;
	border-top: 1px dashed #ddd
}
.fp-modal-selected-item span {
	display: block;
	color: var(--mint);
	font-size: 12px;
	font-weight: 700
}
.fp-modal-selected-item h4 {
	margin: 2px 0
}
.fp-modal-selected-item strong {
	display: block;
	text-align: right
}
.fp-modal-price-total {
	margin-top: auto;
	padding: 18px 10px;
	border-top: 2px solid #ddd;
	display: flex;
	justify-content: space-between;
	font-size: 22px
}
.fp-modal-price-total strong {
	color: var(--mint)
}
.fp-calendar-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 14px
}
.fp-calendar-controls {
	display: flex;
	gap: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee
}
.fp-calendar-controls select {
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff
}
.fp-calendar-weekdays, .fp-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center
}
.fp-calendar-weekdays {
	padding: 10px 0 7px
}
.fp-calendar-weekdays b:first-child {
	color: #f33
}
.fp-calendar-weekdays b:last-child {
	color: #06f
}
.fp-calendar-grid{
    gap:6px;
}

.fp-calendar-grid button{
    width:36px;
    height:36px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    line-height:1;
    font-size:15px;
}
.fp-calendar-grid button.fp-muted {
	color: #cbd5e1
}
.fp-calendar-grid button.fp-today{
    background:var(--mint);
    color:#fff;
}

.fp-calendar-grid button.fp-selected{
    background:#fff;
    color:#222;
    border:2px solid var(--mint);
}
.fp-booking-form {
	margin-top: 16px;
	  border:1px solid #ddd;
    border-radius:10px;
    padding:16px;
    background:#fff;
}

.fp-booking-form input,
.fp-booking-form select,
.fp-booking-form textarea{
    font-size:15px;
}

.fp-booking-form input::placeholder,
.fp-booking-form textarea::placeholder{
    font-size:12px;
    color:#b5b5b5;
    font-weight:400;
}

.fp-booking-form select{
    font-size:13px;
	 appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    padding:0 38px 0 14px;

    background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
    background-size:14px;
}


.fp-field-row {
	display: grid;
	grid-template-columns: 84px 1fr;
	gap: 10px;
	align-items: start;
	padding: 8px 0;
	border-bottom: 1px solid #eee
}
.fp-field-row label {
	font-weight: 700;
	padding-top: 8px
}
.fp-field-row input, .fp-field-row select, .fp-field-row textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #aaa;
	border-radius: 6px
}
.fp-field-row textarea {
	min-height: 70px;
	resize: vertical
}
.fp-inline-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px
}
.fp-category-checks{
     display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:10px;
}

.fp-category-checks label{
     display:flex;
    align-items:center;
    justify-content:center;

    height:42px;

    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;

    cursor:pointer;
    transition:.2s;
	font-size:12px;
	padding-top:0;
}


.fp-category-checks label:has(input:checked){
    background:var(--mint-soft);
    border-color:var(--mint);
    color:var(--mint-dark);
    font-weight:600;
}


.fp-category-checks input{
       position:absolute;
    opacity:0;
    width:1px;
    height:1px;
}

.fp-category-checks input:checked + span{
    color:var(--mint-dark);
    font-weight:600;
}
.fp-consents {
	padding: 10px 0;
	font-size: 13px
}
.fp-consents label {
	display: block;
	margin: 4px 0
}
.fp-modal-submit {
	margin-top: 10px;
	border-radius: 999px
}
@media(max-width:1200px) {
.fp-price-layout {
	grid-template-columns: minmax(0, 1fr) 330px
}
}
@media(max-width:900px) {
.fp-price-page {
	padding: 0 0 86px
}
.fp-price-layout {
	display: block
}
.fp-price-main {
	border-radius: 0
}
.fp-cart-panel {
	position: fixed;
	inset: 60px 0 100px auto;
	z-index: 20;
	width: min(420px, 100%);
	height: auto;
	border-radius: 24px 0 0 24px;
	transform: translateX(105%);
	transition: .28s;
	box-shadow: -10px 0 35px rgba(0,0,0,.16)
}
.fp-cart-panel.fp-open {
	transform: translateX(0)
}
.fp-mobile-cart-button {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 25;
	height: 58px;
	padding: 0 20px;
	border: 0;
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #1d1d1d;
	color: #fff
}
.fp-mobile-cart-button b {
	display: inline-grid;
	place-items: center;
	min-width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--mint)
}

.fp-quick-link {
    display: flex;
    align-items: center;
    gap: 3px;
    min-height: 42px;
    padding: 5px 3px;
    border: 1px solid #e4e4e4;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}
.fp-booking-layout {
	grid-template-columns: 1fr
}
.fp-selected-pane {
	max-height: none
}
.fp-modal-backdrop {
	padding: 14px
}
.fp-booking-modal {
	max-height: 80vh
}
}
@media(max-width:640px) {
.fp-price-hero {
	padding: 38px 18px 34px
}
.fp-price-hero h1 {
	font-size: 27px
}
   .fp-tabs{
        display:flex;
    }

    .fp-tab{
        flex:1;
        min-width:0;
    }
.fp-seo-intro, .fp-section-heading {
	padding-left: 18px;
	padding-right: 18px
}
.fp-event-banner img {
	/*aspect-ratio: 2.1/1*/
}
.fp-event-group-head, .fp-event-info, .fp-event-item {
	padding-left: 18px;
	padding-right: 18px
}
.fp-event-group-title h3 {
	font-size: 21px
}
.fp-event-item-copy>p, .fp-event-item-price small {
	display: none
}
.fp-event-item-price {
	display: block
}
.fp-faq-section {
	margin: 36px 18px;
	padding: 24px 20px
}
.fp-booking-modal {
	padding: 16px
}
.fp-modal-header h2 {
	font-size: 23px
}
.fp-selected-pane {
	display: none
}
.fp-booking-modal.fp-direct-mode .fp-selected-pane {
	display: none
}
.fp-booking-layout {
	padding-top: 10px
}
.fp-field-row {
	grid-template-columns: 70px 1fr
}
.fp-inline-fields {
	grid-template-columns: 1fr
}
.fp-calendar-box {
	padding: 10px
}
.fp-calendar-grid button {
	font-size: 13px
}
.fp-category-checks {
	display: grid;
	    grid-template-columns: repeat(3, 1fr);
	gap: 8px
}
.fp-modal-submit {
	position: sticky;
	bottom: 0
}
}
/* FINAL V2: 카드형 리스트 + 상세정보 아코디언 + 소형 바로예약 */
.fp-event-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 18px;
	background: #fff;
    align-items:start;
}

.fp-treatment-card {
	min-width: 0;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}
.fp-treatment-card-main {
	padding: 24px 22px 18px
}
.fp-card-badge {
	display: inline-block;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--mint-soft);
	color: var(--mint-dark);
	font-size: 12px;
	font-weight: 700;
}
.fp-treatment-card h4 {
	margin: 12px 0 4px;
	font-size: 20px
}
.fp-treatment-card-main>p {
	min-height: 42px;
	margin: 10px 0 0 0;
	color: #777;
	font-size: 14px;
	line-height: 1.6
}
.fp-card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 14px;
	margin-top: 25px
}
.fp-card-add {
	width: auto;
	min-width: 78px;
	height: 38px;
	padding: 0 17px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
}
.fp-detail-toggle {
	width: 100%;
	margin-top: 16px;
	padding: 20px 0px 0px;
	border: 0;
	border-top: 1px solid #eee;
	background: #fff;
	color: #666;
	cursor: pointer;
	text-align: left;
	font-weight: 700;
}
.fp-treatment-detail {
	border-top: 1px solid #e6e6e6;
	background: #f5f7f9
}
.fp-detail-inner {
	padding: 22px
}
.fp-detail-inner h5 {
	margin: 0 0 6px;
	color: #7b8795;
	font-size: 15px
}
.fp-detail-intro {
	margin: 0;
	color: #758191;
	font-size: 14px;
	line-height: 1.7
}
.fp-event-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0
}
.fp-event-tags span {
	padding: 7px 13px;
	border-radius: 6px;
	background: var(--mint);
	color: #fff;
	font-size: 13px;
	font-weight: 700
}
.fp-detail-spec {
	display: grid;
	grid-template-columns: 95px 1fr;
	gap: 7px 10px;
	margin: 0;
	color: #7b8795;
	font-size: 14px
}
.fp-detail-spec dt {
	font-weight: 800
}
.fp-detail-spec dd {
	margin: 0
}
.fp-detail-caution {
	margin-top: 23px
}
.fp-detail-caution ul{
    margin:6px 0 0;
    padding:0;
    list-style:none;
}

.fp-detail-caution ul li{
    position:relative;
    padding-left:12px;
    color:#758191;
    font-size:14px;
    line-height:1.6;
}

.fp-detail-caution ul li::before{
    content:"•";
    position:absolute;
    left:0;
    color:#758191;
}
.fp-booking-modal.fp-event-mode {
	width: min(1000px, 100%);
	z-index: 20001;
}
.fp-booking-modal.fp-direct-mode {
	width: min(520px, calc(100vw - 24px));
	max-height: min(760px, calc(100vh - 24px));
	padding: 20px;
}
.fp-booking-modal.fp-direct-mode .fp-booking-layout {
	display: block;
	padding-top: 14px
}
.fp-booking-modal.fp-direct-mode .fp-selected-pane {
	display: none!important
}
.fp-booking-modal.fp-direct-mode .fp-form-pane {
	width: 100%
}
.fp-booking-modal.fp-direct-mode .fp-calendar-box {
	padding: 14px
}
.fp-booking-modal.fp-direct-mode .fp-calendar-grid button {
	font-size: 13px
}
.fp-booking-modal.fp-direct-mode .fp-field-row {
	grid-template-columns: 84px 1fr
}
.fp-booking-modal.fp-direct-mode .fp-modal-submit {
	height: 52px
}
.fp-booking-modal.fp-direct-mode .fp-category-checks {
	gap: 10px
}
.fp-booking-modal.fp-direct-mode .fp-booking-form {
	margin-top: 8px
}
 @media(max-width:640px) {
.fp-event-card-grid {
	grid-template-columns: 1fr;
	padding: 14px
}
.fp-treatment-card-main {
	padding: 20px 18px 15px
}
.fp-treatment-card-main>p {
	min-height: auto
}
.fp-detail-spec {
	grid-template-columns: 82px 1fr
}
.fp-booking-modal.fp-direct-mode {
	width: calc(100vw - 20px);
	max-height: calc(100vh - 150px);
	padding: 15px
}
.fp-booking-modal.fp-direct-mode .fp-field-row {
	grid-template-columns: 72px 1fr
}
}
/* Floria integration safeguards */
.fp-wrap {
	isolation: isolate;
	position: relative;
	padding-top: 110px;
}
@media(max-width:980px) {
.fp-wrap {
	padding-top: 70px;
}
}
.fp-wrap [hidden] {
	display: none!important;
}
