:root {
  --ink: #183630;
  --paper: #f8f5ef;
  --mist: #ece8dd;
  --line: #d9d4c8;
  --coral: #df735b;
  --orange: #e8a85a;
  --green: #4f7568;
  --muted: #68736d;
  --serif: "DM Serif Display", "Noto Serif SC", serif;
  --sans: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.hero { min-height: 680px; position: relative; overflow: hidden; color: #fff9f0; background: radial-gradient(circle at 83% 38%, rgba(230, 170, 91, .6) 0 3%, transparent 3.2%), radial-gradient(circle at 78% 45%, rgba(219, 101, 79, .5) 0 15%, transparent 15.2%), linear-gradient(125deg, #0c2725 0%, #1b4539 45%, #2f6152 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(120deg, transparent 48%, #fff 49%, transparent 50%), linear-gradient(65deg, transparent 48%, #fff 49%, transparent 50%); background-size: 80px 80px; }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -180px; bottom: -290px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.06), 0 0 0 110px rgba(255,255,255,.04); }
.top-nav, .hero-copy, .hero-stamp { position: relative; z-index: 1; }
.top-nav { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 28px 0; display: flex; align-items: center; gap: 26px; font-size: 13px; }
.brand { font-family: var(--serif); font-size: 20px; text-decoration: none; letter-spacing: .08em; margin-right: auto; }
.brand span { color: var(--orange); }
.nav-link { color: rgba(255,255,255,.77); text-decoration: none; transition: color .2s; }
.nav-link:hover { color: #fff; }
.hero-copy { width: min(1180px, calc(100% - 48px)); margin: 112px auto 0; }
.eyebrow { margin: 0 0 8px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.hero .eyebrow { color: #f5c579; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(60px, 8vw, 108px); line-height: .9; font-weight: 400; letter-spacing: -.04em; }
h1 em { color: #f2bc6d; font-weight: 400; }
.hero-subtitle { max-width: 410px; color: rgba(255,255,255,.78); font-size: 17px; }
.hero-actions { display: none; }.hero-button { display: inline-flex; align-items: center; gap: 16px; padding: 13px 20px; border: 1px solid rgba(255,255,255,.45); text-decoration: none; font-size: 13px; transition: .2s; }
.hero-button:hover { background: #fff9f0; color: var(--ink); }
.hero-module-nav { display: none; }
.hero-stamp { position: absolute; right: max(8vw, 80px); bottom: 65px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.45); transform: rotate(-6deg); text-align: center; background: rgba(9, 42, 36, .25); backdrop-filter: blur(5px); }
.hero-stamp span, .hero-stamp small { display: block; font-size: 10px; letter-spacing: .14em; }
.hero-stamp strong { display: block; font-family: var(--serif); font-size: 27px; font-weight: 400; }

section { padding: 104px 0; }
.travel-module { padding-bottom: 24px; }
.flight-module { padding-top: 78px; }
.hotel-module { padding-top: 68px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 30px; }
.section-heading.compact { display: block; }
.section-heading > p { max-width: 310px; margin: 0; color: var(--muted); font-size: 13px; }
h2 { margin-bottom: 0; font-family: var(--serif); color: var(--ink); font-size: clamp(34px, 4vw, 49px); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
h3 { font-size: 19px; line-height: 1.35; }
.slide-heading { align-items: flex-end; margin-bottom: 20px; }
.slide-heading > p { text-align: right; }
.swipe-mark { color: var(--coral); font-size: 17px; }
.card-slider { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; padding: 3px 1px 16px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.card-slider::-webkit-scrollbar { height: 5px; }
.card-slider::-webkit-scrollbar-thumb { background: var(--line); }
.swipe-card { flex: 0 0 min(570px, calc(100vw - 120px)); min-height: 300px; position: relative; overflow: hidden; padding: 27px 29px; scroll-snap-align: start; color: #fffdf8; }
.swipe-card::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -95px; bottom: -115px; box-shadow: 0 0 0 30px rgba(255,255,255,.05); }
.flight-swipe-card { background: linear-gradient(125deg, #183d37, #4e7b6c); }
.return-flight { background: linear-gradient(125deg, #a85d4e, #ce8763); }
.swipe-card-top, .swipe-card-bottom { display: flex; justify-content: space-between; gap: 10px; position: relative; z-index: 1; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.flight-route { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 12px; align-items: stretch; margin: 58px 0 48px; position: relative; z-index: 1; }
.flight-route > div:not(.flight-line) { display: flex; flex-direction: column; align-items: flex-start; }
.flight-route > div:last-child { align-items: flex-end; text-align: right; }
.flight-route strong { display: block; font-family: var(--serif); font-size: 52px; font-weight: 400; line-height: .9; }
.flight-route small, .flight-route time { display: block; margin-top: 7px; font-size: 11px; }
.flight-route time { color: #f6d07f; font-family: var(--serif); font-size: 19px; }
.flight-line { align-self: center; height: 1px; position: relative; background: rgba(255,255,255,.65); }
.flight-line::before { content: ""; width: 8px; height: 8px; position: absolute; left: 0; top: -4px; border-radius: 50%; background: #f6d07f; }
.flight-line::after { content: ""; width: 8px; height: 8px; position: absolute; right: 0; top: -4px; border-radius: 50%; background: #f6d07f; }
.flight-line span { position: absolute; top: -27px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.72); font-size: 11px; white-space: nowrap; }
.flight-line i { position: absolute; top: -17px; left: 50%; transform: translateX(-50%) rotate(90deg); color: #fffdf8; font-style: normal; }
.hotel-swipe-card { min-height: 300px; display: flex; flex-direction: column; }
.kyoto-stay { background: linear-gradient(125deg, #d6a56c, #bd7056); }
.osaka-stay { background: linear-gradient(125deg, #273e65, #587c9a); }
.hotel-content { position: relative; z-index: 1; margin: auto 0 26px; }
.hotel-kicker { margin: 0 0 4px; color: rgba(255,255,255,.72); font-size: 12px; }
.hotel-content h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1.08; }
.hotel-content p:last-child { margin: 0; color: rgba(255,255,255,.8); font-size: 12px; }
.stay-times { display: grid; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.36); }
.stay-times > div { padding-top: 13px; }
.stay-times > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.36); }
.stay-times span, .stay-times small { display: block; color: rgba(255,255,255,.68); font-size: 10px; }
.stay-times strong { display: block; margin: 2px 0; font-family: var(--serif); font-size: 21px; font-weight: 400; }

.itinerary-section { border-top: 1px solid var(--line); }
.day-tabs { display: flex; gap: 8px; margin-bottom: 20px; overflow-x: auto; padding-bottom: 4px; }
.day-tab { flex: 0 0 auto; border: 1px solid var(--line); background: transparent; padding: 10px 15px; color: var(--muted); font-size: 13px; }
.day-tab.active { border-color: var(--ink); background: var(--ink); color: #fffdf8; }
.day-panel { background: #fffdf8; border: 1px solid var(--line); }
.day-header { display: grid; grid-template-columns: 150px 1fr auto; align-items: end; gap: 28px; padding: 34px 38px 29px; border-bottom: 1px solid var(--line); }
.day-number { color: var(--coral); font-family: var(--serif); font-size: 52px; line-height: .8; }
.day-title h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.day-title p { margin: 0; color: var(--muted); font-size: 13px; }
.day-status { padding: 5px 9px; background: #f8ead6; color: #9f5b27; font-size: 11px; font-weight: 700; white-space: nowrap; }
.day-body { padding: 14px 38px 34px; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; top: 18px; bottom: 18px; left: 92px; border-left: 1px dashed #c8c6bb; }
.timeline-item { display: grid; grid-template-columns: 75px 34px 1fr auto; gap: 12px; align-items: center; min-height: 60px; }
.timeline-time { color: var(--muted); font-family: var(--serif); font-size: 14px; text-align: right; }
.timeline-dot { width: 11px; height: 11px; position: relative; z-index: 1; border: 3px solid #fffdf8; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px var(--coral); }
.timeline-item.transport .timeline-dot { background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.timeline-main strong { display: block; font-size: 14px; }
.timeline-main span { display: block; color: var(--muted); font-size: 12px; }
.map-link { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #b9c5bc; border-radius: 50%; padding: 0; color: var(--green); background: #fffdf8; cursor: pointer; }
.map-link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.map-link:hover { border-color: var(--coral); color: var(--coral); }
.day-note { margin: 25px 0 0 121px; padding: 15px 17px; background: #f4efe4; color: #56625c; font-size: 12px; }

.shopping-section { padding-top: 72px; }
.shopping-slider { display: flex; gap: 16px; overflow-x: auto; padding: 2px 1px 17px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.shopping-slider::-webkit-scrollbar { height: 5px; }.shopping-slider::-webkit-scrollbar-thumb { background: var(--line); }
.shopping-slide { flex: 0 0 min(930px, calc(100vw - 70px)); padding: 26px; scroll-snap-align: start; border: 1px solid var(--line); background: #fffdf8; }
.kyoto-shopping-slide { border-top: 4px solid var(--green); }.osaka-shopping-slide { border-top: 4px solid var(--coral); }
.shopping-slide-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }.shopping-slide-head h3 { margin: 3px 0 0; color: var(--green); font-family: var(--serif); font-size: 34px; font-weight: 400; }.osaka-shopping-slide .shopping-slide-head h3 { color: var(--coral); }.shopping-slide-head > span { color: var(--muted); font-size: 11px; }
.shopping-slide-body { display: grid; grid-template-columns: minmax(320px, .82fr) 1fr; gap: 25px; align-items: start; }
.map-crop { display: block; height: 625px; overflow: hidden; border: 1px solid var(--line); background: #fff; line-height: 0; }
.map-crop img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.mall-list { padding: 2px 0; }.mall-list > p { margin: 0 0 10px; padding-bottom: 9px; border-bottom: 2px solid var(--coral); color: var(--muted); font-size: 11px; font-weight: 700; }
.mall-list details { border-bottom: 1px solid #e6e1d7; }.mall-list summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }.mall-list summary::-webkit-details-marker { display: none; }.mall-list summary span { color: var(--coral); font-size: 17px; font-weight: 400; }.mall-list details[open] summary span { transform: rotate(45deg); }.mall-list details div { padding: 0 0 11px; }.mall-list details p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.utility-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 16px; border-top: 1px solid var(--line); }
.utility-card { padding: 31px; border: 1px solid var(--line); background: #fffdf8; }
.meal-card { background: #f0eee6; }
.utility-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; margin-bottom: 21px; }
.utility-heading h2 { font-size: 36px; }
.progress { padding: 4px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; white-space: nowrap; }
.meal-actions { display: flex; align-items: center; gap: 8px; }.currency-switch { display: flex; overflow: hidden; border: 1px solid var(--line); }.currency-switch button { border: 0; padding: 5px 7px; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; white-space: nowrap; }.currency-switch button + button { border-left: 1px solid var(--line); }.currency-switch button.active { color: #fff; background: var(--green); }.add-meal { border: 0; padding: 7px 10px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 700; }.add-meal:hover { background: var(--coral); }
.todo-list { margin: 0 0 22px; padding: 0; list-style: none; }
.todo-item { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #e6e1d7; }
.todo-item label { flex: 1; cursor: pointer; font-size: 13px; }
.todo-item.completed label { color: #89928c; text-decoration: line-through; }
.todo-item input { accent-color: var(--green); }
.icon-button { border: 0; background: transparent; color: #b3aca0; font-size: 18px; line-height: 1; }
.icon-button:hover { color: var(--coral); }
.inline-form { display: flex; gap: 8px; }
.inline-form input { min-width: 0; flex: 1; padding: 10px 11px; border: 1px solid var(--line); background: #fff; outline-color: var(--green); font-size: 13px; }
.inline-form button, .submit-meal { border: 0; padding: 10px 14px; color: #fff; background: var(--ink); font-weight: 700; font-size: 12px; }
.form-tip { margin-top: -8px; color: var(--muted); font-size: 12px; }
.rate-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: -8px; margin-bottom: 14px; }
.rate-row .form-tip { margin: 0; }
.rate-control { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.rate-control input { width: 46px; padding: 3px 1px; border: 0; border-bottom: 1px solid var(--green); background: transparent; color: var(--ink); font-weight: 700; outline: none; text-align: center; }
.meal-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.meal-form label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.meal-form input, .meal-form textarea { width: 100%; padding: 8px 9px; border: 1px solid #d6d2c9; border-radius: 0; background: #fffdf8; color: var(--ink); outline-color: var(--green); font-size: 12px; font-weight: 400; resize: vertical; }
.meal-form .wide, .submit-meal { grid-column: 1 / -1; }
.meal-calculation-row { display: grid; grid-template-columns: 1fr .88fr 1.08fr; align-items: end; gap: 12px; }
.star-field { padding: 0; border: 0; margin: 0; }
.star-field legend { padding: 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; margin-top: 4px; }
.star-rating input { position: absolute; opacity: 0; }
.star-rating label { color: #c7c3bb; cursor: pointer; font-size: 25px; line-height: 1; transition: color .15s; }
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: var(--orange); }
.conversion-hint { margin: -3px 0 0; color: var(--green); font-size: 12px; }
.per-person-result { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 9px; min-height: 60px; padding: 9px 10px; border: 1px solid #d8d2c6; background: #fffdf8; }.per-person-result span { color: var(--muted); font-size: 11px; font-weight: 700; }.per-person-result strong { color: var(--coral); font-family: var(--serif); font-size: 20px; font-weight: 400; white-space: nowrap; }.per-person-result small { grid-column: 1 / -1; color: var(--green); font-size: 10px; }
.submit-meal { justify-self: start; margin-top: 2px; background: var(--coral); }
.meal-list { display: grid; gap: 8px; margin-top: 0; }
.empty-state { margin: 0; color: var(--muted); font-size: 12px; }
.meal-entry { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 12px 0; border-top: 1px solid #d9d4c8; }
.meal-entry h3 { margin: 0 0 2px; font-size: 14px; }
.meal-entry p { margin: 0; color: var(--muted); font-size: 11px; }
.meal-cost { color: var(--coral); font-family: var(--serif); font-size: 19px; white-space: nowrap; }
.meal-cny { display: block; color: var(--muted); font-family: var(--sans); font-size: 11px; font-weight: 700; text-align: right; }
.meal-dialog { width: min(600px, calc(100% - 36px)); border: 0; padding: 0; color: var(--ink); background: #f0eee6; box-shadow: 0 20px 80px rgba(16,42,35,.28); }.meal-dialog::backdrop { background: rgba(16,42,35,.5); }.meal-dialog .meal-form { padding: 28px; }.dialog-title { display: flex; justify-content: space-between; align-items: start; margin-bottom: 6px; }.dialog-title h2 { font-size: 34px; }
.map-dialog { width: min(920px, calc(100% - 36px)); max-height: min(760px, calc(100vh - 36px)); border: 0; padding: 0; color: var(--ink); background: #f0eee6; box-shadow: 0 20px 80px rgba(16,42,35,.28); }.map-dialog::backdrop { background: rgba(16,42,35,.5); }.map-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 24px 28px 18px; }.map-dialog-header h2 { margin: 3px 0 6px; font-family: var(--serif); font-size: 32px; font-weight: 400; }.map-dialog-header p:last-of-type { max-width: 710px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.map-dialog iframe { display: block; width: 100%; height: min(590px, 68vh); border: 0; background: #e5e3dc; }

footer { display: flex; justify-content: space-between; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 23px 0 34px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .12em; }
footer a { color: var(--ink); text-decoration: none; letter-spacing: 0; }

@media (max-width: 860px) {
  .hero { min-height: 620px; } .hero-copy { margin-top: 105px; } .hero-stamp { right: 25px; bottom: 45px; }
  .utility-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .shell, .top-nav, .hero-copy, footer { width: min(100% - 32px, 1180px); }
  .top-nav { display: flex; gap: 13px; padding-top: 18px; } .brand { display: block; margin-right: auto; font-size: 18px; } .nav-link { display: none; } .hero { min-height: 590px; }
  h1 { font-size: 59px; } .hero-copy { margin-top: 110px; } .hero-stamp { right: 24px; bottom: 35px; padding: 13px; }.hero-actions { display: block; margin-top: 24px; }.hero-module-nav { display: flex; align-items: center; justify-content: flex-start; gap: 12px; }.hero-module-nav a { color: rgba(255,255,255,.84); font-size: 10px; line-height: 1; text-decoration: none; white-space: nowrap; }.hero-module-nav a:hover { color: #f5c579; }
  section { padding: 68px 0; } .flight-module { padding-top: 54px; } .hotel-module { padding-top: 48px; } .section-heading { display: block; } .section-heading > p { margin-top: 13px; }
  .slide-heading > p { text-align: left; }
  .swipe-card { flex-basis: min(330px, calc(100vw - 95px)); min-height: 278px; padding: 21px 20px; } .flight-route { margin: 49px 0 41px; gap: 8px; } .flight-route strong { font-size: 40px; } .flight-route small { font-size: 9.5px; letter-spacing: -.03em; white-space: nowrap; } .hotel-content h3 { font-size: 30px; }
  .shopping-slider { gap: 0; padding: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }.shopping-slider::-webkit-scrollbar { display: none; }
  .shopping-slide { flex-basis: 100%; box-sizing: border-box; padding: 17px 14px 15px; scroll-snap-stop: always; }.shopping-slide-head { align-items: center; margin-bottom: 12px; }.shopping-slide-head h3 { font-size: 29px; }.shopping-slide-head > span { font-size: 10px; }
  .shopping-slide-body { grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: 11px; height: 350px; align-items: stretch; }.map-crop { height: auto; min-height: 0; border: 0; background: transparent; }.map-crop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .mall-list { min-width: 0; height: 100%; overflow-y: auto; overscroll-behavior: contain; padding: 0 2px 0 0; }.mall-list > p { margin-bottom: 3px; padding-bottom: 7px; font-size: 10px; }.mall-list summary { gap: 6px; padding: 9px 0; font-size: 11px; line-height: 1.25; }.mall-list summary span { flex: 0 0 auto; font-size: 15px; }.mall-list details div { padding-bottom: 8px; }.mall-list details p { font-size: 10px; line-height: 1.45; }
  .day-header { grid-template-columns: 70px 1fr; gap: 16px; padding: 25px 18px 20px; } .day-number { font-size: 39px; } .day-status { grid-column: 2; justify-self: start; }
  .day-body { padding: 10px 18px 22px; } .timeline::before { left: 68px; } .timeline-item { grid-template-columns: 55px 26px 1fr; gap: 8px; align-items: start; padding: 11px 0; } .timeline-time { padding-top: 1px; font-size: 12px; } .timeline-dot { margin-top: 5px; } .map-link { grid-column: 3; justify-self: start; } .day-note { margin-left: 81px; }
  .utility-card { padding: 23px 18px; } .meal-card .utility-heading { display: block; margin-bottom: 17px; }.meal-card .utility-heading h2 { font-size: 36px; white-space: nowrap; }.meal-card .eyebrow { margin-bottom: 8px; font-size: 11px; }.meal-actions { width: 100%; margin-top: 14px; justify-content: flex-start; gap: 6px; flex-wrap: nowrap; }.currency-switch { flex: 0 0 auto; overflow: visible; }.currency-switch button { flex: 0 0 auto; padding: 5px 6px; font-size: 10px; white-space: nowrap; }.meal-actions .progress { flex: 0 0 auto; padding: 5px 6px; font-size: 10px; white-space: nowrap; }.add-meal { flex: 0 0 auto; padding: 7px 9px; font-size: 11px; white-space: nowrap; }
  .meal-form { grid-template-columns: 1fr; } .meal-form .wide, .submit-meal { grid-column: auto; }.meal-calculation-row { grid-template-columns: minmax(0, 1fr) minmax(0, .78fr) minmax(0, 1fr); gap: 7px; }.meal-calculation-row .per-person-result { min-height: 58px; padding: 7px; }.meal-calculation-row .per-person-result span { font-size: 10px; }.meal-calculation-row .per-person-result strong { font-size: 17px; }.meal-calculation-row .per-person-result small { display: none; }.map-dialog-header { padding: 20px 19px 15px; }.map-dialog-header h2 { font-size: 27px; }.map-dialog iframe { height: 58vh; } footer { font-size: 10px; }
  .rate-row { align-items: flex-start; flex-direction: column; }
}
