/**
 * Copyright © 2024 Kemana. All rights reserved.
 * @author Evander Reinhart Mulyono <ermulyono@kemana.com>
 * http://www.kemana.com
 */

/**
 * Fix messy layout on customer my gift cards page
 */
.block.block-gift-card .block-content #check-code-form {
    margin-bottom: 5px;
}

.block.block-gift-card .block-content #check-code-form .actions .action.action-add.primary {
    margin-top: 5px;
}

.block.block-gift-card-setting .block-content .field.choice {
    display: flex;
}

.block.block-gift-card-setting .block-content .field.choice label {
    margin-top: 5px;
}

@media screen and (min-width: 768px)  {
    .modal-popup._inner-scroll .modal-inner-wrap {
        max-width: none !important;
    }
}
