.abcpi-order-bumps {
    width: 100%;
    margin: 0 0 18px;
    padding: 13px;
    border: 1px solid #dce8f8;
    border-radius: 12px;
    background: #f8fbff;
}

.abcpi-order-bumps > h3 {
    margin: 0 0 10px;
    color: #223047;
    font-size: 1rem;
    line-height: 1.25;
}

.abcpi-order-bumps__list {
    display: grid;
    gap: 8px;
}

.abcpi-order-bump {
    display: grid;
    grid-template-columns: 20px 48px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 58px;
    padding: 7px 10px;
    border: 1px solid #cfe0f5;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}

.abcpi-order-bump:hover {
    border-color: #2f8cff;
}

.abcpi-order-bump > input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #2f8cff;
}

.abcpi-order-bump__image {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
}

.abcpi-order-bump__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.abcpi-order-bump__content {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.abcpi-order-bump__title {
    min-width: 0;
    color: #223047;
    font-size: .9rem;
    line-height: 1.25;
}

.abcpi-order-bump__price {
    flex: 0 0 auto;
    color: #2f8cff;
    font-size: .9rem;
    font-weight: 800;
    white-space: nowrap;
}

.abcpi-order-bump__price del {
    display: none;
}

.abcpi-recommendations > h2 {
    margin-bottom: 22px;
    text-align: center;
    color: #223047;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    line-height: 1.2;
}

@media (max-width: 560px) {
    .abcpi-order-bump__content {
        display: block;
    }

    .abcpi-order-bump__price {
        display: block;
        margin-top: 3px;
    }
}
