/* ============================================================
   VibeTheOG Chat — Divi Full-Width Page Template Helper
   ============================================================ */

.et_pb_section .vibetheog-chat-inline {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.et_pb_section.vibetheog-chat-section .et_pb_row {
    padding: 0;
}

@media (max-width: 768px) {
    .et_pb_section.vibetheog-chat-section {
        padding: 0;
    }

    .et_pb_section .vibetheog-chat-inline {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        z-index: 99998;
        border-radius: 0;
    }
}

/* Force inline chat visible even if vibetheog-chat-hidden class present */
.vibetheog-chat-inline {
    display: flex !important;
}
