.markdown-body {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 980px;
    margin: 0 auto;
    padding: 45px;
}

.markdown-body img {
    border-radius: 8px;
}

li#modrinth {
    list-style-type: none;
}

li#curseforge {
    list-style-type: none;
}

@media (max-width: 767px) {
    .markdown-body {
        padding: 15px;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #101411;
    }
}

.page-header {
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
}

.header-buttons {
    float: right;
    display: flex;
    gap: 12px;
}

.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.icon-btn:hover {
    background-color: #232925;
}

#home {
    color: white;
    text-decoration: none;
}

#current-version {
    color: white;
    text-decoration: none;
}

.markdown-body table.custom-table {
    border-collapse: collapse;
}

.markdown-body table.custom-table th,
.markdown-body table.custom-table td {
    border: none;
    padding: 6px 10px;
}

.markdown-body table.custom-table th {
    font-weight: 600;
    text-align: left;
}

.markdown-body table.custom-table td {
    vertical-align: middle;
}

.markdown-body table.custom-table td:first-child {
    width: 32px;
    text-align: center;
    padding-right: 8px;
}

.markdown-body table.custom-table td:first-child img {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.markdown-body table.custom-table td:first-child .host-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    border-radius: 4px;
}