/* Guest Account From Cart - Module Styles */

#guest-email-container {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
}

#guest-email-feedback {
    margin-top: 5px;
    font-weight: bold;
}

/* Override theme margin on the submit button inside the cart modal */
#btn-guest-submit {
    margin-bottom: 0 !important;
}