:root{--tmb-brown:#6f3d1d;--tmb-gold:#b68a46;--tmb-cream:#f6f1e8;--tmb-ink:#2f2925;--tmb-line:#e6ddd1;--tmb-green:#24764a;--tmb-red:#ad3030;--tmb-yellow:#9a6a00}.tmb-app{max-width:980px;margin:32px auto;background:#fff;border:1px solid var(--tmb-line);border-radius:28px;box-shadow:0 20px 55px rgba(63,39,20,.12);overflow:hidden;color:var(--tmb-ink);font-family:system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif}.tmb-hero{padding:36px 40px;background:linear-gradient(135deg,#4d2a17,#83502d);color:#fff}.tmb-hero h2{margin:6px 0 8px;color:#fff;font-size:32px}.tmb-hero p{margin:0;opacity:.9}.tmb-eyebrow{font-size:12px;letter-spacing:.18em;color:#ecd6ad}.tmb-booking-form,.tmb-track-form{padding:34px 40px}.tmb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tmb-col-2{grid-column:span 2}.tmb-field label{display:block;font-weight:700;margin-bottom:7px}.tmb-field label span{color:#b42318}.tmb-field input,.tmb-field select,.tmb-field textarea{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #d8cec2;border-radius:12px;background:#fff;font-size:16px}.tmb-field small{display:block;margin-top:6px;color:#756c65}.tmb-consent{display:flex;gap:9px;align-items:flex-start;margin:20px 0}.tmb-primary{width:100%;padding:15px 22px;border:0;border-radius:14px;background:var(--tmb-brown);color:#fff;font-size:17px;font-weight:800;cursor:pointer}.tmb-primary:hover{background:#542d16}.tmb-notice{max-width:980px;margin:20px auto;padding:16px 20px;border-radius:14px;box-sizing:border-box}.tmb-success{background:#edf8f1;border:1px solid #a9d9bd;color:#195c37}.tmb-error{background:#fff0f0;border:1px solid #efb2b2;color:#8d2525}.tmb-legend{display:flex;flex-wrap:wrap;gap:16px;padding:18px 32px;background:var(--tmb-cream)}.tmb-legend span{display:flex;align-items:center;gap:7px}.tmb-legend i{width:12px;height:12px;border-radius:50%}.tmb-legend .ok{background:#2e8b57}.tmb-legend .low{background:#d39b23}.tmb-legend .full{background:#c84343}.tmb-legend .closed{background:#8a8a8a}.tmb-month{padding:26px 30px}.tmb-month h3{margin:0 0 15px}.tmb-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.tmb-day{min-height:92px;padding:9px;border-radius:12px;background:#f7faf8;border:1px solid #d9eadf;font-size:13px}.tmb-day.low{background:#fff9e9;border-color:#edd79c}.tmb-day.full{background:#fff0f0;border-color:#edb8b8}.tmb-day.closed{background:#f2f2f2;border-color:#ddd;color:#777}.tmb-day strong{display:block;font-size:15px;margin-bottom:5px}.tmb-day span{display:block}.tmb-loading{padding:35px;text-align:center}.tmb-track-result{margin:0 40px 36px;padding:22px;background:var(--tmb-cream);border-radius:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tmb-track-result div{display:flex;flex-direction:column;gap:4px}.tmb-track-result span{color:#70665f;font-size:13px}.tmb-status.approved{color:var(--tmb-green)}.tmb-status.pending{color:var(--tmb-yellow)}.tmb-status.cancelled,.tmb-status.rejected{color:var(--tmb-red)}@media(max-width:700px){.tmb-app{border-radius:18px}.tmb-hero,.tmb-booking-form,.tmb-track-form{padding:25px 20px}.tmb-grid,.tmb-track-result{grid-template-columns:1fr}.tmb-col-2{grid-column:span 1}.tmb-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tmb-track-result{margin:0 20px 24px}.tmb-hero h2{font-size:26px}}
.tmb-calendar-toolbar{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:12px;padding:22px 30px 10px}.tmb-calendar-toolbar h3{margin:0;text-align:center;font-size:24px;color:var(--tmb-brown)}.tmb-calendar-nav{width:44px;height:44px;border:1px solid var(--tmb-line);border-radius:12px;background:#fff;color:var(--tmb-brown);font-size:30px;line-height:1;cursor:pointer}.tmb-calendar-nav:hover{background:var(--tmb-cream)}.tmb-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:18px 30px 8px}.tmb-calendar-weekdays div{text-align:center;font-weight:800;color:#71655d}.tmb-full-month{padding:0 30px 30px}.tmb-full-month .tmb-day{min-height:108px}.tmb-day small{display:block;margin-top:5px;color:#756c65}.tmb-day.tmb-empty{background:transparent;border-color:transparent;box-shadow:none}@media(max-width:700px){.tmb-calendar-toolbar{padding:18px 16px 8px}.tmb-calendar-toolbar h3{font-size:20px}.tmb-calendar-weekdays{padding:14px 12px 6px;gap:4px}.tmb-calendar-grid.tmb-full-month{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;padding:0 12px 18px}.tmb-full-month .tmb-day{min-height:66px;padding:5px;font-size:10px;border-radius:8px}.tmb-full-month .tmb-day strong{font-size:13px}.tmb-full-month .tmb-day small{display:none}}
.tmb-price-box{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px 20px;border:1px solid #dfcfb9;border-radius:16px;background:#fffaf2}.tmb-price-box div{display:flex;flex-direction:column;gap:4px}.tmb-price-box span{font-size:13px;color:#756c65}.tmb-price-box strong{font-size:24px;color:var(--tmb-brown)}.tmb-price-box small{grid-column:1/-1;color:#756c65}.tmb-payment-info{padding:16px 18px;border-radius:14px;background:var(--tmb-cream);border:1px solid var(--tmb-line);line-height:1.8}.tmb-field input[type=file]{padding:11px;background:#faf8f4}@media(max-width:700px){.tmb-price-box{grid-template-columns:1fr}.tmb-price-box small{grid-column:auto}}
/* v1.4 simplified booking UI */
.tmb-app{font-family:inherit}
.tmb-form-app .tmb-hero{background:var(--tmb-primary,#7b2d26)}
.tmb-form-app .tmb-hero h2,.tmb-form-app .tmb-hero p,.tmb-form-app .tmb-eyebrow{font-family:inherit}
.tmb-form-app .tmb-primary{background:var(--tmb-primary,#7b2d26)}
.tmb-form-app .tmb-primary:hover{filter:brightness(.88)}
.tmb-line-box{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:20px;border-radius:18px;background:#f1fff4;border:1px solid #b9e5c2}
.tmb-line-box strong{font-size:18px;color:#165b2a}.tmb-line-box p{margin:5px 0 0;color:#526157}
.tmb-line-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;background:#06c755;color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap}
.tmb-line-button:hover{background:#05ae4a}.tmb-line-confirm{grid-column:1/-1;display:flex;gap:9px;align-items:center;font-weight:700}
.tmb-activity-box{padding:20px;border-radius:18px;background:#fff8e7;border:1px solid #ead29a}
.tmb-activity-box h3{margin:0 0 8px;color:var(--tmb-primary,#7b2d26)}.tmb-activity-box p{margin:0 0 14px;line-height:1.65}
.tmb-activity-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:10px}
.tmb-activity-options label{display:flex;gap:8px;align-items:flex-start;padding:12px;border-radius:12px;background:#fff;border:1px solid #ead8ad;font-weight:700}
.tmb-activity-options input{width:auto;margin-top:3px}
@media(max-width:700px){.tmb-line-box{grid-template-columns:1fr}.tmb-line-button{width:100%;box-sizing:border-box}.tmb-activity-options{grid-template-columns:1fr}}

/* v1.5.0 calendar: 3 statuses + organization names */
.tmb-calendar-app .tmb-hero{background:linear-gradient(135deg,var(--tmb-primary,#7b2d26),color-mix(in srgb,var(--tmb-primary,#7b2d26) 72%,#000))}
.tmb-calendar-app .tmb-legend .ok{background:#2e8b57}.tmb-calendar-app .tmb-legend .full{background:#c84343}.tmb-calendar-app .tmb-legend .closed{background:#777}.tmb-calendar-app .tmb-legend .low{display:none}
.tmb-full-month .tmb-day{font:inherit;text-align:left;width:100%;cursor:pointer;color:inherit;appearance:none}.tmb-day.available{background:#f1faf5;border-color:#a8d8bb}.tmb-day.available:hover{box-shadow:0 8px 20px rgba(36,118,74,.13);transform:translateY(-1px)}.tmb-day.full:hover,.tmb-day.closed:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}
.tmb-day .tmb-org-mini,.tmb-day .tmb-org-more{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px;color:#504842}.tmb-day .tmb-org-more{font-weight:700;color:var(--tmb-primary,#7b2d26)}
.tmb-calendar-detail{margin:0 30px 28px;padding:24px;background:#fff;border:1px solid var(--tmb-line);border-radius:18px;box-shadow:0 12px 30px rgba(63,39,20,.08)}.tmb-detail-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.tmb-detail-head span{font-size:13px;color:#756c65}.tmb-detail-head h3{margin:3px 0 0;color:var(--tmb-primary,#7b2d26);font-size:23px}.tmb-detail-status{padding:8px 14px;border-radius:999px;font-weight:800}.tmb-detail-status.available{background:#e7f5ec;color:#17633a}.tmb-detail-status.full{background:#fdeaea;color:#9a2929}.tmb-detail-status.closed{background:#eee;color:#666}.tmb-slot-list{display:grid;gap:12px}.tmb-slot-row{display:grid;grid-template-columns:190px 1fr;gap:18px;padding:15px;border-radius:14px;border:1px solid #e8dfd5}.tmb-slot-row.available{background:#fbfefc}.tmb-slot-row.full{background:#fff8f8}.tmb-slot-time{display:flex;flex-direction:column;gap:5px}.tmb-slot-time span{font-size:13px;font-weight:700;color:#24764a}.tmb-slot-row.full .tmb-slot-time span{color:#ad3030}.tmb-slot-orgs{display:grid;gap:6px}.tmb-slot-orgs>div{display:flex;justify-content:space-between;gap:15px;padding-bottom:6px;border-bottom:1px dashed #ddd}.tmb-slot-orgs>div:last-child{border-bottom:0;padding-bottom:0}.tmb-slot-orgs em{color:#777}.tmb-privacy-note{margin:0 30px 30px;padding:12px 15px;border-radius:12px;background:#f7f3ed;color:#6d625a;font-size:13px}
@media(max-width:700px){.tmb-calendar-detail{margin:0 12px 18px;padding:16px}.tmb-detail-head h3{font-size:19px}.tmb-slot-row{grid-template-columns:1fr;gap:10px}.tmb-privacy-note{margin:0 12px 18px}.tmb-full-month .tmb-day .tmb-org-mini,.tmb-full-month .tmb-day .tmb-org-more{display:none}.tmb-full-month .tmb-day span{font-size:9px;line-height:1.25}}


/* v1.6.0 compact premium month calendar */
.tmb-calendar-app{max-width:1060px}
.tmb-calendar-app .tmb-hero{padding:32px 38px}
.tmb-calendar-app .tmb-legend{justify-content:center;padding:12px 24px;font-size:12px;background:#fbf8f4;border-top:1px solid rgba(255,255,255,.08)}
.tmb-calendar-app .tmb-legend span{gap:6px;color:#6d625a}
.tmb-calendar-app .tmb-legend i{width:8px;height:8px}
.tmb-full-month{gap:7px}
.tmb-full-month .tmb-day{position:relative;min-height:92px;padding:9px 10px;border-radius:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}
.tmb-full-month .tmb-day strong{font-size:14px;font-weight:750;color:#433b36;margin:0}
.tmb-full-month .tmb-day .tmb-day-status{position:absolute;left:9px;right:9px;bottom:9px;display:inline-flex!important;width:max-content;max-width:calc(100% - 18px);align-items:center;padding:3px 7px;border-radius:999px;font-size:10px;line-height:1.15;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tmb-full-month .tmb-day.available .tmb-day-status{background:#dff3e7;color:#17633a}
.tmb-full-month .tmb-day.full .tmb-day-status{background:#f9dede;color:#922b2b}
.tmb-full-month .tmb-day.closed .tmb-day-status{background:#e7e7e7;color:#666}
.tmb-full-month .tmb-day.available{background:#fbfefc;border-color:#cce7d6}
.tmb-full-month .tmb-day.full{background:#fffafa;border-color:#efd0d0}
.tmb-full-month .tmb-day.closed{background:#f7f7f7;border-color:#e2e2e2}
.tmb-full-month .tmb-day:hover{transform:translateY(-2px)}
.tmb-calendar-detail{animation:tmbDetailIn .22s ease}
@keyframes tmbDetailIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(max-width:700px){
  .tmb-calendar-app .tmb-hero{padding:24px 20px}
  .tmb-calendar-app .tmb-legend{padding:10px 12px;gap:10px;font-size:10px}
  .tmb-calendar-weekdays{font-size:11px}
  .tmb-calendar-grid.tmb-full-month{gap:3px}
  .tmb-full-month .tmb-day{min-height:58px;padding:5px;border-radius:8px}
  .tmb-full-month .tmb-day strong{font-size:11px}
  .tmb-full-month .tmb-day .tmb-day-status{left:4px;right:4px;bottom:4px;max-width:calc(100% - 8px);padding:2px 4px;font-size:7px;letter-spacing:-.01em}
}

/* v1.6.1 single-page booking */
.tmb-single-page{max-width:1100px}.tmb-single-page .tmb-booking-form{padding:28px;background:#f8f5f1}.tmb-rate-panel{padding:26px 30px;background:#fff;border-bottom:1px solid var(--tmb-line)}.tmb-rate-panel h3{margin:0 0 15px;color:var(--tmb-primary)}.tmb-rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.tmb-rate-grid>div{display:flex;justify-content:space-between;gap:12px;padding:13px 15px;border-radius:12px;background:#fbf8f4;border:1px solid #eadfd4}.tmb-rate-grid strong{color:var(--tmb-primary)}
.tmb-booking-step{margin:0 0 22px;padding:24px;background:#fff;border:1px solid #e8ded5;border-radius:20px;box-shadow:0 8px 24px rgba(71,48,28,.06)}.tmb-step-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}.tmb-step-head>span{display:flex;align-items:center;justify-content:center;flex:0 0 38px;height:38px;border-radius:50%;background:var(--tmb-primary);color:#fff;font-weight:800}.tmb-step-head h3{margin:0;color:#3e342d;font-size:22px}.tmb-step-head p{margin:4px 0 0;color:#766b64}
.tmb-visitor-types{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tmb-type-card{display:block;cursor:pointer}.tmb-type-card input{position:absolute;opacity:0;pointer-events:none}.tmb-type-card>span{display:flex;flex-direction:column;gap:5px;min-height:76px;padding:16px;border:2px solid #e8ded5;border-radius:15px;background:#fff;transition:.18s}.tmb-type-card small{color:#74685f}.tmb-type-card:hover>span,.tmb-type-card.selected>span{border-color:var(--tmb-primary);background:#fff9f5;box-shadow:0 7px 20px rgba(123,45,38,.1)}.tmb-type-card.selected>span:after{content:'เลือกแล้ว';margin-top:3px;color:var(--tmb-primary);font-size:12px;font-weight:800}
.tmb-calendar-legend{display:flex;justify-content:center;gap:18px;margin:0 0 12px;font-size:13px}.tmb-calendar-legend span{display:flex;align-items:center;gap:6px}.tmb-calendar-legend i{width:9px;height:9px;border-radius:50%}.tmb-calendar-legend .available{background:#2e8b57}.tmb-calendar-legend .full{background:#c84343}.tmb-calendar-legend .closed{background:#888}.tmb-selected-slot{margin-top:15px;padding:16px 18px;border-radius:14px;background:#eaf7ef;border:1px solid #b7dfc4}.tmb-selected-slot span,.tmb-selected-slot small{display:block;color:#5d6d62}.tmb-selected-slot strong{display:block;margin:3px 0;font-size:18px;color:#17633a}.tmb-slot-row{grid-template-columns:170px 1fr auto;align-items:center}.tmb-slot-select{padding:10px 15px;border:0;border-radius:10px;background:var(--tmb-primary);color:#fff;font-weight:800;cursor:pointer}.tmb-slot-select[disabled]{background:#bbb;cursor:not-allowed}.tmb-slot-select.selected{outline:3px solid rgba(123,45,38,.2)}
.tmb-live-summary{margin-top:16px}.tmb-final-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.tmb-final-summary>div{padding:13px 15px;border-radius:12px;background:#faf7f3;border:1px solid #eadfd6}.tmb-final-summary span{display:block;color:#776c64;font-size:12px}.tmb-final-summary strong{display:block;margin-top:3px;color:#3d342f}.tmb-refund-note{margin:14px 0 0;padding:12px 14px;border-radius:12px;background:#fff4e5;color:#7a5222;font-size:13px}.tmb-success-card{text-align:center;padding:30px;background:#f1fbf5;border-bottom:1px solid #cce7d6}.tmb-success-card h3{margin:8px 0}.tmb-success-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#1f8d4d;color:#fff;font-size:30px}.tmb-booking-code{display:inline-block;padding:10px 18px;border-radius:10px;background:#fff;border:1px dashed #6db989;font-size:25px;letter-spacing:.04em}.tmb-line-qr{margin:18px auto 12px;width:250px;padding:5px;background:#fff;border-radius:12px}.tmb-line-qr img{display:block;max-width:100%;height:auto}
@media(max-width:760px){.tmb-single-page .tmb-booking-form,.tmb-rate-panel{padding:18px 14px}.tmb-rate-grid,.tmb-visitor-types,.tmb-final-summary{grid-template-columns:1fr}.tmb-booking-step{padding:18px 14px}.tmb-step-head h3{font-size:19px}.tmb-slot-row{grid-template-columns:1fr}.tmb-slot-select{width:100%}}

/* v1.7.3 simplified booking summary and success-only screen */
.tmb-final-summary{display:block;margin:0 0 16px;border-top:1px solid #eadfd6;border-bottom:1px solid #eadfd6}
.tmb-final-summary>p{margin:0;padding:14px 0;color:#776c64}
.tmb-final-summary .tmb-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:11px 2px;border-bottom:1px solid #eee6df;background:transparent}
.tmb-final-summary .tmb-summary-row:last-child{border-bottom:0}
.tmb-final-summary .tmb-summary-row span{font-size:14px;color:#776c64}
.tmb-final-summary .tmb-summary-row strong{margin:0;text-align:right;color:#3d342f}
.tmb-final-summary .tmb-summary-row strong small{display:block;margin-top:3px;font-weight:400;color:#8a6b49}
.tmb-final-summary .tmb-summary-total strong{font-size:20px;color:var(--tmb-primary)}
.tmb-success-only{max-width:680px;margin:30px auto;border:1px solid #d4eadc;border-radius:20px;padding:38px 28px;background:#fff;box-shadow:0 12px 35px rgba(44,34,27,.08)}
.tmb-success-only h2{margin:12px 0 4px;font-size:30px;color:#2d3b32}
.tmb-success-subtitle{margin:0 0 22px;color:#6f786f}
.tmb-code-wrap{max-width:430px;margin:0 auto 18px;padding:18px;border-radius:16px;background:#f5fbf7;border:1px solid #d7eadf}
.tmb-code-wrap>span{display:block;margin-bottom:8px;color:#67746b;font-size:13px}
.tmb-copy-code{display:block;margin:12px auto 0;padding:9px 14px;border:1px solid var(--tmb-primary);border-radius:9px;background:#fff;color:var(--tmb-primary);font-weight:700;cursor:pointer}
.tmb-copy-code.copied{background:#e8f7ed}
.tmb-success-note{max-width:520px;margin:16px auto;padding:14px 16px;border-radius:12px;background:#fff8e9;color:#72511f;line-height:1.65}
.tmb-success-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:18px}
.tmb-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #c9bdb3;border-radius:10px;background:#fff;color:#4b413a;text-decoration:none;font-weight:700}
@media(max-width:760px){.tmb-success-only{margin:14px;padding:28px 16px}.tmb-final-summary .tmb-summary-row{gap:12px}.tmb-success-actions>a{width:100%}}

/* v1.7.4 mobile slot confirmation, contextual contact fields, plain-text step 5 */
.tmb-selected-slot{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:14px 16px;border-radius:12px;background:#eaf7ef;border:1px solid #b7dfc4;box-shadow:none}
.tmb-selected-slot[hidden]{display:none!important}.tmb-selected-check{display:flex!important;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#21864b;color:#fff!important;font-size:20px;font-weight:900}.tmb-selected-slot>div>span,.tmb-selected-slot>div>small{display:block;color:#55705d}.tmb-selected-slot>div>strong{display:block;margin:2px 0;color:#17633a;font-size:17px}
.tmb-final-summary-text{margin:0;padding:0;border:0}.tmb-final-summary-text p{margin:0 0 8px;padding:0;border:0;background:none;color:#4b413a;line-height:1.55}.tmb-final-summary-text p:last-child{margin-bottom:0}.tmb-final-summary-text small{color:#7a6655}.tmb-payment-text,.tmb-refund-text{margin:14px 0 0;padding:0;background:none;border:0;border-radius:0;color:#4b413a;line-height:1.65}.tmb-refund-text{color:#6e532e}
@media(max-width:760px){
  .tmb-selected-slot-mobile.is-visible{position:sticky;top:8px;z-index:25;margin:0 0 14px;padding:12px 13px;box-shadow:0 8px 22px rgba(29,91,52,.18)}
  .tmb-selected-slot>div>strong{font-size:15px;line-height:1.35}
  .tmb-slot-select.selected{background:#1f8d4d;outline:3px solid rgba(31,141,77,.18)}
}


/* v1.7.7 compact booking UI, free-admission note and payment guidance */
.tmb-single-page .tmb-hero{padding:28px 34px}
.tmb-single-page .tmb-hero h2{font-size:29px;margin-bottom:2px}
.tmb-single-page .tmb-booking-form{padding:22px}
.tmb-booking-step{margin-bottom:15px;padding:18px;border-radius:15px;box-shadow:0 5px 16px rgba(71,48,28,.045)}
.tmb-step-head{gap:10px;margin-bottom:13px;align-items:center}
.tmb-step-head>span{flex:0 0 31px;width:31px;height:31px;background:#f4ece6;color:inherit;font-size:17px}
.tmb-step-head h3{font-size:19px}
.tmb-step-head p{font-size:13px;margin-top:2px}
.tmb-visitor-types{gap:8px}
.tmb-type-card>span{min-height:58px;padding:11px 12px;border-width:1px;border-radius:11px;gap:3px}
.tmb-type-card>span strong{font-size:14px;line-height:1.3}
.tmb-type-card small{font-size:12px}
.tmb-type-card.selected>span:after{font-size:11px}
.tmb-free-admission{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:#edf8f1;border:1px solid #b8dfc7;color:#17633a;font-size:13px;font-weight:750;line-height:1.45}
.tmb-field input,.tmb-field select,.tmb-field textarea{padding:10px 12px;border-radius:10px}
.tmb-grid{gap:12px}
.tmb-price-box{padding:13px 15px;border-radius:12px;gap:10px}
.tmb-price-box strong{font-size:20px}
.tmb-activity-box{padding:15px;border-radius:13px}
.tmb-activity-options label{padding:9px 10px}
.tmb-line-payment-note{margin:10px 0 0;padding:11px 13px;border-radius:10px;background:#eaf7ef;border:1px solid #b7dfc4;color:#17633a;font-weight:700;line-height:1.55}
.tmb-refund-text{margin-top:10px!important;padding:12px 14px!important;border:1px solid #efb36a!important;border-radius:10px!important;background:#fff4df!important;color:#8a3b12!important;font-weight:700}
@media(max-width:760px){
  .tmb-app{margin:10px auto;border-radius:14px}
  .tmb-single-page .tmb-hero{padding:18px 15px}
  .tmb-single-page .tmb-hero h2{font-size:22px;line-height:1.3}
  .tmb-single-page .tmb-booking-form{padding:10px;background:#f8f5f1}
  .tmb-booking-step{margin-bottom:9px;padding:12px 10px;border-radius:12px}
  .tmb-step-head{margin-bottom:9px;gap:8px}
  .tmb-step-head>span{flex-basis:27px;width:27px;height:27px;font-size:15px}
  .tmb-step-head h3{font-size:17px;line-height:1.3}
  .tmb-step-head p{font-size:12px;line-height:1.4}
  .tmb-visitor-types{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .tmb-type-card>span{min-height:48px;padding:8px 9px;border-radius:9px}
  .tmb-type-card>span strong{font-size:12.5px}
  .tmb-type-card small{font-size:11px}
  .tmb-type-card.selected>span:after{font-size:10px}
  .tmb-free-admission{margin-top:8px;padding:8px 9px;font-size:12px}
  .tmb-grid{gap:9px}
  .tmb-field label{margin-bottom:5px;font-size:13px}
  .tmb-field input,.tmb-field select,.tmb-field textarea{padding:9px 10px;font-size:15px}
  .tmb-price-box{margin-top:10px;padding:10px 11px}
  .tmb-price-box strong{font-size:17px}
  .tmb-activity-box{padding:11px}
  .tmb-activity-box h3{font-size:16px}
  .tmb-activity-box p{font-size:12px;margin-bottom:9px}
  .tmb-activity-options{gap:6px}
  .tmb-activity-options label{padding:8px;font-size:13px}
  .tmb-payment-text,.tmb-line-payment-note,.tmb-refund-text{font-size:13px;line-height:1.55}
  .tmb-primary{padding:12px 16px;font-size:15px;border-radius:11px}
}


/* v1.7.8 numbered steps, selectable free-admission type and consistent mobile typography */
.tmb-step-head>span{background:var(--tmb-primary);color:#fff;font-weight:800}
@media(max-width:760px){
  .tmb-booking-form{font-size:14px;line-height:1.45}
  .tmb-step-head h3{font-size:17px}
  .tmb-step-head p,.tmb-field label,.tmb-field input,.tmb-field select,.tmb-field textarea,
  .tmb-type-card>span strong,.tmb-type-card small,.tmb-activity-options label,
  .tmb-payment-text,.tmb-line-payment-note,.tmb-refund-text,.tmb-consent{font-size:14px}
  .tmb-type-card>span{justify-content:center;min-height:58px}
  .tmb-type-card>span strong,.tmb-type-card small{line-height:1.35}
  .tmb-type-card.selected>span:after{font-size:12px}
}
