:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --soft:#f7f7f7;
  --soft2:#fafafa;
  --ink:#171717;
  --muted:#737373;
  --line:#e8e8e8;
  --line-dark:#d8d8d8;
  --accent:#111111;
  --ok:#2f6b4f;
  --warn:#9a6b28;
  --bad:#9c4444;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans","Yu Gothic",sans-serif;
  font-weight:400;-webkit-font-smoothing:antialiased;
}
button,input,select,textarea{font:inherit}
a{color:inherit}
.page{max-width:var(--max);margin:0 auto;padding-left:28px;padding-right:28px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}
.site-header nav{display:flex;gap:28px}
.site-header nav a{text-decoration:none;color:#8a8a8a;font-size:10px;letter-spacing:.15em}
.site-header nav a.active,.site-header nav a:hover{color:#111}
.hero{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding:84px 0 64px;border-bottom:1px solid var(--line)}
.kicker{margin:0 0 12px;color:#969696;font-size:9px;font-weight:600;letter-spacing:.18em}
.hero h1{margin:0;font-size:clamp(44px,7vw,92px);font-weight:300;letter-spacing:-.055em;line-height:.92}
.hero-copy{margin:22px 0 0;color:var(--muted);font-size:13px;line-height:1.8}
.hours{font-size:10px;letter-spacing:.14em;color:#8d8d8d}
.availability-section,.booking-section{padding:66px 0;border-bottom:1px solid var(--line)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.section-head h2{margin:0;font-size:28px;font-weight:400;letter-spacing:-.035em}
.card-flat{border:1px solid var(--line);background:#fff}
.calendar-nav{display:flex;align-items:center;gap:16px;font-size:12px;letter-spacing:.06em}
.calendar-nav button{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer}
.calendar-nav button:hover{background:var(--soft)}
.legend{display:flex;justify-content:flex-end;gap:20px;margin:-10px 0 16px;color:#888;font-size:10px}
.legend span{display:flex;align-items:center;gap:7px}
.dot{width:7px;height:7px;border-radius:50%;display:block;background:#ddd}
.dot.open{background:#97b8a6}.dot.partial{background:#d4b783}.dot.full{background:#c6a0a0}
.weekheads{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--line)}
.weekheads span{padding:13px 10px;text-align:center;color:#a1a1a1;font-size:9px;letter-spacing:.08em}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}
.cal-day{min-height:104px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:14px;cursor:pointer;transition:.15s;position:relative}
.cal-day:nth-child(7n){border-right:0}
.cal-day:hover:not(:disabled),.cal-day.selected{background:#f5f5f5}
.cal-day .num{font-size:13px}
.cal-day small{display:block;margin-top:30px;font-size:9px;color:#999;font-weight:500}
.cal-day.open small{color:var(--ok)}
.cal-day.partial small{color:var(--warn)}
.cal-day.full small{color:var(--bad)}
.cal-day.full{background:#fcfafa}
.cal-day.past{background:#fbfbfb;color:#c8c8c8;cursor:default}
.calendar-loading{grid-column:1/-1;padding:50px;text-align:center;color:#999;font-size:11px}
.calendar-note{margin:14px 0 0;color:#8a8a8a;font-size:10px;line-height:1.7}
.form-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}
.panel{border:1px solid var(--line);background:#fff;padding:30px}
.panel h3{margin:0 0 24px;font-size:16px;font-weight:500}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field-grid.spaced{margin-top:26px}
label{display:block;margin:0 0 18px;color:#555;font-size:10px;font-weight:500;letter-spacing:.02em}
label>span{color:#aa5050;margin-left:3px}
input,select,textarea{
  display:block;width:100%;margin-top:8px;padding:12px 0;border:0;border-bottom:1px solid var(--line-dark);
  border-radius:0;background:#fff;color:#111;outline:0;font-size:13px;
}
input:focus,select:focus,textarea:focus{border-color:#111}
textarea{resize:vertical;line-height:1.7}
.date-status{margin:2px 0 26px;padding:15px 16px;background:var(--soft2);font-size:10px;line-height:1.6}
.date-status b{display:block;font-size:11px;margin-bottom:3px}
.date-status span{color:#777}
.label-line{display:flex;justify-content:space-between;align-items:center;margin:0 0 10px;color:#555;font-size:10px}
.label-line small{color:#999}
.booking-types{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.type-card{margin:0}
.type-card input{position:absolute;opacity:0;pointer-events:none}
.type-card>span{display:block;min-height:92px;border:1px solid var(--line);padding:14px;cursor:pointer;transition:.15s}
.type-card>span:hover{border-color:#bdbdbd}
.type-card input:checked+span{border-color:#111;box-shadow:inset 0 0 0 1px #111}
.type-card b,.type-card small,.type-card em{display:block}
.type-card b{font-size:13px;color:#111;font-weight:500}
.type-card small{margin-top:5px;color:#888;font-size:9px;font-weight:400}
.type-card em{margin-top:13px;font-size:9px;font-style:normal;color:#888}
.type-card .state-free{color:var(--ok)}
.type-card .state-busy{color:var(--bad)}
.type-card.unavailable>span,.type-card.disabled>span{background:#fafafa;color:#aaa;cursor:not-allowed}
.hourly-panel{margin-top:12px;padding:18px;background:var(--soft2)}
.hourly-panel p{margin:0;color:#888;font-size:9px;line-height:1.6}
.price{margin-top:28px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:flex-end}
.price span{display:block;margin-bottom:5px;color:#888;font-size:9px;letter-spacing:.08em}
.price strong{font-size:32px;font-weight:300;letter-spacing:-.04em}
.price p{max-width:55%;margin:0;text-align:right;color:#858585;font-size:9px;line-height:1.7}
.small-note{margin:14px 0 0;color:#8d8d8d;font-size:9px;line-height:1.8}
.pay-title{margin-top:34px!important}
.payment-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.payment-card{margin:0}
.payment-card input{position:absolute;opacity:0}
.payment-card>span{display:block;border:1px solid var(--line);padding:13px;cursor:pointer}
.payment-card input:checked+span{border-color:#111}
.payment-card b,.payment-card small{display:block}
.payment-card b{color:#111;font-size:11px}
.payment-card small{margin-top:4px;color:#8a8a8a;font-size:9px;font-weight:400}
.agree{display:flex;align-items:flex-start;gap:9px;margin:25px 0 15px;font-weight:400;line-height:1.6}
.agree input{width:auto;margin:2px 0 0}
.agree span{color:#686868;font-size:9px}
.primary-button{width:100%;border:1px solid #111;background:#111;color:#fff;padding:14px 16px;cursor:pointer;font-size:10px;font-weight:600;letter-spacing:.08em}
.primary-button:hover{background:#333}
.secondary-button{display:inline-block;text-decoration:none;border:1px solid var(--line-dark);padding:12px 18px;font-size:10px}
.info-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0 70px}
.info-strip div{padding:8px 18px;border-right:1px solid var(--line)}
.info-strip div:first-child{padding-left:0}
.info-strip div:last-child{border-right:0}
.info-strip span,.info-strip b{display:block}
.info-strip span{color:#9a9a9a;font-size:8px;letter-spacing:.08em}
.info-strip b{margin-top:6px;font-size:11px;font-weight:500}
footer{border-top:1px solid var(--line)}
.footer-inner{display:flex;justify-content:space-between;gap:20px;padding-top:26px;padding-bottom:34px;color:#9a9a9a;font-size:9px}
.notice{padding:13px 15px;margin:20px 0;border:1px solid var(--line);font-size:11px}
.notice.success{border-color:#cbded1;background:#f7fbf8;color:#365d45}
.notice.error{border-color:#e4cccc;background:#fdf8f8;color:#7c4444}

/* Complete */
.complete-page{max-width:720px;padding-top:90px;padding-bottom:90px}
.complete-card{text-align:center}
.complete-mark{width:48px;height:48px;border:1px solid #111;border-radius:50%;display:grid;place-items:center;margin:0 auto 24px;font-size:18px}
.complete-card h1{margin:0 0 12px;font-size:30px;font-weight:400;letter-spacing:-.04em}
.reservation-code{color:#888;font-size:10px}
.summary{margin:30px 0;border-top:1px solid var(--line)}
.summary div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:10px}
.summary span{color:#888}.summary b{font-weight:500}

/* Admin */
.admin-body{background:#fff}
.admin-wrap{padding-top:52px;padding-bottom:90px}
.admin-title{margin:0;font-size:34px;font-weight:400;letter-spacing:-.04em}
.admin-table-panel{margin-bottom:22px}
.admin-columns{display:grid;grid-template-columns:360px 1fr;gap:22px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;font-size:10px}
th,td{text-align:left;padding:12px 9px;border-bottom:1px solid var(--line);vertical-align:top}
th{color:#929292;font-weight:500;white-space:nowrap}
td small{color:#999;line-height:1.6}
td select{margin:0;padding:5px 0;font-size:10px}
.block-list{margin-top:20px}
.block-list>div{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-top:1px solid var(--line);font-size:10px}
.block-list small{color:#999}
.text-button{border:0;background:none;text-decoration:underline;color:#888;cursor:pointer;font-size:9px}
.rate-editor{margin:26px 0}
.rate-editor h3{margin:22px 0 10px;font-size:11px;font-weight:500}
.rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.wide{margin-top:8px}

@media(max-width:820px){
  .page{padding-left:18px;padding-right:18px}
  .header-inner{height:62px}.brand{font-size:12px}.site-header nav{gap:14px}
  .hero{display:block;padding:52px 0 38px}.hours{margin-top:24px}
  .section-head{align-items:flex-start}.calendar-nav{margin-top:2px}
  .cal-day{min-height:72px;padding:8px}.cal-day small{margin-top:17px;font-size:7px}.cal-day .num{font-size:11px}
  .form-grid,.admin-columns{grid-template-columns:1fr}
  .panel{padding:20px}
  .field-grid,.rate-grid{grid-template-columns:1fr}
  .booking-types{grid-template-columns:1fr 1fr}
  .price{display:block}.price p{max-width:none;text-align:left;margin-top:12px}
  .info-strip{grid-template-columns:1fr 1fr}.info-strip div{border-bottom:1px solid var(--line);padding:14px 10px}.info-strip div:first-child{padding-left:10px}
  .footer-inner{display:block}.footer-inner span{display:block;margin-bottom:6px}
}
@media(max-width:520px){
  .legend{justify-content:flex-start;flex-wrap:wrap}
  .weekheads span{padding:9px 2px}
  .cal-day{min-height:62px;padding:6px}.cal-day small{margin-top:12px}
  .booking-types{grid-template-columns:1fr}
  .payment-choices{grid-template-columns:1fr}
}

/* v1.3 integrations */
.integration-box{margin:30px 0;padding:22px;border:1px solid var(--line);background:var(--soft2)}
.integration-box h3{margin:0 0 18px;font-size:14px;font-weight:500}
.integration-result{margin-left:10px;color:#777;font-size:9px}
.admin-help{margin:14px 0 0;color:#888;font-size:9px;line-height:1.8}


/* v1.4 calendar reservation times */
.cal-day{overflow:hidden}
.cal-day small{margin-top:16px}
.cal-times{display:flex;flex-direction:column;gap:2px;margin-top:7px}
.cal-times b{display:block;font-size:9px;line-height:1.25;font-weight:500;letter-spacing:-.01em;color:#555;white-space:nowrap}
.cal-day.partial .cal-times b{color:#7f653a}
.cal-day.full .cal-times b{color:#875353}
.cal-more{display:block;margin-top:3px;font-size:8px;color:#999}
@media(max-width:820px){
  .cal-day small{margin-top:8px}
  .cal-times{margin-top:4px;gap:1px}
  .cal-times b{font-size:7px}
  .cal-more{font-size:7px}
}
@media(max-width:520px){
  .cal-day small{margin-top:6px}
  .cal-times b{font-size:6.5px}
}


/* v1.5: calendar uses reservation times instead of ambiguous status labels */
.cal-day small.available-text{
  display:block;
  margin-top:28px;
  color:var(--ok);
  font-size:9px;
  font-weight:500;
}
.cal-day .cal-times{
  margin-top:25px;
}
.cal-day .cal-times b{
  font-size:9px;
  font-weight:500;
  line-height:1.35;
  color:#8a6230;
}
.cal-day.full .cal-times b{
  color:#8a6230;
}
@media(max-width:820px){
  .cal-day small.available-text{margin-top:15px;font-size:7px}
  .cal-day .cal-times{margin-top:13px}
  .cal-day .cal-times b{font-size:7px}
}
@media(max-width:520px){
  .cal-day small.available-text{margin-top:10px}
  .cal-day .cal-times{margin-top:8px}
  .cal-day .cal-times b{font-size:6.5px}
}


/* =========================================================
   v1.7 READABILITY UPDATE
   Keep the white/minimal design, increase text readability.
   ========================================================= */

body{
  font-size:15px;
}

.site-header nav a{
  font-size:12px;
}

.kicker{
  font-size:11px;
}

.hero-copy{
  font-size:15px;
}

.hours{
  font-size:12px;
}

.section-head h2{
  font-size:32px;
}

.calendar-nav{
  font-size:14px;
}

.weekheads span{
  font-size:11px;
}

.cal-day .num{
  font-size:15px;
}

.cal-day small.available-text{
  font-size:11px;
}

.cal-day .cal-times b{
  font-size:11px;
}

.cal-more{
  font-size:10px;
}

.calendar-note{
  font-size:12px;
}

label{
  font-size:12px;
}

.label-line{
  font-size:12px;
}

.label-line small{
  font-size:11px;
}

input,
select,
textarea{
  font-size:15px;
}

.date-status{
  font-size:12px;
}

.date-status b{
  font-size:13px;
}

.type-card b{
  font-size:15px;
}

.type-card small{
  font-size:11px;
}

.type-card em{
  font-size:11px;
}

.hourly-panel p{
  font-size:11px;
}

.price span{
  font-size:11px;
}

.price strong{
  font-size:36px;
}

.price p{
  font-size:11px;
}

.small-note{
  font-size:11px;
}

.payment-card b{
  font-size:13px;
}

.payment-card small{
  font-size:11px;
}

.agree span{
  font-size:11px;
}

.primary-button,
.secondary-button{
  font-size:12px;
}

.info-strip span{
  font-size:10px;
}

.info-strip b{
  font-size:13px;
}

.footer-inner{
  font-size:11px;
}

.notice{
  font-size:13px;
}

/* Complete page */
.reservation-code{
  font-size:12px;
}

.summary div{
  font-size:12px;
}

/* Admin */
table{
  font-size:12px;
}

th{
  font-size:11px;
}

td small{
  font-size:10px;
}

td select{
  font-size:12px;
}

.block-list>div{
  font-size:12px;
}

.text-button{
  font-size:11px;
}

.rate-editor h3{
  font-size:13px;
}

/* Mobile: keep compact, but not tiny */
@media(max-width:820px){
  .site-header nav a{font-size:11px}
  .kicker{font-size:10px}
  .hero-copy{font-size:14px}
  .calendar-nav{font-size:13px}
  .weekheads span{font-size:10px}
  .cal-day .num{font-size:13px}
  .cal-day small.available-text{font-size:9px}
  .cal-day .cal-times b{font-size:9px}
  .calendar-note{font-size:11px}
  label{font-size:11px}
  input,select,textarea{font-size:14px}
  .type-card b{font-size:14px}
  .type-card small,.type-card em{font-size:10px}
  .price strong{font-size:32px}
  .price p,.small-note{font-size:10px}
  table{font-size:11px}
}

@media(max-width:520px){
  .cal-day .num{font-size:12px}
  .cal-day small.available-text{font-size:8px}
  .cal-day .cal-times b{font-size:8px}
  .type-card b{font-size:13px}
}


/* =========================================================
   v1.8 TYPOGRAPHY UPDATE
   Slightly larger while preserving the minimal white UI.
   ========================================================= */

.reserve-title-link{
  color:inherit;
  text-decoration:none;
}

body{
  font-size:16px;
}

.brand{
  font-size:15px;
}

.site-header nav a{
  font-size:13px;
}

.kicker{
  font-size:12px;
}

.hero h1{
  font-size:clamp(48px,7vw,96px);
}

.hero-copy{
  font-size:16px;
}

.hours{
  font-size:13px;
}

.section-head h2{
  font-size:34px;
}

.calendar-nav{
  font-size:15px;
}

.weekheads span{
  font-size:12px;
}

.cal-day .num{
  font-size:16px;
}

.cal-day small.available-text{
  font-size:12px;
}

.cal-day .cal-times b{
  font-size:12px;
}

.cal-more{
  font-size:11px;
}

.calendar-note{
  font-size:13px;
}

label{
  font-size:13px;
}

.label-line{
  font-size:13px;
}

.label-line small{
  font-size:12px;
}

input,
select,
textarea{
  font-size:16px;
}

.date-status{
  font-size:13px;
}

.date-status b{
  font-size:14px;
}

.type-card b{
  font-size:16px;
}

.type-card small{
  font-size:12px;
}

.type-card em{
  font-size:12px;
}

.hourly-panel p{
  font-size:12px;
}

.price span{
  font-size:12px;
}

.price strong{
  font-size:38px;
}

.price p{
  font-size:12px;
}

.small-note{
  font-size:12px;
}

.payment-card b{
  font-size:14px;
}

.payment-card small{
  font-size:12px;
}

.agree span{
  font-size:12px;
}

.primary-button,
.secondary-button{
  font-size:13px;
}

.info-strip span{
  font-size:11px;
}

.info-strip b{
  font-size:14px;
}

.footer-inner{
  font-size:12px;
}

/* Admin readability */
table{
  font-size:13px;
}

th{
  font-size:12px;
}

td small{
  font-size:11px;
}

td select{
  font-size:13px;
}

.block-list>div{
  font-size:13px;
}

.text-button{
  font-size:12px;
}

.rate-editor h3{
  font-size:14px;
}

@media(max-width:820px){
  body{font-size:15px}
  .brand{font-size:13px}
  .site-header nav a{font-size:12px}
  .kicker{font-size:11px}
  .hero-copy{font-size:15px}
  .section-head h2{font-size:30px}
  .calendar-nav{font-size:14px}
  .weekheads span{font-size:11px}
  .cal-day .num{font-size:14px}
  .cal-day small.available-text{font-size:10px}
  .cal-day .cal-times b{font-size:10px}
  .calendar-note{font-size:12px}
  label{font-size:12px}
  input,select,textarea{font-size:15px}
  .type-card b{font-size:15px}
  .type-card small,.type-card em{font-size:11px}
  .price strong{font-size:34px}
  .price p,.small-note{font-size:11px}
  table{font-size:12px}
}

@media(max-width:520px){
  .cal-day .num{font-size:13px}
  .cal-day small.available-text{font-size:9px}
  .cal-day .cal-times b{font-size:9px}
}


/* v4: anonymized reservation initial in public calendar */
.cal-guest{
  display:inline;
  margin-left:3px;
  font-size:inherit;
  font-weight:700;
  color:#333;
  white-space:nowrap;
}
.cal-day.partial .cal-guest,
.cal-day.full .cal-guest{
  color:#5f4b30;
}


/* v7: compact calendar times + clearer pricing */
.info-strip b{
  line-height:1.65;
}
@media(max-width:820px){
  .cal-day .cal-times b{
    font-size:9px;
    letter-spacing:-.02em;
  }
  .cal-guest{
    margin-left:2px;
  }
  .info-strip span{
    font-size:10px;
  }
  .info-strip b{
    font-size:13px;
    line-height:1.7;
  }
}
@media(max-width:520px){
  .cal-day{
    padding:6px 5px;
  }
  .cal-day .cal-times b{
    font-size:8.5px;
    letter-spacing:-.035em;
  }
  .info-strip{
    grid-template-columns:1fr 1fr;
  }
  .info-strip div{
    min-height:145px;
    padding:16px 12px;
  }
  .info-strip span{
    font-size:10px;
    line-height:1.45;
  }
  .info-strip b{
    margin-top:9px;
    font-size:13px;
    line-height:1.75;
  }
}

/* full-site integration */
.site-header .brand{text-decoration:none}.site-header nav a{text-decoration:none}


/* 2026-09-13 admin photo manager */
.admin-photo-panel{margin-bottom:22px}
.photo-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.photo-admin-card{border:1px solid var(--line);padding:14px;background:#fff}
.photo-admin-preview{aspect-ratio:4/3;background:#f3f3f3;overflow:hidden;margin-bottom:12px}
.photo-admin-preview img{width:100%;height:100%;object-fit:cover}
.photo-admin-card h3{font-size:13px;margin:0 0 10px}
.photo-admin-card input[type="file"]{font-size:11px;margin:0 0 10px;padding:8px 0}
.photo-admin-card .secondary-button{width:100%;margin-bottom:8px}
@media(max-width:1000px){.photo-admin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){
  .photo-admin-grid{grid-template-columns:1fr}
  .site-header nav{gap:10px}
  .site-header nav a{font-size:9px}
  .site-header nav .nav-price{display:none}
}


/* CMS / separate admin pages */
.admin-nav{display:flex;gap:18px;align-items:center}
.admin-nav a{font-size:11px;color:#888}
.admin-nav a.active{color:#111;text-decoration:underline;text-underline-offset:4px}
.cms-panel,.gallery-admin-panel{margin-bottom:22px}
.cms-group{border-top:1px solid var(--line)}
.cms-group:last-of-type{border-bottom:1px solid var(--line)}
.cms-group summary{cursor:pointer;padding:16px 0;font-size:13px;font-weight:600}
.cms-group-body{padding:4px 0 12px}
.cms-group-body label{font-size:12px}
.cms-group-body input,.cms-group-body textarea{font-size:14px}
.gallery-upload-form{display:flex;gap:12px;align-items:end;margin:20px 0 26px}
.gallery-upload-form input[type=file]{margin:0;flex:1}
.gallery-admin-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.gallery-admin-card{border:1px solid var(--line);padding:8px}
.gallery-admin-card img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#f3f3f3}
.gallery-admin-card form{margin-top:7px;text-align:right}
.text-button.danger{color:#a33}
@media(max-width:1000px){.gallery-admin-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){
  .admin-nav{gap:10px}
  .admin-nav a{font-size:9px}
  .gallery-upload-form{display:block}
  .gallery-upload-form .primary-button{width:100%;margin-top:12px}
  .gallery-admin-grid{grid-template-columns:repeat(2,1fr)}
}


/* 2026-09-13 gallery uploader layout fix */
.gallery-upload-form{
  display:block !important;
  width:100%;
  margin:20px 0 26px;
}
.gallery-file-picker{
  display:block;
  width:100%;
  margin:0 0 14px;
  padding:18px;
  box-sizing:border-box;
  border:1px solid var(--line);
  background:#fafafa;
  cursor:pointer;
}
.gallery-file-button{
  display:inline-block;
  padding:11px 16px;
  margin:0 12px 0 0;
  background:#fff;
  border:1px solid #aaa;
  color:#111;
  font-size:12px;
  font-weight:600;
  letter-spacing:.02em;
}
.gallery-file-status{
  display:inline-block;
  color:#777;
  font-size:12px;
  line-height:1.6;
  vertical-align:middle;
}
.gallery-file-input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
.gallery-submit-button{
  display:block;
  width:100%;
  margin:0;
}
@media(max-width:640px){
  .gallery-file-picker{padding:14px}
  .gallery-file-button{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:0 0 10px;
    text-align:center;
  }
  .gallery-file-status{
    display:block;
    text-align:center;
  }
}

.photo-empty{width:100%;height:100%;display:grid;place-items:center;color:#999;font-size:11px;background:#f5f5f5}


/* v41 photo management groups */
.rental-photo-admin-panel{margin-top:22px}
.rental-photo-admin-panel h2{margin-bottom:6px}

.x-photo-admin-panel{margin-top:22px}
