/* AJIT B2B – front styles */

.ajitb2b-register .ajitb2b-form .form-group {
    margin-bottom: 18px;
}
.ajitb2b-register .form-group .required { color: #e74c3c; }
.ajitb2b-register .has-error .form-control {
    border-color: #e74c3c;
}
.ajitb2b-register .help-block.error {
    color: #e74c3c;
    font-weight: bold;
}

/* Customer-side B2B panel */
.ajitb2b-customer-panel-front .b2b-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}
.ajitb2b-customer-panel-front .b2b-stat-card {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}
.ajitb2b-customer-panel-front .b2b-stat-num {
    font-size: 22px;
    font-weight: bold;
    color: #222;
}
.ajitb2b-customer-panel-front .b2b-stat-lbl {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    margin-top: 5px;
}

.ajitb2b-customer-panel-front .b2b-info-block {
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.ajitb2b-customer-panel-front .b2b-info-pinned {
    border-left-color: #f39c12;
    background: #fffdf6;
}
.ajitb2b-customer-panel-front .b2b-info-content a {
    color: #3498db;
    word-break: break-all;
}

.ajitb2b-customer-panel-front .b2b-paid {
    color: #27ae60;
    font-weight: bold;
}
.ajitb2b-customer-panel-front .b2b-unpaid {
    color: #e74c3c;
    font-weight: bold;
}

/* Catalog mode – ukrycie cen i koszyka, kiedy body ma klasę */
body.ajitb2b-catalog-mode .product-price-and-shipping,
body.ajitb2b-catalog-mode .add-to-cart,
body.ajitb2b-catalog-mode .product-add-to-cart,
body.ajitb2b-catalog-mode .price,
body.ajitb2b-catalog-mode #_desktop_cart {
    display: none !important;
}

/* Sam tryb ukrywania cen – bez ukrywania koszyka */
body.ajitb2b-hide-prices .product-price-and-shipping,
body.ajitb2b-hide-prices .price,
body.ajitb2b-hide-prices .product-prices {
    visibility: hidden;
}

/* Link do panelu B2B w kafelkach my-account */
#ajitb2b-panel-link .link-item i {
    font-size: 32px;
    display: block;
    margin: 0 auto 10px;
}

/* AJIT B2B – embedded formularz w CMS / widgetach */
.ajitb2b-register.ajitb2b-embedded {
    margin: 30px 0;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-left: 4px solid #f39c12;
    border-radius: 6px;
    background: #fff;
}
.ajitb2b-register.ajitb2b-embedded h3 {
    margin: 0 0 20px;
    color: #222;
}
