/* Styling for Abstract and References using OJS default font */
.abstract, 
.references {
    text-align: justify;           /* Justify the text */
    line-height: 1.6;              /* Better readability */
    margin: 20px 0;                /* Spacing above and below */
    font-size: 16px;               /* Standard readable size */
    color: #333;                   /* Dark gray for professional look */
}

/* Headings for Abstract and References */
.abstract h2, 
.references h2 {
    text-align: left;              /* Align headings to left */
    color: #1a73e8;                /* Example heading color */
    margin-bottom: 15px;           /* Space below headings */
    font-weight: bold;             /* Bold headings */
    font-size: 18px;               /* Slightly larger for headings */
}
