.digiondel-order-bump {
    position: relative;
    margin: 18px 0;
    padding: 18px;
    border: 2px dashed #f59e0b;
    border-radius: 14px;
    background: #fffbeb;
    color: #1f2937;
}

.digiondel-order-bump__badge {
    display: inline-block;
    margin-bottom: 9px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f59e0b;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.digiondel-order-bump__title {
    margin-bottom: 7px;
    color: #111827;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.digiondel-order-bump__description {
    margin-bottom: 13px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.digiondel-order-bump__choice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
    padding: 12px;
    border: 1px solid #fbbf24;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.45;
}

.digiondel-order-bump__checkbox {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    flex: 0 0 auto;
    accent-color: #16a34a;
}

.digiondel-order-bump__price {
    margin-top: 11px;
    color: #475569;
    font-size: 14px;
}

.digiondel-order-bump__price strong {
    color: #15803d;
    font-size: 18px;
}

.digiondel-order-bump__status {
    min-height: 18px;
    margin-top: 7px;
    color: #64748b;
    font-size: 12px;
}

@media (max-width: 767px) {
    .digiondel-order-bump {
        padding: 15px;
        border-radius: 12px;
    }

    .digiondel-order-bump__title {
        font-size: 17px;
    }

    .digiondel-order-bump__choice {
        padding: 11px;
        font-size: 14px;
    }
}
