.status-badge.brand-status {
	position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    border-radius: 6px;
    padding: 0.28rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
	&.is-open { 
		background: rgba(47, 143, 99, 0.92);
		border-color: rgba(255, 255, 255, 0.25);
	}
	&.is-closed { 
		background: rgba(194, 63, 47, 0.92);
		border-color: rgba(255, 255, 255, 0.25);
	}
	&::before {
		display: none;
	}
}

a.phone-text {
	text-decoration: none!important;
}