.angie-social-share-866c02f7 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.angie-share-btn-866c02f7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s;
}
.angie-share-btn-866c02f7:hover {
    opacity: 0.8;
    color: #fff;
}
.angie-share-btn-866c02f7 i,
.angie-share-btn-866c02f7 svg {
    display: flex;
}
.angie-share-btn-866c02f7 span {
    font-size: 14px;
}
