@use '@talend/design-tokens/lib/tokens' as tokens;

.container {
	height: 100%;
	display: flex;
	flex-direction: column;

	.header {
		display: flex;
		justify-content: space-between;
		margin-bottom: tokens.$coral-spacing-s;

		:global(.btn-icon-only) {
			padding: 0 tokens.$coral-spacing-xxs;

			span {
				display: none;
			}
		}
	}

	.body {
		flex: 1 1 auto;
	}

	.element-container > * {
		width: 100%;
		height: 100%;
	}
}
