.bom-social-sharing {
    text-align: center;
    margin-bottom: 20px;
}

.bom-social-icon {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 9999em;
    background-size: 20px;
}

.bom-social-icon-twitter {
    background-image: url('../icons/x-twitter.svg');
}

.bom-social-icon-facebook {
    background-image: url('../icons/facebook.svg');
}

.bom-social-icon-pinterest {
    background-image: url('../icons/pinterest.svg');
}

.bom-social-icon-email {
    background-image: url('../icons/envelope.svg');
}

.bom-social-icon-print {
    background-image: url('../icons/print.svg');
}

/* Accessibility: Visually hide text but make it readable by screen readers */
.screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
}
