/* brick-market theme — classifieds style, off-white + brick red */
:root {
  --bm-bg:    #f4f1ec;
  --bm-surf:  #ffffff;
  --bm-surf2: #ece8e1;
  --bm-bdr:   #d8d2c8;
  --bm-bdr2:  #c4bbaf;
  --bm-acc:   #b73a2a;
  --bm-acc-h: #992b1d;
  --bm-ink:   #1a1410;
  --bm-muted: #7a6e64;
  --bm-tag:   #e8e2d9;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bm-bg);
  color: var(--bm-ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  min-height: 100vh;
}

a { color: var(--bm-acc); text-decoration: none; }
a:hover { color: var(--bm-acc-h); text-decoration: underline; }
img { max-width: 100%; display: block; }

.qnicc0 { max-width: 1080px; margin: 0 auto; padding: 0 1rem; }

/* ─── HEADER ─── */
.lqocj6 {
  background: var(--bm-surf);
  border-bottom: 2px solid var(--bm-bdr);
  position: sticky;
  top: 0;
  z-index: 200;
}
.hsocq3 {
  display: flex;
  align-items: center;
  height: 52px;
  gap: 1.25rem;
}
.ltocf7 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--bm-ink);
  letter-spacing: -.01em;
  white-space: nowrap;
  border-left: 4px solid var(--bm-acc);
  padding-left: .6rem;
}
.ltocf7:hover { color: var(--bm-acc); text-decoration: none; }
.ovocz4 { display: flex; gap: 1rem; flex: 1; }
.ovocz4 a {
  font-size: .82rem;
  font-weight: 500;
  color: var(--bm-muted);
  text-decoration: none;
  padding: .2rem 0;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.ovocz4 a:hover { color: var(--bm-ink); border-color: var(--bm-acc); }
.arocj9 {
  background: var(--bm-acc);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  padding: .4rem 1rem;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  transition: background .15s;
  letter-spacing: .02em;
}
.arocj9:hover { background: var(--bm-acc-h); color: #fff; text-decoration: none; }
.dwoca0 { position: relative; }
.tzocg6 {
  background: var(--bm-bg);
  border: 1px solid var(--bm-bdr);
  border-radius: 4px;
  color: var(--bm-ink);
  font-size: .82rem;
  font-family: inherit;
  padding: .38rem .7rem;
  width: 170px;
  outline: none;
  transition: border-color .15s;
}
.tzocg6:focus { border-color: var(--bm-acc); }
.axocb8 { display: none; }
.gnucb2 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--bm-surf);
  border: 1px solid var(--bm-bdr);
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.gnucb2 a {
  display: block;
  padding: .5rem .75rem;
  font-size: .82rem;
  color: var(--bm-ink);
  border-bottom: 1px solid var(--bm-bdr);
  text-decoration: none;
}
.gnucb2 a:last-child { border-bottom: none; }
.gnucb2 a:hover { background: var(--bm-bg); color: var(--bm-acc); }

/* ─── MAIN ─── */
.nfucj8 { padding: 1.5rem 0 3rem; }

/* ─── BREADCRUMB ─── */
.hzacz8 {
  font-size: .75rem;
  color: var(--bm-muted);
  margin-bottom: 1.25rem;
}
.hzacz8 a { color: var(--bm-muted); text-decoration: none; }
.hzacz8 a:hover { color: var(--bm-acc); }

/* ─── CARDS — compact horizontal rows (classifieds style) ─── */
.bcicj4 {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--bm-bdr);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.xgeco3 {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 0;
  background: var(--bm-surf);
  border-bottom: 1px solid var(--bm-bdr);
  transition: background .12s;
  position: relative;
}
.xgeco3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background .15s;
}
.xgeco3:hover { background: #fdfcfa; }
.xgeco3:hover::before { background: var(--bm-acc); }
.xgeco3:last-child { border-bottom: none; }
.bqecb1 { overflow: hidden; }
.bnece5 {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: block;
}
.wjeco4 {
  padding: .7rem .85rem;
  min-width: 0;
}
.ltecv6 {
  font-size: .9rem;
  font-weight: 700;
  color: var(--bm-ink);
  display: block;
  margin-bottom: .15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ltecv6:hover { color: var(--bm-acc); text-decoration: underline; }
.cxecg4 {
  font-size: .75rem;
  color: var(--bm-muted);
  margin-bottom: .35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xkeca3 {
  font-size: .72rem;
  color: var(--bm-muted);
}
.xkeca3::before { content: '📍 '; font-size: .7rem; }
.pvece6 {
  padding: .7rem .75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: .4rem;
  flex-shrink: 0;
}
.hhecs7 {
  font-size: .65rem;
  font-weight: 700;
  color: var(--bm-acc);
  background: rgba(183,58,42,.1);
  border: 1px solid rgba(183,58,42,.2);
  border-radius: 3px;
  padding: .15rem .45rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
}
.srecx3 {
  font-size: .72rem;
  font-weight: 600;
  color: var(--bm-acc);
  white-space: nowrap;
}
.srecx3:hover { color: var(--bm-acc-h); }

@media (max-width: 540px) {
  .xgeco3 { grid-template-columns: 70px 1fr; }
  .pvece6 { display: none; }
  .bnece5 { width: 70px; height: 70px; }
}

/* ─── PAGINATION ─── */
.chucp2 { display: flex; gap: .3rem; flex-wrap: wrap; }
.chucp2 a, .chucp2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .5rem;
  font-size: .82rem;
  font-weight: 600;
  border: 1px solid var(--bm-bdr);
  border-radius: 3px;
  color: var(--bm-muted);
  text-decoration: none;
  transition: all .12s;
}
.chucp2 a:hover { border-color: var(--bm-acc); color: var(--bm-acc); background: #fff; text-decoration: none; }
.chucp2 .kqicr4 { background: var(--bm-acc); color: #fff; border-color: var(--bm-acc); }

/* ─── FOOTER ─── */
.kloct4 { background: var(--bm-surf); border-top: 2px solid var(--bm-bdr); padding: 2rem 0 1.25rem; margin-top: 2.5rem; }
.zpocn3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 1.25rem; }
.ynocq9 h4 { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--bm-muted); margin-bottom: .6rem; border-bottom: 1px solid var(--bm-bdr); padding-bottom: .35rem; }
.ynocq9 p { font-size: .82rem; color: var(--bm-muted); line-height: 1.6; }
.ynocq9 ul { list-style: none; }
.ynocq9 ul li { margin-bottom: .3rem; }
.ynocq9 ul li a { font-size: .82rem; color: var(--bm-muted); text-decoration: none; }
.ynocq9 ul li a:hover { color: var(--bm-acc); text-decoration: underline; }
.omoch5 { text-align: center; font-size: .75rem; color: var(--bm-muted); padding-top: 1.25rem; border-top: 1px solid var(--bm-bdr); }

@media (max-width: 700px) { .zpocn3 { grid-template-columns: 1fr; } }
