/* ==========================================================================
   ESTILOS GENERALES Y HERO - VIVE POTOSÍ
   ========================================================================== */

.vp-index-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 15px;
    margin-bottom: -60px;
    font-family: 'Inter', system-ui, sans-serif;
    color: #1e293b;
}

/* Hero Estilo TripAdvisor */
.vp-trip-hero {
    background: linear-gradient(135deg, #243746 0%, #1a2732 100%);
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(36, 55, 70, 0.15);
}
.vp-trip-content {
    max-width: 700px;
    margin: 0 auto;
}
.vp-trip-content h1 {
    font-size: 2.3rem;
    font-weight: 900;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}
.vp-trip-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.vp-trip-tabs a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    backdrop-filter: blur(5px);
}
.vp-trip-tabs a:hover, .vp-trip-tabs a.active {
    background: #EB0045;
    color: #ffffff;
}
.vp-trip-search-bar {
    display: flex;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px 6px 6px 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    align-items: center;
}
.vp-trip-search-bar i {
    color: #64748b;
    font-size: 1rem;
    margin-right: 10px;
}
.vp-trip-search-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.95rem;
    color: #0f172a;
    background: transparent;
}
.vp-trip-search-bar button {
    background: #EB0045;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}
.vp-trip-search-bar button:hover {
    background: #c5003a;
}

/* ==========================================================================
   SLIDER BANNER DESTACADOS (SUPERIOR)
   ========================================================================== */
.vp-banner-slider-wrap {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 5px 2px;
}
.vp-banner-slider-wrap::-webkit-scrollbar { display: none; }

.vp-banner-slide-card {
    min-width: 100%;
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    flex-shrink: 0;
    box-sizing: border-box;
    align-items: stretch;
}
@media (max-width: 768px) {
    .vp-banner-slide-card { grid-template-columns: 1fr; }
}

.vp-bs-left-img {
    position: relative;
    height: 320px;
    background: #cbd5e1;
    width: 100%;
}
.vp-bs-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vp-bs-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 800;
    font-size: 2rem;
}
.vp-bs-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(36, 55, 70, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    z-index: 2;
}

.vp-bs-right-content {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}
.vp-bs-logo-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}
.vp-bs-logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    font-weight: 800;
    color: #243746;
}
.vp-bs-logo img { width: 100%; height: 100%; object-fit: cover; }
.vp-bs-tagline {
    color: #EB0045;
    font-size: 0.70rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 2px;
}
.vp-bs-right-content h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #243746;
    margin: 0;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vp-bs-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vp-bs-meta-clean {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}
.vp-bs-dir {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
}
.vp-bs-btn {
    background: #243746;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.2s;
}
.vp-bs-btn:hover {
    background: #EB0045;
    transform: translateY(-2px);
}

/* ==========================================================================
   CONTENEDORES CON FONDOS SUAVES BASADOS EN MARCA
   ========================================================================== */
.vp-section-wrapper-offer {
    background: rgba(235, 0, 69, 0.035);
    border: 1px solid rgba(235, 0, 69, 0.12);
    border-radius: 20px;
    padding: 25px;
}
.vp-section-wrapper-new {
    background: rgba(36, 55, 70, 0.035);
    border: 1px solid rgba(36, 55, 70, 0.12);
    border-radius: 20px;
    padding: 25px;
}

/* ==========================================================================
   TARJETAS HORIZONTALES
   ========================================================================== */
.vp-horiz-scroll-wrap {
    overflow: hidden;
    width: 100%;
}
.vp-horiz-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 8px;
}
.vp-horiz-track::-webkit-scrollbar { display: none; }

.vp-horiz-item {
    min-width: calc(25% - 12px);
    width: calc(25% - 12px);
    flex-shrink: 0;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .vp-horiz-item { min-width: calc(50% - 8px); width: calc(50% - 8px); }
}
@media (max-width: 640px) {
    .vp-horiz-item { min-width: 100%; width: 100%; }
}

