body.bn-vendor-registration-page {
    background: #f4f6f8;
}

body.bn-vendor-registration-page .site-main {
    padding: 30px 0 70px;
}

body.bn-vendor-registration-page .page-content {
    width: min(100% - 32px, 1450px);
    margin: 0 auto;
}

body.bn-vendor-registration-page .page-content > .woocommerce-message {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid #d9e9f2;
    border-left: 4px solid #1d5f87;
    border-radius: 14px;
    background: #f8fbfd;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.65;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

body.bn-vendor-registration-page .page-content > .woocommerce-message::before {
    content: none !important;
    display: none !important;
}

.wcpv-registration-wrapper {
    max-width: 1450px !important;
}

body.bn-vendor-registration-page .wcpv-registration-wrapper {
    position: relative;
}

body.bn-vendor-registration-page .wcpv-messages {
    margin: 0 auto 20px;
    max-width: 1450px;
}

body.bn-vendor-registration-page .wcpv-messages:empty {
    display: none;
}

body.bn-vendor-registration-page .wcpv-registration-header {
    position: relative;
    z-index: 3;
    padding: 24px 28px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

body.bn-vendor-registration-page .wcpv-registration-header::after {
    display: none;
}

body.bn-vendor-registration-page .wcpv-registration-header h1 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #1d5f87;
}

body.bn-vendor-registration-page .wcpv-registration-info {
    margin-top: 8px;
}

body.bn-vendor-registration-page .wcpv-registration-info p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.65;
    color: #64748b;
}

