/* ============================================================
   VENTRATA WIDGET - Versão Melhorada
   ============================================================ */

#page_content_wrapper .inner .inner_wrapper .sidebar_wrapper {
    position: sticky;
    top: 90px;
    z-index: 5;
}

/* Widget principal do Ventrata */
aside[ventrata-embedded-widget] {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    max-height: 600px;           /* valor inicial - será controlado pelo JS */
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Scrollbar customizada */
aside[ventrata-embedded-widget]::-webkit-scrollbar {
    width: 6px;
}

aside[ventrata-embedded-widget]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

aside[ventrata-embedded-widget]::-webkit-scrollbar-thumb:hover {
    background: #a5244c;
}

/* Similar Tours - garante que fica sempre por cima */
.tour_related {
    position: relative;
    z-index: 10;
    background-color: #fff;
    margin-top: 50px;           /* mais espaço visual */
    padding-top: 20px;
}

/* Botão Buy Ticket fixo no sidebar (caso queiras reforçar) */
.sidebar_top {
    position: relative;
    z-index: 6;
}