.sim-icon-outer {
    display: flex;
    width: 100%;
}

.sim-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.sim-icon-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sim-icon-wrapper a {
    text-decoration: none;
}
