code {
	font-family: monospace;
	font-style: normal;
	padding: 0.2rem 0.4rem;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.8);
}

li > p {
	padding: 0;
	margin: 0;
}

li > p:first-child {
	display: inline;
}

.article-text table td > p:first-child,
.article-text table th > p:first-child {
	margin-top: 0;
}

.article-text table td > p:last-child,
.article-text table th > p:last-child {
	margin-bottom: 0;
}

.article-text table.features {
	table-layout: auto;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	border-spacing: 0px;
	margin-bottom: 20px;
	border-collapse: separate;
}

.article-text table.features td {
	text-align: center;
	border: 1px solid #ddd;
	padding: 7px;
	width: 76px;
	background: #fff;
}

.article-text table.features th {
	background-color: #fafafa;
	color: #333;
	font-weight: normal;
	padding: 7px;
	text-align: center;
	border: 1px solid #ddd;
}

.article-text table.features th:first-child {
	text-align: left;
}

.article-text table.features th.header {
	background-color: #fafafa;
	color: #333;
	font-weight: normal;
}

.article-text table.features th.header:first-child {
	text-align: left;
}

.article-text table.features th.category {
	background: #f0f1f3;
	color: #333;
	font-weight: 700;
}

.article-text table.features th.category + td,
.article-text table.features th.category + td + td {
	background: #f7f7f7;
}

.article-text table.features th a {
	color: inherit;
	text-decoration: none;
}

.article-text table.features th a:hover {
	text-decoration: underline;
}

.article-text table.features .dp-edition-icon {
	display: block;
	margin: 0 auto;
}

.article-text table.features .full {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #169455;
	border-radius: 50%;
}

.article-text table.features .partial {
	width: 8px;
	height: 8px;
	border: 1px solid #c97a00;
	display: inline-block;
	border-radius: 50%;
}

.article-text table.features .partial div {
	line-height: 0%;
	width: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #f2a227;
}

.article-text table.features .none {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid #8a94a3;
	border-radius: 50%;
	color: #8a94a3;
}

.article-text table.features .none::before {
	content: "";
	width: 8px;
	height: 1.8px;
	background: currentColor;
	border-radius: 999px;
	transform: rotate(45deg);
}

.dpw-body .dpw-body-inner pre {
	padding: 1em;
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 3px;
}

a.dpw-button-action {
	color: #fff;
	text-decoration: none;
}

.dpw-button-action {
	background-color: #3c78d8;
	border: 1px solid #15c;
	color: #fff;
	padding: 6px 20px;
	border-radius: 2px;
	cursor: pointer;
}

.dpw-button-action.disabled {
	background-color: #a7c1ed;
	border: 1px solid #759ee3;
	cursor: not-allowed;
}

.dpw-body-edit {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 2200;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 999px;
	background: rgba(20, 27, 44, 0.95);
	color: #f5f7ff;
	box-shadow: 0 16px 34px rgba(13, 20, 33, 0.35);
	backdrop-filter: blur(6px);
	font-family: "Segoe UI", Tahoma, sans-serif;
}

.dpw-admin-overlay-label {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b8c3df;
}

.dpw-admin-overlay-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #f5f7ff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	transition: background-color 120ms ease, border-color 120ms ease;
}

.dpw-admin-overlay-action:hover,
.dpw-admin-overlay-action:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.25);
	outline: none;
}

@media (max-width: 720px) {
	.dpw-body-edit {
		left: 10px;
		right: 10px;
		bottom: 10px;
		flex-wrap: wrap;
		border-radius: 16px;
	}
}
