@charset "UTF-8";

/* 

    YDITS Site

    Copyright (C) よね/Yone

    No modification or reproduction of any kind is permitted.
    改変や複製を一切禁じます。

*/

#hero .title {
    text-align: center;
}

.versions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    list-style: none;
    padding: 4rem 2rem;
}

.versions__index {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc(100% - 4rem);
    max-width: calc(1024px - 4rem);
    padding: 2rem;
    background-color: #e0e0e0ff;
}

.versions__index__title {
    font-size: 1.2rem;
    font-weight: bold;
}

.versions__index__ul {
    display: flex;
    flex-direction: column;
    max-width: 1024px;
}

.versions__index__li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.versions__index a {
    color: #303030ff;
}

.versions__ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 1024px;
}

.version {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: -6rem;
    padding-top: 6rem;
}

.version__title {
    display: flex;
    gap: .5em;
    font-size: 2rem;
    font-weight: bold;
}

.version__title::before {
    display: block;
    width: 4px;
    height: auto;
    border-radius: 100vw;
    background-color: #808080ff;
    content: "";
}

.version__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding-left: 2rem;
    list-style: disc;
}