/**
 * Frontend styles for POD Vendors
 */

/* Vendor Badge */
.pod-vendor-badge-container {
    margin-bottom: 15px;
}

.pod-vendor-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.pod-vendor-label {
    font-weight: normal;
    opacity: 0.9;
}

.pod-vendor-name {
    font-weight: 700;
}

/* Print on Demand Tab */
.woocommerce-Tabs-panel--pod_vendor h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.woocommerce-Tabs-panel--pod_vendor p {
    margin-bottom: 15px;
}
