.news {
    display: flex;
    border: 1px solid #c9a060;
    padding: 10px;
    align-items: baseline;
    gap: 0.3rem;
}

.status {
    width: 40px;
    flex-shrink: 0;
}

.newNews {
    color: #fff;
    background-color: #810004;
    border-radius: 10px;
    font-size: 10px;
    padding: 2px 5px;
}

.title {
    font-size: 1rem;
}

.release-date {
    margin:0 0 0 auto;
    font-size: 1rem;
}

div {
    color: #fff;
}

.pagination__content {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
    height: 48px;
}

.pagination-button {
    display: flex;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #000;
    overflow: hidden;
    border-radius: 3px;
}

.pagination-selected__wrapper {
    position: relative;
    display: block;
    width: 70%;
}

.pagination-selected {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.pagination-selected i {
    position: absolute;
    right: 20px;
    top: 16px;
}

.pagination-selected-list {
    appearance: none;
    -webkit-appearance: none;
    height: 100%;
    border: none;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.pagination-selected:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20%;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.pagination-selected-list option {
    color: #000;
    text-align: center;
}

.pagination-prev,
.pagination-next {
    padding: 12px 15px;
    min-width: 60px;
    width: 110px;
}

.pagination-prev {
    border-right: 1px solid #fff;
}

.pagination-next {
    border-left: 1px solid #fff;
}

.pagination-prev p,
.pagination-next p {
    color: #fff;
}

.nav-button.disabled {
    pointer-events: none;
    background: #666;
    cursor: default;
}

.news-size {
    max-width: 700px;
}
