.bg-light-orange {
	background-color: #fff0c6
}

.bg-light-red {
	background-color: #FFCCC7
}

.bg-light-red2 {
	background-color: #ffe4e1;
}

.bg-light-blue {
	background-color: oklch(95.1% .026 236.824);
}

.bg-light-green {
	background-color: #CDFFB4;
}

.info-panel {
	padding: 30px;
	border-radius: 5px;
}

.shortcode-args table td:first-of-type {
	width: 20%;
    font-weight: 600;
}

.shortcode-args table td .title {
	display: block;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.shortcode-args table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shortcode-args table td ul li:not(:last-of-type) {
	margin-bottom: 0.25em;
}

.shortcode-args code {
	padding: 3px 5px 2px;
    margin: 0 1px;
    background: #f0f0f1;
    background: rgba(0, 0, 0, .07);
    font-size: 15px;
}

.shortcode-args table tbody>tr:nth-child(odd)>td, .shortcode-args table tbody>tr:nth-child(odd)>th,
.shortcode-args table tbody tr:hover>td, .shortcode-args table tbody tr:hover>th{
	background-color: transparent;
}

.shortcode-args table td .values {
    font-style: italic;
    margin-top: 15px;
}
