.mobile-app-redirect-banner {
    background-color: #FFF;
    display: none;
    padding: 0 10px;
}

.content-wrapper {
    display: flex;
    height: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.inner-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    font-size: 12px;
}

.inner-content .close-banner img {
    height: 10px;
    margin: 0 5px;
}
.inner-content .mobile-logo {
    height: 46px; 
    border-radius: 5px;
}
.inner-content div p,
.inner-content div h4 {
    margin: 0;
}
.content-wrapper a button{
    color: #fff;
    background-color: #000;
    width: 120px;
    height: 40px;
    font-weight: 600;
    border: none;
    font-size: 14px;
}