.rfj-post-sidebar-layout {
	position: sticky;
	top: 78px;
	min-width: 0;
	z-index: 98;
}

.admin-bar .rfj-post-sidebar-layout {
	top: 110px;
}

.rfj-post-sidebar {
	display: grid;
	gap: 18px;
}

.rfj-post-sidebar__section {
	overflow: hidden;
	padding: 16px;
	border: 1px solid #e8e8ed;
	border-radius: 12px;
	background: #fff;
}

.rfj-post-sidebar__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: -2px 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.rfj-post-sidebar__heading h2 {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.rfj-post-sidebar__section--company_contact .rfj-post-sidebar__heading {
	border-bottom: 0;
}

.rfj-post-sidebar__section--company_contact .rfj-post-sidebar__heading h2 {
	display: flex;
	align-items: center;
	gap: 9px;
}

.rfj-post-sidebar__section--company_contact .rfj-post-sidebar__heading h2::before {
	display: block;
	width: 4px;
	height: 22px;
	background: #e51c23;
	content: "";
}

.rfj-post-sidebar__heading a {
	flex: 0 0 auto;
	color: #888;
	font-size: 12px;
	text-decoration: none;
}

.rfj-post-sidebar__heading a:hover,
.rfj-post-sidebar__heading a:focus {
	color: #d1191a;
}

.rfj-post-sidebar__post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rfj-post-sidebar__post-list li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.rfj-post-sidebar__post-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.rfj-post-sidebar__post-list a {
	display: -webkit-box;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfj-post-sidebar__post-list a:hover,
.rfj-post-sidebar__post-list a:focus {
	color: #d1191a;
}

.rfj-post-sidebar__rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: #f2f2f2;
	color: #666;
	font-size: 12px;
	font-weight: 700;
}

.rfj-post-sidebar__software-list .rfzj_software_card:first-child {
	padding-top: 0;
}

.rfj-post-sidebar__software-list .rfzj_software_card:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.rfj-post-sidebar__post-list li:nth-child(1) .rfj-post-sidebar__rank {
	background: #d1191a;
	color: #fff;
}

.rfj-post-sidebar__post-list li:nth-child(2) .rfj-post-sidebar__rank {
	background: #e95d54;
	color: #fff;
}

.rfj-post-sidebar__post-list li:nth-child(3) .rfj-post-sidebar__rank {
	background: #f9953e;
	color: #fff;
}

.rfj-post-sidebar .rfzj_company_card--sidebar {
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	min-height: 0;
	padding: 0;
	border: 0;
}

.rfj-post-sidebar .rfzj_company_card--sidebar .rfzj_company_card__icon {
	width: 58px;
	height: 58px;
	border-radius: 12px;
	box-shadow: none;
}

.rfj-post-sidebar .rfzj_company_card--sidebar .rfzj_company_card__title {
	font-size: 15px;
}

.rfj-post-sidebar .rfzj_company_card--sidebar .rfzj_company_card__cta {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 4px;
	text-align: center;
}

.rfj-post-sidebar .rfzj_advisor_card {
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.rfj-post-sidebar .rfzj_advisor_card__avatar {
	width: 56px;
	height: 56px;
	border-radius: 12px;
}

.rfj-post-sidebar .rfzj_advisor_card__name {
	font-size: 15px;
}

.rfj-post-sidebar .rfzj_advisor_card__badge {
	display: none;
}

.rfj-post-sidebar .rfzj_advisor_card__actions {
	gap: 6px;
}
