*, ::before, ::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100vh;
}

body {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    background-color: #004E98;
}

P,
.changelog-list {
    line-height: 1.5;
}

.paragraph-indent {
    text-indent: 15px;
}

.inside-list {
    list-style: inside;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.site-container {
    width: 100%;
    height: 100%;
    max-width: 934px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-image: linear-gradient(to right, #A5C9E2 0%, #C1E2ED 25%, #4472BC 100%);
    box-shadow: inset 1px 0 0 rgb(255 255 255 / 25%), inset -1px 0 0 rgb(255 255 255 / 25%);
    display: flex;
    flex-direction: column;
}

.header {
    padding: 22px;
}

.header-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgb(0 0 0 / 30%);
    color: #FFF;
    padding: 5px 10px;
}

.navigation-links {
    display: flex;
    list-style: none;
}

.navigation-links li {
    padding: 0 5px;
}

.navigation-links a {
    color: inherit;
    text-decoration: none;
}

.navigation-links a:hover {
    text-decoration: underline;
}

.logo {
    width: 459px;
    height: 79px;
    display: block;
    background-size: 100% 100%;
    background-image: url('/assets/img/logo.png');
}

.site-content-container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, rgb(255 255 255), rgb(228 228 228));
    border-top: 1px solid rgb(0 0 0 / 75%);
    box-shadow: 0 -1px 0 rgb(255 255 255 / 50%);
    height: 100%;   
    overflow-y: auto;
    overflow-x: hidden;
}

.site-footer-container {
    padding: 6px 8px;
    background-color: rgb(228 228 228);
}

.site-footer {
    color: #333;
    padding: 6px 8px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 50%);
    background-color: rgb(231, 231, 231);
    background-image: linear-gradient(to bottom, rgb(235, 235, 235), rgb(207, 207, 207));
    box-shadow: inset 0 1px 0 rgb(255 255 255);
    font-weight: 600;
}

.site-content {
    padding: 10px;
}

.homepage {
    padding: 0;
    width: 634px;
    margin: 0 auto;
}

.homepage-features {
    width: 100%;
    justify-content: center;
    grid-template-columns: 426px 198px;
    grid-template-rows: 1fr 198px;
    grid-gap: 10px;
    margin-top: 22px;
    height: 318px;
}

.homepage-feature.main-feature {
    grid-row-end: span 2;
}

.homepage-feature {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.homepage-feature img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.homepage-feature::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    border-radius: inherit;
    border: 1px solid rgb(0 0 0 / 50%);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 25%);
}

.homepage-news {
    padding: 22px 0;
    flex-basis: auto;
}

.recent-news ul {
    list-style: none
}

.recent-news {
    flex-basis: 55%;
}

.homepage-popular-downloads {
    flex-basis: 45%;
}

.homepage-section-header {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    font-family: "Franklin Gothic Medium", "Franklin Gothic", Verdana, sans-serif;
    letter-spacing: -0.5px;
    color: #5675E1;    
}

.homepage-popular-downloads ul {
    list-style: inside;
}

.homepage-popular-downloads li {
    margin: 10px;
}

.homepage-popular-downloads li a {
    text-decoration: none;
    color: inherit;
}

.homepage-popular-downloads li a:hover {
    text-decoration: underline;
}

.recent-news-list li {
    padding: 10px;
}

.recent-news-date {
    font-weight: 600;
    margin-bottom: 2px;
    color: rgb(0 0 0 / 75%);
}

.recent-news-title {
    margin-bottom: 6px;
}

.recent-news-text {
    box-shadow: 0 -1px 0 #C6C6C6;
    border-top: 1px solid #FFF;
    padding-top: 4px;
}

.recent-news-text p {
    margin-bottom: 6px; 
}

.recent-news-text p:last-of-type {
    margin-bottom: 0;
}

.product-table-of-contents {
    flex-basis: 20%;
}

.product-page-content {
    flex-basis: 80%;
}

.table-of-contents-label {
    font-size: 11px;
}

.table-of-contents {
    list-style: inside;
}

.table-of-contents li {
    margin: 4px;
}

.table-of-contents a {
    color: inherit;
    text-decoration: none;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

.screenshot-preview-grid {
    display: flex;
    margin: 4px 0;
}

.screenshot-preview-grid .screenshot-preview {
    margin: 5px;
    color: inherit;
    text-decoration: none;
}

.screenshot-preview-grid .screenshot-preview:hover {
    text-decoration: underline;
}

.screenshot-preview-grid .screenshot-preview img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid rgb(0 0 0);
}

.screenshot-preview-grid .screenshot-preview .screenshot-preview-label {
    color: #666;
    display: block;
}

.changelog-list li {
    margin: 4px;
}

.changelog-list {
    margin-bottom: 8px;
}

.product-page-header {
    display: block;
    margin-bottom: 4px;
}

.alert {
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(0 0 0);
    border-radius: 6px;
    overflow: hidden;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.alert::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.alert.warning {
    border-color: #dbcfb7;
    background-color: #FFFFE1;
}

.alert.warning::before {
    background-image: url('/assets/img/warning.png');
}

.download-grid {
    margin-top: 10px;
}

.download-grid .column {
    flex-basis: 50%;
}

.download-grid .homepage-feature {
    margin: 5px;
}

.contacts-list li {
    padding: 10px;
    padding-bottom: 0;
}

.contacts-list li::marker {
    vertical-align: center;
}

.contacts-list li a {
    display: inline-block;
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.contacts-list li a:hover {
    text-decoration: underline;
}

.discord {
    list-style-image: url('/assets/img/discord.png');
}

.twitter {
    list-style-image: url('/assets/img/twitter.png');
}