.vp-trip-h-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
}
.vp-trip-h-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.vp-thc-thumb {
    width: 95px;
    height: 100%;
    background: #e2e8f0;
    flex-shrink: 0;
    position: relative;
}
.vp-thc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vp-thc-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-weight: 700; }

.vp-thc-info {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    overflow: hidden;
}
.vp-thc-info h4 {
    font-size: 0.88rem;
    font-weight: 800;
    color: #243746;
    margin: 0 0 3px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.vp-offer-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: #EB0045;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.vp-offer-rating {
    font-size: 0.72rem;
    font-weight: 700;
    color: #d97706;
    display: flex;
    align-items: center;
    gap: 4px;
}
.vp-new-cat {
    font-size: 0.73rem;
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
   TARJETAS VERTICALES (CATEGORÍA AL AZAR)
   ========================================================================== */
.vp-horiz-item-v {
    min-width: calc(25% - 12px);
    width: calc(25% - 12px);
    flex-shrink: 0;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .vp-horiz-item-v { min-width: calc(50% - 8px); width: calc(50% - 8px); }
}
@media (max-width: 640px) {
    .vp-horiz-item-v { min-width: 100%; width: 100%; }
}

.vp-trip-v-card {
    background: #ffffff;
    border-radius: 14px;
    text-decoration: none;
    color: #1e293b;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.vp-trip-v-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.vp-tvc-thumb {
    position: relative;
    height: 180px;
    background: #e2e8f0;
    width: 100%;
}
.vp-tvc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vp-tvc-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-weight: 700; }

.vp-tvc-rating-circle {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.8rem;
    color: #1e293b;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 3;
}

.vp-tvc-info {
    padding: 12px;
}
.vp-tvc-info h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #243746;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}
.vp-tvc-dir {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
   BARRA DE CATEGORÍAS PILLS
   ========================================================================== */
.vp-categories-section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding-right: 40px;
}
.vp-categories-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 6px 4px;
}
.vp-categories-wrapper::-webkit-scrollbar { display: none; }
.vp-cat-pill {
    flex-shrink: 0;
    width: 95px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}
.vp-cat-pill:hover, .vp-cat-pill.active {
    border-color: #EB0045;
    color: #EB0045;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(235, 0, 69, 0.1);
}
.vp-cat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #243746;
    margin-bottom: 6px;
}
.vp-cat-next-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #243746;
}

/* ==========================================================================
   SECCIONES GENERALES Y DIRECTORIO
   ========================================================================== */
