.siwr-icon-container {
    display: inline-flex; /* Aligns icon and text horizontally */
    align-items: center; /* Vertically centers the icon with text */
}

.siwr-icon {
    width: .7em; /* Sets the width to match the font size */
    height: .7em; /* Sets the height to match the font size */
    vertical-align: middle; /* Ensures the icon aligns with the middle of the text */
    margin: 0 0.2em; /* Adds spacing between icon and text */
}

.siwr-icon-container img:nth-of-type(2) {
    display: none;
}