html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
}

.faq-section {
    margin-top: 20px;
}

.faq-header {
    width: 70%;
    margin: auto;
    font-family: SterlingDisplay Roman;
    font-size: 36px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.faq-selection-wrap {
    display: flex;
    width: 716px;
    margin: auto;
}

.faq-option {
    display: inline-block;
    width: 100px;
    margin: 20px;
    margin-top: 0px;
}

    .faq-option:hover {
        cursor: pointer;
    }

    .faq-option:hover .faq-option-image {
        filter: invert(52%) sepia(0%) saturate(22%) hue-rotate(214deg) brightness(90%) contrast(98%);
    }

    .faq-option:hover .faq-option-caption {
        color: rgb(120, 120, 120);
    }

.faq-option-image {
    height: 60px;
    width: 60px;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.faq-option-image-account {
    height: 60px;
    width: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.faq-option-image-contact-us {
    height: 50px;
    width: 50px;
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.faq-option-caption {
    position: relative;
    color: rgb(60, 60, 60);
    text-align: center;
    font-family: Santral Medium;
}

.faq-option-caption-active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid rgb(238, 36, 69);
}

.faq-question-container-wrap {
    width: 70%;
    min-width: 750px;
    margin: auto;
    transition: height 0.2s;
}

.faq-question-header {
    padding-top: 30px;
    padding-bottom: 10px;
    color: rgb(20, 20, 20);
    font-family: SterlingDisplay Roman;
    font-size: 32px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.faq-question-container {
    display: none;
}

.faq-question-container-active {
    display: block;
}

.faq-question {
    position: relative;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.faq-question-title {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(60, 60, 60);
    font-family: Santral Bold;
    font-size: 18px;
    transition: 0.3s;
}

    .faq-question-title:hover {
        cursor: pointer;
        background-color: rgb(240, 240, 240);
    }

.faq-question-arrow-wrap {
    position: absolute;
    top: 0px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.faq-question-arrow {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("https://aurummarketplace.com/Images/Down Arrow Nav.svg");
    background-size: cover;
    filter: invert(19%) sepia(0%) saturate(1693%) hue-rotate(176deg) brightness(94%) contrast(83%);
}

    .faq-question-arrow-active {
        background-image: url("https://aurummarketplace.com/Images/arrow-up-black.svg");
    }

.faq-question-content {
    height: 0px;
    max-height: 0px;
    font-family: Santral;
    overflow: hidden;
    transition: max-height 0.5s;
}

.faq-question-content-active {
    height: auto;
    max-height: 1000px;
    padding-bottom: 30px;
}

.faq-question-subheader {
    color: rgb(20, 20, 20);
    font-family: Santral Medium;
    font-size: 18px;
    font-weight: 500;
}

.faq-question-list {
    margin: 0px;
}

.faq-question-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.create-account-link {
    color: rgb(6, 84, 186);
}

.aurum-email-text {
    font-family: Santral Bold;
    font-weight: bold;
}

.return-information-link {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 180px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: Montserrat;
    font-size: 14px;
    background-color: rgb(20, 20, 20);
    border-radius: 20px;
    transition: background-color 0.2s;
}

    .return-information-link:hover {
        background-color: rgb(238, 36, 69);
    }

.send-aurum-message-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 160px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: Montserrat;
    font-size: 14px;
    background-color: rgb(20, 20, 20);
    border-radius: 25px;
    transition: background-color 0.2s;
}

    .send-aurum-message-button:hover {
        cursor: pointer;
        background-color: rgb(238, 36, 69);
    }

@media only screen and (max-width: 768px) {
    .faq-section {
        width: 90%;
        margin: auto;
        margin-top: 0px;
    }

    .faq-header {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 28px;
        box-sizing: border-box;
        border: none;
    }

    .faq-selection-header {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-top: 1px solid rgb(200, 200, 200);
        border-bottom: 1px solid rgb(200, 200, 200);
        overflow-x: auto;
        box-sizing: border-box;
    }

    .faq-selection-wrap {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0px;
    }

    .faq-option {
        width: 33.3333%;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .faq-option:hover .faq-option-image {
            filter: none;
        }

        .faq-option:hover .faq-option-caption {
            color: black;
        }

    .faq-option-image {
        display: block;
        height: 40px;
        width: 40px;
        padding: 0px;
        margin: auto;
    }
    
    .faq-option-image-account {
        transform: scale(1.2);
    }

    .faq-option-caption {
        font-size: 14px;
    }

    .faq-option-caption-active::after {
        bottom: -8px;
        border-radius: 20px;
    }

    .faq-question-container-wrap {
        width: 100%;
        min-width: 0px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 40px;
        box-sizing: border-box;
    }

    .faq-question-header {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 28px;
    }

    .faq-question-title {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 40px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 16px;
        box-sizing: border-box;
    }

    .faq-question-arrow {
        height: 12px;
        width: 12px;
    }

    .faq-question-title:hover {
        background-color: transparent;
    }

    .faq-question-content {
        font-family: Santral Medium;
        font-size: 14px;
    }
    
    .faq-question-subheader {
        font-size: 16px;
        margin: 0px;
    }

    .registered-user-subheader {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .return-information-link {
        font-family: Santral Medium;
    }

    .send-aurum-message-button {
        font-family: Santral Medium;
    }
}