.spw-box {
    position: relative;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
}
.spw-title {
    height: 75px;
    overflow-y: auto;
    font-size: 20px;
    margin-bottom: 4px;
}
.spw-desc {
    font-size: 14px;
    margin-bottom: 4px;
    height: 45px;
    overflow-y: auto;
}
.spw-label-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    position: absolute;
    left: -8px;
    top: -8px;
}
.spw-label {
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 6px;
    line-height: 1;
    white-space: nowrap;
}