/* 6. Sidebar Blocks */
.pkp_structure_sidebar .block_custom .content ul li.journal_policies_item a.journal_policies_item_link {
  display: grid !important;
  grid-template-columns: 22px 1fr !important;
  column-gap: 10px !important;
  align-items: start !important;

  padding: 12px 14px !important;
  line-height: 1.35 !important;
}
.governing_body_item_link::before, 
.submission_item_link::before, 
.journal_policies_item_link::before {
    font-family: 'FontAwesome';
    margin-right: 12px;
    text-align: center;
    flex-shrink: 0;
}

/* icon custom-block */
.fa {
    font-family: "FontAwesome" !important;
    display: inline-block;
    margin-right: 5px;
}
/* --- 1. GOVERNING BODY ICONS --- */
.governing_body_item_link[title*="Editorial Team"]::before { content: "\f0c0"; }
.governing_body_item_link[title*="Peer Reviewers"]::before { content: "\f233"; }
.governing_body_item_link[title*="Contact"]::before { content: "\f0e0"; }
/* --- 2. SUBMISSION ICONS --- */
.submission_item_link[title*="Submit Now"]::before { content: "\f0ee"; }
.submission_item_link[title*="Author Guidelines"]::before { content: "\f02d"; }
.submission_item_link[title*="Reviewer Guidelines"]::before { content: "\f044"; }
.submission_item_link[title*="Journal Template"]::before { content: "\f1c1"; }
.submission_item_link[title*="Privacy Statement"]::before { content: "\f023"; }
.submission_item_link[title*="Call For Editor"]::before { content: "\f0a1"; }
/* --- 3. JOURNAL POLICIES ICONS --- */
.journal_policies_item_link[title*="Aim and Scope"]::before { content: "\f05b"; }
.journal_policies_item_link[title*="Peer Review Process"]::before { content: "\f00c"; }
.journal_policies_item_link[title*="Publication Ethics"]::before { content: "\f24e"; }
.journal_policies_item_link[title*="Allegation"]::before { content: "\f071"; }
.journal_policies_item_link[title*="Retraction and Correction"]::before { content: "\f0e2"; }
.journal_policies_item_link[title*="Conflicts of Interest"]::before { content: "\f0ec"; }
.journal_policies_item_link[title*="Complaints and Appeals"]::before { content: "\f0e6"; }
.journal_policies_item_link[title*="Plagiarism Policy"]::before { content: "\f1f8"; }
.journal_policies_item_link[title*="Copyright and Licensing"]::before { content: "\f1f9"; }
.journal_policies_item_link[title*="Publication Frequency"]::before { content: "\f017"; }
.journal_policies_item_link[title*="Article Processing Charge"]::before { content: "\f155"; }
.journal_policies_item_link[title*="Withdrawal of Manuscript"]::before { content: "\f05e"; }
.journal_policies_item_link[title*="Open Access Policy"]::before { content: "\f09c"; }
.journal_policies_item_link[title*="Archiving Policy"]::before { content: "\f187"; }
.journal_policies_item_link[title*="Revenue Sources"]::before { content: "\f0d6"; }
.journal_policies_item_link[title*="Generative AI"]::before { content: "\f1b2"; }
.journal_policies_item_link[title*="Abstracting and Indexing"]::before { content: "\f022"; }


/* 8. CUSTOM */
/* author-guidelines */
table.table2 {
    caption-side: bottom;
    border-collapse: collapse;
}
.table2 td {
    padding: 10px !important;
    border-bottom: none;
}

