/* =============================================
   PDZ Woo Buy More Save More — Frontend Styles
   ============================================= */

.pdz-bmsm-banner {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 16px 0;
}

.pdz-bmsm-banner__title {
    font-weight: 700;
    font-size: .95em;
    color: #5d4037;
    margin-bottom: 10px;
}

.pdz-bmsm-banner__tiers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pdz-bmsm-tier {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ffe082;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: .88em;
    color: #555;
}

.pdz-bmsm-tier--active {
    background: #e8f5e9;
    border-color: #66bb6a;
    color: #2e7d32;
}

.pdz-bmsm-tier__percent {
    font-weight: 700;
    font-size: 1em;
    color: #e65100;
}

.pdz-bmsm-tier--active .pdz-bmsm-tier__percent {
    color: #2e7d32;
}

.pdz-bmsm-tier__badge {
    font-size: .8em;
    font-weight: 600;
    background: #66bb6a;
    color: #fff;
    border-radius: 20px;
    padding: 2px 8px;
    white-space: nowrap;
}

.pdz-bmsm-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 0 0 16px;
    font-size: .9em;
    flex-wrap: wrap;
}

.pdz-bmsm-notice__icon {
    font-size: 1.3em;
    flex-shrink: 0;
}

.pdz-bmsm-notice__text {
    flex: 1;
    color: #0d47a1;
    min-width: 200px;
}

.pdz-bmsm-notice__btn {
    background: #1976d2;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: .85em;
    white-space: nowrap;
}

.pdz-bmsm-notice__btn:hover {
    background: #1565c0;
}

@media (max-width: 600px) {
    .pdz-bmsm-banner__tiers { flex-direction: column; }
    .pdz-bmsm-notice { flex-direction: column; align-items: flex-start; }
}
