.rfj-feed-page {
	background: #f6f7f9;
	padding: 24px 0 48px;
}
.rfj-feed-container,
.rfj-feed-advisor-section,
.rfj-feed-related {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 15px;
}
.rfj-feed-advisor-section,
.rfj-feed-related {
	margin-top: 24px;
	margin-bottom: 24px;
}
.rfj-feed-advisor-section h2,
.rfj-feed-related h2,
.rfj-feed-comments h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.rfj-feed-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.rfj-feed-open-publisher {
	background: #16833b;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 7px 14px;
}
.rfj-feed-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.rfj-feed-card {
	display: flex;
	gap: 12px;
	background: #fff;
	border: 1px solid #eff3f4;
	border-radius: 0;
	padding: 12px 16px;
}
.rfj-feed-avatar {
	flex: 0 0 48px;
}
.rfj-feed-avatar img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.rfj-feed-main {
	min-width: 0;
	flex: 1;
}
.rfj-feed-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	color: #536471;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 2px;
}
.rfj-feed-author-block {
	min-width: 0;
	flex: 1;
}
.rfj-feed-author-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	min-width: 0;
}
.rfj-feed-author {
	color: #0f1419;
	font-weight: 800;
}
.rfj-feed-verified {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #1d9bf0;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}
.rfj-feed-handle {
	color: #536471;
	min-width: 0;
}
.rfj-feed-user-subline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	color: #536471;
	font-size: 13px;
	line-height: 18px;
	margin-top: 1px;
}
.rfj-feed-user-subline a {
	color: inherit;
	text-decoration: none;
}
.rfj-feed-user-subline a:hover,
.rfj-feed-user-subline a:focus {
	color: #16833b;
	text-decoration: underline;
}
.rfj-feed-user-subline-dot {
	color: #8a949e;
}
.rfj-feed-meta-actions {
	display: inline-flex;
	align-items: flex-start;
	flex: 0 0 auto;
	margin-left: auto;
}
.rfj-feed-date-link {
	color: inherit;
	text-decoration: none;
}
.rfj-feed-date-link:hover,
.rfj-feed-date-link:focus {
	color: #1d9bf0;
	text-decoration: underline;
}
.rfj-feed-more {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	margin-left: auto;
	background: transparent;
	color: #536471;
	cursor: pointer;
}
.rfj-feed-more svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}
.rfj-feed-more:hover {
	background: rgba(29,155,240,.1);
	color: #1d9bf0;
}
.rfj-feed-more-wrap {
	position: relative;
	display: inline-flex;
	margin-left: auto;
}
.rfj-feed-more-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 25;
	display: none;
	min-width: 136px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(15, 20, 25, .14);
}
.rfj-feed-user-action-menu {
	min-width: 152px;
}
.rfj-feed-more-wrap.is-open .rfj-feed-more-menu {
	display: block;
}
.rfj-feed-more-menu button,
.rfj-feed-more-menu a {
	display: block;
	width: 100%;
	border: 0;
	background: #fff;
	color: #0f1419;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 12px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
.rfj-feed-more-menu button:hover,
.rfj-feed-more-menu button:focus,
.rfj-feed-more-menu a:hover,
.rfj-feed-more-menu a:focus {
	background: #f7f9f9;
	color: #16833b;
}
.rfj-feed-more-menu button:disabled {
	cursor: default;
	opacity: .55;
}
.rfj-feed-more-divider {
	height: 1px;
	background: #eff3f4;
	margin: 4px 0;
}
.rfj-feed-quick-follow.following {
	color: #16833b;
}
.rfj-feed-more-menu .rfj-feed-delete-action {
	color: #d1242f;
}
.rfj-feed-more-menu .rfj-feed-delete-action:hover,
.rfj-feed-more-menu .rfj-feed-delete-action:focus {
	background: #fff5f5;
	color: #d1242f;
}
.rfj-feed-badge {
	background: #eef7f1;
	color: #16833b;
	border-radius: 4px;
	padding: 1px 6px;
}
.rfj-feed-private-badge {
	background: #f3f4f6;
	color: #57606a;
}
.rfj-feed-content {
	color: #0f1419;
	font-size: 15px;
	line-height: 1.55;
}
.rfj-feed-content p {
	margin: 0 0 8px;
}
.rfj-feed-tag {
	color: #16833b;
	font-weight: 700;
}
.rfj-feed-relations {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.rfj-feed-relations a {
	border: 1px solid #dfe3e8;
	border-radius: 4px;
	color: #3b4652;
	font-size: 13px;
	padding: 3px 8px;
}
.rfj-feed-media-grid {
	display: grid;
	gap: 2px;
	overflow: hidden;
	border: 1px solid #cfd9de;
	border-radius: 16px;
	margin-top: 12px;
	max-width: 520px;
}
.rfj-feed-media-grid a {
	display: block;
	background: #eff3f4;
}
.rfj-feed-media-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rfj-feed-media-count-1 {
	display: block;
}
.rfj-feed-media-count-1 img {
	max-height: 520px;
}
.rfj-feed-media-count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rfj-feed-media-count-2 a,
.rfj-feed-media-count-3 a,
.rfj-feed-media-count-4 a {
	aspect-ratio: 1 / 1;
}
.rfj-feed-media-count-3,
.rfj-feed-media-count-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rfj-feed-inline-reply {
	display: none;
	border-top: 1px solid #eff3f4;
	margin-top: 10px;
	padding-top: 10px;
}
.rfj-feed-inline-reply.is-open {
	display: block;
}
.rfj-feed-inline-reply .rfj-feed-comment-form {
	display: flex;
	gap: 8px;
	align-items: flex-end;
}
.rfj-feed-inline-reply textarea {
	min-height: 42px;
	flex: 1;
	border: 1px solid #cfd9de;
	border-radius: 18px;
	padding: 9px 12px;
	resize: vertical;
}
.rfj-feed-inline-reply button {
	border: 0;
	border-radius: 999px;
	background: #16833b;
	color: #fff;
	font-weight: 800;
	min-height: 36px;
	padding: 0 16px;
	transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.rfj-feed-inline-reply button:hover,
.rfj-feed-inline-reply button:focus {
	background: #126a30;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(22,131,59,.16);
}
.rfj-feed-login-reply {
	color: #1d9bf0;
	font-weight: 700;
}
.rfj-feed-replies {
	border-top: 1px solid #eff3f4;
	margin-top: 10px;
	padding-top: 10px;
}
.rfj-feed-reply {
	display: flex;
	gap: 10px;
	padding: 8px 0;
}
.rfj-feed-reply img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}
.rfj-feed-reply-meta {
	display: flex;
	gap: 5px;
	color: #536471;
	font-size: 14px;
}
.rfj-feed-reply-meta strong {
	color: #0f1419;
}
.rfj-feed-reply-content {
	color: #0f1419;
	font-size: 15px;
	line-height: 1.45;
}
.rfj-feed-reply-content p {
	margin: 0;
}
.rfj-feed-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #536471;
	font-size: 13px;
	margin-top: 10px;
	max-width: 520px;
}
.rfj-feed-action {
	border: 0;
	background: transparent;
	color: #536471;
	padding: 0 8px 0 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 42px;
	height: 32px;
	border-radius: 999px;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
	transition: color .15s ease, background-color .15s ease;
}
.rfj-feed-action svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}
.rfj-feed-action:hover,
.rfj-feed-action:focus {
	background: rgba(29,155,240,.1);
	color: #1d9bf0;
	text-decoration: none;
}
.rfj-feed-action.rfj-feed-like:hover,
.rfj-feed-action.rfj-feed-like.is-active {
	background: rgba(249,24,128,.1);
	color: #f91880;
}
.rfj-feed-action.rfj-feed-favorite:hover,
.rfj-feed-action.rfj-feed-favorite.is-active {
	color: #1d9bf0;
}
.rfj-feed-share-wrap {
	position: relative;
	display: inline-flex;
}
.rfj-feed-share {
	justify-content: center;
	min-width: 32px;
	padding: 0;
}
.rfj-feed-share-menu {
	position: absolute;
	right: 0;
	bottom: calc(100% + 8px);
	z-index: 20;
	display: none;
	min-width: 150px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(15, 20, 25, .12);
}
.rfj-feed-share-wrap.is-open .rfj-feed-share-menu {
	display: block;
}
.rfj-feed-share-menu button,
.rfj-feed-share-menu a {
	display: block;
	width: 100%;
	border: 0;
	background: #fff;
	color: #0f1419;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 12px;
	text-align: left;
	white-space: nowrap;
}
.rfj-feed-share-menu button:hover,
.rfj-feed-share-menu button:focus,
.rfj-feed-share-menu a:hover,
.rfj-feed-share-menu a:focus {
	background: #f7f9f9;
	color: #16833b;
	text-decoration: none;
}
.rfj-feed-share-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding: 64px 16px 24px;
}
.rfj-feed-share-modal.is-open {
	display: flex;
}
.rfj-feed-share-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(91, 112, 131, .4);
}
.rfj-feed-share-panel {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	max-height: min(720px, calc(100vh - 88px));
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 80px rgba(15, 20, 25, .24);
}
.rfj-feed-share-head {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	align-items: center;
	min-height: 54px;
	padding: 0 10px;
}
.rfj-feed-share-head h3 {
	grid-column: 2;
	margin: 0;
	color: #0f1419;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}
.rfj-feed-share-modal-close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #0f1419;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
.rfj-feed-share-modal-close:hover,
.rfj-feed-share-modal-close:focus {
	background: #eff3f4;
}
.rfj-feed-share-search {
	display: flex;
	align-items: center;
	gap: 10px;
	border-top: 1px solid #eff3f4;
	border-bottom: 1px solid #eff3f4;
	padding: 12px 18px;
	color: #536471;
}
.rfj-feed-share-search input {
	width: 100%;
	border: 0;
	outline: 0;
	color: #0f1419;
	font-size: 16px;
}
.rfj-feed-share-status {
	min-height: 20px;
	padding: 8px 18px 0;
	color: #536471;
	font-size: 13px;
}
.rfj-feed-share-status a {
	color: #16833b;
	font-weight: 700;
	text-decoration: none;
}
.rfj-feed-share-user-list {
	max-height: 520px;
	overflow-y: auto;
	padding: 6px 0 12px;
}
.rfj-feed-share-empty {
	color: #536471;
	font-size: 14px;
	padding: 18px;
}
.rfj-feed-share-user {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 12px 18px;
}
.rfj-feed-share-user:hover {
	background: #f7f9f9;
}
.rfj-feed-share-user img {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	object-fit: cover;
}
.rfj-feed-share-user strong,
.rfj-feed-share-user span,
.rfj-feed-share-user small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rfj-feed-share-user strong {
	color: #0f1419;
	font-size: 15px;
	font-weight: 800;
}
.rfj-feed-share-user span,
.rfj-feed-share-user small {
	color: #536471;
	font-size: 13px;
}
.rfj-feed-share-user-send {
	min-width: 62px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: #16833b;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.rfj-feed-share-user-send:hover,
.rfj-feed-share-user-send:focus {
	background: #126a30;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(22,131,59,.16);
}
.rfj-feed-share-user-send:disabled {
	cursor: default;
	opacity: .72;
}
.rfj-feed-empty {
	background: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 8px;
	color: #8a929e;
	padding: 20px;
	text-align: center;
}
.rfj-feed-publish-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(22, 28, 36, .42);
	padding: 16px;
}
.rfj-feed-publish-modal.is-open {
	display: flex;
}
.rfj-feed-publish-panel {
	width: min(620px, 100%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
	padding: 18px;
}
.rfj-feed-publish-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
.rfj-feed-publish-head h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.rfj-feed-close-publisher {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: #f1f3f5;
	color: #5b636c;
	font-size: 22px;
	line-height: 1;
}
.rfj-feed-publish-form textarea {
	width: 100%;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	padding: 9px 10px;
	resize: vertical;
	font-size: 1rem;
}
.rfj-feed-publish-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}
.rfj-feed-image-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #1d9bf0;
	cursor: pointer;
	font-weight: 700;
}
.rfj-feed-image-btn svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}
.rfj-feed-image-btn input {
	display: none;
}
.rfj-feed-image-preview {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	margin-top: 10px;
}
.rfj-feed-image-preview.is-visible {
	display: grid;
}
.rfj-feed-image-preview img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #cfd9de;
}
.rfj-feed-publish-form button[type="submit"] {
	background: #16833b;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	min-height: 38px;
	padding: 0 18px;
	transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.rfj-feed-publish-form button[type="submit"]:hover,
.rfj-feed-publish-form button[type="submit"]:focus {
	background: #126a30;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(22,131,59,.16);
}
.rfj-feed-create-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}
.rfj-feed-create-actions .rfj-feed-open-publisher,
.rfj-feed-create-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 0 16px;
	text-decoration: none;
	white-space: nowrap;
}
.rfj-feed-create-actions .rfj-feed-open-publisher {
	background: #16833b;
	color: #fff;
	cursor: pointer;
}
.rfj-feed-create-actions a {
	background: #1d9bf0;
	color: #fff;
}
.rfj-feed-create-actions .rfj-feed-open-publisher:hover,
.rfj-feed-create-actions .rfj-feed-open-publisher:focus,
.rfj-feed-create-actions a:hover,
.rfj-feed-create-actions a:focus {
	filter: brightness(.94);
	text-decoration: none;
}
.rfj-feed-form-tip {
	color: #8a929e;
	font-size: 12px;
	margin: 8px 0 0;
}
.rfj-feed-comments {
	background: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 8px;
	margin-top: 16px;
	padding: 16px;
}
.rfj-feed-detail-list {
	border-top: 1px solid #eff3f4;
}
.rfj-feed-detail-list .rfj-feed-card {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.rfj-feed-detail-head {
	border-bottom: 0;
}
.rfj-feed-detail-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border: 1px solid #cfd9de;
	border-radius: 999px;
	color: #0f1419;
	font-size: 14px;
	font-weight: 800;
	padding: 0 14px;
	text-decoration: none;
}
.rfj-feed-detail-back:hover,
.rfj-feed-detail-back:focus {
	background: #f7f9f9;
	text-decoration: none;
}
.rfj-feed-detail-home .rfj-feed-comments {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	margin-top: 0;
}
.rfj-feed-comment-form textarea {
	width: 100%;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	padding: 10px;
	resize: vertical;
}
.rfj-feed-comment-form button {
	background: #16833b;
	border: 0;
	border-radius: 4px;
	color: #fff;
	margin-top: 8px;
	padding: 7px 16px;
}
.rfj-feed-comment {
	display: flex;
	gap: 10px;
	border-top: 1px solid #eef0f3;
	padding: 12px 0;
}
.rfj-feed-comment img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}
.rfj-feed-home-body {
	background: #fff;
	color: #0f1419;
}
.rfj-feed-home {
	min-height: 70vh;
	background: #fff;
}
.rfj-feed-shell {
	display: grid;
	grid-template-columns: 230px minmax(0, 600px) 320px;
	gap: 0;
	max-width: 1190px;
	margin: 0 auto;
	padding: 22px 15px 44px;
}
.rfj-feed-left,
.rfj-feed-right {
	position: sticky;
	top: 84px;
	align-self: start;
}
.rfj-feed-nav-card,
.rfj-feed-side-card {
	background: #fff;
	border: 1px solid #eff3f4;
	border-radius: 16px;
}
.rfj-feed-nav-card {
	padding: 8px;
}
.rfj-feed-nav-card a {
	display: block;
	border-radius: 6px;
	color: #303946;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 12px;
}
.rfj-feed-nav-card a.active,
.rfj-feed-nav-card a:hover {
	background: #edf7f1;
	color: #16833b;
}
.rfj-feed-center {
	min-width: 0;
}
.rfj-feed-home-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: rgba(255, 255, 255, .92);
	border: 1px solid #eff3f4;
	border-bottom: 0;
	border-radius: 0;
	padding: 14px 16px;
}
.rfj-feed-home-head h1 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 6px;
}
.rfj-feed-home-head p {
	color: #697382;
	margin: 0;
}
.rfj-feed-tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #fff;
	border-left: 1px solid #eff3f4;
	border-right: 1px solid #eff3f4;
	border-bottom: 1px solid #eff3f4;
	margin-bottom: 0;
}
.rfj-feed-tabs a {
	position: relative;
	color: #66717f;
	font-weight: 700;
	text-align: center;
	padding: 13px 8px;
}
.rfj-feed-tabs a.active {
	color: #16202b;
}
.rfj-feed-tabs a.active:after {
	position: absolute;
	right: 34%;
	bottom: 0;
	left: 34%;
	height: 3px;
	border-radius: 99px;
	background: #16833b;
	content: "";
}
.rfj-feed-home .rfj-feed-list {
	gap: 0;
}
.rfj-feed-home .rfj-feed-card {
	border-radius: 0;
	border-top: 0;
}
.rfj-feed-home .rfj-feed-card:first-child,
.rfj-feed-home .rfj-feed-card:last-child {
	border-radius: 0;
}
.rfj-feed-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 18px 0;
}
.rfj-feed-pager a {
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	color: #26313d;
	font-weight: 700;
	padding: 7px 14px;
}
.rfj-feed-load-state {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	color: #8a929e;
	font-size: 14px;
}
.rfj-feed-load-more {
	border: 1px solid #dfe3e8;
	border-radius: 999px;
	background: #fff;
	color: #26313d;
	font-weight: 800;
	min-height: 36px;
	padding: 0 18px;
}
.rfj-feed-load-more:hover,
.rfj-feed-load-more:focus {
	border-color: #16833b;
	color: #16833b;
}
.rfj-feed-load-more:disabled {
	opacity: .55;
}
.rfj-feed-side-card {
	margin-bottom: 14px;
	padding: 14px;
}
.rfj-feed-side-card h2 {
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 12px;
}
.rfj-feed-hot-tags {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.rfj-feed-hot-tags a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #26313d;
	font-weight: 700;
}
.rfj-feed-hot-tags span {
	color: #8a929e;
	font-size: 12px;
	font-weight: 600;
}
.rfj-feed-author-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}
.rfj-feed-author-row + .rfj-feed-author-row {
	border-top: 1px solid #eef0f3;
}
.rfj-feed-author-row img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}
.rfj-feed-author-row span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	color: #26313d;
	font-weight: 700;
}
.rfj-feed-author-row small {
	color: #8a929e;
	font-weight: 500;
}
.rfj-x-profile-body {
	background: #fff;
}
.rfj-x-profile-shell {
	display: grid;
	grid-template-columns: 220px minmax(0, 600px) 320px;
	gap: 30px;
	max-width: 1210px;
	margin: 0 auto;
	min-height: 70vh;
}
.rfj-x-profile-left {
	position: sticky;
	top: 20px;
	align-self: start;
	padding-top: 12px;
}
.rfj-x-profile-main {
	border-right: 1px solid #eff3f4;
	border-left: 1px solid #eff3f4;
	min-width: 0;
}
.rfj-x-profile-topbar {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 20px;
	height: 54px;
	padding: 0 16px;
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #eff3f4;
}
.rfj-x-profile-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #0f1419;
	font-size: 22px;
	font-weight: 700;
}
.rfj-x-profile-back:hover {
	background: #eff3f4;
	color: #0f1419;
}
.rfj-x-profile-topbar h1 {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	line-height: 1.1;
}
.rfj-x-profile-topbar span {
	color: #536471;
	font-size: 13px;
}
.rfj-x-profile-cover {
	height: 200px;
	background: #cfd9de;
}
.rfj-x-profile-card {
	position: relative;
	padding: 0 16px 16px;
	border-bottom: 1px solid #eff3f4;
}
.rfj-x-profile-avatar-wrap {
	height: 72px;
}
.rfj-x-profile-avatar {
	width: 144px;
	height: 144px;
	border: 4px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	transform: translateY(-72px);
	background: #fff;
}
.rfj-x-profile-actions {
	position: absolute;
	top: 12px;
	right: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	max-width: calc(100% - 178px);
}
.rfj-x-profile-follow,
.rfj-x-profile-outline-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border-radius: 999px;
	font-weight: 800;
	padding: 0 17px;
	cursor: pointer;
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease, color .16s ease;
}
.rfj-x-profile-follow {
	border: 1px solid #16833b;
	background: #16833b;
	color: #fff;
}
.rfj-x-profile-follow.following {
	background: #fff;
	color: #16833b;
}
.rfj-x-profile-outline-btn {
	border: 1px solid #cfd9de;
	color: #0f1419;
	background: #fff;
}
.rfj-x-profile-actions .rfj-x-profile-publish-btn {
	border-color: #16833b;
	background: #16833b;
	color: #fff;
}
.rfj-x-profile-actions .rfj-x-profile-article-btn {
	border-color: #1d9bf0;
	background: #1d9bf0;
	color: #fff;
}
.rfj-x-profile-actions .rfj-x-profile-phone-btn {
	gap: 6px;
	border-color: #f53f3f;
	color: #f53f3f;
}
.rfj-x-profile-actions .rfj-x-profile-phone-btn svg {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
}
.rfj-x-profile-actions .rfj-x-profile-follow:hover,
.rfj-x-profile-actions .rfj-x-profile-follow:focus,
.rfj-x-profile-actions .rfj-x-profile-outline-btn:hover,
.rfj-x-profile-actions .rfj-x-profile-outline-btn:focus {
	transform: translateY(-1px);
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(15,20,25,.12);
}
.rfj-x-profile-actions .rfj-x-profile-outline-btn:hover,
.rfj-x-profile-actions .rfj-x-profile-outline-btn:focus {
	border-color: #16833b;
	background: #f2fbf5;
	color: #16833b;
}
.rfj-x-profile-actions .rfj-x-profile-follow:hover,
.rfj-x-profile-actions .rfj-x-profile-follow:focus {
	border-color: #126a30;
	background: #126a30;
	color: #fff;
}
.rfj-x-profile-actions .rfj-x-profile-follow.following:hover,
.rfj-x-profile-actions .rfj-x-profile-follow.following:focus {
	border-color: #536471;
	background: #f7f9f9;
	color: #26313d;
}
.rfj-x-profile-actions .rfj-x-profile-phone-btn:hover,
.rfj-x-profile-actions .rfj-x-profile-phone-btn:focus {
	border-color: #f53f3f;
	background: #fff1f1;
	color: #d92d2d;
	box-shadow: 0 8px 18px rgba(245,63,63,.18);
}
.rfj-x-profile-actions .rfj-x-profile-publish-btn:hover,
.rfj-x-profile-actions .rfj-x-profile-publish-btn:focus {
	border-color: #126a30;
	background: #126a30;
	color: #fff;
	box-shadow: 0 8px 18px rgba(22,131,59,.18);
}
.rfj-x-profile-actions .rfj-x-profile-article-btn:hover,
.rfj-x-profile-actions .rfj-x-profile-article-btn:focus {
	border-color: #1677ba;
	background: #1677ba;
	color: #fff;
	box-shadow: 0 8px 18px rgba(29,155,240,.18);
}
.rfj-x-profile-identity h2 {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #0f1419;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
}
.rfj-x-profile-identity > div {
	color: #536471;
	font-size: 15px;
}
.rfj-x-profile-wechat {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	border: 1px solid #b8e6c8;
	border-radius: 999px;
	background: #eefbf3;
	color: #16833b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 0 8px;
	white-space: nowrap;
}
.rfj-x-profile-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}
.rfj-x-profile-contact-actions a,
.rfj-x-profile-contact-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border: 1px solid #16833b;
	border-radius: 999px;
	background: #16833b;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 0 18px;
	cursor: pointer;
}
.rfj-x-profile-contact-actions button {
	border-color: #cfd9de;
	background: #fff;
	color: #26313d;
}
.rfj-x-profile-bio {
	color: #0f1419;
	font-size: 15px;
	line-height: 1.45;
	margin-top: 12px;
}
.rfj-x-profile-bio p {
	margin: 5px 0 0;
}
.rfj-x-profile-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	margin-top: 16px;
}
.rfj-x-profile-info-grid div {
	min-width: 0;
}
.rfj-x-profile-info-grid .wide {
	grid-column: 1 / -1;
}
.rfj-x-profile-info-grid .rfj-x-profile-term-field {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
}
.rfj-x-profile-info-grid span {
	display: block;
	color: #536471;
	font-size: 13px;
	line-height: 1.25;
	margin-bottom: 3px;
}
.rfj-x-profile-info-grid strong {
	display: block;
	color: #0f1419;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}
.rfj-x-profile-info-grid a {
	color: #0f1419;
}
.rfj-x-profile-term-links {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px 7px;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.rfj-x-profile-term-links::-webkit-scrollbar {
	display: none;
}
.rfj-x-profile-term-links a {
	flex: 0 0 auto;
	color: #1d9bf0;
	text-decoration: none;
}
.rfj-x-profile-term-links a:hover,
.rfj-x-profile-term-links a:focus {
	text-decoration: underline;
}
.rfj-x-profile-term-separator {
	flex: 0 0 auto;
	color: #cfd9de;
	font-weight: 500;
}
.rfj-x-profile-info-grid p {
	margin: 0;
}
.rfj-x-profile-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #536471;
	font-size: 15px;
	margin-top: 12px;
}
.rfj-x-profile-meta a {
	color: #536471;
}
.rfj-x-profile-counts {
	display: flex;
	gap: 18px;
	color: #536471;
	font-size: 15px;
	margin-top: 12px;
}
.rfj-x-profile-counts button {
	border: 0;
	background: transparent;
	color: #536471;
	font: inherit;
	padding: 0;
	cursor: pointer;
}
.rfj-x-profile-counts button:hover {
	text-decoration: underline;
}
.rfj-x-profile-counts strong {
	color: #0f1419;
}
.rfj-x-profile-compose {
	border-bottom: 1px solid #eff3f4;
	padding: 12px 16px;
}
.rfj-x-profile-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	border-bottom: 1px solid #eff3f4;
}
.rfj-x-profile-tabs a {
	position: relative;
	color: #536471;
	font-weight: 700;
	text-align: center;
	padding: 15px 4px;
}
.rfj-x-profile-tabs span {
	margin-left: 5px;
	color: #536471;
	font-weight: 500;
}
.rfj-x-profile-tabs a.active {
	color: #0f1419;
}
.rfj-x-profile-tabs a.active:after {
	position: absolute;
	right: 34%;
	bottom: 0;
	left: 34%;
	height: 4px;
	border-radius: 999px;
	background: #1d9bf0;
	content: "";
}
.rfj-x-profile-feed {
	gap: 0;
}
.rfj-x-profile-feed .rfj-feed-card {
	border-right: 0;
	border-left: 0;
	border-top: 0;
}
.rfj-x-content-list {
	display: grid;
	gap: 0;
}
.rfj-x-product-list {
	display: grid;
	gap: 0;
}
.rfj-x-product-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 12px;
	border-bottom: 1px solid #eff3f4;
	color: #0f1419;
	padding: 14px 16px;
	transition: background-color .15s ease;
}
.rfj-x-product-card:hover {
	background: #f7f9f9;
	text-decoration: none;
}
.rfj-x-product-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 1px solid #eff3f4;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}
.rfj-x-product-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.rfj-x-product-logo span {
	color: #1d9bf0;
	font-size: 22px;
	font-weight: 800;
}
.rfj-x-product-main {
	min-width: 0;
}
.rfj-x-product-title {
	display: inline-block;
	color: #0f1419;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 5px;
}
.rfj-x-product-title:hover,
.rfj-x-product-title:focus {
	color: #1d9bf0;
	text-decoration: none;
}
.rfj-x-product-desc {
	display: block;
	color: #536471;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 8px;
}
.rfj-x-product-desc:hover,
.rfj-x-product-desc:focus {
	color: #1d9bf0;
	text-decoration: none;
}
.rfj-x-product-actions {
	display: flex;
	gap: 8px;
	max-width: 280px;
	font-size: 13px;
	font-weight: 700;
}
.rfj-x-product-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-height: 34px;
	border: 1px solid #d8e1e8;
	border-radius: 8px;
	background: #fff;
	color: #1d9bf0;
	font: inherit;
	line-height: 1.2;
	padding: 7px 12px;
	text-align: center;
	cursor: pointer;
}
.rfj-x-product-action:hover,
.rfj-x-product-action:focus {
	border-color: #1d9bf0;
	text-decoration: none;
}
.rfj-x-product-enquiry {
	border-color: #1d9bf0;
	background: #1d9bf0;
	color: #fff;
}
.rfj-x-product-enquiry:hover,
.rfj-x-product-enquiry:focus {
	background: #0c7bc4;
	color: #fff;
}
.rfj-x-content-card-wrap {
	border-bottom: 1px solid #eff3f4;
}
.rfj-x-content-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	gap: 14px;
	padding: 16px;
	color: #0f1419;
}
.rfj-x-content-card:hover {
	background: #f7f9f9;
}
.rfj-x-content-main {
	min-width: 0;
}
.rfj-x-content-type {
	color: #536471;
	font-size: 13px;
	margin-bottom: 5px;
}
.rfj-x-content-card h3 {
	color: #0f1419;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 6px;
}
.rfj-x-content-card p {
	color: #536471;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}
.rfj-x-content-card img {
	width: 112px;
	height: 84px;
	border: 1px solid #cfd9de;
	border-radius: 12px;
	object-fit: contain;
}
.rfj-x-post-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	max-width: 460px;
	padding: 0 16px 12px 70px;
}
.rfj-x-post-action {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 42px;
	height: 30px;
	border-radius: 999px;
	border: 0;
	background: transparent;
	color: #536471;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	transition: color .15s ease, background-color .15s ease;
}
.rfj-x-post-action svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.rfj-x-post-action:hover,
.rfj-x-post-action:focus {
	background: rgba(29,155,240,.1);
	color: #1d9bf0;
	text-decoration: none;
}
.rfj-x-post-like:hover,
.rfj-x-post-like.is-active {
	background: rgba(249,24,128,.1);
	color: #f91880;
}
.rfj-x-post-favorite:hover,
.rfj-x-post-favorite.is-active {
	color: #1d9bf0;
}
.rfj-x-activity-list {
	display: grid;
	gap: 0;
}
.rfj-x-activity-card {
	border-bottom: 1px solid #eff3f4;
	background: #fff;
}
.rfj-x-activity-head {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-start;
	padding: 13px 16px 8px;
}
.rfj-x-activity-user {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 10px;
	align-items: flex-start;
	min-width: 0;
}
.rfj-x-activity-head img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.rfj-x-activity-user-main {
	min-width: 0;
}
.rfj-x-activity-head strong {
	color: #0f1419;
	font-size: 15px;
	font-weight: 800;
}
.rfj-x-activity-head span {
	color: #536471;
	font-size: 14px;
	line-height: 1.35;
}
.rfj-x-activity-user-main > span {
	display: block;
}
.rfj-x-activity-body .rfj-feed-card,
.rfj-x-activity-body .rfj-x-content-card-wrap {
	border-bottom: 0;
}
.rfj-x-activity-body .rfj-feed-card {
	padding-top: 6px;
}
.rfj-x-activity-comment {
	display: block;
	margin: 0 16px 10px 66px;
	border-left: 3px solid #dfe3e8;
	border-radius: 0 8px 8px 0;
	background: #f7f9f9;
	color: #0f1419;
	padding: 10px 12px;
}
.rfj-x-activity-comment:hover {
	background: #edf7f1;
	color: #0f1419;
}
.rfj-x-activity-comment span {
	display: block;
	color: #536471;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}
.rfj-x-activity-comment strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}
.rfj-x-suggest-card {
	padding-bottom: 6px;
}
.rfj-x-user-mini-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
}
.rfj-x-user-mini-avatar img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}
.rfj-x-user-mini-main {
	min-width: 0;
	color: #0f1419;
}
.rfj-x-user-mini-main strong,
.rfj-x-user-mini-main span,
.rfj-x-user-mini-main em {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rfj-x-user-mini-main strong {
	font-size: 15px;
	font-weight: 800;
}
.rfj-x-user-mini-main span,
.rfj-x-user-mini-main em {
	color: #536471;
	font-size: 13px;
	font-style: normal;
}
.rfj-x-user-mini-follow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	border: 1px solid #16833b;
	border-radius: 999px;
	background: #16833b;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	padding: 0 13px;
	cursor: pointer;
	white-space: nowrap;
}
.rfj-x-user-mini-follow.following {
	border-color: #cfd9de;
	background: #fff;
	color: #16833b;
}
.rfj-x-follow-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding-top: 6vh;
}
.rfj-x-follow-modal.is-open {
	display: flex;
}
.rfj-x-follow-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(91, 112, 131, 0.4);
}
.rfj-x-follow-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 600px);
	max-height: 86vh;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(15, 20, 25, 0.22);
}
.rfj-x-follow-panel header {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 54px;
	padding: 0 16px;
}
.rfj-x-follow-panel h2 {
	color: #0f1419;
	font-size: 20px;
	font-weight: 800;
	margin: 0;
}
.rfj-x-follow-close {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #0f1419;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.rfj-x-follow-close:hover {
	background: #eff3f4;
}
.rfj-x-follow-tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px solid #eff3f4;
}
.rfj-x-follow-tabs button {
	position: relative;
	height: 48px;
	border: 0;
	background: #fff;
	color: #536471;
	font-weight: 800;
	cursor: pointer;
}
.rfj-x-follow-tabs button.active {
	color: #0f1419;
}
.rfj-x-follow-tabs button.active:after {
	position: absolute;
	right: 35%;
	bottom: 0;
	left: 35%;
	height: 4px;
	border-radius: 999px;
	background: #1d9bf0;
	content: "";
}
.rfj-x-follow-list {
	display: none;
	max-height: calc(86vh - 103px);
	overflow-y: auto;
}
.rfj-x-follow-list.active {
	display: block;
}
.rfj-x-follow-list .rfj-x-user-mini-card {
	padding: 13px 16px;
	border-bottom: 1px solid #eff3f4;
}
.rfj-x-profile-side {
	position: sticky;
	top: 20px;
	align-self: start;
	padding-top: 12px;
}
.rfj-x-profile-context-actions {
	display: none;
}
@media (max-width: 767px) {
	.rfj-feed-home-body {
		padding-bottom: calc(68px + env(safe-area-inset-bottom));
	}
	.rfj-x-profile-body {
		padding-bottom: calc(68px + env(safe-area-inset-bottom));
	}
	.rfj-feed-card {
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		padding: 14px 12px;
	}
	.rfj-feed-container,
	.rfj-feed-advisor-section,
	.rfj-feed-related {
		padding: 0;
	}
	.rfj-x-profile-shell {
		display: block;
		max-width: none;
		padding-bottom: 12px;
	}
	.rfj-x-profile-main {
		border-right: 0;
		border-left: 0;
	}
	.rfj-x-profile-side {
		display: none;
	}
	.rfj-x-profile-cover {
		height: 128px;
	}
	.rfj-x-profile-avatar {
		width: 104px;
		height: 104px;
		transform: translateY(-52px);
	}
	.rfj-x-profile-avatar-wrap {
		height: 52px;
	}
	.rfj-x-profile-identity h2 {
		font-size: 21px;
	}
	.rfj-x-profile-info-grid {
		grid-template-columns: 1fr;
	}
	.rfj-x-profile-info-grid .rfj-x-profile-term-field {
		display: block;
	}
	.rfj-x-profile-term-links {
		flex-wrap: wrap;
		overflow: visible;
		white-space: normal;
	}
	.rfj-x-profile-contact-actions {
		display: none;
	}
	.rfj-x-profile-actions .rfj-x-profile-publish-btn,
	.rfj-x-profile-actions .rfj-x-profile-article-btn,
	.rfj-x-profile-actions .rfj-x-profile-phone-btn {
		display: none;
	}
	.rfj-x-content-card {
		grid-template-columns: minmax(0, 1fr) 88px;
		padding: 14px;
	}
	.rfj-x-content-card img {
		width: 88px;
		height: 66px;
		border-radius: 10px;
	}
	.rfj-x-product-card {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 14px;
	}
	.rfj-x-product-logo {
		width: 48px;
		height: 48px;
		border-radius: 10px;
	}
	.rfj-x-post-actions {
		padding-left: 14px;
	}
	.rfj-x-activity-comment {
		margin-right: 12px;
		margin-left: 62px;
	}
	.rfj-x-follow-modal {
		align-items: stretch;
		padding-top: 0;
	}
	.rfj-x-follow-panel {
		width: 100%;
		max-height: 100vh;
		border-radius: 0;
	}
	.rfj-feed-shell {
		display: block;
		padding: 0 0 28px;
	}
	.rfj-feed-create-actions {
		justify-content: flex-start;
	}
	.rfj-feed-home-head .rfj-feed-create-actions {
		display: none;
	}
	.rfj-feed-create-actions .rfj-feed-open-publisher,
	.rfj-feed-create-actions a {
		min-height: 34px;
		font-size: 13px;
		padding: 0 12px;
	}
	.rfj-feed-left,
	.rfj-feed-right {
		position: static;
		display: none;
	}
	.rfj-feed-home-head {
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		padding: 15px 12px;
	}
	.rfj-feed-home-head h1 {
		font-size: 22px;
	}
	.rfj-feed-home-head p {
		font-size: 13px;
	}
	.rfj-feed-tabs {
		border-right: 0;
		border-left: 0;
		position: sticky;
		top: 0;
		z-index: 20;
	}
	.rfj-x-profile-tabs {
		position: sticky;
		top: 54px;
		z-index: 28;
		background: rgba(255,255,255,.96);
		box-shadow: 0 1px 0 #eff3f4;
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
	.rfj-feed-advisor-section h2,
	.rfj-feed-related h2 {
		padding: 0 12px;
	}
	.rfj-feed-section-head {
		padding: 0 12px;
	}
	.rfj-feed-publish-panel {
		padding: 14px;
	}
	.rfj-x-profile-context-actions {
		display: flex;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 900;
		gap: 0;
		max-width: 600px;
		margin: 0 auto;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
		border-top: 1px solid #eff3f4;
		background: rgba(255,255,255,.96);
		box-shadow: 0 -8px 24px rgba(15,20,25,.08);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}
	.rfj-x-profile-context-action {
		display: inline-flex;
		min-width: 0;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		gap: 7px;
		border: 0;
		border-radius: 12px;
		background: transparent;
		color: #536471;
		font-size: 14px;
		font-weight: 800;
		line-height: 1;
		text-align: center;
		padding: 0 8px;
		cursor: pointer;
		text-decoration: none;
		transition: background-color .15s ease, color .15s ease;
	}
	.rfj-x-profile-context-action:first-child {
		flex: 0 0 54px;
	}
	.rfj-x-profile-context-action:not(:first-child) {
		flex: 1 1 0;
	}
	.rfj-x-mobile-home-action {
		padding: 0;
	}
	.rfj-x-mobile-home-action span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}
	.rfj-x-profile-context-action.is-primary,
	.rfj-x-profile-context-action.rfj-viewPrivateNumberButton {
		background: #16833b;
		color: #fff;
	}
	.rfj-x-profile-context-action.rfj-x-profile-context-message {
		background: #16833b;
		color: #fff;
	}
	.rfj-x-profile-context-action.rfj-viewPrivateNumberButton {
		background: #f53f3f;
		color: #fff;
	}
	.rfj-x-profile-context-action.rfj-viewPrivateNumberButton svg {
		fill: none;
		stroke: currentColor;
	}
	.rfj-x-profile-context-action.rfj-x-profile-context-enquiry {
		background: #1d9bf0;
		color: #fff;
	}
	.rfj-x-profile-context-action.rfj-x-profile-context-publish {
		background: #16833b;
		color: #fff;
	}
	.rfj-x-feed-context-actions .rfj-feed-open-publisher {
		background: #16833b;
		color: #fff;
	}
	.rfj-x-profile-context-action.rfj-x-profile-context-article {
		background: #1d9bf0;
		color: #fff;
	}
	.rfj-x-profile-context-action + .rfj-x-profile-context-action {
		border-left: 1px solid #eff3f4;
	}
	.rfj-x-profile-context-action svg {
		width: 21px;
		height: 21px;
		fill: currentColor;
	}
	.rfj-x-profile-context-action span {
		display: block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.rfj-x-profile-context-action:hover,
	.rfj-x-profile-context-action:focus {
		background: #f7f9f9;
		color: #26313d;
		text-decoration: none;
	}
	.rfj-x-profile-context-action.is-primary:hover,
	.rfj-x-profile-context-action.is-primary:focus {
		background: #126a30;
		color: #fff;
	}
	.rfj-x-profile-context-action.rfj-viewPrivateNumberButton:hover,
	.rfj-x-profile-context-action.rfj-viewPrivateNumberButton:focus {
		background: #d92d2d;
		color: #fff;
	}
	.rfj-x-profile-context-action.is-primary {
		color: #fff;
	}
	.rfj-feed-publish-modal.is-open,
	.rfj-x-follow-modal.is-open {
		z-index: 1000;
	}
}
