.wcpom-badge,
.wcpom-loop-badge,
.wcpom-cart-badge {
    background: #2271b1;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.wcpom-preorder-info {
    margin: 15px 0;
}

.wcpom-delivery {
    color: #666;
    margin: 8px 0 4px;
}

.wcpom-remaining {
    color: #d63638;
    font-weight: 600;
    margin: 4px 0;
}

.wcpom-loop-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.wcpom-cart-badge {
    margin-left: 8px;
    font-size: 11px;
    vertical-align: middle;
}

.wcpom-checkout-delivery {
    color: #666;
    display: block;
    margin-top: 4px;
}

/* Notice wrapper — inline error messages below add-to-cart */
.wcpom-notice-wrapper {
    margin: 12px 0 0;
}

.wcpom-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    animation: wcpom-slide-in 0.25s ease-out;
}

.wcpom-notice--error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.wcpom-notice--success {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.wcpom-notice__icon {
    flex-shrink: 0;
    font-size: 16px;
}

.wcpom-notice__message {
    flex: 1;
}

.wcpom-notice__dismiss {
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
    padding: 0 2px;
    line-height: 1;
}

.wcpom-notice__dismiss:hover {
    opacity: 1;
}

@keyframes wcpom-slide-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
