.shp-volunteerwork-status {
    padding: 0.5em;
    background-color: color-mix(in srgb, currentColor 5%, white);
    border: 1px solid color-mix(in srgb, currentColor 20%, white);
}
.shp-volunteerwork-status.error {
    color: red;
}
.shp-volunteerwork-status.success {
    color: green;
}
.shp-volunteerwork-status.notice {
    color: blue;
}
