/* ------------------

say.css

--------------------- */

#say_wh {
    margin: 60px 15px 105px;
}

#order_btn_3 {
    font-size: 14pt;
}

/* 새글순/거리순 */
#order_background_3 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
}

#order_3 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
}

#order_new_3 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    background: #FFFFFF;
    border-bottom: solid 1px #efefef;
}

#order_near_3 {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    background: #FFFFFF;
    border-bottom: solid 1px #efefef;
}

#order_cancle_3 {
    color: #1f2937;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

#order_new_3:active {
    background-color: #efefef;
}

#order_near_3:active {
    background-color: #efefef;
}

#order_cancle_3:active {
    background-color: #efefef;
}

/* say */
.say_box_3 {
    margin: 0 0 15px 0;
    /*box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);*/
    align-content: center;
    border-radius: 16px;
    padding: 10px;
    background-color: #fde4ab;
    border: 2px solid #1f2937;
}

.say_3 {
    border-radius: 16px 16px 0 0;
    width: 100%;
    background-color: transparent;
    /* 수직중앙정렬----- */
    display: flex;
    align-items: center;
    /* ----------------- */
}

.writer_photo_3 {
    width: 25%;
}

.writer_photo_3 > div > div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

.content_preview_3 {
    width: 50%;
    text-align: center;
    word-break: break-all;
    font-size: 12pt;
    margin: 0 0 0 0;
}

.content_preview_3 > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f2937;
}

.preview_photo_3 {
    display: flex;
    justify-content: flex-end;
    width: 25%;
}

.preview_photo_3 > div > div {
    width: 44px;
    height: 44px;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
    border-radius: 10px;
}

/* 이름 */
.name_3 {
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 10px;
    padding-bottom: 10px;
}

.name_3 div {
    font-size: 9pt;
    -webkit-text-fill-color: transparent;
    background: radial-gradient(circle at right bottom, #ee99f7 0, #d995ff 23%, #a684ff 56%, #39f1de 82%, #86f4eb 100%);
    -webkit-background-clip: text;
}

/* info */
.say_info_3 {
    display: flex;
    align-items: center;
    border-radius: 0 0 16px 16px;
    background-color: transparent;
}

.heart_3 > div, .reply_3 > div {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
}

.heart_and_reply_3 {
    display: flex;
    width: 50%;
}

.heart_and_reply_3 > div {
    display: flex;
    align-items: flex-end;
    font-size: 9pt;
    color: #9b9b9b;
}

.reply_3 {
    margin-left: 10px;
}

.status_3 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
}

.status_3 div {
    font-size: 9pt;
}

.status_3 div:nth-child(2) {
    color: #c5434f;
    padding-left: 3px;
}

.status_3 div:nth-child(3) {
    padding-left: 10px;
}

.status_3 div:nth-child(4) {
    color: #849561;
    padding-left: 3px;
}

/* say 더보기 */
#say_more_3 {
    padding: 25px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#say_more_3 > img {
    width: 30px;
}

#write_say_view_btn_3 {
    position: fixed;
    bottom: 105px;
    left: 14px;
}

#write_say_view_btn_3 div {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 143, 0);
    border-radius: 50%;
    font-size: 20pt;
}