/* 镜像站样式 - IEEE风格 */
.mirror-header {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #00629B;
}

.mirror-path {
    font-family: Consolas, monospace;
    color: #555;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 0;
}

.mirror-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.mirror-table th,
.mirror-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.mirror-table th {
    background-color: #00629B;
    color: white;
    font-weight: bold;
}

.mirror-table tr:hover {
    background-color: #f5f5f5;
}

.mirror-link {
    color: #00629B;
    text-decoration: none;
}

.mirror-link:hover {
    text-decoration: underline;
    color: #003C6B;
}

.mirror-icon {
    margin-right: 8px;
}

.mirror-size {
    color: #666;
}

.parent-dir {
    color: #00629B;
}

/* IEEE-style section */
.opensource-section {
    background-color: white;
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-left: 4px solid #D36A00;
}