<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.standard-form input[type="color"] {
    width: auto !important; /*override the 100% specified by BuddyPress*/
}

.field_type_image .bpxcftr-image {
    max-width: 100%;
}

/**
 * From to value field
 **/
.bpxcftr-from-to-edit-field input[type="text"] {
    width: 10em !important;
    display: inline;
}

.bpxcftr-from-to-edit-field-integer input[type="text"],
.bpxcftr-from-to-edit-field-numeric input[type="text"] {
    width: 4em !important;
}
</pre></body></html>