.status-badge,
.availability-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 auto;
    width: max-content;
    min-width: 0;
    min-height: 0;
    height: 22px;
    padding: 4px 8px;
    border: 0;
    border-radius: 999px;
    color: var(--brand-button-text, #fff) !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.package-row .availability-badge {
    color: var(--brand-button-text, #fff) !important;
}

.status-badge,
.availability-badge.available {
    background: var(--brand-status-positive, #2f9e62) !important;
}

.status-badge.inactive,
.availability-badge.occupied {
    background: var(--brand-status-negative, #d9534f) !important;
    opacity: 1;
}

main.page .alert {
    margin-bottom: 20px;
}

main.page .alert strong,
main.page .alert code {
    color: inherit !important;
}
