/* POD Cart / Checkout Preview Styles */
.pod-cart-previews {
    margin-top: 8px;
    padding: 10px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.pod-preview-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}
.pod-thumb-wrap {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d1d5db;
    background: #fff;
}
.pod-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pod-thumb-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #6b7280;
    padding: 3px;
    text-align: center;
}
.pod-thumb-file i { font-size: 18px; color: #ef4444; }
.pod-thumb-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #6366f1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
}
.pod-order-previews {
    margin-top: 10px;
}
