/* Copyright © 2026 YourQuiz. All rights reserved. */

/* About Us page */
.about_page_container {
    font-family: sans-serif;
    line-height: 1.4;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 10px 15px 15px;
}

.about_page_container h2 {
    font-size: 18px;
    margin: 9px 0 2px 0;   /* Top, Right, Bottom, Left */
    color: #000;
}

.about_page_container p {
    margin: 0 0 5px 0;       /* Top, Right, Bottom, Left */
}

.intro-text {
    margin-bottom: 2px !important; 
}

.end-text {
    margin-bottom: 14px !important; 
    margin-top: 2px !important;
}
   
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-item-1 {
    margin-bottom: 2px;
}

.feature-item-2 {
    margin-bottom: 2px;
}

.feature-title {
    font-weight: bold;
    font-size: 16px;
    display: inline; 
}

.highlight {
    font-weight: bold;
    font-size: 16px;
}
