/* ==========================================================================
   Catalogue — direction A (2026-09-17). Templates:
   templates_v2/core/lawyer_list.html, templates_v2/core/directory/_lawyer_card.html.
   Every rule is under .ui2 .ct; tokens and components come from ui-kit.css.
   No :root block (extra_css renders after style.css and would win site-wide).

   Layout: ≥1068px a 240px facet column beside hairline rows; below that the
   facet panel is a bottom sheet (only when .ct-js says a script will run it —
   without one it renders above the results); <734px the rows fold to the
   phone shape, first lawyer on the first screen.
   ========================================================================== */

.ui2 .ct-messages { padding-top: 16px; }
html.ct-locked, html.ct-locked body { overflow: hidden; }

/* ------------------------------------------------------------------ head */
.ui2 .ct-head { padding-top: 40px; }
.ui2 .ct-title-city { color: var(--ink3); }
.ui2 .ct-head-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 2px; }
.ui2 .ct-count { margin: 0; font-size: 21px; line-height: 1.38; letter-spacing: -0.012em; color: var(--ink2); font-variant-numeric: tabular-nums; }
.ui2 .ct-tools { display: flex; align-items: center; gap: 8px; min-width: 0; }

.ui2 .ct-pill {
  display: inline-flex; align-items: center; gap: 6px; flex: none;
  height: 36px; margin: 0; padding: 0 14px; border: 0; border-radius: 980px;
  background: var(--fill); color: var(--ink); font: inherit; font-size: 15px; line-height: 1;
  white-space: nowrap; cursor: pointer; transition: background-color 0.2s;
}
.ui2 .ct-pill:hover { background: var(--fill2); }
.ui2 .ct-pill .ui-ic { width: 17px; height: 17px; }
.ui2 .ct-pill .ct-dn { width: 13px; height: 13px; stroke-width: 2.4; color: var(--ink2); }
.ui2 .ct-pill-n { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; }
.ui2 .ct-city-chip .ui-ell { max-width: 180px; }
.ui2 .ct-sheet-open, .ui2 .ct-city-chip { display: none; }

/* sort: a <details> of links */
.ui2 .ct-sort { position: relative; }
.ui2 .ct-sort > summary { list-style: none; }
.ui2 .ct-sort > summary::-webkit-details-marker { display: none; }
.ui2 .ct-sort-btn { height: 34px; margin-right: -12px; padding: 0 12px; background: transparent; font-size: 14px; }
.ui2 .ct-sort-btn:hover, .ui2 .ct-sort[open] > .ct-sort-btn { background: var(--fill); }
.ui2 .ct-sort-l { color: var(--ink2); }
.ui2 .ct-rev-mark { color: var(--ink2); }
.ui2 .ct-sort[open] > summary::before { content: ""; position: fixed; inset: 0; z-index: 40; cursor: default; }
.ui2 .ct-sort-menu { position: absolute; top: calc(100% + 6px); right: -12px; z-index: 41; min-width: 250px; }
.ui2 .ct-sort-menu .ui-pop-i { justify-content: space-between; }
.ui2 .ct-sort-menu .ui-pop-i > .ui-ic:first-child { margin-right: -2px; }
.ui2 .ct-tick { margin-left: auto; color: var(--brand) !important; stroke-width: 2.2; }

/* applied filters */
.ui2 .ct-applied { flex-wrap: wrap; align-items: center; margin-top: 18px; }
.ui2 .ct-applied-chip { height: 32px; padding: 0 10px 0 14px; font-size: 14px; }
.ui2 .ct-applied-chip .ui-ic { width: 13px; height: 13px; stroke-width: 2.4; color: var(--ink2); }
.ui2 .ct-applied-reset { margin-left: 8px; }

/* ------------------------------------------------------------------ grid */
.ui2 .ct-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; align-items: start; margin-top: 28px; padding-bottom: 96px; }
.ui2 .ct-scrim { display: none; }

