.wine_search_page {
    margin-top: 20px;
}

.wine_search_page {
    background: #ffffff;
    min-height: 100vh;
    padding: 0 30px;
    padding-bottom: 175px;
    width: 720px;
}

.announcement-container {
    max-width: 660px;
    margin: auto;
    padding-top: 195px;
}

.announcement-header {
    position: relative;
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #777777;
}

.announcement-header h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.back-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0 12px;
    cursor: pointer;
}

.back-icon {
    width: 17px;
    height: 28px;
    object-fit: contain;
}

.announcement-header h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
    font-weight: 800;
}

/* list */

/* .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 30px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.list-item:nth-child(odd) {
    background-color: #f7f7f7;
}

.list-item:first-child {
    border-top: 1px solid #e0e0e0;
} */
.link_annou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 30px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #ffffff;
    text-decoration: none;
    color: inherit;
}

.link_annou:nth-child(odd) {
    background-color: #f7f7f7;
}

.link_annou:first-child {
    border-top: 1px solid #e0e0e0;
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.list-title {
    flex: 1;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    line-height: 1.4;
    font-weight: 500;
}

.list-date {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #252525;
    font-weight: 500;
    white-space: nowrap;
    margin-left: 20px;
}

.list-item:hover {
    background-color: #f0f0f0;
}

.list-item:nth-child(even):hover {
    background-color: #eeeeee;
}
/* phantrang */
.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 60px;
}

.page-btn {
    width: 65px;
    height: 65px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn:hover {
    background: #f2f2f2;
}

.page-btn.active {
    border-color: none;
    background: #f25c5c;
    color: #fff;
    font-weight: 700;
    border: none;
}

.arrow {
    width: 29px;
    height: 31px;
    object-fit: contain;
}