.share-container {
    width: 800px;
}

.share {
    display: none;
}

.share.active {
    display: block;
}

.share-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding: 20px 0;
    border-top: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    cursor: pointer;
}

.share-item h3 {
    color: rgba(0, 97, 64, 1);
    font-size: 16px;
}

.share-item p {
    color: rgba(132, 140, 136, 1);
    font-size: 12px;
}

@media (max-width: 780px) {
    .share-container {
        width: 100%;
    }
}
