.section-voice, .section-message {
        background-color: #fcfcfc;
}


#wrap {
	padding: 30px 0 0;
    max-width: 600px;
    margin: 0 auto 60px;
    background-color: #fcfcfc;
    }
#wrap img { width: 100%;}
#wrap .intro {
    display: block;
    width: 90%;
    margin: 20px auto 20px;
    text-align: center;
    font-size: 14px;
}
#wrap ul li.voice_card {
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px 20px 15px;
/*    border: 1px solid #e0e0e0; */
    box-shadow: 0px 4px 5px rgb(99 99 99 / 50%);
    border-radius: 15px;
    background-color: #fff;
    }
#wrap ul li.voice_card .caja_manda {    display: flex;}
#wrap ul li.voice_card .caja_manda .send_img { width: 20%; max-width: 35px;}
#wrap ul li.voice_card .caja_manda .edad_y_sex { position: relative;width: stretch; margin-left: 10px;}
#wrap ul li.voice_card .caja_manda .edad_y_sex .user_info {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-40%);
    line-height: 19px;
}
#wrap ul li.voice_card .caja_manda .edad_y_sex .user_info .edad { font-size: 13px; color: #707070;}
#wrap ul li.voice_card .caja_manda .edad_y_sex .user_info .estrellas { font-size: 18px; display: flex; gap: 3px;}
#wrap ul li.voice_card .caja_manda .edad_y_sex .user_info .estrellas svg { display: inline-block; width: 20px;}

.estrellas .on { fill: #ffda2b; stroke: #ffda2b;}
.estrellas .off { fill: #e3e3e3; stroke: #e3e3e3;}
.estrellas .half { fill: url(#grad); stroke: url(#grad);}

#wrap ul li.voice_card .soudan { margin-top: 5px;}
#wrap ul li.voice_card .soudan span {
    /* border: 1px solid #b8b8b8; */
    margin-right: 5px;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    background-color: #9e69a7;
    color: #fff;
	line-height: 17px;
}

#wrap ul li.voice_card .mensage { margin: 10px auto;}
#wrap ul li.voice_card .mensage p { font-size: 15px; line-height:22px;}
#wrap ul li.voice_card .date {
    text-align: right;
    font-size: 13px;
    color: #888;
    padding-bottom: 5px;
}
#wrap ul li.voice_card .voice_teller { padding: 10px 0 0; border-top: 1px solid #ededed;}
#wrap ul li.voice_card .voice_teller .etiqueta {
    font-size: 10px;
    display: block;
    color: #915b9a;
    font-weight: bold;
    margin-bottom: 3px;
}
#wrap ul li.voice_card .voice_teller a {
    display: flex;
    align-items: center;
    margin-top: 0px;
    position: relative;
}
#wrap ul li.voice_card .voice_teller a::after {
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #9172a0;
    border-right: solid 2px #9172a0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg) translate(0px, -50%);
}
#wrap ul li.voice_card .voice_teller a .teller_img {
	width: 52px;
    height: 53px;
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid #9f8da2;
}
#wrap ul li.voice_card .voice_teller a .teller_name {
    margin-left: 10px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
   }

/* ベストレビュー */
#best_review {background-color:#ffffef !important;}
#best_review .br_tag {
    width: fit-content;
    margin-bottom: 5px;
    background: #ffdb07;
    padding: 2px 5px;
    font-weight: bold;
    letter-spacing: 0;
    transform: skewX(-5deg);
    font-size: 13px;
}

/* 占い師表示 */
#trk_teller_bg {
    padding: 10px 0;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0px 0px 5px rgb(51 51 51 / 20%);
}

#voice_teller {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
	max-width: 450px;
    margin: 0 auto;
}
#voice_teller .vt_left { width: 20%; position: relative;}
#voice_teller .vt_left a {
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 200px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
}
#voice_teller .vt_left a img { width:100%;}

#voice_teller .vt_center { width: 40%; text-align: left;}
.vt_center p { line-height: 16px; margin-bottom:5px;}
.vt_center p span { display: block; font-size: 12px;}
.vt_center p a {
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
}
.vt_center .right_joho_p {    font-size: 14px;}

#voice_teller .vt_center .estr_box { display: inline-flex; font-size: 14px;}
#voice_teller .vt_center .estr_box .estrellas { display: flex; gap: 3px; width: fit-content;}
#voice_teller .vt_center .estr_box .estrellas svg { display: inline-block; width: 15px;}

#voice_teller .vt_right { width: 40%; position: relative;}
#voice_teller .vt_right .price_status {
    position: relative;
    border-radius: 30px;
    font-size: 13px;
    width: 95%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border: 3px double #fff;
    line-height: 16px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
}
#voice_teller .vt_right .price_status span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

a.ocupado { background: linear-gradient(164deg, #fb94ae 3%, #ee6085 36%, #de466e 100%);}
a.proxima_vez { background: linear-gradient(164deg, #9bcfe7 3%, #79b1cb 36%, #6fa2ba 100%)}
a.ahora_abierto { background: linear-gradient(164deg, #4bdf7e 3%, #1eb271 36%, #1ba166 100%);}

@media print, (min-width: 768px) {
#wrap ul li.voice_card { padding: 30px 30px 20px;}
#voice_teller { margin: 10px auto 25px;}
#voice_teller .vt_left a {
    width: 70px;
    height: 70px;
   }
}