.bkfe-new-listing-form {
    max-width: 640px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-radius: 24px;
}
.bkfe-field {
    margin-bottom: 1.25rem;
}
.bkfe-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.bkfe-field input[type="text"],
.bkfe-field input[type="number"],
.bkfe-field input[type="date"],
.bkfe-field textarea,
.bkfe-field select {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
}
.bkfe-actions {
    margin-top: 1.5rem;
}
.bk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.4rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}
.bk-button--primary {
    background: #ffc83d;
    color: #1f2933;
    box-shadow: 0 12px 24px rgba(255, 200, 61, 0.35);
}
.bkfe-notice {
    max-width: 640px;
    margin: 1rem auto;
    padding: 1rem 1.25rem;
    border-radius: 12px;
}
.bkfe-notice--success {
    background: #ecfdf3;
    color: #166534;
}
.bkfe-notice--error {
    background: #fef2f2;
    color: #b91c1c;
}
.bkfe-notice ul {
    margin: 0;
    padding-left: 1.25rem;
}
