.nab-preview-url-title-action {
	height: auto;
}

.nab-preview-url-modal {
	max-width: 30em;

	&__url {
		display: flex;
		flex-direction: row;
		gap: 0.5em;
		margin-bottom: 1em;

		input {
			flex-grow: 1;
			flex-shrink: 0;
		}

		.nelio-ab-testing-clipboard-button {
			flex-grow: 0;
			flex-shrink: 0;
		}
	}
}
