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

.redhands-home-section {
	min-width: 0;
	border: 1px solid #efc9cd;
	border-top: 3px solid #5b1118;
	background: #fff;
}

.redhands-home-section-head {
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 13px;
	border-bottom: 1px solid #f3d8db;
}

.redhands-home-section-title {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -.03em;
	color: #5b1118;
}

.redhands-home-more {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 800;
	color: #b91c1c;
	text-decoration: none;
}

.redhands-home-more:hover,
.redhands-home-more:focus-visible {
	text-decoration: underline;
}

.redhands-home-more-disabled {
	color: #9aa1aa;
}

.redhands-home-list {
	list-style: none;
	margin: 0;
	padding: 0 12px 5px;
}

.redhands-home-item,
.redhands-home-empty {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eef0f2;
}

.redhands-home-item:last-child,
.redhands-home-empty:last-child {
	border-bottom: 0;
}

.redhands-home-item-link,
.redhands-home-item-link.no-link {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) 104px;
	align-items: center;
	gap: 8px;
	min-height: 39px;
	color: #2f353d;
	text-decoration: none;
}

.redhands-home-item-link:hover,
.redhands-home-item-link:focus-visible {
	background: #fff1f2;
}

.redhands-home-cell {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.redhands-home-board {
	font-size: 10px;
	font-weight: 900;
	color: #746a8e;
}

.redhands-home-title {
	font-size: 12px;
	font-weight: 700;
}

.redhands-home-meta {
	font-size: 10px;
	text-align: right;
	color: #8a919a;
}

.redhands-home-empty {
	min-height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	color: #8a919a;
}

.redhands-home-empty-title {
	font-size: 12px;
	font-weight: 800;
}

.redhands-home-empty-meta {
	font-size: 10px;
}

.redhands-home-empty-panel {
	grid-column: 1 / -1;
	margin: 0;
	padding: 34px 16px;
	border: 1px solid #efc9cd;
	border-top: 3px solid #5b1118;
	background: #fff;
	text-align: center;
}

.redhands-home-empty-panel .redhands-home-empty-title,
.redhands-home-empty-panel .redhands-home-empty-meta {
	margin: 0;
}

.redhands-home-empty-panel .redhands-home-empty-title {
	font-size: 15px;
	color: #5b1118;
}

.redhands-home-empty-panel .redhands-home-empty-meta {
	margin-top: 5px;
	font-size: 12px;
	color: #7f555b;
}

@media (max-width: 980px) {
	.redhands-home-widget-wrap {
		grid-template-columns: 1fr;
	}

	.redhands-home-empty-panel {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.redhands-home-item-link,
	.redhands-home-item-link.no-link {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 6px;
	}

	.redhands-home-meta {
		display: none;
	}
}
