@media only screen and (max-width: 1102px) {
    body .custom .adsensebox{
        display: none;
    }

    body .custom .adbox{
        display: none;
    }

    body .custom #logo{
        margin-bottom: var(--gap);
    }

    body .custom .intro > div {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.intro > div {
    display: flex;
}

.intro #logo {
    margin-right: 12px;
    height: 100%;
}

.ui {
    width: 100%;
}

/* faq */
.qa{
    margin-bottom: 12px;
}

.qa .q{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

hr{
    margin: 12px 0px;
    background-color: #dddddd;
    height: 1px;
}

#intro a, #faq a{
    color: rgb(52, 152, 219);
    text-decoration: underline;
}

.adbox {
    float: right;
    margin-left: var(--gap);
}

.viet-icon{
    width: 22px;
    height: 22px;
}

.download-options {
    display: flex;
    justify-content: right;
    gap: var(--gap);
}

.downloadbtn{
    background-color: var(--color-accent);
    color: white;
    font-weight: 400;
    padding: 8px 20px;
    font-size: 20px;
    width: 188px;
    text-align: center;
    justify-content: center; /* Considers verticalCenter class */
}

.android{
	display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(/icons/android.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.ios{
	display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(/icons/ios.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-position: center;
}