/* Pangenome Download page styles */

body {
    padding-top: 70px;
    background-color: #f5f5f5;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        margin-right: 2px !important;
    }
    .navbar-nav .nav-link {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 14px !important;
    }
    .navbar-nav .nav-link span {
        font-size: 14px !important;
    }
    .navbar-brand {
        margin-right: 8px !important;
        max-width: 160px;
    }
    .navbar-brand img {
        max-height: 38px;
        width: auto;
    }
    #navigation {
        max-width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .navbar-nav {
        flex-wrap: nowrap !important;
    }
    .navbar > .container {
        max-width: 100% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 0;
    margin-bottom: 30px;
}

.download-section {
    background-color: white;
    padding: 28px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.download-section h3 {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.download-section .section-desc {
    color: #6c757d;
    margin-bottom: 20px;
    font-size: 15px;
}

.table-responsive {
    overflow-x: auto;
}

.download-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.download-table thead th {
    background-color: #2c3e50;
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    border: 1px solid #1a252f;
    white-space: nowrap;
}

.download-table tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 8px;
    border: 1px solid #dee2e6;
    color: #333;
}

.download-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.download-table tbody tr:hover {
    background-color: #eef3ff;
}

.download-table .col-id {
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
}

.download-table .col-meta {
    white-space: nowrap;
}

.download-link {
    display: inline-block;
    color: #1a73e8;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid #1a73e8;
    border-radius: 4px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.download-link:hover {
    background-color: #1a73e8;
    color: #fff;
    text-decoration: none;
}

.download-link .file-size {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    margin-top: 2px;
}

.download-link:hover .file-size {
    color: rgba(255, 255, 255, 0.85);
}

.instruction-box {
    background-color: #e7f3ff;
    border-left: 4px solid #007bff;
    padding: 18px 20px;
    margin-bottom: 30px;
    border-radius: 0 5px 5px 0;
}

.instruction-box h4 {
    color: #007bff;
    margin-bottom: 10px;
    font-size: 18px;
}

.instruction-box p {
    margin-bottom: 0;
    color: #495057;
}

.variant-name {
    font-weight: 600;
    color: #2c3e50;
}

.variant-filename {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    color: #555;
}
