﻿body {
    background: url(/Images/HK/FQ_BG.png) no-repeat bottom center fixed;
    background-size: cover;
}

.content-faq {
    padding: 20px;
}

.faq-inner {
    max-width: 960px;
    width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    margin: auto;
    position: relative;
}

.faq-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 2rem;
}

    .faq-header .go-back-btn {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 24px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }

    .faq-header h2 {
        flex: 1;
        font-size: 2.25rem;
        font-weight: 600;
        text-align: center;
        color: #FFF;
        margin: 0;
    }

        .faq-header h2::before {
            content: '';
            display: inline-block;
            background-image: url(/images/FQ_1.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: relative;
            top: 12px;
            right: 5px;
            width: 55px;
            height: 50px;
        }

        .faq-header h2::after {
            content: '';
            display: inline-block;
            background-image: url(/images/FQ_2.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: relative;
            width: 45px;
            height: 35px;
            top: -10px;
        }

        .faq-header h2 span {
            color: #bfdbfe;
        }

.faq-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-inner li {
    background-color: #fff;
    padding: 20px 30px;
    margin: 20px auto;
    border-left: 20px solid #FFD92A;
    display: block;
    max-width: 800px;
}

    .faq-inner li h4 {
        color: #1A2BC1;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .faq-inner li p {
        margin: 1em 0;
        text-align: justify;
    }

        .faq-inner li p span {
            font-weight: 600;
        }

/*.download-link a {
    border-bottom: solid 1px #000;
    color: #000;
    text-decoration: none;
}*/

@media only screen and (max-width: 786px) {
    .faq-inner {
        padding: 30px 30px;
    }

    .faq-header h2 {
        font-size: 1.6rem;
    }

        .faq-header h2::before,
        .faq-header h2::after {
            content: none;
        }

    .faq-header .go-back-btn {
        width: 32px;
        height: 32px;
    }
}
