/* Svapaland B2B Frontend Styles */

.svapaland-b2b-price-hidden {
    display: inline-block;
    text-align: center;
}

.svapaland-register-price {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.svapaland-register-price a {
    color: #1e73be;
    text-decoration: none;
}

.svapaland-register-price a:hover {
    color: #0d5a99;
    text-decoration: underline;
}

.svapaland-register-link {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.svapaland-register-link small {
    font-size: 12px;
}

.svapaland-register-link a {
    color: #1e73be;
    text-decoration: none;
    font-weight: 500;
}

.svapaland-register-link a:hover {
    text-decoration: underline;
}

/* Product page B2B message */
.svapaland-b2b-message {
    background: #f8f9fa;
    border-left: 4px solid #1e73be;
    padding: 15px 20px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
}

.svapaland-b2b-message p {
    margin: 0 0 10px 0;
}

.svapaland-b2b-message p:last-child {
    margin-bottom: 0;
}

.svapaland-b2b-message a {
    color: #1e73be;
    font-weight: 600;
    text-decoration: none;
}

.svapaland-b2b-message a:hover {
    text-decoration: underline;
}

/* Registration form styling */
.woocommerce-form-row h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    color: #333;
    font-size: 18px;
}
