/* Container */
.ohb-wrap { margin: 0 auto; padding: 0 15px 40px; }

/* Hero banner (white background) */
.ohb-hero { border-bottom: 1px solid rgba(0,0,0,.08);max-width: 1344px;
margin: 0 auto;
}
.ohb-hero-inner {  margin: 0 auto; padding: 20px 0; }
.ohb-back { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: inherit; opacity: .75; font-size: 14px; padding-bottom:20px;}
.ohb-back:hover { opacity: 1; }
.ohb-back-arrow { font-size: 16px; line-height: 1; }
.ohb-hero-title { margin: 10px 0 6px; font-size: 44px; line-height: 1.05; color: #f57c19; letter-spacing: -0.02em; font-weight:700;}
.ohb-hero-subtitle { margin: 0; font-size: 16px; opacity: .75; }

/* Filters row */
.ohb-filters {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  gap:12px;
  align-items:end;
  padding:18px 0 40px;
  max-width: 1344px;
	margin: 0 auto;

}
.ohb-filter{
	flex:1;
	max-width: 600px;
	width: 100%;
}
.ohb-filter label { display:block; font-size:12px; opacity:.7; margin-bottom:6px; }
.ohb-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
}
.ohb-filter select {
    -webkit-appearance: none;
    appearance: none;

    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23000' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 12px center;
    background-size: 16px;
    padding-right: 40px;
}
/* View toggle buttons (grid/list) */
.ohb-view-toggle { display:flex; gap:10px; justify-content:flex-end; align-items:center;}
.ohb-view-btn {
  width:44px; height:44px;
  border-radius:6px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ohb-view-btn.is-active { background:#f58229; border-color:#f58229; color:#fff; }
.ohb-icon { font-size: 18px; line-height: 1; }

/* Count */
.ohb-count { opacity:.75;max-width:1344px;margin:0 auto 16px auto}

/* Grid default */
.ohb-grid { display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:16px;max-width:1344px;margin:0 auto;}

/* Cards */
.ohb-card { border-radius:14px; overflow:hidden;}
.ohb-card.is-list{min-height:0 !important;}
.ohb-card-link { display:block; text-decoration:none; color:inherit; height:100%;}
.ohb-thumb { position:relative; background:#f2f2f2; height:100%;}
.ohb-thumb img { width:100%; height:300px; object-fit:cover; display:block; }
.ohb-thumb-placeholder { width:100%; height:100%; background: linear-gradient(135deg,#eee,#ddd); }
.ohb-overlay { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:16px; background: linear-gradient(to top, rgba(0,0,0,.70), rgba(0,0,0,0) 60%); color:#fff; }
.ohb-badge { align-self:flex-start; font-size:12px; padding:6px 10px; border-radius:999px; background: rgba(0,0,0,.45); margin-bottom:10px; }
.ohb-card-title { margin:0 0 8px; font-size:18px; line-height:1.2; }
.ohb-meta { display:flex; gap:8px; font-size:13px; opacity:.9; }
.ohb-sep { opacity:.7; }

/* List view */
.ohb-grid.is-list .ohb-thumb img{
	width:320px; height:200px;
}
.ohb-grid.is-list { grid-template-columns: 1fr; }
.ohb-grid.is-list .ohb-card-link { display:flex; gap:14px; align-items:stretch; background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:14px; overflow:hidden; }
.ohb-grid.is-list .ohb-thumb { display:flex; flex-direction:row; width:100%;}
.ohb-grid.is-list .ohb-overlay { position: static; background: none; color: inherit; padding: 14px 14px; }
.ohb-grid.is-list .ohb-badge { background: rgba(245,124,25,.12); color:#f57c19; }
.ohb-grid.is-list .ohb-meta { opacity: .75; }
.ohb-grid.is-list .ohb-card-title { font-size: 20px; margin-top: 6px; }
.outer-filter{
	display:flex;
	gap:20px;
}
@media (max-width: 980px){
  .ohb-filters{ grid-template-columns: 1fr 1fr; }
  .ohb-view-toggle{ justify-content:flex-start; }
  .ohb-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .ohb-grid.is-list .ohb-card-link{ flex-direction:column; }
  .ohb-grid.is-list .ohb-thumb{ width:100%; flex-basis:auto; }
	.ohb-view-toggle{
		display:none;
	}
	.ohb-single-layout { grid-template-columns: 1fr !important;}
}
@media (max-width: 640px){
  .ohb-hero-title{ font-size: 34px; }
  .ohb-grid{ grid-template-columns: 1fr !important; }
.outer-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
	}
}


/* Single Building Hero */
.ohb-single { }
.ohb-single-hero { position: relative; }
.ohb-single-hero-img { position: relative; height: 520px; overflow: hidden; background:#111; }
.ohb-single-hero-img img { width:100%; height:100%; object-fit: cover; display:block; }
.ohb-single-hero-overlay {
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0) 60%);
  display:flex; align-items:flex-end;
}
.ohb-single-hero-inner { max-width: 1344px; margin: 0 auto; padding: 28px 16px 34px; width:100%; color:#fff; }
.ohb-single-title { margin: 14px 0 0; font-size: 52px; line-height: 1.05; letter-spacing: -0.02em; }
.ohb-single-pills { display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px; }
.ohb-pill { display:inline-flex; align-items:center; padding: 8px 12px; border-radius: 999px; background: rgba(245,124,25,.75); color:#fff; font-size: 13px; }
.ohb-pill-muted { background: rgba(255,255,255,.22); }

.ohb-single-content { padding: 34px 0 60px; }
.ohb-single-inner { max-width: 1344px; margin: 0 auto; padding: 0 16px; }
.maps-btn{
	    background-color: #f58229;
    border-radius: 30px;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
}
@media (max-width: 900px){
  .ohb-single-hero-img{ height: 420px; }
  .ohb-single-title{ font-size: 40px; }
}
@media (max-width: 640px){
  .ohb-single-hero-img{ height: 360px; }
  .ohb-single-title{ font-size: 34px; }
  .ohb-view-toggle{display:none;}
	.ohb-filter{
		flex:1;
	}
}

/* Single content layout */
.ohb-single-layout { display:grid; grid-template-columns: 1fr 360px; gap: 28px; align-items:start; }
.ohb-single-main { min-width: 0; }
.ohb-sidebar { position: relative; }

.ohb-info-card {
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.ohb-info-title { margin: 0 0 14px; font-size: 18px; }
.ohb-info-list { display:flex; flex-direction:column; gap: 14px; }
.ohb-info-item { display:flex; flex-direction:column; gap: 4px; padding: 2px 0; }
.ohb-info-label { font-size: 12px; opacity: .65; }
.ohb-info-value { font-size: 15px; }

.ohb-openhouse-block {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.ohb-openhouse-label { font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.ohb-openhouse-dates { color: #f57c19; font-weight: 700; }

.ohb-map-btn {
  display:block;
  margin-top: 14px;
  background: #f58229;
  color:#fff;
  text-decoration:none;
  text-align:center;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 600;
}
.ohb-map-btn:hover { filter: brightness(0.97); }


@media (max-width: 1200px){
.ohb-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap:16px; }
}
/* Sidebar info card rows with icons (match screenshot) */
.ohb-info-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 12px; }
.ohb-share-btn{
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer;
  color: rgba(0,0,0,.70);
}
.ohb-share-btn:hover{ color: rgba(0,0,0,.9); }
.ohb-share-btn.is-copied{ border-color: rgba(245,124,25,.35); color:#f58229; }

.ohb-info-list { gap: 18px; }
.ohb-info-row { display:grid; grid-template-columns: 44px 1fr; gap: 14px; align-items:flex-start; }
.ohb-info-ico{
  width:44px; height:44px;
  border-radius: 10px;
  background: rgba(245,124,25,.12);
  color: #f58229;
  display:flex; align-items:center; justify-content:center;
  flex: 0 0 44px;
}
.ohb-info-text { display:flex; flex-direction:column; gap:4px; padding-top: 2px; }
.ohb-info-label{ font-size: 13px; opacity: .65; }
.ohb-info-value{ font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }

/* Divider spacing like screenshot */
.ohb-openhouse-block{ margin-top: 18px; padding-top: 18px; }