/* Fix menú móvil y chat ayuda Librería Woody */

.woody-help-widget,
.woody-help-widget * {
    box-sizing: border-box;
}

.woody-help-widget {
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;
    z-index: 999999 !important;
    font-family: Nunito, Arial, sans-serif !important;
}

.woody-help-button {
    min-width: 118px !important;
    height: 54px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #f26938, #ff8b48) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 18px 34px rgba(242,105,56,.28) !important;
}

.woody-help-button span {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.2) !important;
}

.woody-help-panel {
    position: absolute !important;
    right: 0 !important;
    bottom: 68px !important;
    width: min(370px, calc(100vw - 32px)) !important;
    max-height: min(580px, calc(100vh - 120px)) !important;
    display: none !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #fff !important;
    border: 1px solid #eadfc8 !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.22) !important;
}

.woody-help-panel.open {
    display: flex !important;
}

.woody-help-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 16px 18px !important;
    background: #1f4e79 !important;
    color: #fff !important;
}

.woody-help-head strong {
    display: block !important;
}

.woody-help-head small {
    color: rgba(255,255,255,.78) !important;
}

.woody-help-head button {
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.16) !important;
    color: #fff !important;
    font-size: 1.4rem !important;
    cursor: pointer !important;
}

.woody-help-body {
    padding: 16px !important;
    overflow-y: auto !important;
    max-height: 390px !important;
    display: grid !important;
    gap: 10px !important;
    overscroll-behavior: contain !important;
}

.woody-help-msg {
    padding: 12px 14px !important;
    border-radius: 16px !important;
    line-height: 1.45 !important;
}

.woody-help-msg-bot {
    background: #f4f8fc !important;
    color: #31465b !important;
}

.woody-faq-item {
    width: 100% !important;
    text-align: left !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    border: 1px solid #eadfc8 !important;
    background: #fffdf7 !important;
    color: #1f4e79 !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

.woody-help-actions {
    padding: 14px 16px !important;
    border-top: 1px solid #eadfc8 !important;
    background: #fffdf7 !important;
}

.woody-whatsapp-btn {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: #25d366 !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

@media(max-width:900px) {
    .nav-menu.open {
        display: flex !important;
    }
}

@media(max-width:600px) {
    .woody-help-widget {
        right: 14px !important;
        bottom: 14px !important;
    }

    .woody-help-button {
        min-width: 104px !important;
        height: 50px !important;
    }
}
