/* Página de Detalhes dos Mods */
.mod-details-box {
    background-color: #1e1e1e;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
    margin-bottom: 30px;
}

.mod-info h3 {
    color: #00bcd4;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.mod-specs {
    list-style: none;
    margin: 20px 0;
    padding: 15px;
    background-color: #161616;
    border-radius: 6px;
    border-left: 3px solid #00bcd4;
}

.mod-specs li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #ccc;
}

.download-section {
    margin-top: 25px;
    text-align: center;
}
