.shareThisPageDiv {
    background-color: var(--blue1);
    /* color: white;
    font-size: 1.5rem; */

    /* border: 1px solid var(--grey4); */
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 20px;
    border-radius: 12px;
    /* margin: 0.5rem 1rem; */
}
.shareThisPageTitle {
    /* font-size: 1.2rem;
    font-weight: bold; */
    display: flex;
    column-gap: 1rem;
    align-items: center;


    color: var(--grey9);
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 500;
}
.socialShareLinks {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: baseline;
    /* row-gap: 0.5rem; */
}

.cbsSocialShareLink {
    background-color: var(--cbswhite);
    padding: 7px;
    /* padding: 0.5rem; */
    /* min-width: 1.5rem; */
    border-radius: 50%;

    border: 1px solid var(--blue3);

    display: flex;
    text-align: center;
    justify-content: center;

}

.cbsSocialShareLink svg {
    /* width: 1rem;
    height: 1rem */
}

.cbsSocialShareLink:hover {
    box-shadow: 0 0 2px 3px var(--blue4);
}
.shareThisPageTitleIcon {
    padding: 10px;
    border-radius: 50%;
    display: flex;
    background-color: var(--cbswhite);
}
@media only screen and (min-width: 768px) {

}