.flex-layout.post_navigatie .nav-divider {
    height: 1px;
    background: #1F3239;
    margin-bottom: max(1.5rem, calc(1.5 * var(--su)));
}

.flex-layout.post_navigatie .nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.flex-layout.post_navigatie .share-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.flex-layout.post_navigatie .share-label {
	font-family: var(--pk-button-font-family);
	font-size: var(--pk-button-font-size);
	font-weight: var(--pk-button-font-weight);
	line-height: 1;
	user-select: none;
	transition: color 0.3s ease-in-out,
                background-color 300ms ease-in-out;
    color: var(--Neutral-colours-Cool-gray, #1F3239);
    margin-right:10px;
}

.flex-layout.post_navigatie .share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.flex-layout.post_navigatie .share-btn:hover {
    opacity: 0.75;
}

.flex-layout.post_navigatie .share-link-btn.copied svg rect {
    fill: var(--Primary-colours-Forest-Green, #0D4037);
}

@media screen and (max-width: 767px) {
    .flex-layout.post_navigatie .share-label {
        display: none;
    }
}
