
.rvc_unique_wrapper{
    width:100%;
    max-width:399px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    margin-top: 23px;
}

.rvc_unique_header{
    background:linear-gradient(90deg, #ff5722, #9c27b0);
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:13px 20px;
}

.rvc_unique_item{
    display:flex;
    gap:16px;
    padding:18px 20px;
    align-items:center;
    border-bottom:1px solid #e8e8e8;
    transition:.3s;
}

.rvc_unique_item:last-child{
    border-bottom:none;
}

.rvc_unique_item:hover{
    background:#f7fbff;
}

.rvc_unique_img{
    width:70px;
    height:70px;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
    flex-shrink:0;
    background:#fff;
}

.rvc_unique_img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.rvc_unique_content{
    flex:1;
    min-width:0;
}

.rvc_unique_content h4{
    font-size:17px;
    color:#111;
    font-weight:700;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:8px;
}

.rvc_unique_content p{
    color:#555;
    font-size:15px;
}

/* Tablet */

@media(max-width:768px){

.rvc_unique_wrapper{
    max-width:100%;
}

.rvc_unique_header{
    font-size:24px;
}

}

/* Mobile */

@media(max-width:480px){

body{
    padding:15px;
}

.rvc_unique_item{
    padding:15px;
    gap:12px;
}

.rvc_unique_img{
    width:60px;
    height:60px;
}

.rvc_unique_content h4{
    font-size:15px;
}

.rvc_unique_content p{
    font-size:13px;
}

.rvc_unique_header{
    font-size:20px;
    padding:15px;
}

}
