body.memberpressgroup-template-page-group .mepr-price-boxes {
    display: flex;
    gap: var(--one-point-five-spacer);
}
@media screen and (max-width: 699px) {
    body.memberpressgroup-template-page-group .mepr-price-boxes {
        flex-direction: column;
    }
}

body.memberpressgroup-template-page-group .mepr-price-boxes * {
    color: var(--wp--preset--color--off-black);
    font-family: var(--wp--preset--font-family--pressura-mono);
    font-size: var(--wp--preset--font-size--small) !important;
    text-align: left;
}

body.memberpressgroup-template-page-group .mepr-price-box {
    background-color: transparent !important;
    border: 1px solid;
    border-radius: var(--one-spacer) !important;
    width: 100% !important;
    padding: var(--one-point-five-spacer) !important;
}

body.memberpressgroup-template-page-group .mepr-price-box-title {
    font-family: 'Whoopass', sans-serif;
    font-size: var(--wp--preset--font-size--x-large) !important;
    margin-top: 0 !important;
}

body.memberpressgroup-template-page-group .mepr-price-box-price {
    font-size: var(--wp--preset--font-size--medium) !important;
}

body.memberpressgroup-template-page-group .mepr-price-box-button {
    margin-bottom: 0 !important;
}

body.memberpressgroup-template-page-group .mepr-price-box-button a {
    display: block;
    width: fit-content !important;
    height: fit-content !important;
    padding: var(--zero-point-five-spacer) !important;
    border-radius: var(--zero-point-five-spacer) !important;
    text-decoration: none !important;
    color: var(--wp--preset--color--off-white) !important;
    background-color: var(--wp--preset--color--orange) !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}