.owocni-b2b-registration-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.owocni-b2b-registration-form h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.owocni-b2b-form-row {
    margin-bottom: 20px;
}

.owocni-b2b-form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.owocni-b2b-form-row .required {
    color: #e74c3c;
}

.owocni-b2b-form-row input[type="text"],
.owocni-b2b-form-row input[type="email"],
.owocni-b2b-form-row input[type="tel"],
.owocni-b2b-form-row input[type="password"],
.owocni-b2b-form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.owocni-b2b-form-row input:focus,
.owocni-b2b-form-row textarea:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

.owocni-b2b-form-row small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.owocni-b2b-submit-button {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.owocni-b2b-submit-button:hover {
    background-color: #005a87;
}

.owocni-b2b-submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.owocni-b2b-form-messages {
    margin-bottom: 20px;
    margin-top: 10px;
}

.owocni-b2b-success {
    padding: 15px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    font-weight: 500;
    display: block;
}

.owocni-b2b-error {
    padding: 15px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    font-weight: 500;
    display: block;
}
.wapf-image-swatch-wrapper {width:100% !important;}