.vp-section-block { margin-bottom: 40px; }
.vp-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 8px;
}
.vp-section-header h3 { font-size: 1.4rem; font-weight: 800; color: #243746; margin: 0; }
.vp-badge-top12 {
    background: #EB0045;
    color: #fff;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}
.vp-section-subtitle { font-size: 0.85rem; color: #64748b; font-weight: 500; margin-left: 15px; flex: 1; }
.vp-carousel-nav-controls { display: flex; gap: 8px; }
.vp-carousel-nav-controls button {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    color: #243746;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.vp-carousel-nav-controls button:hover { background: #EB0045; border-color: #EB0045; color: #fff; }

.vp-places-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) { .vp-places-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .vp-places-grid { grid-template-columns: 1fr; } }

.vp-all-categories-directory {
    background: #243746;
    border-radius: 20px;
    padding: 35px;
    margin-top: 40px;
    box-shadow: 0 10px 25px rgba(36, 55, 70, 0.15);
}
.vp-dir-header-fix h3 { color: #ffffff !important; border-bottom: none !important; }
.vp-dir-header-fix { border-bottom: none !important; justify-content: center !important; text-align: center !important; margin-bottom: 25px !important; }
.vp-categories-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
@media (max-width: 768px) { .vp-categories-3col-grid { grid-template-columns: 1fr; } }
.vp-col-cat-item {
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    color: #243746;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.2s;
}
.vp-col-cat-item:hover {
    background: #EB0045;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(235, 0, 69, 0.25);
}
.vp-col-cat-item:hover i { color: #ffffff; }
.vp-col-cat-item i { color: #EB0045; transition: color 0.2s; }

/* ==========================================================================
   CORRECCIÓN DE BÚSQUEDA EN MÓVIL
   ========================================================================== */
@media (max-width: 768px) {
    .vp-trip-search-bar {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%;
    }
    
    .vp-trip-search-bar input[type="text"] {
        flex: 1;
        min-width: 0; /* Impide que el input rompa el contenedor flex */
        box-sizing: border-box;
        width: auto;
    }
    
    .vp-trip-search-bar button {
        flex-shrink: 0;
        box-sizing: border-box;
    }
}


/* ==========================================================================
   ESTILOS PARA CATEGORIAS.PHP (MIGAS DE PAN CLARAS Y RANKING TOP 10)
   ========================================================================== */

.vp-cat-header-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.vp-cat-breadcrumbs {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.vp-cat-breadcrumbs a {
    color: #EB0045;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
}
.vp-cat-breadcrumbs a:hover {
    color: #c5003a;
    text-decoration: underline;
}
.vp-cat-breadcrumbs span {
    color: #475569;
    font-weight: 600;
}
.vp-cat-header-section h1 {
    font-size: 2rem;
    font-weight: 900;
    color: #243746;
    margin: 0;
}

/* Tarjetas de Ranking Tipo TripAdvisor (Top 10) */
.vp-ranking-card-item {
    min-width: calc(25% - 12px);
    width: calc(25% - 12px);
    flex-shrink: 0;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .vp-ranking-card-item { min-width: calc(50% - 8px); width: calc(50% - 8px); }
}
@media (max-width: 640px) {
    .vp-ranking-card-item { min-width: 100%; width: 100%; }
}

.vp-ranking-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.vp-ranking-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.vp-rc-thumb {
    position: relative;
    height: 170px;
    background: #e2e8f0;
    width: 100%;
}
.vp-rc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vp-rc-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-weight: 700; }

.vp-rc-rank-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
    background: #243746;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 3;
}

.vp-rc-info {
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.vp-rc-dir {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vp-rc-info h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #243746;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}
.vp-rc-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
}
.vp-rc-score {
    font-weight: 800;
    color: #243746;
}
.vp-rc-stars {
    color: #d97706;
    font-size: 0.7rem;
    display: flex;
    gap: 1px;
}
.vp-rc-stars .fa-star:not(.filled) {
    color: #cbd5e1;
}
.vp-rc-count {
    color: #94a3b8;
    font-size: 0.75rem;
}

/* ========================================================
   ESTILOS DE LUGARES - STICKY RESTAURADO & ESPACIADO AJUSTADO
   ======================================================== */
html {
    scroll-behavior: smooth;
}

/* Neutralizar restricciones de WordPress para que el Sticky funcione perfectamente */
html, body, #page, .site, .site-content, .content-area, main, .entry-content {
    overflow: visible !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* Wrapper Principal (Espacio inferior ajustado a 25px para acercar al footer) */
.vp-ubg-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px 25px;
    font-family: sans-serif;
    color: #333;
    overflow: visible !important;
    box-sizing: border-box;
}

/* Grid Principal (Flexbox) */
.vp-club-main-grid {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    width: 100%;
    overflow: visible !important;
    box-sizing: border-box;
}

/* Columna Izquierda / Sidebar Sticky (Funcionando al 100%) */
.vp-club-left-column {
    flex: 0 0 380px;
    width: 380px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: -40px;
    align-self: flex-start;
    z-index: 10;
    box-sizing: border-box;
}

/* Panel Derecho */
.vp-club-right-panel {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 25px 25px 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    box-sizing: border-box;
    overflow: hidden;
}

/* Responsive para dispositivos móviles */
@media (max-width: 992px) {
    .vp-club-main-grid {
        flex-direction: column;
    }
    .vp-club-left-column {
        position: static;
        flex: none;
        width: 100%;
        max-width: 100%;
        align-self: stretch;
    }
    .vp-club-right-panel {
        width: 100%;
        max-width: 100%;
        padding: 15px;
    }
}

/* Panel Izquierdo Oscuro */
.vp-club-left-panel {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px 25px 15px 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
}

/* Migas de pan */
.vp-club-breadcrumbs {
    font-size: 0.82rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.vp-club-breadcrumbs a {
    color: #cbd5e1;
    text-decoration: none;
}
.vp-club-breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}
.vp-club-breadcrumbs span, 
.vp-club-breadcrumbs a:last-child {
    color: #f8fafc;
    font-weight: 600;
    text-transform: uppercase;
}

/* Galería / Carrusel */
.vp-club-carousel-wrap {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
}
.vp-club-carousel-track {
    display: flex;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.vp-club-carousel-track::-webkit-scrollbar {
    display: none;
}
.vp-club-carousel-item {
    flex: 0 0 100%;
    height: 100%;
    scroll-snap-align: start;
}
.vp-club-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vp-club-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background 0.2s;
}
.vp-club-carousel-btn:hover {
    background: #EB0045;
}
.vp-btn-prev { left: 10px; }
.vp-btn-next { right: 10px; }

/* Logo y Nombre del Local */
.vp-club-brand-row {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 100%;
}
.vp-club-logo-mini {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vp-club-logo-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vp-club-logo-ph {
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.vp-club-brand-row h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    word-break: break-word;
}

/* ========================================================
   MINI INSIGNIAS DE CALIFICACIÓN (PANEL IZQUIERDO)
   ======================================================== */
.vp-club-brand-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1;
}

.vp-club-mini-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vp-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.vp-mini-badge:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.vp-badge-green {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
}
.vp-badge-green i {
    color: #22c55e;
    font-size: 0.68rem;
}

.vp-badge-red {
    background: rgba(235, 0, 69, 0.15);
    color: #ff4d79;
    border: 1px solid rgba(235, 0, 69, 0.3);
}
.vp-badge-red i {
    color: #EB0045;
    font-size: 0.68rem;
}

.vp-badge-editorial {
    background: rgba(2, 132, 199, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(2, 132, 199, 0.3);
}
.vp-badge-editorial i {
    color: #0284c7;
    font-size: 0.68rem;
}

/* Redes Sociales */
.vp-club-social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.vp-club-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.vp-club-social-icon:hover {
    background: #EB0045;
    color: #fff;
    transform: translateY(-2px);
}
.vp-club-social-icon:hover svg {
    fill: #fff;
    color: #fff;
}

/* Descripción del Local */
.vp-club-desc-box p {
    font-size: 0.9rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
    word-break: break-word;
}

/* Estado Abierto / Cerrado */
.vp-club-status-row {
    display: flex;
    align-items: center;
}
.vp-switch-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid transparent;
}
.vp-switch-handle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}
.vp-switch-status.on {
    background: #dcfce7;
    color: #15803d;
    border-color: #bbf7d0;
}
.vp-switch-status.on .vp-switch-handle {
    background: #22c55e;
    box-shadow: 0 0 6px #22c55e;
}
.vp-switch-status.off {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fecaca;
}
.vp-switch-status.off .vp-switch-handle {
    background: #ef4444;
}

/* ========================================================
   WIDGET DE VOTACIÓN Y REPUTACIÓN
   ======================================================== */
.vp-rating-widget-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    color: #1e293b;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
}
.vp-rating-header h3 {
    font-size: 1.1rem;
    margin: 0 0 10px 0;
    color: #0f172a;
    font-weight: 700;
}
.vp-rating-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.vp-rating-big-num {
    font-size: 2rem;
    font-weight: 800;
    color: #EB0045;
}
.vp-rating-stars-display .vp-star {
    color: #cbd5e1;
    font-size: 1.2rem;
}
.vp-rating-stars-display .vp-star.filled {
    color: #EB0045;
}
.vp-rating-count {
    font-size: 0.9rem;
    color: #64748b;
}
.vp-rating-form label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: #475569;
}
.vp-star-selector {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 12px;
}
.vp-star-selector input {
    display: none;
}
.vp-star-selector label {
    font-size: 1.5rem;
    color: #cbd5e1;
    cursor: pointer;
    transition: color 0.2s;
}
.vp-star-selector input:checked ~ label,
.vp-star-selector label:hover,
.vp-star-selector label:hover ~ label {
    color: #EB0045;
}
.vp-rating-submit-btn {
    background: #0284c7;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
}
.vp-rating-submit-btn:hover {
    background: #0369a1;
}
.vp-voted-notice {
    font-size: 0.85rem;
    color: #166534;
    background: #dcfce7;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.vp-rating-breakdown {
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vp-breakdown-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    color: #334155;
}
.vp-breakdown-label {
    width: 75px;
    font-weight: 500;
}
.vp-breakdown-bar-bg {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}
.vp-breakdown-bar-fill {
    height: 100%;
    background: #EB0045;
    border-radius: 4px;
}
.vp-breakdown-count {
    width: 24px;
    text-align: right;
    color: #64748b;
    font-weight: 500;
}

/* ========================================================
   TARJETA DE OFERTA
   ======================================================== */
.vp-club-single-offer-box {
    position: relative;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}
.vp-club-single-offer-box.has-img {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 0;
    align-items: stretch;
}
@media (max-width: 768px) {
    .vp-club-single-offer-box.has-img {
        grid-template-columns: 1fr;
    }
    .vp-club-offer-col-right {
        border-left: none !important;
        border-top: 2px dashed #cbd5e1;
        padding-top: 20px;
        margin-top: 20px;
        padding-left: 0 !important;
    }
}

.vp-club-offer-col-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 20px;
    justify-content: center;
    min-width: 0;
}
.vp-club-benefit-subtitle {
    font-size: 0.92rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
    word-break: break-word;
}

.vp-club-offer-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.vp-club-disc-badge {
    background: #EB0045;
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex-shrink: 0;
}
.vp-club-offer-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    margin: 0;
    line-height: 1.2;
    word-break: break-word;
}

