.open-leasing-simple-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 6px 0;
    font-size: 1em;
    font-weight: 500;
}
.open-leasing-simple-badge .leasing-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #38c172;
    display: inline-block;
    border: 1.5px solid #fff;
    box-shadow: 0 0 2px #38c172;
}
.open-leasing-simple-badge .leasing-label {
    color: #222;
    font-weight: 500;
    letter-spacing: 0.01em;
}