/* Estilos para alojamientos_unicos (copiados) */
.hc-section{padding:50px 20px;background:#fff;font-family:Helvetica,Arial,sans-serif}
.hc-container{max-width:1180px;margin:0 auto}
.hc-header{text-align:center;margin-bottom:30px}
.hc-header h2{font-size:34px;margin:0 0 6px;color:#0b0b0b}
.hc-subtitle{color:#666;margin:0}

/* Línea decorativa centrada similar al diseño mostrado */
.hc-header::before{
	content: "";
	display:block;
	width:80px;
	height:3px;
	background:#2aa84f;
	margin:0 auto 14px;
	border-radius:3px;
}
.hc-cards-wrapper{position:relative;overflow:visible}
.hc-cards{display:flex;gap:31px;justify-content:flex-start;overflow:hidden;scroll-behavior:smooth;flex-wrap:nowrap;padding-left:2%;padding-right:2%;}
.hc-card{background:#fff;border:2px solid #2aa84f;border-radius:12px;overflow:hidden;flex:0 0 32%;box-shadow:0 6px 14px rgba(0,0,0,0.04);display:flex;flex-direction:column}
.hc-card{position:relative;z-index:1}
.hc-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#2aa84f;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,0.15);z-index:9999}
.hc-prev{left:-33px}
.hc-next{right:-60px}
.hc-arrow:disabled{opacity:.4;cursor:default}
.hc-image{overflow:hidden;display:block}
.hc-image img{width:500px;height:auto;max-height:320px;object-fit:cover;display:block}


.hc-content{padding:16px;display:flex;flex-direction:column;flex:1}
.hc-title-row{display:flex;justify-content:space-between;align-items:center}
.hc-title{font-size:18px;margin:0;color:#111}
.hc-fav{background:transparent;border:none;color:#e91e63;font-size:18px;cursor:pointer}
.hc-desc{color:#333;margin:10px 0 12px;line-height:1.3}
.hc-meta{display:flex;flex-wrap:wrap;gap:10px;color:#666;padding:0;margin:0 0 12px;list-style:none}
.hc-meta-item{font-size:13px}
.hc-footer-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;border-top:3px solid #2aa84f}
.hc-price-block{padding-left:4px}
.hc-nights{font-size:13px;color:#4b4b4b}
.hc-price{font-weight:700;font-size:25px;margin-top:4px;color:#000}
.hc-reserve{background:#2aa84f;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-weight:600}
@media (max-width:900px){.hc-cards{flex-direction:row;gap:16px}.hc-card{min-width:100%;flex:0 0 100%}.hc-prev{left:6px}.hc-next{right:6px}}