.vp-club-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.72rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    width: fit-content;
    text-transform: uppercase;
    max-width: 100%;
}
.vp-club-pill svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
    flex-shrink: 0;
}

.vp-club-desc-cond {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.4;
    margin: 0;
    word-break: break-word;
}

.vp-club-action-btn {
    display: block;
    text-align: center;
    background: #EB0045;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
}
.vp-club-action-btn:hover {
    background: #c8003a;
    color: #fff;
}

.vp-club-offer-col-right {
    width: 100%;
    height: 100%;
    min-height: 180px;
    border-left: 2px dashed #cbd5e1;
    padding-left: 25px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-width: 0;
}
.vp-club-offer-col-right img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* Icono de tijera */
.vp-coupon-scissors {
    position: absolute;
    top: -14px;
    right: 35px;
    background: #fff;
    border: 2px dashed #cbd5e1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.vp-coupon-scissors svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Especialidades y Áreas de Servicio */
.vp-club-sub-title {
    font-size: 0.85rem;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.vp-club-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
}
.vp-club-tag-item {
    background: #f1f5f9;
    color: #334155;
    font-size: 0.82rem;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    max-width: 100%;
    word-break: break-word;
}
.vp-club-tag-item.vp-tag-area {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

/* Corrección para iframes de mapas en panel derecho */
.vp-club-right-panel iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* ========================================================
   CARRUSEL HORIZONTAL (VIDEOS Y NOTICIAS) - ADAPTADO MÓVIL
   ======================================================== */
.vp-horiz-scroll-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.vp-horiz-track {
    display: flex !important;
    flex-direction: row !important;
    grid-template-columns: none !important;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    max-width: 100%;
}

.vp-horiz-track::-webkit-scrollbar {
    display: none;
}

.vp-horiz-item {
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
    scroll-snap-align: start;
    box-sizing: border-box;
}

/* Controles de navegación */
.vp-carousel-nav-controls {
    display: flex;
    gap: 6px;
}
.vp-carousel-nav-controls button {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: background 0.2s, color 0.2s;
}
.vp-carousel-nav-controls button:hover {
    background: #EB0045;
    color: #fff;
    border-color: #EB0045;
}

/* Encabezados de sección con controles */
.vp-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    max-width: 100%;
}

/* Tarjeta de Video en Carrusel */
.vp-lugar-video-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.vp-lugar-video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.vp-lugar-thumb-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #0f172a;
    overflow: hidden;
}
.vp-lugar-thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.vp-lugar-video-card:hover .vp-lugar-thumb-wrap img {
    transform: scale(1.05);
}

