body {
    text-shadow: none;
}
.server {
    background: #343538;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    margin: 18px 0;
    padding: 16px;
}

.header {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    border-bottom: 2px solid #e6e6ee;
    padding-bottom: 8px
}

.row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.pill {
    background: #535559;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px
}

.offline {
    color: #b00020;
    font-weight: 700
}

.small {
    font-size: 13px;
    color: #555
}

.motd {
    margin-top: 8px;
    padding: 10px;
    border-radius: 6px;
    background: #343538;
    border: 1px solid #eee
}

.meta {
    margin-top: 10px;
    font-size: 18px;
    color: cyan
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #ddd
}

.actions {
    margin-left: auto
}

.modlink-btn {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    background-color: #0b67ff;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

    .modlink-btn:hover {
        background-color: #084fcc;
    }

.mod-button {
    padding: 6px 245px;
    border: none;
    border-radius: 6px;
    background: #0b67ff;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

    .mod-button:hover {
        background: #0952c5;
    }

.hint {
    font-size: 12px;
    color: #666;
    margin-top: 8px
}

.loading {
    opacity: .6;
    font-style: italic
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

table.modtable {
    margin-top: 8px;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

    table.modtable th, table.modtable td {
        border: 1px solid #ccc;
        padding: 4px 6px;
        text-align: left;
    }

    table.modtable th {
        background: #eef2ff;
    }

@media(min-width:700px) {
    .grid {
        grid-template-columns: 1fr 1fr
    }
}

code {
    background: #f2f2f7;
    padding: 2px 6px;
    border-radius: 4px
}
