/* Stylings for content presentation */
.app-list {
    display: flex; 
    flex-wrap: wrap;
    background-color: #004020;
    color: #bfffdf;
    padding: 10px; 
    margin-top: 25px; 
    margin-bottom: 5px;
    /*box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.8);*/

}
.app-list h3 {
    margin-top: 0; 
    margin-bottom: 0; 
    font-size: 1.5em;
    font-style: italic;
}
.app-list h4 {
    font-size: 1.2em;
    margin-bottom: 5px;
    width: 100%;
    color: #dfffef;
}
.app-list h5 {
    font-size: 1em;
    margin-bottom: 5px;
    width: 100%;
    color: #bfffdf;
}
.app-list p {
    width: 100%; 
    margin-top: 5px;
}
.app-list b {
    color: #80ffc0;
}
.warning-list {
    display: flex; 
    flex-wrap: wrap;
    background-image: linear-gradient(to bottom, #f9ffe2, 80%, #dadfc6);
    padding: 10px; 
    margin-top: 25px; 
    margin-bottom: 5px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.8);
}
.warning-list h3 {
    margin-top: 0; 
    margin-bottom: 0; 
    font-size: 1.5em;
    font-style: italic;
    color: #675D49;
}
.warning-list p {
    width: 100%; 
    margin-top: 10px;
}
.download-list {
    display: flex; 
    flex-wrap: wrap;
    background-image: linear-gradient(to bottom, #004060, 80%, #002b40);
    padding: 10px; 
    margin-top: 25px; 
    margin-bottom: 5px;
    box-shadow: 2px 2px 10px 0px #9fdfff;/*rgba(0, 0, 0, 0.8);*/
}
.download-list p {
    color: #bfeaff;
    width: 95%;
    align-items: center; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.download-list a {
    color: #ffd5bf;
}
.download-list a:visited {
    color: #ffd5bf;
}
.app-info {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%; 
    background-image: linear-gradient(to bottom, #008040, 50%, #004020);
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px; 
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.warn-info {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%; 
}
.download-info {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%; 
}
.app-icon {
    width: 64px;
    height: 64px;
    object-fit: cover;
    flex-shrink: 0; 
    margin-right: 10px; 
}
.platform-icon {
    height: auto;
    width: 64px; 
    flex-shrink: 0;
}
.screenshot, .screenshot-alt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.base-buttons {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1em;
}
.base-buttons a {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}
.base-buttons > img {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.base-buttons a:hover img {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}
.base-buttons a img {
    display: block;
}
.gradient-text {
    background-image: linear-gradient(to bottom, #9fffcf, 70%, #00ff80);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
}
.iconsize-a {
    width: auto;
    height: 20px;
}
.textstyle-a {
    font-size: 0.9em;
}
.textstyle-b {
    font-size: 0.8em;
}
.ital {
    color: #80ffc0;
    font-style: italic;
}
.content-wrapper {
    background-color: #004020;
    color:#bfffdf;
    --fallback-gradient-color: #004020;
}
.title-bar {
    background-image: url('../images/banners/circuit_g.webp');
}
.main-nav {
    background-image: linear-gradient(to bottom, #9fffcf, 80%, #004020);
}
.menu a {
    color: #002010;
}
.menu a:hover {
    background-image: linear-gradient(to bottom, #9fffcf, 50%, #004020);
    color: #9fffcf;
}
.content-area {
    background-image: linear-gradient(to top, #00ff80, #004020);
}
.site-footer {
    background-color: #00ff80;
    color: #002b40;
}

@media (min-width: 769px) { /*Desktop only */
    .content-wrapper {
        background-image: url('../images/banners/articles_desk.webp'), var(--fallback-gradient);
    }
    .app-list {
        width: 95%;
        margin-left: auto;
        margin-right: auto; 
    }
    .warning-list {
        width: 80%;
        margin-left: auto;
        margin-right: auto; 
    }
    .download-list {
        width: 50%;
        margin-left: auto;
        margin-right: auto; 
    }
    .screenshot {
        width: auto;
        max-width: 600px;
    }
    .screenshot-alt {
        width: auto;
        max-width: 300px;
    }
    .app-info {
        font-size: 1.1em;
    }

}

@media (max-width: 768px) { /*Mobile only */
    .content-wrapper {
        background-image: url('../images/banners/articles_mobi.webp'), var(--fallback-gradient);
    }
    .app-icon {
        width: 40px;
        height: 40px;
    }
    .platform-icon {
        width: 40px;
    }
    .screenshot, .screenshot-alt {
        width: 100%;
    }
    .base-buttons > img[src="../images/buttons/btn_blank.png"],
    .base-buttons > img[src="../images/buttons/btn_g_blank.png"] {
        display: none;
    }
    .plat {
        height: 80px;
        width: auto; 
    }
    .app-info {
        font-size: 0.8em;
    }

}
