.icns-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}
.icns-wrap > div {
    width: 2rem;
    height: 2rem;
}
.icns-wrap > div a {
    background: #000;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.icns-wrap > div i {
    color: #fff;
}
