.share-card-warp {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px !important;
    color: #333;
    text-decoration: none;
}
.share-card-warp:hover {
    text-decoration: none;
}
.share-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}
.share-card:hover {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
.share-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 6px;
}
.share-card .content {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    font-weight: 400;
}
.share-card .content .title {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.share-card .content .caption {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
}
