.share-text {
    align-self: center;
}

.share-btns {
    justify-content: center;
    align-self: center;
    gap: 24px;
}

.share-btn {
    flex-grow: 1;
    justify-content: center;
}

.share-facebook-logo {
    background-image: url('../../styles/rebrand/svg/share-facebook-logo.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.share-facebook-logo:hover {
    filter: invert(65%) sepia(87%) saturate(300%) hue-rotate(185deg) brightness(101%) contrast(98%);
}

.share-linkedin-logo {
    background-image: url('../../styles/rebrand/svg/share-linkedin-logo.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.share-linkedin-logo:hover {
    filter: invert(65%) sepia(87%) saturate(300%) hue-rotate(185deg) brightness(101%) contrast(98%);
}

.share-x-logo {
    background-image: url('../../styles/rebrand/svg/share-x-logo.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.share-x-logo:hover {
    filter: invert(65%) sepia(87%) saturate(300%) hue-rotate(185deg) brightness(101%) contrast(98%);
}