/* Shared StunyTemplates header styles. */
html body.h5star-template{margin:0!important}
.tc-site-header{margin-bottom:24px;position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:rgb(0 0 0 / 99%);border-bottom:1px solid rgba(21,32,26,.08);transition:padding-bottom .28s ease,box-shadow .28s ease,background-color .28s ease,transform .28s ease}
.tc-site-header__inner{display:flex;justify-content:space-between;gap:14px;align-items:center;width:100%;max-width:none;margin:0;padding:10px 18px 10px 12px;box-sizing:border-box;transition:padding .28s ease}


.h5star{display:flex;align-items:center;gap:14px;min-width:0}.h5star .custom-logo-link{display:inline-flex;align-items:center;background:rgb(0 0 0 / 99%);border-radius:999px;padding:8px 12px}.h5star__logo{display:inline-flex;align-items:center;background:rgb(0 0 0 / 99%);border-radius:999px;padding:8px 12px}.h5star__logo img{display:block;max-width:150px;height:auto}
.h5star__mark{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgb(0 0 0 / 99%);color:#fff;text-decoration:none;font-weight:900;letter-spacing:.02em;white-space:nowrap;margin-left:0}
.tc-site-search{position:relative;flex:1;max-width:520px;min-width:220px;transition:transform .28s ease,max-width .28s ease}

.tc-site-search__input{width:100%;padding:10px 14px;border-radius:999px;border:1px solid rgba(21,32,26,.1);background:#fff;color:#15201a;font:inherit;font-weight:700;box-shadow:0 10px 24px rgba(21,32,26,.04);outline:none;transition:box-shadow .28s ease,border-color .28s ease,transform .28s ease,padding .28s ease}

.tc-site-search__input:focus{border-color:rgba(15,138,95,.4);box-shadow:0 0 0 4px rgba(15,138,95,.12),0 10px 24px rgba(21,32,26,.04)}
.tc-site-search__panel{position:absolute;left:0;right:0;top:calc(100% + 10px);background:#fff;border:1px solid rgba(21,32,26,.08);border-radius:22px;box-shadow:0 22px 52px rgba(21,32,26,.14);padding:10px;display:none;z-index:40;max-height:390px;overflow:auto;transform-origin:top center;animation:tcSearchPanelIn .22s ease}
.tc-site-search__panel.is-open{display:grid;gap:6px}
.tc-site-search__item{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;border-radius:14px;text-decoration:none;color:#15201a;background:#f8fbf9}
.tc-site-search__item:hover,.tc-site-search__item:focus{background:#e8f6ef}
.tc-site-search__item-thumb{width:54px;height:54px;flex:0 0 auto;border-radius:12px;overflow:hidden;background:#dde6e0}
.tc-site-search__item-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.tc-site-search__item-body{min-width:0;flex:1;display:grid;gap:5px}
.tc-site-search__item-title{display:block;font-weight:800;line-height:1.2}
.tc-site-search__item-meta{display:block;margin-top:2px;font-size:.84rem;color:rgba(21,32,26,.66)}
.tc-site-search__item-stats{display:flex;gap:10px;flex-wrap:wrap;font-size:.82rem;line-height:1.2;color:rgba(21,32,26,.72)}
.tc-site-search__item-stat{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.tc-site-search__item mark{background:rgba(15,138,95,.14);color:inherit;padding:0 2px;border-radius:4px}
.tc-site-header__toggle{display:none;border:1px solid rgba(21,32,26,.1);background:rgb(0 0 0 / 99%);color:#fff;border-radius:999px;padding:10px 12px;font:inherit;font-weight:900}
.tc-site-header__menu{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.tc-site-header__menu a,.tc-site-header__dropdown summary{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgb(0 0 0 / 99%);border:1px solid rgba(255,255,255,.24);color:#fff;text-decoration:none;font-weight:800;cursor:pointer;list-style:none}
.tc-site-header__dropdown{position:relative}
.tc-site-header__dropdown summary::-webkit-details-marker{display:none}
.tc-site-header__dropdown-panel{position:absolute;right:0;top:calc(100% + 10px);min-width:220px;padding:10px;background:#fff;border:1px solid rgba(21,32,26,.08);border-radius:18px;box-shadow:0 16px 36px rgba(21,32,26,.12);display:grid;gap:8px;z-index:20}
.tc-site-header__dropdown-panel a{display:block;border:none;border-radius:12px;padding:10px 12px;background:#f8fbf9}
@keyframes tcSearchPanelIn{
  from{opacity:0;transform:translateY(-8px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media (max-width: 920px){
  .tc-site-header__inner{align-items:center;flex-wrap:nowrap;gap:10px}
  .h5star{flex:0 0 auto}
  .tc-site-search{order:2;flex:1 1 auto;min-width:0;max-width:none}
  .tc-site-header__toggle{display:inline-flex;order:3;flex:0 0 auto;margin-left:0}
  .tc-site-header__menu{display:none;width:100%;justify-content:flex-start;padding-top:8px}
  .tc-site-header__menu.is-open{display:flex}
  .tc-site-header__dropdown-panel{position:static;box-shadow:none;margin-top:8px}
}
.tc-site-search{display:flex;align-items:end;gap:8px;max-width:760px}.tc-site-search label{display:flex;flex-direction:column;gap:4px;color:#fff;font-size:11px;font-weight:700}.tc-site-search input{box-sizing:border-box;min-width:130px;padding:9px 12px;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:#fff;color:#202522}.tc-site-search__place{position:relative;flex:1;min-width:220px}.tc-site-search__place .tc-site-search__input{width:100%}.tc-site-search>button{height:38px;padding:0 16px;border:0;border-radius:8px;background:#fff;color:#202522;font-weight:700;cursor:pointer}.tc-site-search__panel{top:calc(100% + 6px)}.tc-site-search__panel button{display:block;width:100%;padding:10px 12px;border:0;border-radius:8px;background:#fff;color:#202522;text-align:left;cursor:pointer}.tc-site-search__panel button:hover{background:#f2f4f7}@media(max-width:920px){.tc-site-search{order:2;max-width:none;flex:1;min-width:0;flex-wrap:wrap}.tc-site-search__place{min-width:160px;flex:1 1 100%}.tc-site-search>label{flex:1}.tc-site-search>button{flex:0 0 auto}}.tc-site-header{margin-bottom:0;background:#000!important;border-bottom:1px solid rgba(255,255,255,.22)}.tc-site-header__inner{max-width:1280px;margin:0 auto;padding:10px 22px}.h5star__logo{background:transparent;padding:0;border-radius:0}.h5star__logo img{width:76px;max-width:76px}.tc-site-search{display:flex;align-items:center;gap:0;max-width:760px;height:42px;padding:0 8px;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#000}.tc-site-search label{display:flex;flex-direction:column;justify-content:center;min-width:105px;height:30px;padding:0 14px;border-left:1px solid rgba(255,255,255,.5);color:#fff;font-size:9px;line-height:1.1;font-weight:400}.tc-site-search label:first-of-type{border-left:0}.tc-site-search input{width:100%;min-width:0;padding:2px 0;border:0;background:transparent;color:#fff;font:600 12px/1.2 system-ui,sans-serif;outline:0}.tc-site-search input[type=date]{color-scheme:dark}.tc-site-search input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.8}.tc-site-search__place{position:relative;flex:1;min-width:150px;padding:0 14px}.tc-site-search__place label{display:block;height:auto;padding:0;border:0}.tc-site-search__place .tc-site-search__input{width:100%}.tc-site-search>button{width:30px;height:30px;padding:0;border:0;background:transparent;color:#fff;font-size:22px;line-height:1;cursor:pointer}.tc-site-search__panel{top:43px;left:0;right:0;border:1px solid #555;border-radius:12px;background:#000;box-shadow:0 12px 30px rgba(0,0,0,.4)}.tc-site-search__panel button{color:#fff;background:#000}.tc-site-search__panel button:hover{background:#222}.tc-site-login{color:#fff!important;font:600 11px system-ui,sans-serif;text-decoration:none}.tc-site-header__menu a,.tc-site-header__dropdown summary{background:#000;color:#fff}.h5star{flex:0 0 auto}.tc-site-header__inner{gap:20px}@media(max-width:920px){.tc-site-header__inner{flex-wrap:wrap}.tc-site-search{order:3;flex:1 1 100%;max-width:none}.tc-site-login{margin-left:auto}}.tc-site-search label{font-size:0;min-width:92px;border-left-color:rgba(255,255,255,.28)}.tc-site-search label input{font-size:12px}.tc-site-search .tc-site-search__place label{font-size:0}.tc-site-search>label:nth-of-type(2):before{content:"-";position:absolute;margin-left:-16px;color:#fff}.tc-site-search>label{position:relative}.tc-site-search>label+label{border-left:1px solid rgba(255,255,255,.5)}.tc-site-search .tc-date-display{display:block}.tc-date-display{font-size:12px!important}.tc-site-search .tc-site-search__place{padding-right:14px}.tc-site-search>label:nth-of-type(3){min-width:92px}.tc-site-search{max-width:380px;min-width:320px}.tc-site-search .tc-site-search__place{min-width:112px}.tc-site-search>label{min-width:62px;padding:0 8px}.tc-site-search>label:nth-of-type(3){min-width:68px}.tc-site-search input{font-size:11px!important}.tc-site-search .tc-site-search__input{font-size:11px!important}.tc-site-search input,.tc-site-search .tc-site-search__input{font-size:12px!important}.tc-site-search>label+label{border-left:0}.tc-site-search>label:nth-of-type(1):before,.tc-site-search>label:nth-of-type(3):before{content:"|";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#fff;font:400 12px/1 system-ui,sans-serif}.tc-site-search>label:nth-of-type(2):before{content:"-";position:absolute;margin-left:-16px;color:#fff;font:400 12px/1 system-ui,sans-serif}.tc-site-header__inner{max-width:1440px;padding-left:0;padding-right:0}.h5star__logo img{width:108px;max-width:108px}.tc-search-divider{display:inline-flex;align-items:center;justify-content:center;flex:0 0 12px;height:18px;color:#fff;font:400 12px/1 system-ui,sans-serif}.tc-site-search>label:nth-of-type(1):before,.tc-site-search>label:nth-of-type(2):before,.tc-site-search>label:nth-of-type(3):before{content:none!important}.tc-search-dash{display:inline-flex;align-items:center;justify-content:center;flex:0 0 8px;color:#fff;font:400 12px/1 system-ui,sans-serif}.tc-site-search>label{border-left:0!important}
.h5star-header-search{position:relative;display:flex;align-items:center;gap:0;width:100%;max-width:380px;min-width:320px;height:42px;margin:0;padding:0 8px;box-sizing:border-box;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#000;color:#fff}.h5star-header-search input{box-sizing:border-box;width:100%;min-width:0;border:0;background:transparent;color:#fff;font:600 12px/1.2 system-ui,sans-serif;outline:0}.h5star-header-search input::placeholder{color:rgba(255,255,255,.78)}.h5star-header-search>button{width:30px;height:30px;flex:0 0 30px;padding:0;border:0;background:transparent;color:#fff;font-size:0;cursor:pointer}.h5star-header-search>button::after{content:'→';font-size:20px;line-height:1}.h5star-header-place,.h5star-header-date-range,.h5star-header-guests{position:relative;display:flex;align-items:center;height:30px;box-sizing:border-box}.h5star-header-place{flex:1;min-width:112px;padding:0 14px}.h5star-header-date-range{flex:0 0 112px;padding:0 8px;border-left:1px solid rgba(255,255,255,.5);cursor:pointer}.h5star-header-guests{flex:0 0 82px;padding:0 8px;border-left:1px solid rgba(255,255,255,.5);cursor:pointer}.h5star-header-place-icon,.h5star-header-date-icon,.h5star-header-guests-icon,.h5star-header-search span{display:none}.h5star-header-date-display,.h5star-header-guests-display{cursor:pointer!important}.h5star-header-date-panel,.h5star-header-guests-panel{position:absolute;z-index:30;top:calc(100% + 10px);display:none;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2);color:#111}.h5star-header-date-panel{left:0;width:340px;max-width:calc(100vw - 32px);padding:14px;box-sizing:border-box}.h5star-header-date-panel.is-open{display:flex}.h5star-header-calendar{width:100%;color:#111}.h5star-header-guests-panel{right:0;width:260px;padding:14px}.h5star-header-guests-panel.is-open{display:block}.h5star-header-guests-panel>div{display:grid;grid-template-columns:1fr 32px 28px 32px;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #eee}.h5star-header-guests-panel>div:last-child{border-bottom:0}.h5star-header-guests-panel button{width:30px;height:30px;border:1px solid #d5d9df;border-radius:50%;background:#fff;color:#111;font-size:18px;line-height:1;cursor:pointer}.h5star-header-guests-panel button:hover{background:#000;color:#fff}.h5star-header-guests-panel b{text-align:center}.h5star-header-suggestions{position:absolute;z-index:30;top:calc(100% + 10px);left:0;right:0;overflow:hidden;border:1px solid #555;border-radius:12px;background:#000;box-shadow:0 12px 30px rgba(0,0,0,.4)}.h5star-header-suggestions button{display:block;width:100%;padding:10px 12px;border:0;background:#000;color:#fff;text-align:left;cursor:pointer}.h5star-header-suggestions button:hover{background:#222}.h5star-header-calendar-head,.h5star-header-calendar-week,.h5star-header-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:4px}.h5star-header-calendar-head{grid-template-columns:35px 1fr 35px;margin-bottom:12px;text-align:center}.h5star-header-calendar-head button,.h5star-header-calendar-days button{border:0;border-radius:8px;padding:8px;background:#fff;color:#111;cursor:pointer}.h5star-header-calendar-head button:hover,.h5star-header-calendar-days button:hover,.h5star-header-calendar-days button.is-selected{background:#000;color:#fff}.h5star-header-calendar-week{margin-bottom:5px;color:#777;font-size:11px;text-align:center}.h5star-header-calendar-days button{min-height:36px;padding:0;font-size:13px;font-weight:600}.h5star-header-calendar-days button.is-disabled{color:#c5c9ce;background:#f8f9fa;cursor:not-allowed;opacity:.7}.h5star-header-calendar-head button{width:32px;height:32px;padding:0;border:1px solid #e5e7eb;background:#f8fafc;font-size:22px;line-height:1}.h5star-header-calendar-week span{padding:4px 0;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media(max-width:920px){.h5star-header-search{order:3;flex:1 1 100%;max-width:none}.h5star-header-place{min-width:0;flex:1}.h5star-header-date-range{flex-basis:105px}.h5star-header-guests{flex-basis:78px}}@media(max-width:520px){.h5star-header-search{min-width:0;height:auto;min-height:42px;flex-wrap:wrap;border-radius:16px;padding:6px}.h5star-header-place{flex:1 1 100%;height:30px}.h5star-header-date-range,.h5star-header-guests{flex:1}.h5star-header-date-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}}
.h5star-header-search .h5star-header-calendar-week span{display:block}
.h5star-header-place{flex:1 1 auto;min-width:100px}
.h5star-header-date-range{flex:0 0 142px;min-width:142px}
.h5star-header-guests{flex:0 0 92px;min-width:92px}
.h5star-header-date-display,.h5star-header-guests-display{white-space:nowrap;overflow:visible;text-overflow:clip;font-size:11px!important}
.h5star-header-date-range,.h5star-header-guests{border-left:0}
.h5star-header-date-range::before,.h5star-header-guests::before{content:'|';position:absolute;left:0;top:50%;height:14px;transform:translateY(-50%);color:rgba(255,255,255,.72);font:400 11px/14px system-ui,sans-serif}
.h5star-header-search>button::after{content:none}.h5star-header-search>button svg{display:block;width:20px;height:20px;color:#fff}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.h5star-header-search input{font-size:13px!important}.h5star-header-date-display,.h5star-header-guests-display{font-size:12px!important}
.tc-site-header{border-bottom:0!important}.h5star-header-actions{display:flex;align-items:center;gap:14px;margin-left:auto}.h5star-manage-bookings{display:inline-flex;align-items:center;justify-content:center;width:38px;min-width:38px;height:38px;min-height:38px;flex:0 0 38px;box-sizing:border-box;padding:0;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#6c737f;cursor:pointer;aspect-ratio:1/1}.h5star-manage-bookings:hover{background:#f3f4f6}.h5star-manage-bookings svg{display:block;width:20px;height:20px}
.tc-site-header{width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}
.tc-site-header__inner{width:min(1440px,100%);max-width:1440px!important;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-left:0!important;padding-right:0!important}.h5star-header-actions{margin-left:auto;margin-right:0;flex:0 0 auto}
.tc-site-header{overflow:visible}.h5star-header-actions{position:absolute;right:12px;top:50%;margin:0;transform:translateY(-50%);z-index:5}
.tc-site-login{font-size:13px!important}
@media(max-width:920px){.h5star-header-actions{position:static;margin-left:auto;transform:none}}
.h5star-header-search{max-width:440px}.h5star-header-place{flex:1 1 150px;min-width:150px;overflow:visible}.h5star-header-place input{min-width:125px;overflow:visible}.h5star-header-date-range{flex-basis:130px;min-width:130px}.h5star-header-guests{flex-basis:110px;min-width:110px;overflow:visible}.h5star-header-guests-display{display:block;flex:1 1 auto;width:100%;min-width:90px;overflow:visible;white-space:nowrap}
.h5star-header-place input{padding-left:0!important;padding-right:0!important}.h5star-header-date-range,.h5star-header-guests{padding-left:12px}.h5star-header-date-display,.h5star-header-guests-display{padding-left:0!important;padding-right:0!important;min-width:0!important}.h5star-header-date-range::before,.h5star-header-guests::before{left:0}
.h5star-header-suggestions:empty{display:none}
.tc-site-header__inner{position:relative}
@media(min-width:921px){.h5star-header-search{position:absolute;left:50%;transform:translateX(-50%);margin:0}}
@media(max-width:520px){.h5star-header-date-range,.h5star-header-guests{min-width:0;flex:1}}
@media(max-width:760px){.tc-site-header__inner{flex-wrap:wrap;gap:8px;min-width:0;padding:8px!important}.h5star{order:1;flex:1 1 auto;gap:0}.h5star__logo img{width:76px;max-width:76px}.h5star-header-actions{order:2;gap:8px;margin-left:auto;flex:0 0 auto}.h5star-manage-bookings{width:34px;min-width:34px;height:34px;min-height:34px;flex-basis:34px}.h5star-manage-bookings svg{width:18px;height:18px}.tc-site-login{font-size:12px!important;white-space:nowrap}.h5star-header-search{order:3;flex:1 1 100%!important;width:100%;min-width:0!important;max-width:none!important;height:40px;min-height:40px;flex-wrap:nowrap!important;padding:0 6px;border-radius:999px}.h5star-header-place{flex:1 1 auto!important;min-width:0!important;padding:0 8px}.h5star-header-date-range{flex:0 1 130px!important;min-width:0!important;flex-basis:130px!important;padding:0 8px}.h5star-header-guests{flex:0 1 100px!important;min-width:0!important;flex-basis:100px!important;padding:0 8px}.h5star-header-date-display,.h5star-header-guests-display{font-size:11px!important;white-space:nowrap;overflow:visible;text-overflow:clip}.h5star-header-search>button{width:28px;flex:0 0 28px}}
@media(max-width:760px){.tc-site-header__inner{flex-wrap:nowrap!important;gap:4px!important;padding:6px 5px!important}.h5star{order:1!important;flex:0 0 auto!important}.h5star__logo img{width:58px!important;max-width:58px!important}.h5star-header-search{order:2!important;flex:1 1 auto!important;width:auto!important;max-width:none!important;min-width:0!important;height:34px!important;min-height:34px!important;flex-wrap:nowrap!important;padding:0 3px!important}.h5star-header-place{flex:1 1 auto!important;min-width:0!important;padding:0 4px!important}.h5star-header-date-range{flex:0 1 76px!important;min-width:0!important;flex-basis:76px!important;padding:0 4px!important}.h5star-header-guests{flex:0 1 57px!important;min-width:0!important;flex-basis:57px!important;padding:0 3px!important}.h5star-header-date-display,.h5star-header-guests-display{font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}.h5star-header-search>button{width:22px!important;height:28px!important;flex:0 0 22px!important}.h5star-header-actions{order:3!important;gap:4px!important;margin-left:0!important;flex:0 0 auto!important}.h5star-manage-bookings{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;flex-basis:28px!important}.h5star-manage-bookings svg{width:15px!important;height:15px!important}.tc-site-login{font-size:10px!important;white-space:nowrap!important}}
@media(min-width:761px){.tc-site-header__inner{justify-content:space-between}.h5star-header-search{left:50%;width:fit-content;max-width:calc(100% - 320px);min-width:0;flex:0 0 auto;transform:translateX(-50%);justify-content:center;gap:0}.h5star-header-place{flex:0 0 auto;min-width:0;width:132px;padding-left:8px;padding-right:8px}.h5star-header-place input{width:100%;min-width:0}.h5star-header-date-range{flex:0 0 auto;width:112px;min-width:0;padding-left:8px;padding-right:8px}.h5star-header-guests{flex:0 0 auto;width:82px;min-width:0;padding-left:8px;padding-right:8px}.h5star-header-place input,.h5star-header-date-display,.h5star-header-guests-display{text-align:center}.h5star-header-date-display,.h5star-header-guests-display{white-space:nowrap;overflow:visible}}
@media(max-width:760px){.tc-site-header__inner{width:100%;max-width:none;box-sizing:border-box;flex-wrap:nowrap!important;gap:4px!important;padding:6px 5px!important}.h5star{flex:0 0 auto!important}.h5star__logo img{width:90px!important;max-width:90px!important}.h5star-header-search{flex:0 1 auto!important;width:fit-content!important;max-width:calc(100% - 134px)!important;min-width:0!important;height:34px!important;min-height:34px!important;flex-wrap:nowrap!important;gap:0!important;padding:0 3px!important;overflow:hidden!important}.h5star-header-place{flex:0 1 82px!important;width:82px!important;min-width:0!important;padding:0 4px!important}.h5star-header-place input{width:100%!important;min-width:0!important;text-align:center!important}.h5star-header-date-range{flex:0 1 108px!important;width:108px!important;min-width:0!important;flex-basis:108px!important;padding:0 4px!important}.h5star-header-guests{flex:0 1 84px!important;width:84px!important;min-width:0!important;flex-basis:84px!important;padding:0 3px!important}.h5star-header-date-display,.h5star-header-guests-display{display:block;width:100%;min-width:0!important;font-size:9px!important;text-align:center!important;white-space:nowrap!important;overflow:visible!important}.h5star-header-search>button{width:22px!important;height:28px!important;flex:0 0 22px!important}.h5star-header-actions{display:flex;align-items:center;gap:4px!important;margin-left:0!important;flex:0 0 auto!important}.h5star-manage-bookings{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;flex-basis:28px!important}.h5star-manage-bookings svg{width:15px!important;height:15px!important}.tc-site-login{font-size:10px!important;white-space:nowrap!important}}
.h5star-header-search{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.h5star-header-place,.h5star-header-date-range,.h5star-header-guests,.h5star-header-search input,.h5star-header-search input:focus,.h5star-header-place>input,.h5star-header-date-display,.h5star-header-guests-display{background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important}
@media(min-width:761px){.h5star-header-search{width:500px!important;max-width:calc(100% - 320px)!important}.h5star-header-place{width:180px!important;flex:0 0 180px!important}.h5star-header-date-range{width:150px!important;min-width:150px!important;flex:0 0 150px!important}.h5star-header-guests{width:110px!important;min-width:110px!important;flex:0 0 110px!important}.h5star-header-date-display,.h5star-header-guests-display{width:100%!important;min-width:0!important}}
@media(max-width:760px){.h5star-header-search{overflow:visible!important;z-index:60!important}.h5star-header-date-panel,.h5star-header-guests-panel,.h5star-header-suggestions{z-index:1000!important}}