body.bn-vendor-registration-page .wcpv-registration-wrapper > main {
    position: relative;
    z-index: 1;
    margin-top: 14px;
    padding: 0;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form {
    position: relative;
    display: grid;
    gap: 22px;
    padding: 26px;
    border: 1px solid #e5edf4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.bn-vendor-registration-page .wcpv-form-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    margin: 0;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
}

body.bn-vendor-registration-page .wcpv-form-section > .screen-reader-text {
    position: absolute;
}

body.bn-vendor-registration-page .wcpv-form-section legend {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    max-width: 100%;
    margin: 0 0 2px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(231, 79, 8, 0.08);
    color: #1d5f87;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 38px;
    text-transform: uppercase;
}

body.bn-vendor-registration-page .wcpv-form-section legend::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 0 0 0 6px rgba(231, 79, 8, 0.14);
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form .form-row,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form p:not(.screen-reader-text) {
    margin: 0;
    padding: 0;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form .form-row-first,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .form-row-last {
    float: none;
    width: 100%;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form .form-row-wide,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .vendor-profile-label,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .submit-button,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .clear,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form #wp-wcpv-vendor-profile-wrap,
body.bn-vendor-registration-page .wcpv-form-section > .description,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .vendor-profile-label + .wp-editor-wrap {
    grid-column: 1 / -1;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form .clear {
    display: none;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form label {
    display: block;
    margin-bottom: 9px;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form .required {
    color: var(--color-primary);
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form .description {
    display: block;
    margin-top: 10px;
    padding-left: 14px;
    border-left: 2px solid rgba(0, 109, 148, 0.18);
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.7;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="text"],
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="email"],
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="password"],
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="tel"],
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="url"],
body.bn-vendor-registration-page .wcpv-shortcode-registration-form textarea,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form select {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1.5px solid #dbe5ee;
    border-radius: 16px;
    background: #fff;
    color: #1e293b;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form textarea {
    min-height: 126px;
    padding: 14px 16px;
    resize: vertical;
}

p.form-row.form-row-wide.vendor-profile-label {
    margin-bottom: -15px !important;
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="text"]:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="email"]:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="password"]:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="tel"]:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form input[type="url"]:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form textarea:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form select:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .wp-switch-editor:focus,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .wcpv-tinymce-keyboard-help-button:focus {
    outline: none;
    border-color: #006d94;
    box-shadow: 0 0 0 4px rgba(0, 109, 148, 0.12);
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form input::placeholder,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form textarea::placeholder {
    color: #94a3b8;
}

body.bn-vendor-registration-page .vendor-profile-label {
    display: block;
    width: 100% !important;
}

body.bn-vendor-registration-page .vendor-profile-label label {
    margin: 0 0 9px;
}

body.bn-vendor-registration-page .vendor-profile-label textarea,
body.bn-vendor-registration-page .vendor-profile-label .description {
    width: 100%;
}

body.bn-vendor-registration-page .wcpv-tinymce-keyboard-help-button {
    display: none;
}

body.bn-vendor-registration-page .wcpv-tinymce-keyboard-help-button:hover {
    border-color: rgba(29, 95, 135, 0.35);
    color: var(--color-primary);
    transform: translateY(-1px);
}

body.bn-vendor-registration-page .wp-editor-wrap {
    border: 1px solid #dbe5ee;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

body.bn-vendor-registration-page .wp-editor-tools {
    padding: 12px 12px 0;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
}

body.bn-vendor-registration-page .wp-editor-tabs {
    gap: 8px;
}

body.bn-vendor-registration-page .wp-switch-editor {
    min-height: 38px;
    margin: 0 8px 0 0;
    padding: 0 16px;
    border: 1px solid #d7e3ec !important;
    border-radius: 999px 999px 0 0;
    background: rgba(255, 255, 255, 0.8) !important;
    color: #64748b !important;
    font-size: 0.82rem;
    font-weight: 700;
    transition: color 0.2s ease, background 0.2s ease;
}

body.bn-vendor-registration-page .wp-switch-editor.switch-tmce,
body.bn-vendor-registration-page .wp-switch-editor.switch-html {
    box-shadow: none !important;
}

body.bn-vendor-registration-page .wp-switch-editor.switch-tmce.active,
body.bn-vendor-registration-page .wp-switch-editor.switch-html.active,
body.bn-vendor-registration-page .html-active .switch-html,
body.bn-vendor-registration-page .tmce-active .switch-tmce {
    background: #fff !important;
    color: #1d5f87 !important;
    border-bottom-color: #fff !important;
}

body.bn-vendor-registration-page .wp-editor-container,
body.bn-vendor-registration-page .quicktags-toolbar,
body.bn-vendor-registration-page .mce-toolbar-grp,
body.bn-vendor-registration-page .mce-statusbar,
body.bn-vendor-registration-page .mce-panel {
    border-color: #e5edf4 !important;
}

body.bn-vendor-registration-page .quicktags-toolbar {
    padding: 10px 12px !important;
    background: #fff !important;
}

body.bn-vendor-registration-page .quicktags-toolbar .button,
body.bn-vendor-registration-page .quicktags-toolbar input[type="button"] {
    min-height: 34px;
    margin: 0 6px 6px 0;
    padding: 0 12px;
    border: 1px solid #dbe5ee !important;
    border-radius: 10px;
    background: #f8fafc !important;
    color: #475569 !important;
    box-shadow: none !important;
}

body.bn-vendor-registration-page .quicktags-toolbar .button:hover,
body.bn-vendor-registration-page .quicktags-toolbar input[type="button"]:hover {
    background: #eef6fb !important;
    color: #1d5f87 !important;
}

body.bn-vendor-registration-page .mce-top-part::before {
    box-shadow: none !important;
}

body.bn-vendor-registration-page .mce-btn button {
    background: transparent !important;
}

body.bn-vendor-registration-page .mce-ico,
body.bn-vendor-registration-page .mce-txt,
body.bn-vendor-registration-page .mce-caret {
    color: #475569 !important;
}

body.bn-vendor-registration-page .mce-btn:hover .mce-ico,
body.bn-vendor-registration-page .mce-btn:hover .mce-txt,
body.bn-vendor-registration-page .mce-btn:focus .mce-ico,
body.bn-vendor-registration-page .mce-btn:focus .mce-txt {
    color: #1d5f87 !important;
}

body.bn-vendor-registration-page .mce-edit-area iframe {
    min-height: 280px !important;
    background: #fff;
}

body.bn-vendor-registration-page .wp-editor-area {
    min-height: 280px;
    border: 0 !important;
    border-top: 1px solid #e5edf4 !important;
    border-radius: 0 0 22px 22px !important;
}

body.bn-vendor-registration-page .submit-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

body.bn-vendor-registration-page .submit-button .button,
body.bn-vendor-registration-page .submit-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    min-width: 220px;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #e86a10, #e74f08);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 28px rgba(231, 79, 8, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    cursor: pointer;
}

body.bn-vendor-registration-page .submit-button .button:hover,
body.bn-vendor-registration-page .submit-button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(231, 79, 8, 0.34);
    filter: saturate(1.05);
}

body.bn-vendor-registration-page .submit-button .button:focus,
body.bn-vendor-registration-page .submit-button button:focus {
    outline: none;
    box-shadow:
        0 18px 32px rgba(231, 79, 8, 0.28),
        0 0 0 4px rgba(231, 79, 8, 0.18);
}

body.bn-vendor-registration-page .wcpv-shortcode-registration-form [aria-invalid="true"],
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .input-error,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .error input,
body.bn-vendor-registration-page .wcpv-shortcode-registration-form .error textarea {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1) !important;
}

