html.tp11-overlay-open { overflow: hidden; }
.tp11-backdrop { position: fixed; inset: 0; z-index: 900; border: 0; opacity: 0; background: rgba(5,15,43,.68); transition: opacity .22s ease; }
.tp11-backdrop.is-visible { opacity: 1; }
.tp11-sheet { position: fixed; inset-inline: 0; inset-block-end: 0; z-index: 910; display: flex; width: min(100%, 520px); max-height: calc(100dvh - 24px); margin-inline: auto; flex-direction: column; padding: 6px 20px max(18px,env(safe-area-inset-bottom)); visibility: hidden; transform: translateY(105%); border-radius: 26px 26px 0 0; color: #0b1b4c; background: #fff; box-shadow: 0 -14px 45px rgba(4,17,53,.2); transition: transform .24s ease,visibility .24s ease; }
.tp11-sheet label,.tp11-sheet input,.tp11-sheet select { float: none!important; }
.tp11-sheet input,.tp11-sheet select { margin: 0!important; }
.tp11-sheet.is-open { visibility: visible; transform: translateY(0); }
.tp11-sheet__handle { flex: 0 0 auto; width: 48px; height: 5px; margin: 0 auto 8px; border-radius: 999px; background: #d9deea; }
.tp11-sheet__header { position: relative!important; inset: auto!important; display: grid; width: auto!important; min-height: 50px; flex: 0 0 auto; grid-template-columns: 48px minmax(0,1fr) 62px; align-items: center; margin: 0 0 10px; padding: 0!important; background: transparent!important; box-shadow: none!important; }
.tp11-sheet__header h2 { margin: 0; font: 700 23px/1.2 var(--tp-font-display); text-align: center; }
.tp11-sheet__header h2:focus { outline: none; }
.tp11-icon-button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #0b1b4c; background: transparent; font-size: 18px; cursor: pointer; }
.tp11-text-button { min-height: 44px; padding: 0 4px; border: 0; color: #1557d5; background: transparent; font-weight: 700; cursor: pointer; }
.tp11-search { position: relative; display: block; flex: 0 0 auto; margin-bottom: 14px; }
.tp11-search > i { position: absolute; inset-inline-start: 16px; top: 50%; translate: 0 -50%; color: #77849e; }
.tp11-search input { width: 100%; height: 48px; padding: 0 42px; border: 1px solid #dce3ef; border-radius: 14px; color: #0b1b4c; background: #f7f9fc; font: 500 15px/1 var(--tp-font-ui); }

/* Approved signed-in drawer proportions. */
@media (max-width:1023px) {
  .tp-drawer { width: min(73vw, 430px); padding: max(12px,env(safe-area-inset-top)) 14px max(18px,env(safe-area-inset-bottom)); }
  .tp-drawer__topbar { margin-bottom: 2px; }
  .tp-drawer__topbar .tp-icon-button { width: 40px; height: 40px; }
  .tp-drawer-profile { grid-template-columns: 50px minmax(0,1fr); gap: 10px; margin-bottom: 12px; }
  .tp-drawer-profile img { width: 50px; height: 50px; }
  .tp-drawer-profile strong { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
  .tp-drawer-profile small { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .tp-role-switch > span { margin-bottom: 5px; font-size: 11px; }
  .tp-role-switch > div { border-radius: 10px; }
  .tp-role-switch button { min-height: 36px; font-size: 12px; }
  .tp-drawer-nav { margin-top: 10px; }
  .tp-drawer-nav p { margin: 12px 0 4px; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
  .tp-drawer-nav a,.tp-drawer-nav button { min-height: 41px; grid-template-columns: 25px minmax(0,1fr) auto; gap: 7px; padding: 0 5px; font-size: 12px; }
  .tp-drawer-nav a i,.tp-drawer-nav button i { font-size: 16px; }
  .tp-drawer-nav a.is-active { width: calc(100% + 28px); margin-inline: -14px; padding-inline: 16px; }
  .tp-drawer-badge { min-width: 18px!important; height: 18px!important; padding-inline: 4px!important; font-size: 10px!important; }
}

/* Search filter and sort overlays. */
.tp11-filter-sheet { top: 178px; max-height: none; }
.tp11-filter-header { margin-bottom: 6px; }
.tp11-filter-scroll { min-height: 0; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding: 0 14px 20px 2px; scrollbar-gutter: stable; }
.tp11-filter-field,.tp11-filter-group { display: block; min-height: 0!important; float: none!important; margin: 0; padding: 5px 0; border: 0; border-bottom: 1px solid #e5e9f1; }
.tp11-filter-group { margin-top: 6px; }
.tp11-filter-field > span,.tp11-filter-group legend { display: block; width: 100%; margin: 0 0 6px; padding: 0; color: #0b1b4c; font: 700 13px/1.2 var(--tp-font-ui); }
.tp11-filter-field > div { position: relative; }
.tp11-filter-field i { position: absolute; inset-inline-start: 14px; top: 50%; translate: 0 -50%; color: #1557d5; }
.tp11-filter-field input { width: 100%; height: 40px; padding: 0 14px 0 40px; border: 1px solid #dce3ef; border-radius: 10px; color: #0b1b4c; background: #fff; font-size: 14px; }
.tp11-filter-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.tp11-filter-chips label,.tp11-rating-options label { display: inline-block; width: auto; margin: 0; }
.tp11-filter-chips input,.tp11-rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.tp11-filter-chips span,.tp11-rating-options span { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; gap: 8px; padding: 0 11px; border: 1px solid #dce3ef; border-radius: 999px; color: #43506a; background: #fff; font-size: 11px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.tp11-filter-chips input:checked + span,.tp11-rating-options input:checked + span { border-color: #1557d5; color: #1557d5; background: #eef4ff; box-shadow: inset 0 0 0 1px #1557d5; }
.tp11-filter-chips span > i { display: none; }
.tp11-filter-chips input:checked + span > i { display: inline-block; flex: 0 0 auto; }
.tp11-filter-collapsible { --tp11-chip-row-height:32px; }
.tp11-filter-collapsible .tp11-filter-chips { max-height:calc((var(--tp11-chip-row-height) * 3) + 12px); overflow:hidden; }
.tp11-filter-collapsible.is-expanded .tp11-filter-chips { max-height:none; overflow:visible; }
.tp11-filter-expand { display:inline-flex; align-items:center; gap:6px; min-height:30px; margin:7px 0 0; padding:0 2px; border:0; background:transparent; color:#1557d5; font:700 12px/1 var(--tp-font-ui); cursor:pointer; }
.tp11-filter-expand:hover { color:#0b3fa8; }
.tp11-filter-expand:focus-visible { outline:2px solid #1557d5; outline-offset:3px; border-radius:4px; }
.tp11-filter-expand i { font-size:10px; }
.tp11-range-values { display: flex; justify-content: space-between; margin-bottom: 3px; color: #1557d5; font-weight: 800; }
.tp11-dual-range { position: relative; height: 24px; }
.tp11-dual-range::before { position: absolute; inset: 12px 0 auto; height: 4px; border-radius: 99px; background: #dce3ef; content: ''; }
.tp11-dual-range input { position: absolute; inset: 0; width: 100%; height: 28px; margin: 0; pointer-events: none; appearance: none; background: transparent; }
.tp11-dual-range input::-webkit-slider-thumb { width: 20px; height: 20px; border: 3px solid #fff; border-radius: 50%; background: #1557d5; box-shadow: 0 0 0 1px #1557d5; pointer-events: auto; appearance: none; }
.tp11-check-row { display: flex; min-height: 34px; align-items: center; gap: 10px; font-size: 13px; }
.tp11-check-row input { width: 20px; height: 20px; accent-color: #1557d5; }
.tp11-rating-options { display: flex; gap: 8px; }
.tp11-rating-options i { color: #f6b91f; }
.tp11-rating-group { padding-block: 10px 8px; }
.tp11-rating-list { display: grid; gap: 10px; }
.tp11-rating-list label { display: flex; width: fit-content; align-items: center; gap: 12px; margin: 0; color: #26395f; font-size: 14px; line-height: 1.25; cursor: pointer; }
.tp11-rating-list input { width: 20px; height: 20px; flex: 0 0 20px; margin: 0!important; accent-color: #1557d5; cursor: pointer; }
.tp11-contact-verified { border-bottom: 1px solid #e5e9f1; padding-block: 9px 8px; }
.tp11-active-guides { padding-block: 9px 7px; }
.tp11-switch-row { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 14px; padding: 5px 0; }
.tp11-switch-row span { flex: 1; }
.tp11-switch-row strong,.tp11-switch-row small { display: block; }
.tp11-switch-row strong { font: 700 14px/1.25 var(--tp-font-display); }
.tp11-switch-row small { margin-top: 3px; color: #66738e; font-size: 12px; }
.tp11-switch-row input { position: absolute; opacity: 0; }
.tp11-switch-row > i { position: relative; width: 48px; height: 28px; flex: 0 0 auto; border-radius: 999px; background: #cfd6e3; transition: background .18s ease; }
.tp11-switch-row > i::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 4px rgba(4,17,53,.2); content: ''; transition: translate .18s ease; }
.tp11-switch-row input:checked + i { background: #1557d5; }
.tp11-switch-row input:checked + i::after { translate: 20px 0; }
.tp11-filter-actions { display: grid; flex: 0 0 auto; grid-template-columns: .7fr 1.3fr; gap: 10px; padding-top: 8px; border-top: 1px solid #e5e9f1; background: #fff; }
.tp11-filter-actions .tp-button { min-height: 46px; }
.tp-guide-controls button { position: relative; }
.tp-guide-controls button > b { display: grid; position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; place-items: center; border-radius: 999px; color: #fff; background: #ff5d45; font-size: 10px; }
.tp11-sort-sheet { height: 458px; max-height: 458px; }
.tp11-sort-sheet .tp11-sheet__header { grid-template-columns: minmax(0,1fr) 48px; }
.tp11-sort-sheet .tp11-sheet__header h2 { grid-column: 1; grid-row: 1; text-align: start; }
.tp11-sort-sheet .tp11-sheet__header .tp11-icon-button { grid-column: 2; grid-row: 1; }
.tp11-sort-sheet .tp11-sheet__header > span { display: none; }
.tp11-radio-list { margin-inline: -4px; }
.tp11-radio-list button { display: grid; width: 100%; min-height: 55px; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 10px; padding: 7px 6px; border: 0; border-bottom: 1px solid #e5e9f1; color: #0b1b4c; background: #fff; text-align: start; cursor: pointer; }
.tp11-radio-list button > span { grid-column: 2; }
.tp11-radio-list span,.tp11-radio-list strong,.tp11-radio-list small { display: block; }
.tp11-radio-list strong { font-size: 15px; }
.tp11-radio-list small { margin-top: 3px; color: #66738e; font-size: 11px; line-height: 1.35; }
.tp11-radio-list button > i { grid-column: 1; grid-row: 1; color: #a3aec1; font-size: 20px; }
.tp11-radio-list button.is-selected > i { color: #1557d5; }
.tp11-radio-list button:last-child { border-bottom: 0; }
.tp11-sort-note { margin: 0 -4px; padding: 14px 6px 0; border-top: 1px solid #bcc6d8; color: #66738e; font-size: 11px; line-height: 1.45; }

/* Profile language manager. */
.tp11-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.tp11-card-heading h3 { margin: 0; }
.tp11-card-heading p { margin: 5px 0 0; color: #66738e; }
.tp11-language-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.tp11-language-summary span { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid #dce3ef; border-radius: 12px; background: #f8faff; }
.tp11-language-summary small { color: #66738e; }
.tp11-language-summary b { color: #1557d5; font-size: 13px; }
.tp11-language-sheet { top: 124px; max-height: none; padding: 5px 18px max(16px,env(safe-area-inset-bottom)); }
.tp11-language-sheet .tp11-sheet__handle { width: 43px; height: 4px; margin-bottom: 7px; }
.tp11-language-sheet .tp11-sheet__header { min-height: 45px; grid-template-columns: 43px minmax(0,1fr) 56px; margin-bottom: 9px; }
.tp11-language-sheet .tp11-sheet__header h2 { font-size: 21px; }
.tp11-language-sheet .tp11-icon-button { width: 40px; height: 40px; font-size: 16px; }
.tp11-language-sheet .tp11-search { margin-bottom: 2px; }
.tp11-language-sheet .tp11-search > i { inset-inline-start: 14px; font-size: 14px; }
.tp11-language-sheet .tp11-search input { height: 43px; min-height: 43px; padding: 0 38px; border-radius: 13px; font-size: 14px; }
.tp11-sheet-scroll { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; padding-bottom: 16px; }
.tp11-language-sheet .tp11-sheet-scroll { padding-bottom: 14px; }
.tp11-language-selected h3,.tp11-language-add h3,.tp11-country-scroll h3 { margin: 12px 0 4px; font: 700 17px/1.2 var(--tp-font-display); }
.tp11-language-sheet :is(.tp11-language-selected,.tp11-language-add) h3 { margin: 4px 0 2px; font-size: 15px; }
.tp11-language-selected > p { margin: 0 0 10px; color: #66738e; font-size: 12px; }
.tp11-language-sheet .tp11-language-selected > p { margin-bottom: 4px; font-size: 11px; }
.tp11-language-row { display: grid; min-height: 45px; grid-template-columns: 25px minmax(63px,1fr) minmax(101px,.95fr) 29px; align-items: center; gap: 4px; border-bottom: 1px solid #e5e9f1; }
.tp11-language-row.is-dragging { opacity: .45; }
.tp11-language-row strong { min-width: 0; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.tp11-language-row button { display: grid; width: 29px; height: 36px; place-items: center; padding: 0; border: 0; color: #7c879d; background: transparent; font-size: 13px; cursor: pointer; }
.tp11-language-row select { width: 100%; height: 32px; padding: 0 5px; border: 1px solid #dce3ef; border-radius: 8px; color: #0b1b4c; background: #fff; font-size: 11px; }
.tp11-remove-language { color: #e05246!important; }
.tp11-language-preview-note { margin: 16px 0 0; color: #66738e; font-size: 11px; line-height: 1.45; text-align: center; }
.tp11-language-sheet .tp11-language-preview-note { margin-top: 14px; font-size: 10px; }
.tp11-language-add { padding-top: 8px; }
.tp11-language-sheet .tp11-language-add { padding-top: 2px; }
.tp11-language-add > div > button { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; padding: 0 8px; border: 0; border-bottom: 1px solid #e5e9f1; color: #0b1b4c; background: #fff; cursor: pointer; }
.tp11-language-sheet .tp11-language-add > div > button { min-height: 49px; padding-inline: 7px; font-size: 13px; }
.tp11-language-add button span { display: flex; align-items: center; gap: 12px; }
.tp11-language-sheet .tp11-language-add button span { gap: 11px; }
.tp11-language-add button span > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #1557d5; background: #eef4ff; }
.tp11-language-sheet .tp11-language-add button span > i { width: 31px; height: 31px; font-size: 13px; }
.tp11-sheet-actions { flex: 0 0 auto; padding-top: 12px; border-top: 1px solid #e5e9f1; background: #fff!important; }
.tp11-language-sheet .tp11-sheet-actions { margin: 0 -18px -16px; padding: 11px 18px max(16px,env(safe-area-inset-bottom)); }
.tp11-sheet-actions .tp-button { width: 100%; min-height: 52px; }
.tp11-language-sheet .tp11-sheet-actions .tp-button { min-height: 47px; font-size: 13px; }

/* Authoritative phone country-code selector. */
.tp11-country-sheet { top: 183px; max-height: none; padding-inline-end: 30px; }
.tp11-country-scroll { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; padding-inline-end: 4px; }
.tp11-country-scroll h3 { margin-top: 10px; }
.tp11-country-scroll h4 { margin: 10px 0 0; color: #7b879d; font-size: 11px; letter-spacing: .08em; }
.tp11-country-scroll button { display: grid; width: 100%; min-height: 52px; grid-template-columns: 30px minmax(0,1fr) 52px 22px; align-items: center; gap: 9px; padding: 0 2px; border: 0; border-bottom: 1px solid #edf0f5; color: #0b1b4c; background: #fff; text-align: start; cursor: pointer; }
.tp11-country-scroll button strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.tp11-country-scroll button small { color: #66738e; text-align: end; }
.tp11-country-scroll button > i { color: #1557d5; text-align: center; }
.tp11-country-scroll .iti-flag { box-shadow: 0 0 0 1px rgba(4,17,53,.12); }
.tp11-country-index { position: absolute; top: 150px; right: 4px; bottom: 16px; display: flex; width: 24px; flex-direction: column; align-items: center; justify-content: center; }
.tp11-country-index button { min-width: 20px; min-height: 19px; padding: 0; border: 0; color: #1557d5; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }

/* Immersive listing gallery. */
.tp11-gallery-trigger { position: relative; display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; cursor: zoom-in; text-align: start; }
.tp11-gallery-trigger[data-tp11-hero-gallery] { touch-action: pan-y; }
.tp11-gallery-trigger > b { position: absolute; right: 15px; bottom: 15px; display: inline-flex; min-height: 34px; align-items: center; gap: 6px; padding: 0 11px; border-radius: 999px; color: #0b1b4c; background: rgba(255,255,255,.94); font-size: 12px; box-shadow: 0 4px 14px rgba(4,17,53,.18); }
.tp11-gallery-pagination { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: flex!important; width: auto!important; align-items: center; justify-content: center; gap: 6px; padding: 7px 9px!important; border-radius: 999px; background: rgba(5,16,45,.42)!important; backdrop-filter: blur(7px); translate: -50% 0; pointer-events: none; }
.tp11-gallery-pagination i { display: block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 999px; background: rgba(255,255,255,.72); transition: width .2s ease,background-color .2s ease; }
.tp11-gallery-pagination i.is-active { width: 25px; flex-basis: 25px; background: #fff; }
.tp11-gallery-pagination--overlay { bottom: 18px; }
.tp11-gallery { position: fixed; inset: 0; z-index: 1000; display: grid; visibility: hidden; min-width: 0; max-width: 100%; grid-template-rows: 68px minmax(0,1fr) auto auto auto; overflow-x: hidden; padding: 0!important; opacity: 0; color: #fff; background: #071126; box-sizing: border-box; transition: opacity .2s ease,visibility .2s ease; }
.tp11-gallery:not(.is-open) { pointer-events: none; }
.tp11-gallery.is-open { visibility: visible; opacity: 1; transition: none; }
.tp11-gallery > header { position: relative!important; inset: auto!important; display: grid; width: auto!important; grid-template-columns: 96px 1fr 96px; align-items: center; padding: max(8px,env(safe-area-inset-top)) 14px 6px; color: #fff!important; background: transparent!important; box-shadow: none!important; }
.tp11-gallery > header > span { text-align: center; font-size: 13px; font-weight: 700; }
.tp11-gallery > header > div { display: flex; justify-content: flex-end; gap: 8px; }
.tp11-gallery-status { position: absolute; z-index: 4; top: 58px; left: 50%; max-width: calc(100% - 32px); padding: 7px 12px; border-radius: 999px; opacity: 0; color: #fff; background: rgba(9,24,57,.9); font-size: 12px; font-weight: 700; white-space: nowrap; pointer-events: none; translate: -50% -4px; transition: opacity .18s ease,translate .18s ease; }
.tp11-gallery-status.is-visible { opacity: 1; translate: -50% 0; }
.tp11-gallery-action,.tp11-gallery-nav { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; }
/* Keep gallery actions and the original-image close control the same size as save. */
.tp11-gallery .tp11-gallery-action,
.tp11-gallery [data-tp11-original-close] {
  box-sizing: border-box;
  width: var(--tp-saved-control-size);
  height: var(--tp-saved-control-size);
  flex: 0 0 var(--tp-saved-control-size);
  font-size: var(--tp-saved-heart-size);
  line-height: 1;
}
.tp11-gallery .tp11-gallery-action > i,
.tp11-gallery [data-tp11-original-close] > i { font-size: inherit; line-height: 1; }
.tp11-gallery [aria-pressed="true"] { color: #ff4d4f; background: rgba(255,77,79,.18); }
.tp11-gallery-stage { position: relative; display: grid; min-height: 0; place-items: center; overflow: hidden; background: #030712; }
.tp11-gallery-image-trigger { display:block; width:100%; height:100%; min-width:0; min-height:0; padding:0; border:0; background:#030712; cursor:zoom-in; touch-action:none; }
.tp11-gallery-trigger img,.tp11-gallery-image-trigger img { user-select:none; -webkit-user-drag:none; }
.tp11-gallery-image-trigger:focus-visible { outline:2px solid #fff; outline-offset:-2px; }
.tp11-gallery-image-trigger > img { display:block; width:100%; height:100%; max-height:100%; object-fit:contain; object-position:center; touch-action:none; }
.tp11-gallery-stage > .tpri-picture { display: block; width: 100%; height: 100%; max-height: 100%; }
.tp11-gallery-stage > img,
.tp11-gallery-stage > .tpri-picture > img { display: block; width: 100%; height: 100%; max-height: 100%; object-fit: contain; object-position: center; touch-action: pan-y; cursor: zoom-in; }
.tp11-gallery-nav { position: absolute; top: 50%; z-index: 2; translate: 0 -50%; background: rgba(4,12,32,.5); }
.tp11-gallery-nav--previous { left: 8px; }
.tp11-gallery-nav--next { right: 8px; }
.tp11-gallery-caption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 20px 12px; }
.tp11-gallery-caption__copy { min-width: 0; }
.tp11-gallery-caption h2 { margin: 0; color: #fff; font-size: 21px; overflow-wrap: anywhere; }
.tp11-gallery-caption p { margin: 5px 0 0; color: #c7cfdf; font-size: 13px; }
.tp11-gallery-caption p i { margin-right: 6px; }
.tp11-original-viewer { position: fixed; inset: 0; z-index: 12; display: grid; visibility: hidden; grid-template-rows: 64px minmax(0,1fr); opacity: 0; background: #030712; transition: opacity .18s ease,visibility .18s ease; }
.tp11-original-viewer:not(.is-open) { pointer-events: none; }
.tp11-original-viewer.is-open { visibility: visible; opacity: 1; transition: none; }
.tp11-original-viewer > header { position: relative!important; inset: auto!important; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: max(8px,env(safe-area-inset-top)) 16px 8px; color: #fff!important; background: rgba(3,7,18,.96)!important; box-shadow: 0 1px 0 rgba(255,255,255,.1)!important; box-sizing: border-box; }
.tp11-original-viewer > header span { overflow: hidden; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.tp11-original-viewer > header button { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); cursor: pointer; }
.tp11-original-viewer__viewport { min-width: 0; min-height: 0; overflow: auto; overscroll-behavior: contain; touch-action:none; cursor:grab; }
.tp11-original-viewer__viewport.is-dragging { cursor:grabbing; }
.tp11-original-viewer__viewport img { display: block; width: auto; height: auto; max-width: none; max-height: none; margin: 0 auto; background: #030712; user-select:none; -webkit-user-drag:none; }
.tp11-gallery-thumbnails { display: flex; gap: 9px; overflow-x: auto; padding: 0 20px 12px; }
.tp11-gallery-thumbnails button { width: 68px; height: 54px; flex: 0 0 68px; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #101c37; opacity: .6; cursor: pointer; }
.tp11-gallery-thumbnails button.is-selected { border-color: #fff; opacity: 1; }
.tp11-gallery-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.tp11-gallery-hint { display: flex; width: 100%; align-items: center; justify-content: center; gap: 7px; margin: 0; padding: 0 20px max(18px,env(safe-area-inset-bottom)); color: #9eabc2; font-size: 11px; text-align: center; box-sizing: border-box; }
.tp11-gallery-hint i { margin: 0; }

@media (min-width:600px) {
  .tp11-sheet { inset-block-end: 50%; max-height: min(86vh,820px); border-radius: 26px; transform: translateY(calc(50vh + 105%)); }
  .tp11-sheet.is-open { transform: translateY(50%); }
  .tp11-filter-sheet,.tp11-language-sheet,.tp11-country-sheet { top: auto; height: min(820px,86vh); }
  .tp11-sort-sheet { height: auto; }
  .tp11-gallery { inset: 24px; width: min(900px,calc(100% - 48px)); height: calc(100% - 48px); margin: auto; border-radius: 24px; overflow: hidden; box-shadow: 0 25px 80px rgba(0,0,0,.4); }
}

@media (max-width:599px) {
  .tp11-filter-collapsible { --tp11-chip-row-height:34px; }
  .tp11-filter-field > span,
  .tp11-filter-group legend { font-size: 14px; }
  .tp11-filter-chips span,
  .tp11-rating-options span { min-height: 34px; padding-inline: 12px; font-size: 12px; }
  .tp11-check-row { font-size: 14px; }
  .tp11-rating-list label { font-size: 15px; }
  .tp11-switch-row strong { font-size: 14px; }
  .tp11-radio-list button { min-height: 56px; }
  .tp11-radio-list strong { font-size: 16px; }
  .tp11-radio-list small,
  .tp11-sort-note { font-size: 12px; }

  .tp11-gallery { grid-template-rows: 140px minmax(0, 49.25vh) auto auto 1fr; }
  .tp11-gallery > header { padding: max(10px,env(safe-area-inset-top)) 17px 8px; }
  .tp11-gallery-stage > img,
  .tp11-gallery-stage > .tpri-picture > img,
  .tp11-gallery-image-trigger > img { object-fit: contain; object-position: center center; }
  .tp11-gallery-pagination--overlay { left:17px; bottom:16px; translate:0 0; }
  .tp11-gallery-caption { position:relative; margin: 16px 17px 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.035); }
  .tp11-gallery-caption h2 { font-size: 18px; line-height: 1.25; white-space: normal; }
  .tp11-gallery-thumbnails { gap: 8px; padding: 0 17px 12px; scrollbar-width:none; }
  .tp11-gallery-thumbnails::-webkit-scrollbar { display:none; }
  .tp11-gallery-thumbnails button { width: 98px; height: 111px; flex-basis: 98px; border-radius: 9px; }
  .tp11-gallery-hint { padding: 0 18px max(16px,env(safe-area-inset-bottom)); font-size: 12px; }
}
