.tec-jovvie-logger__content {
	max-height: 150px;
	padding: 0.5rem;
	overflow-y: auto;
	font-family: monospace;
	border: 1px solid #8c8f94;
	border-radius: 4px;
}

.tec-jovvie-logger__empty {
	font-style: italic;
}

.tec-jovvie-logger__actions {
	display: flex;
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;

	> li {
		margin: 0;

		&:not(:last-child) {
			margin-right: 0.75rem;
		}
	}
}
