.post-tag-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    color: #444444;
}

.post-tag-date-tag {
    color: #444444;
    font-weight: 500;
}

.post-tag-date-sep {
    color: #444444;
}

.post-tag-date-date {
    color: #444444;
}
.post-share-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
}

.post-share-label {
	font-size: 22px;
    color: #0F262E;
    font-weight: 400 !important;
}

.post-share-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.post-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    color: #1D4D5E;
    cursor: pointer;
    text-decoration: none;
}

.post-share-btn:hover {
    background: #F58232;
}

.post-share-btn.copied {
    background: #2e7d32;
}