
.juicer-feed h1{
    max-height: 0 !important;
    margin: 0 !important;
	overflow: hidden;
}
.juicer-feed h1.referral a{
	color: #fff !important;
}
.juicer-feed h1.referral a:before{
	background-color: #fff !important;
	height: 100%;
	width: 100%;
	content: "";
	display: block;
}
.juicer-feed .j-meta a:before {
    margin-right: 0px !important;
    color: #FF4438 !important;
}
.juicer-feed h1.referral a:after{
	display: none !important;
}
.j-poster {
display:none !important;
}
.j-message p {
    margin: 0 !important;
}
.juicer-feed.modern .j-text {
    font-size: 14px;
    padding: 1rem 0 !important;
    margin: 0 !important;
}
.juicer-feed.modern li.feed-item{
	border: none !important;
	border-bottom: 2px solid var(--coral) !important;
}
.juicer-feed *{
	font-family: Univers, sans-serif !important;
	font-size: 14px !important;
}
.j-stack {
    padding: 0 1rem !important;
}
.juicer-about{display:none !important}
.juicer-button{
    --bg: var(--coral) ;
    --offset: 0.5rem;
    --outline: var(--bg);
    display: inline-block;
    position: relative;
    padding: 0.75rem 2rem !important;
	text-transform: capitalize !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--bg)!important;
    background-clip: padding-box;
    color: var(--black)!important;
    font: var(--cond) !important;
    font-family: var(--forza)!important;
    text-align: center !important;
    text-decoration: none !important;
	transition:.3s;
	width: fit-content !important;
}
.juicer-button:hover, .juicer-button:active{
	background: var(--black)!important;
    color: var(--white)!important;
}