/* ------------------------------------------------------------ facet panel */
.ui2 .ct-sheet-h, .ui2 .ct-sheet-f { display: none; }
.ui2 .ct-fg { padding: 20px 0; border-top: 1px solid var(--hair); }
.ui2 .ct-sheet-b > .ct-fg:first-child { padding-top: 0; border-top: 0; }
.ui2 .ct-fg-t { margin: 0 0 12px; font-size: 14px; line-height: 1.3; font-weight: 600; letter-spacing: -0.1px; color: var(--ink); }

.ui2 .ct-search { padding-right: 4px; }
.ui2 .ct .ui-field input:focus-visible, .ui2 .lp .ui-field :is(input, textarea):focus-visible { outline: none; }
.ui2 .ct-search input::-webkit-search-decoration { -webkit-appearance: none; }
.ui2 .ct-search-go { flex: none; display: grid; place-items: center; width: 28px; height: 28px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ink2); cursor: pointer; transition: background-color 0.2s, color 0.2s; }
.ui2 .ct-search-go:hover { background: var(--fill2); color: var(--ink); }
.ui2 .ct-search-go .ui-ic { width: 15px; height: 15px; stroke-width: 2.2; }

.ui2 .ct-city { position: relative; }
.ui2 .ct-select { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; height: 36px; margin: 0; padding: 0 12px; border: 0; border-radius: 10px; background: var(--fill); color: var(--ink); font: inherit; font-size: 15px; text-align: left; cursor: pointer; transition: background-color 0.2s; }
.ui2 .ct-select:hover, .ui2 .ct-city.active .ct-select { background: var(--fill2); }
.ui2 .ct-select .ct-dn { width: 13px; height: 13px; stroke-width: 2.4; color: var(--ink2); transition: transform 0.2s; }
.ui2 .ct-city.active .ct-select .ct-dn { transform: rotate(180deg); }
.ui2 .ct-city-panel { position: absolute; top: calc(100% + 6px); left: 0; z-index: 30; width: max(100%, 280px); padding: 8px; border-radius: 14px; background: #fff; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.06); }
.ui2 .ct-city-panel[hidden] { display: none; }
.ui2 .ct .ct-city-list { max-height: 300px; margin: 6px 0 0; padding: 0; overflow-y: auto; overscroll-behavior: contain; list-style: none; }
.ui2 .ct-city-list .city-item, .ui2 .ct-city-list .city-item.selected, .ui2 .ct-city-list .city-item:hover { padding: 0; background: transparent; color: var(--ink); font-weight: 400; }
.ui2 .ct-city-list .city-item[hidden] { display: none; }
.ui2 .ct-city-list .ui-check { min-height: 36px; padding: 0 8px; border-radius: 8px; }
.ui2 .ct-city-list .ui-check:hover { background: var(--fill); }
.ui2 .ct-city-list .city-item-all .ui-check { font-weight: 600; }

.ui2 .ct-check { align-items: flex-start; min-height: 0; padding: 7px 0; line-height: 1.3; }
.ui2 .ct-check > input { margin-top: 1px; }
.ui2 .ct-extra { display: none; }
.ui2 .ct-specs.is-expanded .ct-extra { display: flex; }
.ui2 .ct-more { margin-top: 8px; gap: 4px; }
.ui2 .ct-more .ui-ic { transition: transform 0.2s; }
.ui2 .ct-more-open, .ui2 .ct-more-close { display: inline-flex; align-items: center; gap: 4px; }
.ui2 .ct-more-close { display: none; }
.ui2 .ct-more[aria-expanded="true"] .ct-more-open { display: none; }
.ui2 .ct-more[aria-expanded="true"] .ct-more-close { display: inline-flex; }
.ui2 .ct-more[aria-expanded="true"] .ui-ic { transform: rotate(180deg); }

.ui2 .ct-switch { min-height: 36px; margin: 0; line-height: 1.3; }

.ui2 .ct-langs { display: flex; flex-wrap: wrap; gap: 6px; }
.ui2 .ct-lang { position: relative; display: inline-flex; align-items: center; height: 30px; margin: 0; padding: 0 12px; border-radius: 980px; background: var(--fill); color: var(--ink); font-size: 13px; cursor: pointer; transition: background-color 0.2s, color 0.2s; }
.ui2 .ct-lang:hover { background: var(--fill2); }
/* The checkbox stays in the tab order and the accessibility tree: clipped to
   nothing, never display:none, and its focus ring is drawn on the chip. */
.ui2 .ct-lang > input { position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; opacity: 0; }
.ui2 .ct-lang:has(> input:focus-visible) { outline: 2px solid rgba(139, 0, 0, 0.55); outline-offset: 2px; }
.ui2 .ct-lang:has(> input:checked) { background: var(--ink); color: #fff; }

/* minmax(0,1fr), not 1fr: a number input keeps an intrinsic width (~167px in
   Safari and Chrome) and a bare 1fr cannot shrink below it, so the «до» field
   was drawn over the results at 1440px and past the screen edge in the phone
   sheet. The min-width:0 on the field is the other half — the grid item and
   the flex child both have to be allowed to shrink. */
.ui2 .ct-price-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
.ui2 .ct-price-row .ui-field { min-width: 0; }
.ui2 .ct-price-row .ui-field input { width: 100%; min-width: 0; -moz-appearance: textfield; }
.ui2 .ct-price-row .ui-field input::-webkit-outer-spin-button,
.ui2 .ct-price-row .ui-field input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ui2 .ct-price-go { height: 30px; margin-top: 10px; padding: 0 14px; font-size: 13px; }

/* ----------------------------------------------------------------- rows */
.ui2 .ct-list { min-width: 0; }
.ui2 .ct-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 210px;
  grid-template-areas: "ava main side";
  column-gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--hair);
}
.ui2 .ct-row:first-child { padding-top: 4px; }
.ui2 .ct-row:last-child { border-bottom: 0; }

