/* Journal of Basic and Applied Horticulture
Professional Journal Style Sheet
*/

body {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 16px;
    line-height: 1.7;
    color: #222222;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

#main, .pkp_structure_main, .pkp_page_content, .page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia", "Times New Roman", serif;
    color: #003b5c;
    line-height: 1.3;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    font-weight: 700;
}

h1 {
    font-size: 30px;
    border-bottom: 2px solid #003b5c;
    padding-bottom: 8px;
}

h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

p {
    margin: 0 0 15px 0;
    text-align: justify;
}

a {
    color: #005a87;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

th {
    background: #003b5c;
    color: #ffffff;
    padding: 10px;
    text-align: left;
    border: 1px solid #cccccc;
}

td {
    padding: 10px;
    border: 1px solid #cccccc;
    vertical-align: top;
}

tr:nth-child(even) {
    background: #f7f9fb;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 20px 0;
    text-align: center;
}

figcaption {
    font-size: 13px;
    color: #555555;
    margin-top: 6px;
}

blockquote {
    border-left: 4px solid #003b5c;
    margin: 20px 0;
    padding: 10px 20px;
    background: #f8fbfd;
    font-style: italic;
}

ul, ol {
    margin: 0 0 15px 25px;
}

.pkp_site_name {
    font-weight: 700;
    color: #ffffff;
}

.pkp_navigation_primary > li > a {
    color: #ffffff;
    font-weight: 600;
}

.article-title {
    font-size: 28px;
    color: #003b5c;
    font-weight: 700;
}

.abstract {
    background: #f6f9fc;
    border: 1px solid #d6e2ea;
    padding: 18px;
    margin: 20px 0;
}

footer, .pkp_structure_footer {
    background: #003b5c;
    color: #ffffff;
    padding: 20px;
    margin-top: 30px;
}

/* Hide OJS branding */
.pkp_brand_footer {
    display: none !important;
}

@media screen and (max-width: 768px) {
    body { font-size: 15px; }

    #main, .pkp_structure_main, .pkp_page_content, .page {
        padding: 15px;
    }

    h1 { font-size: 24px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
}
