/* Listing Logo only: keep the helper copy readable beside neither the button nor the viewport edge. */
@media (max-width: 640px) {
    body.rsh-account-skin-add-listing #dashboard .form-field-_listing_logo-container .uploadButton {
        display: block;
        min-height: 0;
        margin-top: 0;
    }

    body.rsh-account-skin-add-listing #dashboard .form-field-_listing_logo-container .uploadButton-button {
        display: inline-flex;
        max-width: 100%;
    }

    body.rsh-account-skin-add-listing #dashboard .form-field-_listing_logo-container .uploadButton-file-name {
        display: block;
        width: 100%;
        min-height: 0;
        height: auto;
        margin-top: 8px;
        padding: 0;
        overflow: visible;
        overflow-wrap: anywhere;
        line-height: 1.45;
        white-space: normal;
    }
}
