.version-card{
    color: white;
    font-size: large;
    text-align: center;
    font-weight: bold;
    padding: 16px;
}
ol{
    line-height: 3em;
}
#versions-section{
    background-image: url("../../img/patterns/neutral-dots.png");
    background-attachment: fixed;
}
.app-card{
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    width: 50%;
    padding: 16px;
    margin: 16px;
    background-color: var(--lightest-gray);
    overflow: hidden;
    background-image: url("../../img/drawables/light-gray2.svg");
    background-position: left -120px top -100px;
    background-repeat: no-repeat;
}
.app-card:hover{
    background-position: left -100px top -80px;
}

.bg-illust{
    position: absolute;
    top: -130px;
    left: -100px;
    width: 300px;
    z-index: 0;
    transform: rotate(-360deg);
}
.accordion-button img{
    width: 30px;
    height: 30px;
    filter: var(--primary-light-f);
}
.accordion-item{
    width: 100%;
}
#tips{
}
.accordion-body{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.acc-right{
    margin-left: 16px;
}
.acc-left{
    display: flex;
    align-items: center;
    justify-content: center;
}
#download-links{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#download-links img{
    height: 50px;
}

@media (max-width: 992px) {
    #related-apps-inner{
        flex-direction: column !important;
        align-items: start !important;
    }
    .app-card{
        width: 100% !important;
        align-items: center;
        margin: 0 !important;
        margin-top: 16px !important;
        padding: 16px !important;
    }
    .app-card p{
        text-align: center !important;
    }
}
@media (max-width: 865px) {
    .version-card{
        width: 50% !important;
    }
    .accordion-body{
        flex-direction: column !important;
        align-items: start !important;
    }
    .acc-left img{
        margin-top: 16px;
        object-fit: scale-down;
    }
    .acc-left{
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}
@media (max-width: 768px) {
    .accordion-header{
        flex-direction: column;
        align-items: center;
    }

}
@media (max-width: 425px) {
    #specs .wow {
        width: 100% !important;
    }
    .accordion-button i{
        color: red;
    }
    #versions-section{
        padding: 16px !important;
    }
    .accordion-button img{
        margin: 0 !important;
        object-fit: scale-down !important;
        margin-bottom: 16px !important;
    }
    .accordion-button{
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
    #tips{
        padding: 16px !important;
    }
}