/* ============================================================
   MINI-CART PREORDER BADGE — smaller size
============================================================ */
.jaco-preorder-badge {
    display: inline-block !important;
    background: #0F2E25 !important;
    color: #ffffff !important;

    /* Smaller font */
    font-size: 9px !important;
    font-weight: 600 !important;

    /* Smaller padding */
    padding: 2px 5px !important;

    /* Slimmer badge corners */
    border-radius: 2px !important;

    margin-bottom: 3px !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
}

/* ============================================================
   SHOP / ARCHIVE BADGE
============================================================ */
.jaco-preorder-badge-archive {
    position: absolute !important;

    /* FIX: prevent Rey hover transform from hiding the badge */
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;

    /* Your requested movement */
    top: 18px !important;      /* move down */
    right: 20px !important;    /* move left */

    /* Smaller size */
    padding: 3px 6px !important;
    font-size: 9px !important;
    border-radius: 2px !important;

    z-index: 99 !important;  /* stays above all */
}

/* ============================================================
   PRODUCT PAGE NOTICE
============================================================ */
.jaco-preorder-notification {
    background: #f7f7f7 !important;
    border-left: 3px solid #0F2E25 !important;
    padding: 10px 14px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.jaco-preorder-notification a {
    color: #0F2E25 !important;
    text-decoration: underline !important;
}

/* Mini-cart short message (kept for future) */
.mini-preorder-message {
    font-size: 11px !important;
    font-weight: 600 !important;
    opacity: 0.85 !important;
    text-transform: uppercase !important;
}

/* Remove underline from preorder link */
.preorder-policy-link {
    text-decoration: none !important;
}

/* ============================================================
   ADMIN LIST COLORS
============================================================ */

/* Preorder text (green) */
.preorder-admin-green {
    color: #5b841b !important;
    font-weight: 600 !important;
}

/* Quantity next to preorder: black */
.preorder-qty {
    color: #000 !important;
    font-weight: normal !important;
}
