.socialMedia {
    background-color: white;
}

.socialMedia__title {
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
    font-size: 3rem;
}

.socialMedia__quickPosts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem;
}

.socialMedia__quickPostsOption {
    width: 7rem;
    height: 7rem;
    margin: 1rem;
    cursor: pointer;
}

.socialMedia__detailedPost {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 2rem;
}

.socialMedia__actionContainer {
    text-align: center;
    width: 100%;
}

.enable-online-offers-button {
    background: #2bbe69;
    color: white;
    padding: 10px;
    border-radius: 8px;
}

.offers-button-wrapper {
    width: 100%;
    display: flex;
    padding: 2rem;
    font-weight: bold;
    cursor: pointer;
    justify-content: flex-end;
}
