/* Product page preorder notice */
.joepro-preorder-notice {
    background-color: #db5f00 !important;
    color: #ffffff !important;
    border-left: 4px solid #db5f00 !important;
    padding: 12px;
    font-size: 1rem;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .joepro-preorder-notice {
        font-size: 0.95rem;
        padding: 10px;
    }
}

/* Thumbnail badge overlay */
.joepro-preorder-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #db5f00 !important;
    color: #ffffff !important;
    padding: 6px 10px;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Ensure product container allows positioning */
.woocommerce ul.products li.product {
    position: relative;
}
