.download-status-page {
    background-color: #fff;
    min-height: 600px;
    padding: 50px 0 60px;
}

.download-status-page .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.download-status-page h2{
	font-size: 36px;
	color: #100f0f;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.download-status-page h2~p{
	font-size: 16px;
	color: #444444;
	text-align: center;
	margin-top: 20px;
}

.download-status-page h2~p>img{
	vertical-align: sub;
}

.download-status-page .tabs-wrapper{
	margin-top: 40px;
}

.download-status-page .page-title {
    color: #100f0f;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}

.download-status-page .update-info {
    color: #444;
    font-size: 16px;
    margin-bottom: 60px;
    text-align: center;
}

.download-status-page .update-info .lightbulb-img {
    height: 14px;
    margin-right: 4px;
    margin-top: -2px;
    vertical-align: middle;
    width: 14px;
}

.download-status-page .tabs-wrapper .tabs-nav {
    border-bottom: 1px solid #b0b0b0;
    display: flex;
    gap: 0;
    justify-content: space-between;
    margin-bottom: 24px;
}

.download-status-page .tabs-wrapper .tabs-nav .tab-btn {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px;
    position: relative;
    transition: color .3s ease;
}

.download-status-page .tabs-wrapper .tabs-nav .tab-btn.active,.download-status-page .tabs-wrapper .tabs-nav .tab-btn:hover {
    color: #3083ed;
}

.download-status-page .tabs-wrapper .tabs-nav .tab-btn.active:after {
    background-color: #3083ed;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
}

.download-status-page .tabs-wrapper .tab-content {
    overflow-y: auto;
}

.download-status-page .tabs-wrapper .tab-content[x-cloak] {
    display: none !important;
}

.download-status-page .table-wrapper {
    border-radius: 4px;
    position: relative;
    width: 100%;
}

.download-status-page .status-table {
    background-color: #fff;
    /*border-collapse: separate;*/
    width: 100%;
}

.download-status-page .status-table thead th {
    background-color: #f8f9fa;
    background: #F9F9F9;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18.4px;
    text-align: left;
}

.download-status-page .status-table thead th:first-child {
    border-left: 1px solid #d7d7d7;
    left: 0;
    position: sticky;
    z-index: 5;
}

.download-status-page .status-table tbody tr:first-child td {
    border-top: 1px solid #d7d7d7;
}

.download-status-page .status-table tbody tr:hover {
    background-color: #fafbfc;
}

.download-status-page .status-table tbody tr td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 18.4px;
    vertical-align: middle;
}

.download-status-page .status-table tbody tr td:first-child {
    background-color: #fff;
    border-left: 1px solid #d7d7d7;
    left: 0;
    position: sticky;
    z-index: 1;
}

.download-status-page .note-section {
    border-radius: 4px;
    margin-top: 32px;
}

.download-status-page .note-section p {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.download-status-page .note-section p a {
    color: #066ce0;
    font-weight: 600;
    text-decoration: none;
}

.download-status-page .note-section p a:hover {
    text-decoration: underline;
}

.download-status-page .note-section p strong {
    color: #333;
    font-weight: 600;
}

.download-status-page .overview-content .overview-section {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 32px;
}

.download-status-page .overview-content .overview-section .overview-heading {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.download-status-page .overview-content .overview-section .overview-heading:first-child {
    margin-top: 0;
}

.download-status-page .overview-content .overview-section p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.download-status-page .overview-content .overview-section ul {
    list-style: disc;
    margin: 12px 0 12px 20px;
    padding: 0;
}

.download-status-page .overview-content .overview-section ul li {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 6px;
}

.download-status-page .overview-content .overview-section a {
    color: #066ce0;
    text-decoration: none;
}

.download-status-page .overview-content .overview-section a:hover {
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    .download-status-page {
        padding: 32px 0 48px;
    }

    .download-status-page .page-title {
        font-size: 24px;
    }

    .download-status-page .tabs-wrapper .tabs-nav {
        flex-wrap: wrap;
    }

    .download-status-page .tabs-wrapper .tabs-nav .tab-btn {
        font-size: 16px;
        padding: 8px 12px;
    }

    .download-status-page .status-table tbody td,.download-status-page .status-table thead th {
        font-size: 16px;
        padding: 8px 10px;
    }

    .download-status-page .overview-content .overview-section {
        padding: 20px;
    }
}