.wine_search_page {
    margin-top: 20px;
}

.wine_search_page {
    background: #ffffff;
    min-height: 100vh;
    padding: 0 30px;
    padding-bottom: 175px;
}

.announcement-container {
    max-width: 660px;
    margin: auto;
    padding-top: 195px;
}

.announcement-header {
    position: relative;
    padding: 60px 0;
    text-align: center;
    border-bottom: 2px 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;
}

.content_table {
    padding: 30px 30px;
    border-bottom: 2px solid #dbdbdb;
}

.info_product {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #252525;
    font-weight: 700;
}

.name_date {
    padding: 30px 30px;
    display: flex;
    border-bottom: 2px solid #dbdbdb;
    background-color: #f7f7f7;
}

.span_grey {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #777777;
}

.span_bl {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000000;
}

.span_product {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #777777;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.span_product::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 1px;
    background-color: #9e9e9e;
}

.decription {
    padding-top: 30px;
}

.decription p {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
}

.list_dec {
    padding-top: 40px;
}

.title {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
}

.list-item {
    display: flex;
    justify-content: center;
    padding: 7px 0;
}

.list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.list-number {
    font-weight: normal;
    min-width: 20px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
}

.list-content {
    flex: 1;
    line-height: 1.6;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
}

.gmail_end {
    padding: 40px 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-bottom: 2px solid #dbdbdb;
}

.gmail_end span {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #000000;
}

.btn-end {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-back-end {
    margin-top: 60px;
    background-color: #ff5c6d;
    color: #ffffff;
    border: none;
    padding: 35px 205px;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}