/* this is for 2.4 only */
#tab_gravityformsdropbox table.gforms_form_settings > tbody > tr > th {
	padding: 0;
	width: 0;
}

.gdropbox.ginput_container {
	margin-bottom: 0;
}

.ginput_container .gform-dropbox-upload-button {
	margin-top: 0.25rem;
	margin-bottom: 1rem;
}

/* this is for 2.4 only */
.gforms_settings_wrap #gform_dropbox_auth_button {
	margin-top: .75em;
}

/* this style can go away when the status indicator component has a non-hover variant in core */
.gform-dropbox-settings-description .gform-status-indicator:not(:has(span.gform-status-indicator-status)):hover {
	box-shadow: none;
	border-color: rgba(87, 192, 145, 0.24);
}

/* These two styles can be removed and this can be replaced with the component without the active icon once that's available in core */
.gform-dropbox-settings-description .gform-status-indicator:not(:has(span.gform-status-indicator-status)) {
	padding: 0.375rem 0.5rem 0.375rem 0.5rem;
}

.gform-dropbox-settings-description .gform-status-indicator:not(:has(span.gform-status-indicator-status)) svg {
	display: none;
}
