.cr-restaurante { max-width: 800px; margin: 0 auto; font-family: -apple-system, sans-serif; }
.cr-puntuacion { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 1.5rem; display: flex; align-items: center; gap: 2rem; margin-bottom: 1.5rem; }
.cr-score-grande { font-size: 56px; font-weight: 700; color: #1a1a1a; line-height: 1; }
.cr-estrellas { font-size: 24px; color: #f5a623; letter-spacing: 3px; }
.cr-total { font-size: 14px; color: #888; margin-top: 4px; }
.cr-resumen { background: #f9f9f9; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; }
.cr-resumen h2 { font-size: 18px; margin-bottom: 0.75rem; }
.cr-resumen p { font-size: 15px; line-height: 1.7; color: #333; }
.cr-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.cr-pros { background: #f0faf0; border-radius: 12px; padding: 1.25rem; }
.cr-cons { background: #fff5f5; border-radius: 12px; padding: 1.25rem; }
.cr-pros h3 { color: #2d7a2d; font-size: 15px; margin-bottom: 0.75rem; }
.cr-cons h3 { color: #c0392b; font-size: 15px; margin-bottom: 0.75rem; }
.cr-pros ul, .cr-cons ul { list-style: none; padding: 0; margin: 0; }
.cr-pros li { font-size: 14px; color: #2d7a2d; padding: 4px 0; }
.cr-cons li { font-size: 14px; color: #c0392b; padding: 4px 0; }
.cr-info { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; }
.cr-info h2 { font-size: 18px; margin-bottom: 1rem; }
.cr-info p { font-size: 14px; color: #444; margin-bottom: 8px; }
.cr-mapa { margin-bottom: 1.5rem; }
.cr-mapa h2 { font-size: 18px; margin-bottom: 1rem; }
.cr-mapa iframe { border-radius: 12px; width: 100%; }
.cr-btn-ruta { display: block; text-align: center; margin-top: 1rem; padding: 12px; background: #1a73e8; color: white; border-radius: 8px; text-decoration: none; font-size: 15px; font-weight: 500; }
.cr-btn-ruta:hover { background: #1557b0; color: white; }
@media (max-width: 600px) {
.cr-pros-cons { grid-template-columns: 1fr; }
.cr-score-grande { font-size: 40px; }
}
.home .site-header,
.home #masthead,
.home .ast-masthead-custom-spacing,
.home .main-header-bar-wrap { display: none !important; }
.home .site-content { padding-top: 0 !important; margin-top: 0 !important; }
.home #content { padding: 0 !important; margin: 0 !important; }
.home .ast-container { max-width: 100% !important; padding: 0 !important; }
.home .ast-header-break-point,
.home #page,
.home .hfeed,
.home .site,
.home body.home { padding-top: 0 !important; margin-top: 0 !important; }
.home .entry-content { padding: 0 !important; margin: 0 !important; }
.home article.page { padding: 0 !important; margin: 0 !important; }
.home .ast-article-single { padding: 0 !important; }
#cr-home { margin-top: 0 !important; padding-top: 0 !important; }
.home .cr-hero { margin-top: 0 !important; }
.tax-categoria-negocio .site-header,
.tax-categoria-negocio #masthead,
.tax-categoria-negocio .main-header-bar-wrap { display: none !important; }
.tax-categoria-negocio .site-content { padding-top: 0 !important; margin-top: 0 !important; }
.tax-categoria-negocio #content { padding: 0 !important; margin: 0 !important; }
.tax-categoria-negocio .ast-container { max-width: 100% !important; padding: 0 !important; }
.tax-municipio .site-header,
.tax-municipio #masthead,
.tax-municipio .main-header-bar-wrap { display: none !important; }
.tax-municipio .site-content { padding-top: 0 !important; margin-top: 0 !important; }
.tax-municipio #content { padding: 0 !important; margin: 0 !important; }
.tax-municipio .ast-container { max-width: 100% !important; padding: 0 !important; }
.single-negocio .site-header,
.single-negocio #masthead,
.single-negocio .main-header-bar-wrap { display: none !important; }
.single-negocio .site-content { padding-top: 0 !important; margin-top: 0 !important; }
.single-negocio #content { padding: 0 !important; margin: 0 !important; }
.single-negocio .ast-container { max-width: 100% !important; padding: 0 !important; }
@media(max-width:768px){
.cr-nav .cr-nav-links { display: none !important; }
.cr-nav .cr-hamburger { display: flex !important; }
}
.cr-mobile-menu { display: none !important; }
.cr-mobile-menu.open { display: flex !important; flex-direction: column; }
.cr-hamburger {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
padding: 8px;
background: none !important;
border: none !important;
box-shadow: none !important;
outline: none;
}
.cr-hamburger span {
display: block;
width: 24px;
height: 2px;
background: #0a1628 !important;
border-radius: 2px;
}
@media(max-width:768px){
.cr-hamburger { display: flex !important; }
.cr-nav .cr-nav-links { display: none !important; }
}
.single-negocio #primary,
.single-negocio #main,
.single-negocio .site-main,
.single-negocio #content,
.single-negocio .ast-container {
max-width: 100% !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
.single-negocio .entry-content {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}