body.bn-vendor-registration-page .wcpv-messages .woocommerce-error,
body.bn-vendor-registration-page .wcpv-messages .woocommerce-message,
body.bn-vendor-registration-page .wcpv-messages .woocommerce-info,
body.bn-vendor-registration-page .wcpv-messages .notice,
body.bn-vendor-registration-page .wcpv-messages > div {
    margin: 0 0 14px;
    padding: 16px 18px;
    border: 1px solid #e5edf4;
    border-left: 4px solid #006d94;
    border-radius: 18px;
    background: #fff;
    color: #334155;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

body.bn-vendor-registration-page .wcpv-messages .woocommerce-error {
    border-left-color: #dc2626;
    background: #fff5f5;
    color: #991b1b;
}

body.bn-vendor-registration-page .wcpv-messages .woocommerce-message {
    border-left-color: #047857;
    background: #f0fdf4;
    color: #166534;
}

body.bn-vendor-registration-page .wcpv-messages ul {
    margin: 0;
    padding-left: 18px;
}

body.bn-vendor-registration-page .bn-vendor-steps,
body.bn-vendor-registration-page .bn-vendor-review-step,
body.bn-vendor-registration-page .bn-vendor-step-panel {
    grid-column: 1 / -1;
}

body.bn-vendor-registration-page .bn-vendor-steps {
    margin-bottom: 4px;
}

body.bn-vendor-registration-page .bn-vendor-steps__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

body.bn-vendor-registration-page .bn-vendor-steps__container::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}

body.bn-vendor-registration-page .bn-vendor-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

body.bn-vendor-registration-page .bn-vendor-step.is-hidden {
    display: none;
}

body.bn-vendor-registration-page .bn-vendor-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 4px solid #f4f6f8;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 800;
}

body.bn-vendor-registration-page .bn-vendor-step__label {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.45;
    text-transform: uppercase;
}

body.bn-vendor-registration-page .bn-vendor-step.is-active .bn-vendor-step__icon {
    background: #006d94;
    color: #fff;
}

body.bn-vendor-registration-page .bn-vendor-step.is-active .bn-vendor-step__label {
    color: #006d94;
}

body.bn-vendor-registration-page .bn-vendor-step.is-done .bn-vendor-step__icon {
    background: #1d5f87;
    color: #fff;
}

body.bn-vendor-registration-page .bn-vendor-step.is-done .bn-vendor-step__label {
    color: #1d5f87;
}

body.bn-vendor-registration-page .bn-vendor-step-panel[hidden] {
    display: none !important;
}

body.bn-vendor-registration-page .bn-vendor-step-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    grid-column: 1 / -1;
    margin-top: 6px;
}

body.bn-vendor-registration-page .bn-vendor-step-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.bn-vendor-registration-page .bn-vendor-step-button--primary {
    margin-left: auto;
    border: 0;
    background: #e74f08;
    color: #fff;
}

body.bn-vendor-registration-page .bn-vendor-step-button--secondary {
    border: 1px solid #dbe5ee;
    background: #fff;
    color: #334155;
}

body.bn-vendor-registration-page .bn-vendor-review-step {
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
}

body.bn-vendor-registration-page .bn-vendor-review-step__intro h2 {
    margin: 0;
    color: #1d5f87;
    font-size: 1.15rem;
    line-height: 1.3;
}

body.bn-vendor-registration-page .bn-vendor-review-step__intro p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.7;
}

body.bn-vendor-registration-page .bn-vendor-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

body.bn-vendor-registration-page .bn-vendor-review-card,
body.bn-vendor-registration-page .bn-vendor-review-note {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
}

body.bn-vendor-registration-page .bn-vendor-review-card h3,
body.bn-vendor-registration-page .bn-vendor-review-note h3 {
    margin: 0 0 14px;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 800;
}

body.bn-vendor-registration-page .bn-vendor-review-list {
    display: grid;
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
    gap: 10px 14px;
    margin: 0;
}

body.bn-vendor-registration-page .bn-vendor-review-list dt {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
}

body.bn-vendor-registration-page .bn-vendor-review-list dd {
    margin: 0;
    color: #1e293b;
    font-size: 0.88rem;
    line-height: 1.7;
}

body.bn-vendor-registration-page .bn-vendor-review-list dd.is-empty {
    grid-column: 1 / -1;
    color: #64748b;
}

body.bn-vendor-registration-page .bn-vendor-review-note {
    margin-top: 18px;
}

body.bn-vendor-registration-page .bn-vendor-review-note p {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.75;
}

body.bn-vendor-registration-page .bn-vendor-review-step__actions {
    margin-top: 18px;
}

body.bn-vendor-registration-page .bn-vendor-review-step__actions .submit-button {
    margin-top: 0;
}

.bn-toast-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    width: 340px;
    max-width: calc(100vw - 48px);
}

