#fb-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 900px;
    margin: 20px auto;
    background: var(--fb-bg, inherit);  /* theme से background ले */
    border-radius: 8px;
    color: inherit;   /* text color inherit करेगा */
}

#fb-form p {
    margin-bottom: 12px;
    color: inherit;   /* text auto change होगा */
}

#fb-form input, 
#fb-form select {
    width: 100%;
    padding: 6px;
    margin-top: 4px;
    background: inherit;   /* input bg theme के हिसाब से */
    color: inherit;        /* input text theme के हिसाब से */
    border: 1px solid #ccc;
    border-radius: 4px;
}

#fb-form button,
.fb-actions button {
    background: #0073aa;
    color: #fff;
    padding: 8px 14px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fb-actions { margin-top: 15px; }
.fb-actions button { margin-right: 10px; }
