.voyage_action_footer {
    display: none;
}

#footer-widget {
    display: none;
    width: 100%;
}

@media (max-width: 768px) {

    #footer-widget-close {
        position: absolute;
        right: 5px;
        top: -1.4rem;
    }

    #footer-action {
        width: 100%;
    }

    .voyage_action_footer {
        display: block;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 99999;
    }

    .voyage_action_section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 10px;
        background: #fff;
        border-top: 1px solid #ccc;
    }

    .voyage_footer_widget {
        display: flex;
        flex-direction: column;
        gap: 0.2em;
    }

    .voyage_footer_link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #7CAAE6;
        padding: 0.6rem 1rem;
        border-radius: 0.6em;
    }

    .voyage_footer_link span {
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

    .footer_button, .voyage_action_button {
        padding: 0.5rem 1rem;
        background-color: #5d8ac5;
        border-radius: 1.08rem;
        border: 1px solid #5d8ac5;
        color: white !important;
        cursor: pointer;
        font-family: Mulish, serif;
        font-weight: bold;
        font-size: 14px;
        white-space: nowrap !important;
        text-align: center;
    }

    #footer-widget-close{
        padding-top: 0.4rem;
    }

    .voyage_footer_link .footer_button {
        padding: 0.2rem 1rem;
    }

    .footer_button:hover, .voyage_action_button:hover {
        background-color: #e68162;
        border-color: #e68162;
        color: white;
    }

    .voyage_action_button {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

}