@keyframes bn-toast-in {
    from { transform: translateX(calc(100% + 24px)); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes bn-toast-out {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(calc(100% + 24px)); opacity: 0; }
}

@keyframes bn-toast-progress {
    from { width: 100%; }
    to { width: 0%; }
}

.bn-toast {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow: hidden;
    padding: 16px 18px 16px 22px;
    border-left: 4px solid #006d94;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    pointer-events: all;
    animation: bn-toast-in .4s cubic-bezier(.34,1.56,.64,1) forwards;
}

.bn-toast.is-leaving {
    animation: bn-toast-out .3s ease forwards;
}

.bn-toast::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #006d94;
    animation: bn-toast-progress 5s linear forwards;
}

.bn-toast--error {
    border-left-color: #e74c3c;
}

.bn-toast--error::after {
    background: #e74c3c;
}

.bn-toast__icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: #006d94;
    font-size: 1.1rem;
}

.bn-toast--error .bn-toast__icon {
    color: #e74c3c;
}

.bn-toast__body {
    flex-grow: 1;
    color: #1e293b;
    font-size: 0.87rem;
    font-weight: 500;
    line-height: 1.5;
}

.bn-toast__close {
    flex-shrink: 0;
    margin-top: 1px;
    padding: 0;
    border: none;
    background: none;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
}

.bn-toast__close:hover {
    color: #475569;
}

.bn-toast:hover::after {
    animation-play-state: paused;
}

@media (max-width: 900px) {
    body.bn-vendor-registration-page .wcpv-form-section {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    body.bn-vendor-registration-page .wcpv-registration-wrapper > main {
        margin-top: 14px;
        padding: 0;
    }

    body.bn-vendor-registration-page .submit-button {
        justify-content: stretch;
    }

    body.bn-vendor-registration-page .submit-button .button,
    body.bn-vendor-registration-page .submit-button button {
        width: 100%;
    }

    body.bn-vendor-registration-page .bn-vendor-review-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.bn-vendor-registration-page .site-main {
        padding: 24px 0 56px;
    }

    body.bn-vendor-registration-page .page-content {
        width: min(100% - 20px, 1450px);
    }

    body.bn-vendor-registration-page .page-content > .woocommerce-message {
        padding: 16px;
        font-size: 0.9rem;
    }

    body.bn-vendor-registration-page .wcpv-registration-header {
        border-radius: 16px;
        padding: 18px 16px;
    }

    body.bn-vendor-registration-page .wcpv-registration-info p {
        font-size: 0.95rem;
    }

    body.bn-vendor-registration-page .wcpv-registration-wrapper > main {
        margin-top: 10px;
        padding: 0;
    }

    body.bn-vendor-registration-page .wcpv-shortcode-registration-form {
        padding: 18px;
        border-radius: 24px;
    }

    body.bn-vendor-registration-page .wcpv-form-section {
        padding: 20px 18px;
        border-radius: 22px;
        gap: 18px;
    }

    body.bn-vendor-registration-page .vendor-profile-label {
        align-items: flex-start;
    }

    body.bn-vendor-registration-page .wcpv-tinymce-keyboard-help-button {
        width: 100%;
    }

    body.bn-vendor-registration-page .wp-editor-tools {
        padding: 10px 10px 0;
    }

    body.bn-vendor-registration-page .wp-switch-editor {
        min-width: calc(50% - 4px);
        margin-right: 0;
        border-radius: 14px 14px 0 0;
    }

    body.bn-vendor-registration-page .quicktags-toolbar {
        padding: 10px !important;
    }

    body.bn-vendor-registration-page .bn-vendor-steps__container {
        gap: 8px;
    }

    body.bn-vendor-registration-page .bn-vendor-step__label {
        font-size: 0.68rem;
    }

    body.bn-vendor-registration-page .bn-vendor-step__icon {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }

    body.bn-vendor-registration-page .bn-vendor-step-actions {
        flex-direction: column;
    }

    body.bn-vendor-registration-page .bn-vendor-step-button {
        width: 100%;
    }

    body.bn-vendor-registration-page .bn-vendor-review-step {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .bn-toast-container {
        top: 12px;
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
    }

    body.bn-vendor-registration-page .bn-vendor-review-list {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.bn-vendor-registration-page .wcpv-shortcode-registration-form input,
    body.bn-vendor-registration-page .wcpv-shortcode-registration-form textarea,
    body.bn-vendor-registration-page .wcpv-shortcode-registration-form select,
    body.bn-vendor-registration-page .submit-button .button,
    body.bn-vendor-registration-page .submit-button button,
    body.bn-vendor-registration-page .wcpv-tinymce-keyboard-help-button {
        transition: none;
    }
}
