.rtwh-block {
    margin: 1rem 0;
    padding: .75rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fafafa;
    font-size: .9rem;
}
.rtwh-title {
    font-weight: 600;
    margin: 0 0 .5rem;
}
.rtwh-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rtwh-item {
    display: flex;
    align-items: flex-start;
    padding: .45rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.rtwh-item:last-child {
    border-bottom: 0;
}
.rtwh-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4caf50;
    margin: .35rem .5rem 0 0;
    flex: 0 0 auto;
}
.rtwh-empty .rtwh-dot {
    background: #ccc;
}
.rtwh-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.rtwh-name {
    font-weight: 600;
}
.rtwh-addr {
    font-size: .82rem;
    color: #666;
}
.rtwh-phone {
    font-size: .82rem;
    color: #2b7de9;
    text-decoration: none;
    width: max-content;
}
.rtwh-phone:hover {
    text-decoration: underline;
}
.rtwh-qty {
    font-weight: 600;
    white-space: nowrap;
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 1rem;
    align-self: center;
    text-align: right;
    min-width: 56px;
}
.rtwh-total {
    margin: .5rem 0 0;
    padding-top: .5rem;
    border-top: 1px dashed #ddd;
}
