/*
Theme Name: Houzez Child
Theme URI: http://houzez.co/
Template: houzez
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Tags: right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,post-formats,theme-options,translation-ready
Version: 4.1.2.1758240812
Updated: 2025-09-19 00:13:32

*/
/* Grid general */
/* Contenedor de cada categoría */
.nearby-category {
  margin-bottom: 25px;
}

.nearby-category h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* Tarjeta de lugar */
.place-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 14px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 5px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.place-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.10);
}

/* Icono */
.place-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.place-icon i {
  font-size: 16px; /* más pequeño */
  color: #918983; /* gris elegante */
}

/* Texto */
.place-info {
  flex: 1;
}

.place-name {
  font-size: 14px; /* más pequeño */
  font-weight: 600;
  color: #222;
  margin-bottom: 2px;
}

.place-address {
  font-size: 12px; /* más pequeño */
  color: #666;
  margin-bottom: 2px;
}

.place-rating {
  font-size: 12px; /* más pequeño */
  font-weight: 500;
  color: #f1b600; /* dorado estrellas */
}
/*
 Theme Name:   Mi Child Theme
 Template:     nombre-del-tema-padre
 Text Domain:  mi-child
*/