.vp-lugar-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.vp-lugar-video-card:hover .vp-lugar-play-overlay {
    opacity: 1;
}

.vp-lugar-play-icon {
    width: 40px;
    height: 40px;
    background: #eb0045;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(235,0,69,0.4);
}

.vp-lugar-video-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #ffffff;
    box-sizing: border-box;
    max-width: 100%;
}

.vp-lugar-video-title {
    color: #1e293b;
    font-size: 0.85rem;
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
}

.vp-lugar-video-tag {
    font-size: 0.7rem;
    color: #0284c7;
    font-weight: 700;
    text-transform: uppercase;
}

/* Tarjeta de Noticia en Carrusel */
.vp-lugar-news-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.vp-lugar-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.vp-lugar-news-thumb {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #0f172a;
}
.vp-lugar-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.vp-lugar-news-card:hover .vp-lugar-news-thumb img {
    transform: scale(1.05);
}

.vp-lugar-news-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
    max-width: 100%;
}

.vp-lugar-news-date {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.vp-lugar-news-title {
    color: #1e293b;
    font-size: 0.85rem;
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
}

/* ========================================================
   ESTILOS EDITORIAL / OPINIÓN DEL EQUIPO
   ======================================================== */
.vp-editorial-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}
.vp-editorial-score-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.vp-editorial-score-num {
    background: #0284c7;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 10px;
}
.vp-editorial-score-info {
    display: flex;
    flex-direction: column;
}
.vp-editorial-score-info strong {
    font-size: 0.95rem;
    color: #1e293b;
}
.vp-editorial-score-info span {
    font-size: 0.8rem;
    color: #64748b;
}
.vp-editorial-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}
@media (max-width: 480px) {
    .vp-editorial-pillars {
        grid-template-columns: 1fr;
    }
}
.vp-pillar-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #334155;
    box-sizing: border-box;
}
.vp-pillar-item strong {
    color: #0284c7;
}
.vp-editorial-text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
    word-break: break-word;
}
.vp-editorial-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
    word-break: break-word;
}