.ui2 .ct-ava { grid-area: ava; width: 88px; height: 88px; border-radius: 20px; font-size: 26px; text-decoration: none; }
.ui2 .ct-ava > .ui-ic { width: 34px; height: 34px; stroke-width: 1.4; }
.ui2 .ct-ava:has(> img) { background: var(--fill); }
.ui2 .ct-tone-0, .ui2 .ct-tone-6 { background: #e9ded4; color: #7b5c44; }
.ui2 .ct-tone-1, .ui2 .ct-tone-7 { background: #dce5ef; color: #3f5b79; }
.ui2 .ct-tone-2, .ui2 .ct-tone-8 { background: #e4e1f0; color: #5a5387; }
.ui2 .ct-tone-3, .ui2 .ct-tone-9 { background: #ddebe2; color: #3e6b50; }
.ui2 .ct-tone-4 { background: #f1e4d6; color: #87603b; }
.ui2 .ct-tone-5 { background: #e6e6ea; color: #56565d; }
.ui2 .ct-ava.ct-tone-0:hover, .ui2 .ct-ava:hover { color: inherit; }

.ui2 .ct-main { grid-area: main; min-width: 0; }
.ui2 .ct-name { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; margin: 0; font-size: 21px; line-height: 1.25; font-weight: 600; letter-spacing: -0.012em; }
.ui2 .ct-name > a { color: var(--ink); text-decoration: none; transition: color 0.2s; }
.ui2 .ct-row:hover .ct-name > a, .ui2 .ct-name > a:hover { color: var(--brand); }
.ui2 .ct-ad { display: inline-flex; align-items: center; gap: 4px; height: 22px; padding: 0 8px; border-radius: 980px; background: var(--tint); color: var(--brand); font-size: 12px; font-weight: 500; letter-spacing: 0; white-space: nowrap; cursor: help; }
.ui2 .ct-ad .ui-ic { width: 13px; height: 13px; stroke-width: 2; }
.ui2 .ct-rep { display: inline-flex; align-items: center; gap: 3px; color: var(--ink2); font-size: 13px; font-weight: 500; letter-spacing: 0; font-variant-numeric: tabular-nums; }
.ui2 .ct-rep .ui-ic { width: 15px; height: 15px; color: var(--ink3); }

.ui2 .ct-meta { margin: 4px 0 0; font-size: 15px; line-height: 1.35; color: var(--ink2); }
.ui2 .ct-rate { display: flex; flex-wrap: wrap; align-items: center; gap: 0 5px; margin: 3px 0 0; font-size: 15px; line-height: 1.4; font-variant-numeric: tabular-nums; }
.ui2 .ct-rate .ui-rate { gap: 5px; }
.ui2 .ct-dot { color: var(--ink3); }
.ui2 .ct-revs { color: var(--ink); text-decoration: none; }
.ui2 .ct-revs:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.ui2 .ct-narrow { display: none; }

.ui2 .ct-spec { margin: 8px 0 0; overflow: hidden; font-size: 15px; line-height: 1.4; white-space: nowrap; text-overflow: ellipsis; }
.ui2 .ct-spec a { color: var(--ink); text-decoration: none; }
.ui2 .ct-spec a:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.ui2 .ct-spec .lawyer-spec-more { color: var(--ink2); }

.ui2 .ct-fmt { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; margin: 8px 0 0; font-size: 13px; line-height: 1.35; color: var(--ink2); }
.ui2 .ct-fmt > span { display: inline-flex; align-items: center; gap: 6px; }
.ui2 .ct-fmt .ui-ic { width: 15px; height: 15px; color: var(--ink3); }
.ui2 .ct-hours .ui-status { height: 22px; font-size: 12px; }

.ui2 .ct-side { grid-area: side; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.ui2 .ct-price { margin: 0; font-size: 21px; line-height: 1.25; font-weight: 600; letter-spacing: -0.012em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.ui2 .ct-price.is-none { font-size: 15px; font-weight: 400; letter-spacing: 0; color: var(--ink2); }
.ui2 .ct-write { margin-top: 14px; }
.ui2 .ct-prof { margin-top: 10px; }
.ui2 .ct-firm .ct-write { margin-top: 0; }

/* ---------------------------------------------------------------- empty */
.ui2 .ct-empty { padding: 56px 0 64px; text-align: center; }
.ui2 .ct-empty .ui-small { max-width: 460px; margin: 8px auto 0; }
.ui2 .ct-empty .ui-btn2 { margin-top: 22px; }

/* ----------------------------------------------------------- pagination */
.ui2 .ct-pages { margin-top: 8px; padding-top: 28px; border-top: 1px solid var(--hair); }
.ui2 .ct-pages-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.ui2 .ct-pages .page-link, .ui2 .ct-pages .ct-pg {
  position: static; display: grid; place-items: center; min-width: 36px; height: 36px; margin: 0; padding: 0 10px;
  border: 0; border-radius: 980px; background: transparent; box-shadow: none; color: var(--ink);
  font-size: 15px; line-height: 1; text-decoration: none; font-variant-numeric: tabular-nums;
  transition: background-color 0.2s;
}
.ui2 .ct-pages .page-link:hover { background: var(--fill); color: var(--ink); }
.ui2 .ct-pages .page-link:focus { box-shadow: none; }
.ui2 .ct-pages .ct-pg.is-current { background: var(--ink); color: #fff; font-weight: 600; }
.ui2 .ct-pages .ct-pg.is-off, .ui2 .ct-pages .ct-pg.is-gap { color: var(--ink3); }
.ui2 .ct-pages .ui-ic { width: 16px; height: 16px; stroke-width: 2.2; }
.ui2 .ct-pages-foot { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 24px; margin-top: 14px; }
.ui2 .ct-perpage { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.ui2 .ct-perpage-select { height: 28px; margin: 0; padding: 0 8px; border: 0; border-radius: 8px; background: var(--fill); color: var(--ink); font: inherit; font-size: 13px; cursor: pointer; }

/* ---------------------------------------------------------------- about */
.ui2 .ct-about { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--fill2); font-size: 12px; line-height: 1.55; color: var(--ink3); }
.ui2 .ct-about p { margin: 0 0 8px; }
.ui2 .ct-about :is(h1, h2, h3, h4, h5) { margin: 14px 0 6px; font-size: 13px; line-height: 1.35; font-weight: 600; color: var(--ink2); }
.ui2 .ct-about a { color: var(--ink2); }

/* =============================================================== tablet */
@media (max-width: 1067.98px) {
  .ui2 .ct-grid { grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 20px; }
  .ui2 .ct-row { grid-template-columns: 88px minmax(0, 1fr) 180px; column-gap: 20px; }

  /* Without a script the panel stays a block above the results. */
  .ui2 .ct-facets { margin-bottom: 24px; }

  .ct-js .ui2 .ct-sheet-open, .ct-js .ui2 .ct-city-chip { display: inline-flex; }
  .ct-js .ui2 .ct-facets {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 1046;
    display: flex; flex-direction: column;
    width: min(100%, 640px); max-height: calc(100% - 64px); margin: 0 auto;
    border-radius: 14px 14px 0 0; background: #fff;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(104%); visibility: hidden;
    transition: transform 0.36s cubic-bezier(0.32, 0.72, 0, 1), visibility 0s linear 0.36s;
  }
  .ct-js .ui2 .ct-facets.is-open { transform: none; visibility: visible; transition: transform 0.36s cubic-bezier(0.32, 0.72, 0, 1), visibility 0s; }
  .ct-js .ui2 .ct-facets::before { content: ""; position: absolute; top: 6px; left: 50%; width: 36px; height: 5px; margin-left: -18px; border-radius: 3px; background: var(--hair); }
  .ct-js .ui2 .ct-scrim:not([hidden]) { display: block; position: fixed; inset: 0; z-index: 1045; background: rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity 0.25s ease; }
  .ct-js .ui2 .ct-scrim.is-on { opacity: 1; }

  .ct-js .ui2 .ct-sheet-h { flex: none; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 56px; padding: 6px 20px 0; border-bottom: 1px solid var(--sep); }
  .ct-js .ui2 .ct-sheet-reset { justify-self: start; display: flex; align-items: center; height: 44px; color: var(--brand); font-size: 17px; text-decoration: none; }
  .ct-js .ui2 .ct-sheet-t { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -0.2px; }
  .ct-js .ui2 .ct-sheet-t:focus { outline: none; }
  .ct-js .ui2 .ct-sheet-done { justify-self: end; height: 44px; margin: 0; padding: 0; border: 0; background: transparent; color: var(--brand); font: inherit; font-size: 17px; font-weight: 600; cursor: pointer; }
  .ct-js .ui2 .ct-sheet-b { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 20px 8px; }
  .ct-js .ui2 .ct-sheet-f { flex: none; display: block; padding: 12px 20px calc(env(safe-area-inset-bottom, 0px) + 12px); border-top: 1px solid var(--sep); background: #fff; }
  .ct-js .ui2 .ct-fg-reset { display: none; }

  .ct-js .ui2 .ct-sheet-b .ct-fg-t { font-size: 15px; }
  .ct-js .ui2 .ct-sheet-b .ui-field.sm, .ct-js .ui2 .ct-sheet-b .ct-select { height: 44px; border-radius: 12px; font-size: 17px; }
  .ct-js .ui2 .ct-sheet-b .ct-switch { min-height: 44px; font-size: 17px; }
  .ct-js .ui2 .ct-sheet-b .ct-check { padding: 10px 0; font-size: 17px; }
  .ct-js .ui2 .ct-sheet-b .ct-check > input { width: 22px; height: 22px; margin-top: 0; border-radius: 6px; }
  .ct-js .ui2 .ct-sheet-b .ct-switch > input { width: 51px; height: 31px; border-radius: 16px; }
  .ct-js .ui2 .ct-sheet-b .ct-switch > input::after { width: 27px; height: 27px; }
  .ct-js .ui2 .ct-sheet-b .ct-switch > input:checked::after { transform: translateX(20px); }
  .ct-js .ui2 .ct-sheet-b .ct-lang { height: 36px; padding: 0 14px; font-size: 15px; }
  .ct-js .ui2 .ct-sheet-b .ct-more { font-size: 15px; min-height: 36px; }
  .ct-js .ui2 .ct-sheet-b .ct-city-panel { position: static; width: auto; margin-top: 8px; padding: 4px 0 0; border-radius: 0; box-shadow: none; }
  .ct-js .ui2 .ct-sheet-b .ct-city-list { max-height: 44vh; }
  .ct-js .ui2 .ct-sheet-b .ct-city-list .ui-check { min-height: 44px; font-size: 17px; }
  .ct-js .ui2 .ct-sheet-b .ct-price-go { display: none; }
}

/* ================================================================ phone */
@media (max-width: 733.98px) {
  .ui2 .ct-head { padding-top: 20px; }
  .ui2 .ct-title-city { display: block; font-size: 28px; line-height: 1.14; }
  .ui2 .ct-head-row { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 2px; }
  .ui2 .ct-count { font-size: 15px; line-height: 1.35; }
  .ui2 .ct-tools { width: calc(100% + 2 * var(--ui-gutter)); max-width: none; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; margin: 0 calc(-1 * var(--ui-gutter)); padding: 0 var(--ui-gutter) 2px; }
  .ui2 .ct-tools::-webkit-scrollbar { display: none; }
  .ui2 .ct-city-chip .ui-ell { max-width: 150px; }
  .ui2 .ct-sort-btn { height: 36px; margin-right: 0; padding: 0 14px; background: var(--fill); font-size: 15px; }
  .ui2 .ct-sort-l { display: none; }
  .ui2 .ct-rev-mark { display: none; }
  /* The open menu is an action sheet; the summary's own pseudo-element is the
     scrim, so tapping outside closes the <details> natively. */
  .ui2 .ct-sort[open] > summary::before { z-index: 1045; background: rgba(0, 0, 0, 0.3); }
  .ui2 .ct-sort-menu { position: fixed; top: auto; right: 8px; bottom: calc(env(safe-area-inset-bottom, 0px) + 8px); left: 8px; z-index: 1046; min-width: 0; padding: 8px; border-radius: 14px; }
  .ui2 .ct-sort-menu .ui-pop-h { padding: 8px 10px 6px; font-size: 13px; }
  .ui2 .ct-sort-menu .ui-pop-i { height: 50px; font-size: 17px; }

  .ui2 .ct-applied { flex-wrap: nowrap; max-width: none; margin-top: 12px; }
  .ui2 .ct-applied-chip { height: 34px; }
  .ui2 .ct-applied-reset { flex: none; font-size: 15px; }

  .ui2 .ct-grid { margin-top: 8px; padding-bottom: 56px; }

  .ui2 .ct-row { grid-template-columns: 64px minmax(0, 1fr); grid-template-areas: "ava main" ". side"; column-gap: 14px; padding: 18px 0; }
  .ui2 .ct-row:first-child { padding-top: 12px; }
  .ui2 .ct-ava { width: 64px; height: 64px; border-radius: 16px; font-size: 22px; }
  .ui2 .ct-ava > .ui-ic { width: 26px; height: 26px; }
  .ui2 .ct-name { gap: 4px 8px; font-size: 17px; line-height: 1.3; letter-spacing: -0.2px; }
  .ui2 .ct-meta { margin-top: 1px; }
  .ui2 .ct-wide { display: none; }
  .ui2 .ct-narrow { display: inline-flex; align-items: center; gap: 5px; }
  .ui2 .ct-rate { gap: 0 4px; margin-top: 4px; font-size: 13px; }
  .ui2 .ct-rate .ui-rate { gap: 4px; font-size: 13px; }
  .ui2 .ct-rate .ui-rate .ui-ic { width: 12px; height: 12px; }
  .ui2 .ct-spec { display: -webkit-box; margin-top: 6px; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.35; }
  .ui2 .ct-fmt { display: none; }
  .ui2 .ct-firm .ct-fmt { display: flex; }
  .ui2 .ct-side { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; text-align: left; }
  .ui2 .ct-price { font-size: 17px; letter-spacing: -0.2px; }
  .ui2 .ct-price.is-none { font-size: 15px; }
  .ui2 .ct-write { height: 36px; margin: 0 0 0 auto; }
  .ui2 .ct-prof { display: none; }

  .ui2 .ct-pages { padding-top: 20px; }
  .ui2 .ct-about { margin-top: 40px; }

  .ct-js .ui2 .ct-facets { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .ct-js .ui2 .ct-facets, .ct-js .ui2 .ct-scrim { transition: none; }
}

@media print {
  .ui2 .ct-facets, .ui2 .ct-tools, .ui2 .ct-applied, .ui2 .ct-pages, .ui2 .ct-write { display: none !important; }
  .ui2 .ct-grid { grid-template-columns: minmax(0, 1fr); }
}
