.mjs-djep-price {
    display: inline-block;
    color: #cf1c88;
    font-family: Oswald, Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

.djep-add-quote button.add-quote.button,
button.add-quote.button,
.mjs-qbp-confirm {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    max-width: 100% !important;
    min-height: 48px !important;
    padding: 14px 34px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(45deg, #550147 0%, #cf1c88 76%) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.djep-add-quote {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}

.djep-add-quote.added button.add-quote.button {
    background: #4CAF50 !important;
}

.mini-quote-btn {
    display: grid;
    grid-template-columns: minmax(90px, 1fr) auto auto;
    align-items: center;
    gap: 10px 12px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px 0;
    border-bottom: 1px solid rgba(84,28,67,.12);
    transition: background 0.2s ease;
}

.mini-quote-btn:last-child {
    border-bottom: none;
}

.mini-quote-btn:hover {
    background: rgba(84,28,67,0.03);
}

.mini-quote-btn span {
    font-size: 13.5px;
    line-height: 20.25px;
    font-weight: 500;
    letter-spacing: normal;
    color: #17171F;
}

.mini-quote-btn span:first-child {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.mini-quote-btn span:nth-child(2) {
    font-weight: 600;
    min-width: max-content;
    white-space: nowrap;
    margin-left: 0;
    justify-self: end;
}

.mini-quote-btn button.add-quote.button {
    grid-column: auto !important;
    width: auto !important;
    min-width: 112px !important;
    min-height: 46px !important;
    padding: 12px 22px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1 !important;
    justify-self: end !important;
}

.djep-add-quote.added .mini-quote-btn button.add-quote.button {
    min-width: 104px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    white-space: nowrap !important;
}

@media (max-width: 300px) {
    .mini-quote-btn {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .mini-quote-btn button.add-quote.button {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        justify-self: stretch !important;
    }
}

/* Clickable item links */

.mini-quote-btn a,
.mini-quote-btn a:visited {
    color: #17171F !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.mini-quote-btn a:hover,
.mini-quote-btn a:focus {
    color: #cf1c88 !important;
    text-decoration: underline !important;
}
.mini-quote-btn span:first-child a:hover,
.mini-quote-btn span:first-child a:hover *,
.mini-quote-btn:hover span:first-child a {
    color: #cf1c88 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
