.post-stats-container-a22515c1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.post-stats-container-a22515c1.layout-vertical {
    flex-direction: column;
    align-items: flex-start;
}
.post-stats-meta-a22515c1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.post-stats-shares-a22515c1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.post-stats-share-btn-a22515c1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.post-stats-share-btn-a22515c1 svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.share-facebook-a22515c1 { background-color: #3b5998; }
.share-twitter-a22515c1 { background-color: #1da1f2; }
.share-linkedin-a22515c1 { background-color: #0077b5; }
.share-whatsapp-a22515c1 { background-color: #25d366; }
.share-copy-a22515c1 { background-color: #6c757d; }

.toast-a22515c1 {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.toast-a22515c1.show-a22515c1 {
    opacity: 1;
}
