.href-download-app {
    display: block;
    width: 100%;
}

#install-app {
    width: 100%;
    position: relative;
    z-index: 99;
    color: #ffffff;
    background-color: rgb(255, 57, 76);
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 20px 40px 20px 30px;
    overflow: hidden;
    display: block;
    min-height: 1px;
}

@media screen and (min-width: 992px) {
    .href-download-app,
    #install-app {
        display: none;
    }
}

.close-install-app {
    padding: 8px 5px;
    display: block;
    width: 20px;
    height: 40px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer !important;
    color: #ffffff;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;
    display: none; /* Module hide it new design */
}

.close-install-app:hover {
    color: rgba(255, 255, 255, 0.8);
}

.content-app {
    display: flex;
    align-items: start;
    gap: 16px;
}

.img-app {    
    object-fit: cover;
}

.text-app {
    flex: 1;
    min-width: 0;
}

.headline-app {
    color: #F7F7F7;
    margin-bottom: 4px;
    font-family: "Ciron Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.title-app {
    font-family: "Ciron Text";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
}

@media screen and (max-width: 350px) {
    .title-app {
        overflow: auto;
        max-height: 28px;
    }
}