/* ========================================================
   SECCIÓN DE LUGARES RELACIONADOS (ANCHO COMPLETO - 4 COLUMNAS)
   ======================================================== */
.vp-related-section {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    box-sizing: border-box;
    max-width: 100%;
}

.vp-related-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vp-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
}

.vp-related-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
}

.vp-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
}

.vp-related-thumb {
    width: 100%;
    height: 140px;
    background: #0f172a;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vp-related-card:hover .vp-related-thumb img {
    transform: scale(1.05);
}

.vp-related-ph {
    color: #94a3b8;
    font-weight: bold;
    font-size: 1.2rem;
}

.vp-related-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
    max-width: 100%;
}

.vp-related-info h4 {
    color: #1e293b;
    font-size: 0.92rem;
    margin: 0;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.vp-related-loc {
    font-size: 0.78rem;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

/* Responsivo para tablets y móviles */
@media (max-width: 1024px) {
    .vp-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .vp-related-grid {
        grid-template-columns: 1fr;
    }
}

/* Margen superior de seguridad al hacer scroll por anclaje */
#vp-rating-section,
#vp-editorial-section {
    scroll-margin-top: 100px;
}

/* Añade o reemplaza este bloque al final de tu style.css para forzar la eliminación del espacio generado por el tema de WordPress */
.vp-ubg-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: -30px !important;
}

/* Neutralizar márgenes y rellenos inferiores de contenedores nativos de WordPress */
.site-content, .content-area, main, .entry-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

