/* OrderDesk */
.orderdesk {
	margin: 0;
	color: #4a443d;
	font-size: 15px;
}

.orderdesk__hero {
	display: grid;
	gap: 20px;
	align-items: start;
	padding: 18px 0 0;
}

.orderdesk__hero-inner {
	display: grid;
	gap: 14px;
}

.orderdesk__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	color: #2f2a25;
}

.orderdesk__intro {
	margin: 0;
	padding: 0;
	max-width: none;
	color: #4e4840;
	line-height: 1.7;
	font-size: 14px;
}

.orderdesk__intro p {
	margin: 0 0 12px;
}

.orderdesk__intro p:last-child {
	margin-bottom: 0;
}

.orderdesk__intro ul,
.orderdesk__intro ol {
	margin: 0 0 12px 20px;
	padding: 0;
}

.orderdesk__introbox {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	margin-bottom: 16px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e8e1d8;
	border-radius: 4px;
}

.orderdesk__intro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-end;
}

.orderdesk__filters {
	margin: 12px 0 10px;
}

.orderdesk__filters-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
}

.orderdesk__filters-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1 1 auto;
}

.orderdesk__filters-item {
	margin: 0;
}

.orderdesk__filter,
.orderdesk__page {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5a86d6;
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease;
}

.orderdesk__filter:hover,
.orderdesk__page:hover {
	color: #315ea8;
	text-decoration: none;
}

.orderdesk__filter.is-active,
.orderdesk__page.is-active {
	color: #315ea8;
	font-weight: 700;
}

.orderdesk__filter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 22px;
	block-size: 22px;
	border: 1px solid #d6d6d6;
	background: #999;
	color: #fff;
	border-color: transparent;
}

.orderdesk__filter-icon .orderdesk__icon,
.orderdesk__status-cell .orderdesk__icon {
	color: #fff;
}

.orderdesk__filter-icon--all {
	background: #909090;
}

.orderdesk__filter-icon--new {
	background: #f7c56f;
}

.orderdesk__filter-icon--done {
	background: #8fbc18;
}

.orderdesk__filter-icon--cancel {
	background: #e17979;
}

.orderdesk__filter-icon--top {
	background: #4f86de;
}

.orderdesk__filter-text {
	font-size: 13px;
	line-height: 1.2;
}

.orderdesk__search {
	display: flex;
	align-items: stretch;
	flex: 0 1 280px;
	margin-left: auto;
	gap: 0;
}

.orderdesk__search-input {
	flex: 1 1 auto;
	min-width: 0;
	height: 36px !important;
	padding: 7px 12px !important;
	border: 1px solid #d7cfbf;
	border-right: 0 !important;
	background: #fff;
	color: #4a443d;
	font: inherit;
	line-height: 20px !important;
	box-sizing: border-box !important;
	border-radius: 4px 0 0 4px !important;
}

.orderdesk__search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 11px;
	border: 1px solid #d7cfbf;
	border-radius: 0 4px 4px 0;
	background: #f5f5f5;
	color: #5a86d6;
	cursor: pointer;
	box-sizing: border-box;
	margin-left: 0;
}

.orderdesk__search-button:hover {
	color: #315ea8;
	background: #ededed;
}

.orderdesk__alerts {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.orderdesk__alert {
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 13px;
}

.orderdesk__alert--success {
	background: #edf8ea;
	color: #245b28;
	border: 1px solid #c4e5bf;
}

.orderdesk__alert--error {
	background: #fff0ee;
	color: #7f2f22;
	border: 1px solid #f0c3bc;
}

.orderdesk__form-wrap,
.orderdesk__table-wrap {
	background: #fff;
	border: 1px solid #e3ded6;
	border-radius: 4px;
}

.orderdesk__form-wrap {
	padding: 18px;
	margin-bottom: 18px;
	background: #f2f2f2;
}

.orderdesk__form-wrap[hidden],
.orderdesk__form-wrap.is-hidden {
	display: none;
}

.orderdesk__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
}

