/* Social Media Fragment Base CSS */

/* IMPORTANT REMINDER: */
/* All class names must have "sn-sm" prefix */

.sn-sm-title {
    font-size: 12px;
}

.sn-sm-link-group {
    display: flex;
    gap: 8px;
    margin: 8px 0;
    padding: 0;
    list-style: none;
}

.sn-sm-link-wrapper {
    width: 24px;
    height: 24px;
}

.sn-sm-icon-link {
    display: block;
}

.sn-sm-icon-img {
    width: 100%;
    height: auto;
}

/* This is to override the stying in the 103-0-0 */
.sn-sm-link-group .sn-sm-link-wrapper .sn-sm-icon-link { 
    min-height: 24px; 
}


