.mobile-app-bar {
    text-decoration: none;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4px 24px;
    background: #E6E6E6;

    display: none;
}

.mobile-app-bar.visible {
    display: flex;
}

.mobile-app-bar__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.mobile-app-bar__content-header {
    font-family: "helvetica-regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -.3px;
}


.mobile-app-bar__content-rating {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    gap: .2rem;
}

.mobile-app-bar__content-text {
    font-family: "helvetica-regular";
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}

.mobile-app-bar__download-btn {
    border-radius: 28px;
    border: 0.1rem solid rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -.3px;
    padding: 4px 12px;
}

.mobile-app-bar__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
}
