#to51_sharing-cards-grid {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: 1fr;
    text-align: center;
}

@media (min-width: 820px) {
    #to51_sharing-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.to51_sharing_card__wrapper {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
}

#to51_sharing-cards-grid p,
#to51_sharing-cards-grid h3 {
    margin: 0;
}

.to51_sharing_card {
    font-family: metropolis, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.0125em;
    line-height: 1;
    text-transform: none;
}

.to51_sharing_card_preview__title {
    font-size: 31.48211px;
}

.to51_sharing_card_preview__text {
    font-size: 18px;
    padding: 0 10px;
    padding-bottom: 10px;
    text-align: left;
}

.to51_sharing_card__actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding: 10px;
    background-color: #572998bf;
    color: #fff;
}

.to51_sharing_card__actions img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.to51_sharing_card__actions a,
.to51_sharing_card__actions a:focus,
.to51_sharing_card__actions a:visited {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    font-size: 1.65rem;
    font-family: "Roboto Condensed", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-right: 1.6rem;
    margin-top: 1.6rem;
    position: relative;
    box-shadow: none;
}

.to51_sharing_card__toggle {
    position: absolute;
    top: 15px;
    width: 60px;
    height: 60px;
    z-index: 10;
    background: #00b2ef;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    font-family: metropolis, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    text-transform: none;
    font-size: 1.56522rem;
    color: white;
}

.to51_sharing_card__show_actions {
    left: 15px;
}

.to51_sharing_card__hide_actions {
    right: 15px;
}