.pet-quantity-control {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
}

.pet-quantity-control .pet-qty-input {
    width: 4.5rem;
    text-align: center;
}

.pet-qty-btn {
    min-width: 2.5rem;
    text-align: center;
}

.pet-wc-item-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.35rem;
}
.pet-wc-item-pill__label {
    margin-right: 0.25rem;
}
.pet-wc-item-pill .wc-block-components-formatted-money-amount {
    font-weight: 600;
}

.pet-bulk-tier {
    display: block;
    padding: 0.4rem 0.75rem;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pet-bulk-tier.highlight {
    background-color: #16a34a;
    color: #fff;
}

.pet-bulk-price-summary {
    margin-top: 1rem;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    background: #f8fafc;
}

.pet-bulk-price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.pet-bulk-price-line:last-child {
    margin-bottom: 0;
}

.pet-bulk-price-line .label {
    font-weight: 600;
    color: #1e293b;
}

.pet-bulk-price-line .value {
    font-weight: 600;
}

.pet-bulk-price-line--saved.is-hidden {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    padding-top: 16px;
}
