/* Basic styles for the download page */



.mod-info-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mod-thumbnail {
    margin-right: 20px;
}

.mod-thumbnail img {
    border-radius: 8px;
}

.mod-details h1 {
    margin: 0 0 10px 0;
    color: #333;
}

.last-modified,
.category {
    margin: 5px 0;
    color: #666;
    font-size: 0.9em;
}

.mod-desc-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.download-section {
    padding: 40px 20px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
}