.tz-share-job{
    margin:50px 0;
    padding:30px;
    border:1px solid #e9e9e9;
    border-radius:14px;
    background:#fff;
}

.tz-share-job h3{
    margin:0 0 20px;
    font-size:22px;
    font-weight:700;
}

.tz-share-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.tz-share-buttons a,
.tz-copy-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 18px;
    border-radius:8px;
    border:1px solid #ddd;
    background:#fff;
    color:#333;
    text-decoration:none;
    cursor:pointer;
    transition:.25s ease;
    font-size:15px;
}

.tz-share-buttons a:hover,
.tz-copy-link:hover{
    background:#6C3EF4;
    border-color:#6C3EF4;
    color:#fff;
}
