/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Changelog */
.changelog{
    padding: 20px 0% 130px;
}

h4{
    color: white;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;
}

.changelog__card{
    border-radius: 10px;
    padding: 25px 30px 10px;
    border: 2px solid rgba(116, 116, 116, 0.36);
    margin-bottom: 20px;
}

.changelog__card--new{
    position: relative;
}

.changelog__card .new{
    display: none;
}

.changelog__card--new .new{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #A52222;
    border-radius: 0 7px;
    color: white;
    padding: 10px 50px;
    font-size: 14px;
}

.changelog__card p{
    font-weight: 500;
    color: rgb(123, 123, 123);
    font-size: 16px;
}

.changelog__card h6{
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 1100px) {
    .changelog{
        padding: 20px 6% 130px;
    }
}