/**
 * @package     Joomla.Plugin
 * @subpackage  Content.keytrial2
 *
 * @copyright   Copyright (C) 2025 Forum Service Srl
 * @license     GNU General Public License version 2 or later
 */

#the-sheet,
#the-text,
#the-trial,
#the-updates {
    display: none;
}

body {
    overflow-x: hidden;
}

hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.95rem !important;
}

a {
    cursor: pointer;
}

#the-project {
    min-height: 100px;
    line-height: 2.7rem;
    padding-bottom: 10px;
    color: #0193da;
    font-weight: 700;
    font-size: 2.1rem;
}

#the-trial {
    margin-top: 5px;
}

.aggiornamento {
    color: #fff;
    background-color: #f44;
    width: 100%;
    padding: 5px;
}

.descrizione2,
.testo-intro,
.trial {
    color: #686868;
}

.row {
    margin-bottom: 10px !important;
}

.bottone {
    width: 100%;
    text-align: center;
}

.testo-intro {
    min-height: 215px;
    max-height: 280px;
    overflow-y: scroll;
}

#the-title,
.indice {
    margin-bottom: 15px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.descrizione1 {
    font-weight: 700;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.descrizione2 {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-top: -10px;
    cursor: default;
    margin-left: 1.3rem;
}

.affiliazione {
    line-height: 1.05rem;
    padding: 4px;
    background-color: #eee;
}

.info-autore {
    font-size: 0.8rem;
}

.fa {
    margin-right: 5px;
}

.kt-scheda {
    background-color: #89667d !important;
}

.button-kt-scheda {
    color: #89667d !important;
    border-color: #89667d !important;
    background-color: #fff !important;
}

.alert-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
    #the-project {
        line-height: 2.2rem;
        font-size: 1.7rem;
    }
    
    .descrizione1 {
        line-height: 1.3rem;
    }
}