.rn-nearest {
    margin:0 12px 10px;
    padding:11px 12px;
    border-radius:9px;
    background:
        linear-gradient(
            135deg,
            rgba(20,35,48,.96),
            rgba(12,25,36,.96)
        );
    border:1px solid rgba(255,255,255,.08);
    cursor:default;
}

.rn-nearest-active {
    cursor:pointer;
    border-color:rgba(239,68,68,.35);
}

.rn-nearest-active:hover {
    background:
        linear-gradient(
            135deg,
            rgba(27,43,56,.98),
            rgba(15,29,41,.98)
        );
}

.rn-nearest-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:8px;
}

.rn-nearest-label {
    color:#8095a7;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.rn-nearest-live {
    padding:2px 5px;
    border-radius:4px;
    background:rgba(239,68,68,.15);
    color:#ff6b6b;
    font-size:8px;
    font-weight:800;
    letter-spacing:.08em;
}

.rn-nearest-main {
    display:flex;
    align-items:center;
    gap:10px;
}

.rn-nearest-symbol {
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    font-weight:800;
}

.rn-nearest-info {
    min-width:0;
}

.rn-nearest-name {
    color:#fff;
    font-size:13px;
    font-weight:700;
}

.rn-nearest-place {
    margin-top:2px;
    color:#9dafbd;
    font-size:10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.rn-nearest-distance {
    margin-top:5px;
    color:#f3f7fa;
    font-size:12px;
    font-weight:700;
}

.rn-nearest-meta {
    margin-top:3px;
    color:#718697;
    font-size:9px;
}

.rn-nearest-loading,
.rn-nearest-empty {
    margin-top:5px;
    color:#8195a7;
    font-size:11px;
}
