.faq-card {
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    color: white;
}

.faq-section {
    margin-bottom: 40px;
}

.faq-section h2 {
    color: #AACCFF;
    border-bottom: 1px solid #AACCFF;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.faq-item {
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
}

.faq-item h3 {
    color: #AACCFF;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.faq-item p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.faq-item ul, .faq-item ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.faq-item li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.contact-prompt {
    text-align: center;
    font-size: 1.1em;
    margin-top: 20px;
}

.contact-prompt a {
    color: #AACCFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-prompt a:hover {
    color: #80aaff;
}

/* Inherit the common styles from trial.css */
html {
    font-size: 16px;
}

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #2E26B7;
    background-image: url('/formBackground.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 512px 512px;
    color: white;
}

.container {
    margin-left: 25%;
    width: 75%;
}

.back-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    margin-bottom: 15px;
    position: absolute;
    top: 350px;
    left: 14px;
    z-index: 1;
}

.back-button span {
    position: absolute;
    top: 5px;
    left: 0px;
    line-height: 1;
}