@charset "UTF-8";

.whatsnew {
    padding-block: 5px;
}
.whatsnew__items {
    padding-block: 20px;
}
.whatsnew__item {
    padding-bottom: 20px;
}
.whatsnew__item:not(:first-child) {
    padding-top: 20px;
}
.whatsnew__item:not(:last-child) {
    border-bottom: 1px dotted var(--color-pink);
}
.whatsnew__date {
    font-size: 14px;
    color: #666;
}
.whatsnew__title {
    color: var(--color-gold);
    font-weight: bold;
}
.whatsnew__tmb {
    max-width: 200px;
    margin: 20px auto;
}
.whatsnew__tmb__img {
    width: 100%;
    border: 3px solid #FFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}
.whatsnew__text {
    font-size: 14px;
    color: #666;
}