.feature-request {
    background-color: #fff;
    box-shadow: 2px 4px 12px 0 rgb(0 0 0 / 10%);
    padding: 1rem;
    border-radius: 6px;
}

.feature-request .is-upvoted {
    color: hsla(192, 81%, 26%, 0.8);
}

.feature-request h5 a {
    color: #073642;
}

.feature-request.is-completed {
    opacity: 0.6;
}