#wpadminbar #wp-admin-bar-yhello-desk-support > .ab-item {
	font-weight: 600;
}

#wpadminbar #wp-admin-bar-yhello-desk-support > .ab-item::before {
	content: "\f468";
	top: 2px;
}

.yh-desk-help-widget {
	display: grid;
	gap: 22px;
	padding: 4px 0 2px;
}

.yh-desk-help-widget__section {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.yh-desk-help-widget__section-header {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.yh-desk-help-widget__section-header h3 {
	margin: 0;
	color: #1d2733;
	font-size: 15px;
	line-height: 1.3;
}

.yh-desk-help-widget__section-header p {
	margin: 0;
	color: #526273;
	font-size: 13px;
	line-height: 1.45;
}

.yh-desk-help-widget__intro {
	max-width: 62ch;
	margin: 0;
	color: #526273;
	font-size: 14px;
	line-height: 1.55;
}

.yh-desk-help-widget__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.yh-desk-help-action {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 16px;
	border: 1px solid #d8e3ef;
	border-radius: 8px;
	background: #f8fbff;
}

.yh-desk-help-action__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d4e1ef;
	border-radius: 8px;
	background: #fff;
	color: #486b8f;
}

.yh-desk-help-action__body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.yh-desk-help-widget .yh-desk-help-action h3 {
	margin: 0;
	color: #1d2733;
	font-size: 15px;
	font-weight: 700 !important;
	line-height: 1.3;
}

.yh-desk-help-action p {
	margin: 0;
	color: #596a7c;
	font-size: 13px;
	line-height: 1.45;
}

.yh-desk-help-action__button {
	justify-self: start;
	margin-top: 2px;
}

.yh-desk-guide-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.yh-desk-guide-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid #d8e3ef;
	border-radius: 8px;
	background: #fff;
}

.yh-desk-guide-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #d4e1ef;
	border-radius: 8px;
	background: #f8fbff;
	color: #486b8f;
}

.yh-desk-guide-card__body {
	display: grid;
	min-width: 0;
}

.yh-desk-guide-card h4 {
	margin: 0;
	color: #1d2733;
	font-size: 14px;
	line-height: 1.3;
}

.yh-desk-guide-card p {
	display: none;
}

.yh-desk-guide-list__all {
	justify-self: start;
}

.yh-desk-guide-template {
	display: grid;
	grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
	padding: 36px 0 12px;
}

.yh-desk-guide-template .single-editorial-main {
	min-width: 0;
}

.yh-desk-guide-template .single-editorial-aside {
	position: sticky;
	top: 18px;
	align-self: start;
	z-index: 1;
}

.logged-in .yh-desk-guide-template .single-editorial-aside {
	top: 50px;
}

.yh-desk-guide-nav .single-editorial-meta__shell {
	gap: 14px;
}

.yh-desk-guide-nav__title {
	margin: 0;
	color: #1d2733;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.yh-desk-single-guide__nav {
	display: grid;
	gap: 8px;
}

.yh-desk-single-guide__nav a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid #d8e3ef;
	border-radius: 8px;
	background: #fff;
	color: #1d2733;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.yh-desk-single-guide__nav-title {
	min-width: 0;
}

.yh-desk-single-guide__nav a:hover,
.yh-desk-single-guide__nav a:focus {
	background: #eef6ff;
	color: #0f4f88;
	text-decoration: underline;
}

.yh-desk-single-guide__nav a.is-current {
	background: #fff;
	color: #1d2733;
	font-weight: 700;
	border-color: #b8cfe6;
	box-shadow: inset 3px 0 0 #4f7eaa;
}

@media (max-width: 782px) {
	.yh-desk-help-widget__actions,
	.yh-desk-guide-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.yh-desk-guide-template {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
		padding-top: 28px;
	}

	.yh-desk-guide-template .single-editorial-aside {
		position: static;
	}
}
