/*  GAP3 Coders Taxonomy Post Order Frontend Styles */

/* Custom post order indicator (optional) */
.gap3coderstpo-ordered-posts {
    /* Add any frontend-specific styling here */
}

.gap3coderstpo-ordered-posts .post {
    /* Styling for ordered posts */
}

/* Optional: Add a small indicator that posts are custom ordered */
.gap3coderstpo-custom-order-notice {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #f0f0f0;
    border-left: 3px solid #0073aa;
    border-radius: 3px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gap3coderstpo-custom-order-notice {
        font-size: 11px;
        padding: 4px 8px;
    }
}