/* Pilot Membership — storefront badges and discount panel */

.pm-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.pm-badge--none {
    background: #f0f0f1;
    color: #646970;
    font-weight: 500;
}

.pm-discount-badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.pm-discount-badge {
    font-size: 11px;
}

.pm-discount-panel {
    margin: 16px 0 8px;
    padding: 16px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.pm-discount-panel__title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #6e6e6e;
    margin-bottom: 12px;
}

.pm-discount-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pm-discount-panel__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.pm-discount-panel__zhe {
    font-weight: 600;
    font-size: 14px;
}

.pm-discount-panel__price {
    font-size: 14px;
}

.pm-discount-panel__you {
    display: inline-flex;
    align-items: center;
    color: #2e7d32;
}

.pm-discount-panel__you svg {
    width: 16px;
    height: 16px;
}

.pm-discount-panel__cond,
.pm-discount-panel__note,
.pm-discount-panel__login {
    font-size: 12px;
    color: #6e6e6e;
    margin: 0;
    width: 100%;
}

.pm-discount-panel__login,
.pm-discount-panel__note {
    margin-top: 10px;
}

.woocommerce-cart .pm-discount-badge,
.woocommerce-checkout .pm-discount-badge,
.widget_shopping_cart .pm-discount-badge {
    margin-left: 6px;
    vertical-align: middle;
}

.woocommerce-cart del,
.woocommerce-checkout del {
    opacity: 0.55;
    margin-right: 6px;
}

.woocommerce-cart ins,
.woocommerce-checkout ins {
    text-decoration: none;
    font-weight: 600;
    background: transparent;
}
