
.apps-section {
    width: calc(100% + 10px);
}
.app-section {
    display: inline-block;
    width: calc(50% - 11px);
    margin-bottom: 10px;
    margin-right: 10px;
    border: solid 1px #ddd;
    border-radius: 6px;
    vertical-align: top;
}
@media screen and (min-width:800px) {
    .app-section {
        width: calc(33.3% - 11px);
    }
}
.app-section-header-image {
    width: 100%;
    aspect-ratio: 1200/630;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 1px #ddd;
    border-radius: 5px 5px 0 0;
}
.app-section-infos {
    width: 100%;
    min-height: 90px;
    /* display: inline-block; */
    /* margin-top: 5px; */
    padding: 4px 8px;
    /* padding-left: 10px; */
    /* vertical-align: top; */
    /* width: calc(99% - 100px - 10px); */
}
.app-section-info-values {
    font-size: 12px;
}
.app-section-title {
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.app-section-link {
    font-size: 14px;
    line-height: 20px;
}
.app-label {
    display: inline-block;
    margin-bottom: 2px;
    padding: 2px;
    font-size: 16px;
    /* border: solid 1px #e8e8dc; */
    /* border-radius: 4px; */
    /* background-color: #f2f2ee; */
    text-decoration-color: #ccc;
}
.app-label-count {
    font-size: 13px;
}
.app-label-mini-wrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
}
.app-label-mini {
    display: inline-block;
    margin-bottom: 1px;
    padding: 1px;
    font-size: 13px;
    /* border: solid 1px #e8e8dc; */
    /* border-radius: 4px; */
    /* background-color: #f2f2ee; */
    text-decoration-color: #ccc;
}
