.category-results-page{background:#fff;min-height:70vh}
.category-results-shell{padding-top:20px;padding-bottom:48px}
.category-results-breadcrumbs{display:flex;align-items:center;gap:7px;min-width:0;margin-bottom:20px;color:#667085;font-size:13px;overflow:hidden;white-space:nowrap}
.category-results-breadcrumbs a{color:var(--orange);text-overflow:ellipsis;overflow:hidden}
.category-results-breadcrumbs strong{color:#344054;text-overflow:ellipsis;overflow:hidden}
.category-results-breadcrumbs .icon{width:14px;height:14px;color:#98a2b3}
.category-results-heading{margin-bottom:22px}
.category-results-heading h1{margin:0;font-size:36px;line-height:1.02;letter-spacing:-.045em}
.category-results-heading p{margin:8px 0 0;color:var(--muted);font-size:15px}
.category-results-search{max-width:none;margin-bottom:16px}
.category-results-search .btn{display:none}
.category-results-subcats{display:flex;gap:8px;margin:0 calc(-1 * var(--page-gutter)) 20px;padding:0 var(--page-gutter) 4px;overflow-x:auto;scrollbar-width:none}
.category-results-subcats::-webkit-scrollbar{display:none}
.category-results-chip{min-height:42px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475467;font-size:13px;font-weight:700;white-space:nowrap;display:inline-flex;align-items:center}
.category-results-chip.active{border-color:#ffb08f;background:var(--orange-soft);color:var(--orange)}
.category-results-layout{display:block}
.category-results-sidebar{display:none}
.category-results-toolbar{min-height:48px;margin-bottom:12px;padding:0 0 10px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667085;font-size:13px}
.category-results-toolbar strong{color:#111318}
.category-results-toolbar .filter-button{width:auto;max-width:100%;min-width:0;flex:0 0 auto}
.category-results-sort{display:flex;align-items:center;gap:7px;min-width:0}
.category-results-sort select{height:44px;min-width:0;padding:0 34px 0 11px;border:1px solid var(--line);border-radius:9px;background:#fff}
.category-results-grid{display:grid;grid-template-columns:1fr;gap:12px}
.category-result-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.03);display:flex;flex-direction:column}
.category-result-match{align-self:flex-start;margin:0 0 11px;padding:5px 9px;border-radius:999px;background:var(--orange-soft);color:#9d390b;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:5px}
.category-result-match .icon{width:14px;height:14px}
.category-result-card-head{display:grid;grid-template-columns:54px minmax(0,1fr);gap:13px;align-items:start}
.category-result-card-head>div{min-width:0}
.category-result-logo{width:54px;height:54px;border-radius:50%;background:#f2f4f7;color:#111318;display:grid;place-items:center;font-size:13px;font-weight:800;overflow:hidden}
.category-result-logo img{width:100%;height:100%;object-fit:contain;padding:7px}
.category-result-card-head h2{margin:2px 0 2px;font-size:20px;line-height:1.1;overflow-wrap:anywhere;word-break:break-word;min-width:0}
.category-result-meta{margin:0;color:var(--orange);font-size:13px;line-height:1.35;display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 0}
.category-result-meta span{min-width:0;max-width:100%}
.category-result-meta span+span::before{content:'·';margin:0 .38em 0 .3em}
.category-result-description{margin:16px 0 14px;color:#475467;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.category-result-location{margin:0 0 15px;color:#475467;display:flex;align-items:flex-start;gap:8px;font-size:14px}
.category-result-location .icon{width:17px;height:17px;margin-top:2px;flex:0 0 auto}
.category-result-footer{width:100%;margin-top:auto;padding-top:14px;border-top:1px solid #f0f1f3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:10px}
.category-result-footer .btn{width:100%;min-width:0;min-height:44px;padding:11px 12px;white-space:nowrap}
.category-result-reviews{grid-column:1/-1;color:#475467;font-size:13px;line-height:1.35}
.category-result-reviews::first-letter{color:#f4b400}
.category-results-empty{padding:34px 18px;border:1px solid var(--line);border-radius:14px;text-align:center;background:#fafafa}
.category-results-empty h2{margin-bottom:7px;font-size:22px}
.category-results-empty p{margin:0 auto 18px;max-width:520px;color:var(--muted)}
.category-results-empty>div{display:grid;grid-template-columns:1fr;gap:8px}

@media(max-width:759.98px){
  .category-results-subcats{
    margin:0 0 20px;
    padding:0 0 4px;
    flex-wrap:wrap;
    overflow-x:visible;
    scroll-snap-type:none;
    scroll-padding-left:0;
  }
  .category-results-chip{scroll-snap-align:none}
}

@media(max-width:639.98px){
  .category-results-shell{padding-top:16px}
  .category-results-breadcrumbs{margin-bottom:16px}
  .category-results-heading{margin-bottom:18px}
  .category-results-heading h1{font-size:clamp(32px,10vw,36px);overflow-wrap:anywhere}
  .category-results-search{grid-template-columns:20px minmax(0,1fr) auto;margin-bottom:14px;padding-right:6px}
  .category-results-search .btn{display:inline-flex;grid-column:auto;width:auto;min-height:44px;padding:0 14px}
  .category-results-chip{min-height:44px}
  .category-results-toolbar{
    display:grid;grid-template-columns:minmax(0,1fr) auto;
    width:100%;min-width:0;
    align-items:end;gap:10px 8px;padding-bottom:14px;
  }
  .category-results-count{grid-column:1/-1;line-height:1.35}
  .category-results-sort{width:100%;max-width:100%;min-width:0;justify-self:stretch}
  .category-results-sort select{flex:1 1 auto;width:100%;max-width:142px}
  .category-results-toolbar .filter-button{width:auto;max-width:100%;min-width:0;min-height:44px;padding:9px 12px;justify-content:center}
  .category-result-card{padding:16px}
  .category-result-card-head h2{font-size:19px;overflow-wrap:anywhere}
  .category-result-description{margin-top:14px;font-size:15px;line-height:1.5}
  .category-result-location{font-size:13px;line-height:1.45}
  .category-result-location span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .category-result-footer .btn{min-height:46px}
  .filter-sheet{max-height:min(88svh,680px);overflow-y:auto;overscroll-behavior:contain}
  .filter-sheet::before{content:'';width:42px;height:4px;margin:-10px auto 0;border-radius:999px;background:#d0d5dd}
}

@media(max-width:359.98px){
  .category-results-search .btn{padding:0 11px;font-size:14px}
  .category-results-sort{font-size:12px}
  .category-results-sort span{display:none}
  .category-results-sort select{width:100%;max-width:none;padding-left:10px}
  .category-results-toolbar .filter-button{min-width:0;padding-left:10px;padding-right:10px;font-size:14px}
  .category-result-footer{gap:8px}
  .category-result-footer .btn{padding-left:8px;padding-right:8px;font-size:14px}
}

@media(min-width:640px){
  .category-results-shell{padding-top:28px;padding-bottom:60px}
  .category-results-heading h1{font-size:44px}
  .category-results-search .btn{display:inline-flex}
  .category-results-subcats{margin-left:0;margin-right:0;padding-left:0;padding-right:0}
  .category-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-results-empty>div{display:flex;justify-content:center}
}

@media(min-width:960px){
  .category-results-shell{padding-top:34px;padding-bottom:72px}
  .category-results-breadcrumbs{margin-bottom:28px;font-size:14px}
  .category-results-heading{margin-bottom:30px}
  .category-results-heading h1{font-size:52px}
  .category-results-heading p{font-size:16px}
  .category-results-search{margin-bottom:28px}
  .category-results-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:40px;align-items:start}
  .category-results-sidebar{display:grid;gap:26px;padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff;position:sticky;top:100px}
  .category-results-sidebar h2{margin:0;font-size:25px}
  .category-results-sidebar label{display:grid;gap:9px;font-weight:700}
  .category-results-sidebar select{height:48px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff}
  .category-results-sidebar-links{display:grid;gap:4px}
  .category-results-sidebar-links strong{margin-bottom:5px}
  .category-results-sidebar-links a{padding:9px 10px;border-radius:8px;color:#475467;font-size:14px}
  .category-results-sidebar-links a:hover,.category-results-sidebar-links a.active{background:var(--orange-soft);color:var(--orange)}
  .category-results-toolbar{margin-bottom:18px}
  .category-results-toolbar .filter-button{display:none}
  .category-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}

@media(min-width:1280px){
  .category-results-layout{grid-template-columns:320px minmax(0,1fr);gap:48px}
  .category-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
