.lws-shortcode-description-wrapper {
	display: flex;
	flex-direction: column;
}

.shortcode-wrapper {
	display: flex;
	min-height: 30px;
	line-height: 30px;
	font-size: 15px;

	.copy-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 1 auto;
		font-size: 20px;
		color: #fff;
		background-color: var(--group-color, #366);
		cursor: pointer;
		padding: 0 5px;
	}
	.title {
		flex: 0 0 auto;
		min-width: 100px;
		padding: 0 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		color: #fff;
		background-color: var(--group-color, #366);
	}
	.content {
		flex: 1 1 auto;
		padding: 0 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		color: #333;
		background-color: #ddd;
	}
}

.options-wrapper {
	margin-top: 5px;
	display: flex;
	min-height: 30px;
	line-height: 30px;
	font-size: 15px;

	.title {
		flex: 0 0 auto;
		padding: 0 5px;
		min-width: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		color: #333;
		background-color: var(--group-light-color, #33666630);
	}
	.content {
		display: grid;
		grid-template-columns: max-content auto;
		gap: 3px;
		width: 100%;

		.name{
			font-weight: bold;
		}

		padding: 0 5px;
		color: #333;
		background-color: #eee;
		ul {
			list-style-type: square;
			padding-left: 15px;
			margin: 0;
		}

		li {
			line-height: 20px;
		}
	}
}

.description-wrapper {
	margin-top: 5px;
	display: flex;
	min-height: 30px;
	line-height: 30px;
	font-size: 15px;

	.title {
		flex: 0 0 auto;
		padding: 0 5px;
		min-width: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		color: #333;
		background-color: var(--group-medium-color, #33666640);
	}
	.content {
		flex: 1 1 auto;
		padding: 0 5px;
		color: #333;
		background-color: #e5e5e5;
	}
}

.style-wrapper {
	margin-top: 5px;
	display: flex;
	min-height: 30px;
	line-height: 30px;
	font-size: 15px;

	.title {
		flex: 0 0 auto;
		padding: 0 5px;
		min-width: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		color: #333;
		background-color: var(--group-light-color, #33666620);
	}
	.content {
		flex: 1 1 auto;
		padding: 0 5px;
		color: #333;
		background-color: #f5f5f5;
	}
}
