/*
 * Domain Workstation release notes.
 * Encoding: ASCII-only. content: CSS-Escapes only.
 */

#domains-preisliste.dpl-ws-notes-open
	[data-dpl-tbody] > tr {
	display: none !important;
}

#domains-preisliste.dpl-ws-notes-open
	.dpl-ws-notes-body {
	display: table-row-group;
}

.dpl-ws-notes-body[hidden] {
	display: none !important;
}

.dpl-ws-notes-tr > td {
	padding: 56px 8px 56px;
	border: 0;
	background: transparent;
	vertical-align: top;
}

#domains-preisliste.dpl-ws-notes-open
	.dpl-ws-notes-body
	.dpl-focus-gate-control {
	pointer-events: none;
}

#domains-preisliste.dpl-ws-notes-open
	.dpl-ws-notes-body
	.dpl-focus-gate-button {
	pointer-events: auto;
}

.dpl-ws-notes {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
	padding: 8px 4px 12px;
	text-align: left;
	color: #303840;
	font: 400 12px/1.45 Arial, Helvetica, sans-serif;
}

.dpl-ws-notes-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 0 0 8px;
	border-bottom: 1px solid #e3e7e9;
}

.dpl-ws-notes-title {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #2c363d;
	font: 700 16px/1.25 Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

.dpl-ws-notes-social {
	position: relative;
	z-index: 80;
	display: flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	margin-top: 1px;
	pointer-events: auto;
}

.dpl-ws-notes-social-link {
	position: relative;
	z-index: 81;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #4a585f;
	text-decoration: none;
	line-height: 0;
	opacity: 0.78;
	pointer-events: auto;
	transition: color 0.12s ease, opacity 0.12s ease;
}

.dpl-ws-notes-social-link:hover,
.dpl-ws-notes-social-link:focus {
	color: #006699;
	opacity: 1;
}

.dpl-ws-notes-block {
	margin: 0 0 18px;
	padding: 10px 0 4px;
	border-bottom: 1px solid #eef1f3;
}

.dpl-ws-notes-date-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 10px;
}

.dpl-ws-notes-date-main {
	min-width: 0;
}

.dpl-ws-notes-date {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #2c363d;
	font: 700 14px/1.25 Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

.dpl-ws-notes-ver {
	margin: 3px 0 0;
	padding: 0;
	color: #6a767d;
	font: 700 9px/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

a.dpl-ws-details,
a.dpl-ws-details:link,
a.dpl-ws-details:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	align-self: center;
	box-sizing: border-box;
	height: 27px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid #2c5d89;
	border-radius: 4px;
	background:
		linear-gradient(
			to bottom,
			#6792bb 0%,
			#336699 58%,
			#284f76 100%
		);
	color: #ffffff !important;
	font: 500 8px/1 Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
	text-decoration: none !important;
	text-transform: none;
	text-shadow: 0 -1px 0 rgba(19, 48, 75, 0.32);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.24),
		0 2px 3px rgba(39, 77, 112, 0.16);
	cursor: pointer;
}

a.dpl-ws-details:hover,
a.dpl-ws-details:focus {
	border-color: #760000;
	background: #bb0000;
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(72, 0, 0, 0.35);
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.20),
		0 3px 5px rgba(91, 0, 0, 0.20);
}

a.dpl-ws-details:active {
	border-color: #760000;
	background: #bb0000;
	color: #ffffff !important;
	transform: translateY(2px);
	box-shadow:
		inset 0 4px 7px rgba(72, 0, 0, 0.46),
		inset 0 -1px 0 rgba(255, 255, 255, 0.10),
		0 0 0 1px rgba(118, 0, 0, 0.18);
}

.dpl-ws-notes-date-row
	.dpl-ws-details[hidden] {
	display: none !important;
}

.dpl-ws-notes-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dpl-ws-notes-items li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 6px;
}

.dpl-ws-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 28px;
	margin-top: 1px;
	padding: 1px 5px;
	border-radius: 1px;
	font: 700 8px/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dpl-ws-badge-neu {
	border: 1px solid #8a0000;
	background: #bb0000;
	color: #fff;
}

.dpl-ws-badge-fix {
	border: 1px solid #c5ccd1;
	background: #eef1f3;
	color: #5b676e;
}

.dpl-ws-notes-item-text {
	min-width: 0;
	color: #3a444b;
	font-size: 12px;
	line-height: 1.4;
}

.dpl-ws-notes-txt {
	margin: 10px 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #eef1f3;
	color: #4a555c;
	font-size: 12px;
	line-height: 1.5;
}

.dpl-ws-notes-empty {
	margin: 0;
	color: #67737a;
	font-size: 12px;
}

.dpl-ws-notes-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 8px 0 0;
}

.dpl-ws-notes-pager[hidden] {
	display: none !important;
}

.dpl-ws-notes-pager-btn,
.dpl-ws-notes-pager-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border: 1px solid #c5ccd1;
	border-radius: 1px;
	background: #f7f8f9;
	color: #2c363d;
	font: 700 10px/1 Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.dpl-ws-notes-pager-btn:hover,
.dpl-ws-notes-pager-num:hover,
.dpl-ws-notes-pager-btn:focus,
.dpl-ws-notes-pager-num:focus {
	border-color: #006699;
	color: #006699;
}

.dpl-ws-notes-pager-num.is-active {
	border-color: #006699;
	background: #006699;
	color: #fff;
}

.dpl-ws-notes-pager-nums {
	display: flex;
	align-items: center;
	gap: 4px;
}
