/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* SomaliREN Survey Platform - Public Survey List */

.somaliren-survey-home {
    max-width: 850px;
    margin: 35px auto 25px auto;
}

.somaliren-survey-home h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.somaliren-survey-intro {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.somaliren-survey-description {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
}

.somaliren-survey-help {
    margin-top: 30px;
}

.somaliren-survey-help a {
    font-weight: 600;
}

.somaliren-survey-footer {
    margin-top: 60px;
    padding: 25px 15px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
}

/* Public survey list spacing */

.survey-list-heading {
    margin-top: 35px;
    margin-bottom: 20px;
}

.somaliren-survey-help {
    margin-top: 35px;
    margin-bottom: 15px;
}