.orderdesk__form--edit {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orderdesk__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.orderdesk__label {
	display: grid;
	gap: 8px;
	color: #43392d;
	font-weight: 600;
	font-size: 14px;
}

.orderdesk__label.is-disabled {
	color: #9a8f81;
}

.orderdesk__label--full {
	grid-column: 1 / -1;
}

.orderdesk__album-matches {
	grid-column: 1 / -1;
	padding: 12px 14px;
	border: 1px solid #d9e5c1;
	border-radius: 12px;
	background: #f4f8ea;
	color: #40512a;
}

.orderdesk__album-matches[hidden] {
	display: none;
}

.orderdesk__album-matches-title {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
}

.orderdesk__album-matches-list {
	margin: 0;
	padding-left: 18px;
}

.orderdesk__album-matches-list li + li {
	margin-top: 4px;
}

.orderdesk__album-matches-list a {
	color: #315ea8;
	text-decoration: none;
}

.orderdesk__album-matches-list a:hover {
	text-decoration: underline;
}

.orderdesk__album-match-link {
	padding: 0;
	border: 0;
	background: transparent;
	color: #315ea8;
	font: inherit;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}

.orderdesk__album-match-link:hover {
	color: #1f4f94;
}

.orderdesk__check--full,
.orderdesk__buttons--full {
	grid-column: 1 / -1;
}

.orderdesk .orderdesk__input,
.orderdesk .orderdesk__textarea,
.orderdesk__modal .orderdesk__input,
.orderdesk__modal .orderdesk__textarea {
	width: 100% !important;
	inline-size: 100% !important;
	max-width: none !important;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid #d7cfbf;
	border-radius: 12px;
	background: #fcfbf9;
	color: #2f2418;
	font: inherit;
	font-weight: 400;
	box-sizing: border-box;
}

.orderdesk .orderdesk__input:disabled,
.orderdesk .orderdesk__textarea:disabled,
.orderdesk__modal .orderdesk__input:disabled,
.orderdesk__modal .orderdesk__textarea:disabled {
	background: #f1ece3;
	border-color: #ddd3c4;
	color: #9a8f81;
	cursor: not-allowed;
	opacity: 1;
}

.orderdesk__textarea {
	min-height: 120px;
	resize: vertical;
}

.orderdesk__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.orderdesk__buttons-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: auto;
}

.orderdesk__primary,
.orderdesk__secondary,
.orderdesk__danger,
.orderdesk__vote {
	border: 0;
	border-radius: 4px;
	padding: 11px 16px;
	font: inherit;
	cursor: pointer;
	transition: .2s ease;
}

