.download-row {
    transition: all 0.2s ease;
    border-bottom: 1px solid #F1ECE5;
}
.download-row:last-child { border-bottom: none; }
.download-row:hover { background-color: #FFFBF9; }

/* 针对更新日志的样式 */
.changelog-content h3 { 
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.changelog-content ul { 
    margin-bottom: 1.5rem;
}
.changelog-content ul li { 
    color: #4b5563;
    display: flex;
    align-items: start;
    gap: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .changelog-content ul li { font-size: 1rem; }
}
.changelog-content li::before { 
    content: "•"; 
    color: #fb923c;
    font-weight: 700;
    margin-right: 0.25rem;
}

.custom-scrollbar::-webkit-scrollbar { width: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #E5E7EB; border-radius: 10px; }

/* Override any theme backgrounds to match the design */
body.page-template-page-download { background-color: #F9F4EE !important; }
.page-template-page-download .site-content { background-color: #F9F4EE !important; }
