@charset "UTF-8";

/* 

    YDITS Site

    Copyright (C) よね/Yone

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

*/

.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 4rem 2rem;
}

.article__title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.news {
    width: 100%;
    max-width: 1024px;
}

.news__ol {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    list-style: none;
}

.news__li {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.news__title {
    display: inline;
    font-size: 1.5rem;
}

.news__date {
    font-size: 1.2rem;
}
