<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

.btn-secondary {
    display: block;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5rem;
    transition: all 0.3s;
    color: var(--blue);
    background-color: transparent;
}

.btn-secondary:hover {
    color: var(--dark-pink)!important;
    background-color: transparent!important;
}

.modal.info-modal.show {
    display: flex!important;
    justify-content: center;
}

.modal.info-modal .modal-dialog {
    width: 96%;
    max-width: 550px;
}

.modal.info-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal.info-modal .modal-header .modal-header__title {
        font-size: 1.25rem;
        line-height: 1.875rem;
        color: var(--blue);
    }

.modal.info-modal .modal-body {
    padding: var(--bs-modal-header-padding);
    text-align: justify;
}

.customer-edit-spacer {
    height: 80px;
}

.finalize-order-button-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.finalize-order-button-wrapper a {
    max-width: 350px;
}

.article-section .article-wrapper img {
    display: inline;
}</pre></body></html>