/* SalesHub — complementary add-ons on the single product page */
.shpm-fe-addons {
    margin: 16px 0;
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fafbfc;
}
.shpm-fe-addons-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
}
.shpm-fe-addon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.shpm-fe-addon:last-child {
    margin-bottom: 0;
}
.shpm-fe-addon input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}
.shpm-fe-addon-name {
    font-weight: 500;
}
.shpm-fe-addon-price {
    color: #2563eb;
    font-weight: 600;
}
.shpm-fe-gift-wrap {
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.shpm-linked-addon-qty {
    display: inline-block;
    min-width: 2em;
    text-align: center;
}
