.stripe-test-mode {
	background-color: #f5925e;
	position: relative;
	width: auto;
	color: #fff;
	text-transform: uppercase;
}
.stripe-endpoint-status {
    padding: 2px 5px;
	font-size: .8em;
	border-radius: 9px;
    &.enabled {
        background: #cbf4c9;
        color: #0e6245;
    }
    &.disabled {
        background: #fad9c7;
    color: #f5925e;
    }
}
