.server-page {
    color: #24292f;
    background: #f7f8fa;
}

.server-source {
    width: min(820px, calc(100% - 32px));
    margin: 42px auto 64px;
    padding: 48px 46px;
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(29, 33, 41, 0.07);
}

.server-source__header {
    margin-bottom: 42px;
}

.server-source__header h1 {
    margin: 0 0 12px;
    color: #1d2129;
    font-size: 40px;
    line-height: 1.25;
}

.server-source__meta {
    color: #86909c;
    font-size: 14px;
}

.server-source__callout {
    margin: 24px 0;
    padding: 18px;
    background: #eef4ff;
    border: 1px solid rgba(22, 93, 255, 0.2);
    border-radius: 8px;
}

.server-source__callout-title {
    margin-bottom: 8px;
    color: #1d2129;
    font-weight: 700;
}

.server-source__callout ul {
    margin: 0;
    padding-left: 24px;
}

.server-source__content h2 {
    margin: 48px 0 24px;
    padding-bottom: 10px;
    color: #1d2129;
    font-size: 28px;
    line-height: 1.45;
    border-bottom: 1px solid #e5e6eb;
}

.server-source__content p {
    margin: 18px 0;
    color: #24292f;
    font-weight: 800;
    line-height: 1.8;
}

.server-source a {
    color: #165dff;
    overflow-wrap: anywhere;
}

.server-source__images img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
    background: #f7f8fa;
    border: 1px solid #e5e6eb;
    border-radius: 8px;
    cursor: zoom-in;
}

.server-source__footer {
    margin-top: 58px;
}

.server-source__footer hr {
    border: 0;
    border-top: 1px solid #e5e6eb;
}

.server-page .site-footer {
    color: #86909c;
    background: #ffffff;
    border-top: 1px solid #e5e6eb;
}

@media (max-width: 680px) {
    .server-source {
        width: min(100% - 20px, 820px);
        margin-top: 16px;
        padding: 30px 18px;
    }

    .server-source__header h1 {
        font-size: 31px;
    }

    .server-source__content h2 {
        margin-top: 38px;
        font-size: 23px;
    }
}