.orderdesk__primary {
	background: linear-gradient(180deg, #3391e6 0%, #1f73c7 100%);
	color: #fff;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.25);
}

.orderdesk__primary--settings {
	background: linear-gradient(180deg, #a9d22b 0%, #8fbc18 100%);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}

.orderdesk__primary:hover {
	background: linear-gradient(180deg, #2b85d5 0%, #195fa7 100%);
}

.orderdesk__primary--settings:hover {
	background: linear-gradient(180deg, #98c41d 0%, #7daa10 100%);
}

.orderdesk__secondary {
	background: #ebe5d9;
	color: #4d4337;
}

.orderdesk__secondary:hover {
	background: #ded4c2;
}

.orderdesk__danger {
	background: #8d3c30;
	color: #fff;
}

.orderdesk__danger:hover {
	background: #753126;
}

.orderdesk__table-wrap {
	overflow-x: auto;
}

.orderdesk__table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 14px;
	line-height: 1.35;
}

.orderdesk__table thead th {
	padding: 12px 10px;
	border-bottom: 1px solid #d8d8d8;
	background: #f5f5f5;
	color: #4a443d;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.orderdesk__sort-link {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: inherit;
	text-decoration: none;
}

.orderdesk__sort-link:hover {
	color: #315ea8;
}

.orderdesk__sort-link.is-active {
	color: #315ea8;
}

.orderdesk__sort-label {
	display: inline-block;
}

.orderdesk__sort-direction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	min-width: 10px;
	font-size: 10px;
	line-height: 1;
	color: #6e6a63;
	opacity: 0;
	visibility: hidden;
}

.orderdesk__sort-direction.is-active {
	opacity: 1;
	visibility: visible;
}

.orderdesk__sort-icon-only {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.orderdesk__table tbody td {
	padding: 8px 10px;
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
}

.orderdesk__table tbody tr:hover {
	background: #fafafa;
}

.orderdesk__col-status,
.orderdesk__status-cell {
	width: 12px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.orderdesk__col-status .orderdesk__sort-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0;
}

.orderdesk__col-status .orderdesk__sort-icon-only {
	width: 14px;
	margin: 0 auto;
}

.orderdesk__col-status .orderdesk__sort-direction {
	position: absolute;
	left: calc(50% + 8px);
	top: 50%;
	transform: translateY(-50%);
}

.orderdesk__col-author,
.orderdesk__author-cell {
	width: 150px;
}

.orderdesk__col-date,
.orderdesk__date-cell {
	width: 120px;
	white-space: nowrap;
}

.orderdesk__col-rating,
.orderdesk__rating-cell {
	width: 52px;
	text-align: center;
	white-space: nowrap;
}

.orderdesk__status-cell {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #444;
}

.orderdesk__status-cell--new {
	background: #f7c56f;
	color: #7e4b00;
}

.orderdesk__status-cell--done {
	background: #8fbc18;
	color: #ffffff;
}

.orderdesk__status-cell--cancel {
	background: #e17979;
	color: #7e1515;
}

.orderdesk__icon {
	display: inline-block;
	width: 14px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: inherit;
}

.orderdesk__title-cell {
	color: #555;
}

.orderdesk__row-title {
	font-weight: 700;
	color: #4a443d;
	font-size: 14px;
}

.orderdesk__row-title a {
	color: #4f86de;
	text-decoration: none;
}

.orderdesk__row-title a:hover {
	text-decoration: underline;
}

.orderdesk__manage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #de9b37;
	font-size: 14px;
	cursor: pointer;
	line-height: 1;
}

.orderdesk__manage:hover {
	color: #b97919;
}

.orderdesk__manage--inline {
	margin-left: 6px;
	vertical-align: middle;
}

.orderdesk__row-description,
.orderdesk__row-note {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
	color: #6c665f;
}

.orderdesk__mini-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0;
	margin-right: 6px;
	border-radius: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}

.orderdesk__mini-status--new {
	background: #f7c56f;
	color: #7e4b00;
}

.orderdesk__mini-status--done {
	background: #8ccf63;
	color: #255f0d;
}

.orderdesk__mini-status--cancel {
	background: #e17979;
	color: #7e1515;
}

.orderdesk__author-cell,
.orderdesk__date-cell {
	font-size: 13px;
	color: #5f5a54;
}

.orderdesk__author-cell a {
	color: #4f86de;
	text-decoration: none;
}

.orderdesk__author-cell a:hover {
	text-decoration: underline;
}

.orderdesk__vote {
	padding: 0;
	background: transparent;
	color: #8fbc18;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.orderdesk__vote:hover {
	background: transparent;
	color: #7daa10;
}

.orderdesk__vote--zero {
	color: #9b958e;
}

.orderdesk__vote--zero:hover {
	color: #7f7971;
}

.orderdesk__vote--base {
	color: #8fbc18;
}

.orderdesk__vote--base:hover {
	color: #7daa10;
}

.orderdesk__vote--warm {
	color: #d98a24;
}

.orderdesk__vote--warm:hover {
	color: #bf7211;
}

.orderdesk__vote--hot {
	color: #c84b43;
}

.orderdesk__vote--hot:hover {
	color: #ac372f;
}

.orderdesk__vote span {
	display: inline-block;
	min-width: 1ch;
}

.orderdesk__result,
.orderdesk__hint {
	margin-top: 12px;
	color: #605446;
	line-height: 1.5;
	font-size: 13px;
}

.orderdesk__hint--warning {
	flex: 1 1 260px;
	max-width: 360px;
	padding: 12px 14px;
	border: 1px solid #f1d0ad;
	border-radius: 12px;
	background: #fff3e6;
	color: #8a4f16;
	white-space: normal;
}

.orderdesk__related {
	display: grid;
	gap: 12px;
}

.orderdesk__related-block {
	padding: 12px 14px;
	border-radius: 12px;
	background: #f7f4ee;
	border: 1px solid #ece4d7;
}

.orderdesk__related-block ul {
	margin: 8px 0 0;
	padding-left: 0;
	list-style: none;
}

.orderdesk__related-block li {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0 0 6px;
}

.orderdesk__related-block li:last-child {
	margin-bottom: 0;
}

.orderdesk__empty {
	padding: 30px 20px;
	text-align: center;
	background: #fff;
	color: #776b5d;
}

.orderdesk__empty--standalone {
	margin-top: 12px;
	border: 1px solid #e3ded6;
	border-radius: 4px;
}

.orderdesk__pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
}

.orderdesk__page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #bdd7ff;
	border-radius: 3px;
	background: #fff;
	color: #4d86e3;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
}

