
/* ===== HH PROPERTIES V8 CORE ===== */

/* cards */
.hh-content-card{
background:#f5f5f5;
border-radius:16px;
padding:32px;
margin-bottom:30px;
color:#111;
}

.hh-single-price{
	color:#111 !important;
}

.hh-single-header h1{
	color:#111 !important;
}

.hh-content-card h2,
.hh-content-card h3{
color:#111 !important;
font-weight:700;
margin-bottom:18px;
}

/* amenities */
.hh-chips{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:10px;
}

.hh-chip{
background:#111;
color:#fff !important;
padding:10px 18px;
border-radius:30px;
font-size:14px;
font-weight:600;
}

/* overview grid */
.hh-overview-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.hh-overview-grid div{
padding:12px 0;
border-bottom:1px solid #e5e5e5;
}

.hh-overview-grid strong{
display:block;
font-size:14px;
margin-bottom:4px;
color:#111;
}

.hh-overview-grid span{
font-size:15px;
font-weight:600;
color:#333;
}

/* mini cards */
.hh-mini-overview{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
}

.hh-mini-overview div{
background:#f2f2f2;
border:1px solid #e2e2e2;
border-radius:12px;
padding:14px;
text-align:center;
}

.hh-mini-overview strong{
font-size:18px;
color:#111;
}

.hh-mini-overview span{
font-size:13px;
color:#555;
}

/* gallery */
.hh-gallery-main img{
width:100%;
border-radius:12px;
}

.hh-gallery-thumbs{
display:flex;
gap:10px;
margin-top:10px;
}

.hh-gallery-thumb img{
border-radius:8px;
cursor:pointer;
}
