.wht-empty {
    padding: 22px;
    border: 1px dashed #ccd4dc;
    border-radius: 12px;
    text-align: center;
}
.wht-real-thumb {
    position: relative;
    display: block;
    padding: 0;
    background: linear-gradient(135deg,#314ee5,#0a7a67);
    overflow: hidden;
}
.wht-real-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wht-placeholder {
    width: 88%;
    height: 170px;
    margin: 18px auto;
    padding: 14px;
    border: 7px solid rgba(255,255,255,.9);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,.25);
}
.wht-placeholder span {
    display: block;
    height: 14px;
    margin: -14px -14px 12px;
    background: #e9edf2;
}
.wht-placeholder b {
    display: block;
    height: 70px;
    border-radius: 5px;
    background: linear-gradient(135deg,#e6edf5,#cbd8e6);
}
.wht-placeholder i {
    display: inline-block;
    width: 28%;
    height: 30px;
    margin: 12px 5px 0 0;
    background: #edf1f5;
    border-radius: 4px;
}
.wht-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 12px;
    color: #fff;
    background: #5cc0e4;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
