/* Sweet Alert 2 */
div:where(.swal2-container) button,
div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 0 !important;
}

.swal2-confirm {
    background-color:  var(--esocidae-color-theme, #000) !important;
}

.swal2-confirm:focus {
    box-shadow: none !important;
}

/* step 02 - order details */
.sg-voucher__02__row--detail:not(:first-child) {
    margin-top: 2rem;
}

.sg-voucher__02__grid__title {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    border-bottom: solid 1px;
}

.sg-voucher__sc__banner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sg-voucher__sc__banner .button {
    width: 100%;
    margin-top: -1.5rem;
    margin-left: auto;
    margin-right: auto;
}

/* medium screens and up */
@media screen and (min-width: 40em) {
    .row--shipping-postal_code { padding-right: 0.5rem }
}

/* large screens and up */
@media screen and (min-width: 64em) {
    .sg-voucher__sc__banner .button {
        width: 560px;
    }
}

.form__message {
    padding: 1rem;
    border: solid 1px #383838;
    text-align: left;
}

.form__message p:last-of-type {
    margin-bottom: 0;
}