.share-btn {
    color: white !important;
}

.share-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .page-content>div {
        grid-template-columns: 1fr !important;
    }

    .job-type-badges {
        justify-content: center;
    }

    .share-buttons {
        justify-content: space-between;
    }

    .share-buttons .btn {
        padding: 6px 10px;
        font-size: 0.75em;
        min-width: auto;
        flex: 1 1 30%;
    }
}
