/* GadgetPickup Bonus Coupon — Brand color: #0088cc */

/* ════════════════════════════════════════════════
   TOP BANNER
   ════════════════════════════════════════════════ */
#gp-bonus-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
}

.gp-bonus-banner__text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.gp-bonus-banner__btn {
    background: transparent;
    border: none;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
    padding: 0;
    font-family: inherit;
    letter-spacing: 0.5px;
}

.gp-bonus-banner__btn:hover { opacity: 0.8; }

@media (max-width: 768px) {
    #gp-bonus-banner { font-size: 12px; padding: 8px 12px; }
    .gp-bonus-banner__btn { font-size: 11px; }
}

/* ════════════════════════════════════════════════
   RIGHT BLOCK — inside Trade-In Summary
   Стиль: голубий фон, пунктирна рамка, БЕЗ кнопки Remove
   ════════════════════════════════════════════════ */
.gp-bonus-cart-row > td {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.gp-bonus-right-block {
    background: #e8f4fc;
    border: 1.5px dashed #0088cc;
    border-radius: 6px;
    padding: 10px 14px;
    margin: 2px 0 6px;
}

.gp-bonus-right-block__inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gp-bonus-right-block__icon {
    font-size: 15px;
    flex-shrink: 0;
}

.gp-bonus-right-block__label {
    flex: 1;
    font-weight: 700;
    color: #005580;
    font-size: 13px;
}

.gp-bonus-right-block__amount {
    font-weight: 700;
    color: #005580;
    font-size: 13px;
    white-space: nowrap;
}

.gp-bonus-right-block__progress {
    margin: 6px 0 0;
    font-size: 11.5px;
    color: #444;
    line-height: 1.4;
}

.gp-bonus-right-block__progress strong {
    color: #0088cc;
}

.gp-bonus-right-block__progress--max {
    color: #007a00;
    font-weight: 600;
}

/* ════════════════════════════════════════════════
   BOTTOM BLOCK — під таблицею товарів
   Стиль: суцільна голуба рамка, З кнопкою Remove
   ════════════════════════════════════════════════ */
.gp-bonus-bottom-block {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e8f4fc;
    border: 1.5px solid #0088cc;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 10px 0 0;
    flex-wrap: nowrap;
}

.gp-bonus-bottom-block__icon {
    font-size: 18px;
    flex-shrink: 0;
    color: #0088cc;
}

.gp-bonus-bottom-block__text {
    flex: 1;
    font-size: 13px;
    color: #003d5c;
    line-height: 1.4;
}

.gp-bonus-bottom-block__text strong {
    color: #005580;
}

/* Remove кнопка — стиль як у конкурента */
.gp-bonus-remove-btn {
    background: #fff !important;
    border: 1px solid #bbb !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    padding: 4px 14px !important;
    cursor: pointer;
    color: #444 !important;
    white-space: nowrap;
    font-family: inherit;
    line-height: 1.5 !important;
    height: auto !important;
    box-shadow: none !important;
    flex-shrink: 0;
    transition: border-color 0.15s, background 0.15s;
}

.gp-bonus-remove-btn:hover {
    border-color: #666 !important;
    background: #f5f5f5 !important;
    color: #222 !important;
}

/* ════════════════════════════════════════════════
   CHECKOUT progress row
   ════════════════════════════════════════════════ */
.gp-bonus-checkout-progress td {
    background: #e8f4fc !important;
    padding: 6px 12px !important;
}

.gp-bonus-progress-text {
    color: #444;
    font-size: 12px;
    line-height: 1.4;
}

.gp-bonus-progress-text strong {
    color: #0088cc;
}
