/* Container width */
.pkp_structure_content {
    max-width: 1400px;
}

/* Hero banner */
.page_index_journal .homepage_image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 6px;
}

/* Article card style */
.obj_article_summary {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff;
}

/* Sidebar block */
.pkp_block {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

/* Submission button */
.block_make_submission a {
    background: #c62828;
    color: white !important;
    padding: 12px;
    display: block;
    text-align: center;
    border-radius: 4px;
}

/* Header */
.pkp_structure_head {
    background: linear-gradient(90deg,#9f0000,#c62828);
}