.changelog .page-title {
    text-shadow: black 0 0 5px, black 0 1px 5px;
}

.changelog .changelog-search {
    position: relative;
    padding: 0.75rem 1rem;
    width: 32rem;
    text-align: center;
    background-color: #1d1d1d !important;
    border: 0.0625rem solid #333;
    border-radius: 0.25rem !important;
}
.changelog .timeline {
    list-style-type: none;
    position: relative;
}
@media (max-width: 35.5rem) {
    .changelog .timeline {
        padding-left: 0 !important;
    }
    .changelog .timeline:before {
        background: transparent !important;
        display: none !important;
    }
    .changelog .timeline .timeline-item:before {
        display: none !important;
    }
    .changelog .timeline .timeline-item .change-type {
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    .changelog .timeline .timeline-item .change-desc {
        display: inline-block;
        width: 100%;
    }
}
.changelog .timeline:before {
    content: " ";
    background: #070707;
    display: inline-block;
    position: absolute;
    left: 1rem;
    width: 0.25rem;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}
.changelog .timeline .timeline-item.closed {
    height: 5.3125rem;
    overflow: hidden;
}
.changelog .timeline .timeline-item {
    margin-bottom: 1.25rem;
    background-color: #1d1d1d;
    color: #f0e6d2;
    height: auto;
    border: 0.0625rem solid #333;
    transition: all 0.5s ease-in-out !important;
}
@media (max-width: 35.125rem) {
    .changelog .timeline .timeline-item {
        margin: 1.25rem 1rem !important;
    }
}
.changelog .timeline .timeline-item:hover {
    box-shadow: 0 0 0.5rem 0.375rem #0006 !important;
}
.changelog .timeline .timeline-item:before {
    content: " ";
    background: #c8aa6e;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0.1875rem solid rgb(31, 31, 31);
    left: -1.35rem;
    width: 0.875rem;
    height: 0.875rem;
    z-index: 400;
    box-shadow: 0 0 0.3125rem #0003;
}
.changelog .timeline .timeline-item .change-title {
    padding: 0.3125rem 0.9375rem;
    border-radius: 0.25em;
    background: #393737;
    font-size: 1.3125rem;
    color: #dcdcdc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}
@media (max-width: 35.125rem) {
    .changelog .timeline .timeline-item .change-title .changes-made {
        display: none;
    }
}
.changelog .timeline .timeline-item .change-subtitle {
    border-bottom: 0.0625rem solid #3c3c3c;
    padding-bottom: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #c9aa71 !important;
}
.changelog .timeline .timeline-item .change-list {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.changelog .timeline .timeline-item .change-list .change-item .change-type {
    color: #fff;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
    width: 5.6875rem;
    height: 1.4375rem;
    line-height: 1.4375rem;
    min-height: 1.4375rem;
    min-width: 5.6875rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 0 0.1875rem #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 1.5rem;
}
.changelog .timeline .timeline-item .change-list .change-item .change-type[data-type="blue"] {
    background-color: #007bff;
}
.changelog .timeline .timeline-item .change-list .change-item .change-type[data-type="green"] {
    background-color: #28a745;
}
.changelog .timeline .timeline-item .change-list .change-item .change-type[data-type="red"] {
    background-color: #dc3545;
}
.changelog .timeline .timeline-item .change-list .change-item .change-type[data-type="yellow"] {
    background-color: #dc8935;
}
.changelog .timeline .timeline-item .change-list .change-item .change-desc {
    line-height: 1.4375rem;
    color: #f0e6d2;
}
.changelog .timeline .timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #1d1d1d;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: -2.05rem;
}
@media (max-width: 48rem) {
    .changelog .timeline .timeline-item {
        transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) !important;
        max-height: 875rem !important;
        opacity: 1;
    }
    .changelog .timeline .timeline-item .changelog-content {
        transition: all 0.2s ease !important;
        opacity: 1;
        max-height: 875rem !important;
    }
    .changelog .timeline .timeline-item .changelog-content * {
        transition: all 0.2s ease !important;
    }
    .changelog .timeline .timeline-item .changelog-content .timeline-arrow {
        display: none !important;
    }
    .changelog .timeline .timeline-item .changelog-content .change-title {
        border-radius: 0.25rem !important;
        transition: border-radius 0.75s ease !important;
    }
    .changelog .timeline .timeline-item.closed {
        padding-top: 0 !important;
        max-height: 2.1875rem !important;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .changelog .timeline .timeline-item.closed .change-title {
        border-radius: 0.0625rem !important;
    }
    .changelog .timeline .timeline-item.closed .changelog-content {
        opacity: 0;
    }
}