.change {
    margin-bottom: 30px !important;
}

.change h2,
.change .released-at {
    margin-bottom: 1.25rem;
}

.tag {
    background-color: #f87171;
    border-radius: 0.25rem;
    padding: 2px 5px;
    color: #fff;
}

.filter {
    cursor: pointer;
    background: #6b72800d;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    display: inline-block;
}

.filter:hover,
.filter:focus {
    background-color: #0000000d;
}

/* TODO: Temporary solution to solve: https://github.com/stechstudio/filament-impersonate/issues/59 */
div.fi-layout>aside.fi-sidebar {
    padding-top: 0 !important;
}