/* Moje konto: logowanie + B2B — pełna szerokość kolumny, bez centrowania wąskiego bloku */
.egrami-b2b-my-account-columns .egrami-b2b-registration-form.egrami-b2b-my-account {
    max-width: none;
    margin: 0;
}

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

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

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

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

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

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

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

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

.egrami-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;
}

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

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

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

.egrami-b2b-registration-disclaimer {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #666;
    margin-top: 1rem;
}

.egrami-b2b-registration-disclaimer p {
    margin: 0 0 0.75em;
}

.egrami-b2b-registration-disclaimer p:last-child {
    margin-bottom: 0;
}

.egrami-b2b-registration-disclaimer a {
    color: inherit;
    text-decoration: underline;
}

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

.egrami-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;}

