/**
 * Art Software Links
 *
 * For support feel free to contact us on our website at https://www.tecnoacquisti.com
 *
 * @author    Tecnoacquisti.com <helpdesk@tecnoacquisti.com>
 * @copyright 2009-2026 Tecnoacquisti.com
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License (AFL) v. 3.0
 * @version   1.2.0
 */
.art-software {
    margin-top: 10px;
    margin-bottom: 10px;
}

.art-frontbtn {
    padding: 2px;
    float: left;
}

.art-backbtn {
    padding: 2px;
    float: left;
}

a.art-btn {
    padding: 10px;
    background: #2c2c2c;
    font-weight: 700;
    color: #fff;
}

a.art-btn:hover {
    padding: 10px;
    background: #fb5521;
    font-weight: 700;
    color: #fff;
}

.art-lang {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap; /* Consente il wrapping delle bandiere su più righe */
    gap: 5px; /* Spazio tra le bandiere */
    align-items: flex-start; /* Allinea le bandiere in alto */
}

.art-lang .art_legend {
    width: 100%; /* Il testo occupa tutta la riga superiore */
    margin-bottom: 5px; /* Spazio tra il testo e le bandiere */
}

span.art-slang {
    width: 45px;
    height: 30px;
    display: inline-block;
    margin: 0;
    font-size: 30px; /* flag-icons uses em-based sizing */
    line-height: 30px;
    vertical-align: middle;
    cursor: default;
}

.art-version-date {
    font-size: 0.9em;
    color: #666;
}

.git-hub {
    margin-top: 12px;
    margin-bottom: 8px;
}

.git-hub p {
    margin-bottom: 8px;
}

.ta-github-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

a.ta-btn-gh {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    background: #ffffff;
    color: #24292f;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

a.ta-btn-gh:hover {
    background: #f6f8fa;
    border-color: #adb5bd;
    color: #24292f;
    text-decoration: none;
}
