.ct-import-export {

	input[type="file"] {
		display: none;
	}

	button {
		width: 100%;

		&.button-primary {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 0.5em;
		}
	}

	.ct-attachment {
		margin-bottom: 20px;
	}
}