/* ------------------------------------
   AUTHORS GUIDELINES SECTION
-------------------------------------*/

.guidelines-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.guidelines-title {
    text-align: center;
    font-size: 30px;
    color:  #124483;
    font-weight: 700;
    margin-bottom: 35px;
}

.underline {
    border-bottom: 2px solid  #124483;
    display: inline-block;
    padding-bottom: 5px;
}

.guidelines-title.underline {
    border-bottom-width: 3px;
}

.guidelines-block {
    margin-bottom: 30px;
}

.guidelines-subtitle {
    font-size: 22px;
    color:  #124483;
    font-weight: 600;
    margin-bottom: 15px;
}

.guidelines-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

.guidelines-list {
    list-style-type: disc;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.guidelines-list li {
    margin-bottom: 10px;
    text-align: justify;
}

/* ------------------------------------
   REFERENCES 
-------------------------------------*/

/* Reference description text */
.guidelines-block.references p {
    margin-bottom: 12px;
}

/* Reference labels (Journal article, Book, etc.) */
.guidelines-block.references p strong {
    color:  #124483;
    font-weight: 600;
}

/* Harvard-style hanging indent for references */
.guidelines-block.references p:not(:first-child) {
    padding-left: 30px;
    text-indent: -30px;
}

/* URLs & DOI formatting */
.guidelines-block.references a {
    color:  #124483;
    word-break: break-word;
    text-decoration: none;
}

.guidelines-block.references a:hover {
    text-decoration: underline;
}

/* ------------------------------------
   RESPONSIVE
-------------------------------------*/

@media (max-width: 768px) {
    .guidelines-title {
        font-size: 24px;
    }

    .guidelines-subtitle {
        font-size: 20px;
    }

    .guidelines-block p,
    .guidelines-list {
        font-size: 15px;
    }

    .guidelines-block.references p:not(:first-child) {
        padding-left: 20px;
        text-indent: -20px;
    }
}

@media (max-width: 480px) {
    .guidelines-title {
        font-size: 22px;
    }

    .guidelines-subtitle {
        font-size: 18px;
    }
}
