﻿.app-container {
    margin-top: 20px;
    height: 160px;
}
.app-container a {
    color: black;
    text-decoration: none;
}

.app-header {
    position: absolute;
}

.app-icon {
    width: 120px;
    height: 120px;
    background-size: 120px;
    border-radius: 20px;
    float: left;
    position: absolute;
}

.app-info {
    height: 120px;
    position: absolute;
    left: 130px;
}

.app-name {
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
}

.app-detail {
    font-style: italic;
    font-size: 16px;
}

.light {
    color: #a5a5a5;
}

.download-button {
    color: white;
    border: 0;
    border-radius: 15px;
    background-color: #147efb;
    height: 30px;
    width: 80px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 30px;
}

.download-button-disabled {
    background-color: #c5c5c5;
    pointer-events: none;
}

.app-description {
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
    font-size: 16px;
    top: 140px;
}

.description-header {
    font-size: 20px;
    font-weight: 600;
}

.release-notes {
    padding-top: 10px;
}

.unsupported-message {
    color: red;
    position: absolute;
    bottom: 5px;
    left: 90px;
    font-weight: 600;
    width: 200px;
    margin: 0;
}

.hidden {
    display: none;
}
