.falcon-open-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-inline-start: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    vertical-align: middle;
    white-space: nowrap;
}

.falcon-open-status__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    flex: 0 0 7px;
}

.falcon-open-status--open {
    color: #087a3e;
    background: #e5f7ed;
    border: 1px solid #a9dfbf;
}

.falcon-open-status--closed {
    color: #a62525;
    background: #fdecec;
    border: 1px solid #efb8b8;
}

@media (max-width: 600px) {
    .falcon-open-status {
        margin-top: 5px;
        margin-inline-start: 0;
    }
}