.orderdesk__page:hover {
	border-color: #8eb8ff;
	background: #f6fbff;
	text-decoration: none;
}

.orderdesk__page.is-active {
	border-color: #d6dce6;
	background: #f2f4f7;
	color: #7290b5;
	cursor: default;
}

.orderdesk__page.is-disabled {
	border-color: #e3e6eb;
	background: #fff;
	color: #b8bdc7;
	cursor: default;
}

.orderdesk__page--ellipsis {
	min-width: 24px;
	padding: 0 4px;
	border-color: #e8ecf2;
	background: #fff;
	color: #9ca9bb;
}

.orderdesk__page--jump {
	font-size: 11px;
	padding: 0 6px;
}

.orderdesk__modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(31, 24, 18, 0.6);
}

.orderdesk__modal-body {
	position: relative;
	width: min(720px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 20px;
	border-radius: 10px;
	background: #fbfbfb;
	border: 1px solid #ddd8cf;
	box-shadow: 0 18px 48px rgba(25, 23, 20, 0.22);
}

.orderdesk__modal-header {
	display: flex;
	align-items: center;
	padding-right: 64px;
	margin: -20px -20px 18px;
	padding: 18px 20px 16px;
	border-bottom: 1px solid #ddd8cf;
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.orderdesk__modal-title {
	margin: 0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	color: #2f2a25;
}

.orderdesk__modal-close {
	position: absolute;
	top: 18px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8a847c;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

.orderdesk__modal-close:hover {
	color: #5e584f;
}

.orderdesk__modal .orderdesk__label {
	color: #4e4942;
	font-weight: 700;
}

.orderdesk__modal .orderdesk__label > span {
	font-size: 12px;
}

.orderdesk__modal .orderdesk__input,
.orderdesk__modal .orderdesk__textarea {
	border-radius: 5px;
	border-color: #d6d1c7;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
	font-weight: 400;
}

.orderdesk__modal .orderdesk__textarea {
	font-family: inherit;
}

.orderdesk__modal .orderdesk__input:focus,
.orderdesk__modal .orderdesk__textarea:focus {
	border-color: #5aa2e8;
	box-shadow: 0 0 0 2px rgba(84, 163, 240, 0.18), inset 0 1px 2px rgba(0, 0, 0, 0.04);
	outline: 0;
}

.orderdesk__modal .orderdesk__input:disabled,
.orderdesk__modal .orderdesk__textarea:disabled {
	background: #f8f8f8;
	border-color: #dad5cc;
	color: #7b756e;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.orderdesk__modal .orderdesk__check {
	color: #5b554d;
}

.orderdesk__modal .orderdesk__primary {
	background: linear-gradient(180deg, #a9d22b 0%, #8fbc18 100%);
	color: #fff;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}

.orderdesk__modal .orderdesk__primary:hover {
	background: linear-gradient(180deg, #98c41d 0%, #7daa10 100%);
}

.orderdesk__modal .orderdesk__danger {
	background: linear-gradient(180deg, #d95a4d 0%, #bd3f32 100%);
	color: #fff;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.28);
}

.orderdesk__modal .orderdesk__danger:hover {
	background: linear-gradient(180deg, #cb4c3f 0%, #aa3529 100%);
}

@media (max-width: 768px) {
	.orderdesk__hero,
	.orderdesk__hero-inner,
	.orderdesk__introbox,
	.orderdesk__intro-actions,
	.orderdesk__grid {
		width: 100%;
		box-sizing: border-box;
		grid-template-columns: 1fr;
	}

	.orderdesk__intro-actions {
		justify-content: flex-start;
	}

	.orderdesk__filters-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.orderdesk__search {
		flex: 1 1 auto;
		margin-left: 0;
	}

	.orderdesk__form--edit {
		grid-template-columns: 1fr;
	}

	.orderdesk__item-head {
		align-items: stretch;
	}

	.orderdesk__vote {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.orderdesk {
		font-size: 14px;
	}

	.orderdesk__primary,
	.orderdesk__secondary,
	.orderdesk__danger,
	.orderdesk__vote {
		padding: 8px 10px;
		font-size: 12px;
	}

	.orderdesk__buttons,
	.orderdesk__buttons-group {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.orderdesk__introbox,
	.orderdesk__table-wrap {
		width: 100%;
		box-sizing: border-box;
	}

	.orderdesk__intro {
		font-size: 13px;
		line-height: 1.6;
	}

	.orderdesk__filters-list {
		gap: 14px 18px;
	}

	.orderdesk__filter-text {
		font-size: 12px;
	}

	.orderdesk__filter-icon {
		inline-size: 20px;
		block-size: 20px;
	}

	.orderdesk__table-wrap {
		overflow-x: visible;
	}

	.orderdesk__table {
		font-size: 12px;
	}

	.orderdesk__table thead {
		display: none;
	}

	.orderdesk__table,
	.orderdesk__table tbody {
		display: block;
		width: 100%;
	}

	.orderdesk__table tbody tr.orderdesk__row {
		display: block;
		position: relative;
		padding: 8px 0 12px;
		min-height: 74px;
		border-bottom: 1px solid #dddddd;
		box-sizing: border-box;
	}

	.orderdesk__table tbody td {
		display: block;
		padding: 0;
		border-bottom: 0;
		box-sizing: border-box;
	}

	.orderdesk__status-cell {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 24px;
		padding-top: 0;
		font-size: 14px;
	}

	.orderdesk__status-cell .orderdesk__icon {
		width: 14px;
		font-size: 14px;
		line-height: 1;
		margin-top: 8px;
	}

	.orderdesk__title-cell {
		margin-left: 32px;
		margin-right: 68px;
		padding: 0 10px 2px 12px;
	}

	.orderdesk__row-title {
		font-size: 13px;
		line-height: 1.35;
		word-break: break-word;
	}

	.orderdesk__author-cell,
	.orderdesk__date-cell,
	.orderdesk__rating-cell {
		font-size: 11px;
		line-height: 1.35;
	}

	.orderdesk__author-cell {
		position: static;
		margin: 4px 68px 0 32px;
		padding: 0 10px 0 12px;
	}

	.orderdesk__row--has-note,
	.orderdesk__row--has-description {
		min-height: 92px;
	}

	.orderdesk__date-cell {
		position: absolute;
		right: 8px;
		bottom: 8px;
		width: auto;
		text-align: right;
	}

	.orderdesk__rating-cell {
		position: absolute;
		right: 8px;
		top: 8px;
		display: flex;
		align-items: baseline;
		justify-content: flex-end;
		gap: 4px;
		width: auto;
		padding-top: 0;
		white-space: nowrap;
	}

	.orderdesk__rating-cell::before {
		content: "голоса";
		color: #9b958e;
		font-size: 10px;
		font-weight: 400;
	}

	.orderdesk__vote {
		width: auto;
		font-size: 14px;
	}

	.orderdesk__rating-cell .orderdesk__vote {
		padding: 0;
		line-height: 1;
	}

	.orderdesk__manage--inline {
		position: static;
		display: inline-flex;
		margin-left: 6px;
		vertical-align: baseline;
	}

	.orderdesk__row-description,
	.orderdesk__row-note {
		font-size: 11px;
		margin: 4px 0 0;
	}
}
