/*==================================================
 SOFTONIX FINAL POLISH
==================================================*/


/* Breadcrumb */

.st-breadcrumb{

    max-width:1200px;
    margin:20px auto;

    padding:0 15px;

    font-size:14px;

    color:#64748b;

}


.st-breadcrumb a{

    color:#2563eb;

    text-decoration:none;

}


.st-breadcrumb span{

    margin:0 8px;

}


/* Share Buttons */


.st-share{

    max-width:1200px;

    margin:0 auto 25px;

    padding:0 15px;

    display:flex;

    align-items:center;

    gap:10px;

}


.st-share span{

    font-weight:600;

    color:#334155;

}



.st-share a{

    padding:8px 15px;

    background:#f1f5f9;

    border-radius:8px;

    color:#334155;

    text-decoration:none;

    font-size:14px;

    transition:.3s;

}


.st-share a:hover{

    background:#2563eb;

    color:#fff;

}



/* Better content spacing */

.st-content section{

    margin-bottom:30px;

}



/* Mobile */


@media(max-width:768px){


.st-share{

    flex-wrap:wrap;

}


.st-share a{

    font-size:13px;

}


}