.quickfix {
    position: fixed;
    inset: 0;
    width: min( 60ch, 90vw );
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    /* padding: var( --gap ); */
    background: #fff;
}
    /* border: 1px solid var( --brand-color ); */

    .quickfix::backdrop {
        background-color: rgba( 0, 0, 0, .8 );
        cursor: pointer;
    }

    .quickfix .card__cta {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: var( --gap );
    }
/*# sourceMappingURL=quickfix.css.map */