.ring-soft {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .10) inset;
}

.icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
}

.icon {
    width: 20px;
    height: 20px;
    opacity: .9;
}