.offline-apps-widgets{
    border-radius: 20px;
    border: 1px solid #C7CDE2;
    background: #E6E9F5;
    padding: 12px;
}

.offline-apps-widgets .offline-apps-widgets-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offline-apps-widgets .offline-apps-widgets-wrapper .icons{
    display: flex;
    padding: 0 12px;
    gap: 8px;
}
.offline-apps-widgets .offline-apps-widgets-wrapper .button{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.apps-form{
    width: 225px;
    padding: 12px 24px 24px 24px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: height 1s ease-out;
}

.apps-form .apps-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.apps-form .apps-wrapper .apps-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.apps-form .apps-wrapper .icon-logo{
    margin-bottom: 12px;
}
.apps-form .apps-wrapper p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 24px 0;
}

.apps-form .apps-wrapper .apps-links a {
    width: 100%;
}

.apps-form .apps-wrapper .apps-links a img{
    width: 100%;
    max-width: 100%;
}

.apps-form-container .close-button{
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
}

.apps-form-wrapper{
    align-items: center;
}
.offline-apps-widgets .offline-apps-widgets-wrapper .item{
    color: #353339;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.offline-apps-widgets .offline-apps-widgets-wrapper .item img{
    width: 16px;
}