/*jurnal kesehatan*/


.pkp_site_name .is_img img{
  max-height: 3.143rem;
}
.cmp_article_list>li{
    margin-bottom: 0;
}
.pkp_structure_head{
      background-color: #fff;
    border-bottom: 3px solid #361C67;
}
.cmp_announcements{
  background-color: #f2f2f2;
  border-radius: 10px;
}
a{
    color: #FEBD1C;
}
.cmp_button_wire, .obj_galley_link{
    color: #361C67;
}
.pkp_site_name a {
  color: #361C67 !important;
  font-size: 40px;
}
.pkp_form_error{
    color:red;
}
/*custom menu sidebar*/
.item_menu{
    padding: 7px 15px;
    margin: 0;
    background: #FEBD1C;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 5px;

}
.item_menu:hover{
    transform: scale(1.05);
}
.item_menu a{
    color: #000;
    font-weight: 700;
}

h2.title.pkp_screen_reader{
    display: block !important;
    padding: 8px 10px !important;
    border-bottom: 2px solid #fff !important;
    font-weight: 700;
    text-transform: none !important;
    background: #BE00AF;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 2px 2px #ccccccab;
}
/*custom menu sidebar*/    

/*css footer custom*/
.pkp_structure_footer_wrapper{
    background: #ebebeb;
    padding-bottom:30px;
}
.pkp_structure_footer{
    background-color: #ebebeb;
}
    .footer-container {
    display: flex;
    flex-wrap: wrap; /* Agar bisa responsive */
    gap: 20px; /* Jarak antar kolom */
/*    padding: 40px 20px;*/
}

.column-footer {
    flex: 1 1 calc(25% - 20px); /* 4 kolom per baris */
    min-width: 250px; /* Minimal lebar kolom */
    box-sizing: border-box;
}
.column-footer .about{
    max-width: 100px;
}

.column-footer h3 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
}

.column-footer p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.column-footer ul {
    list-style: none;
    padding-left: 0;
}

.column-footer ul li {
    margin-bottom: 8px;
}

.column-footer ul li a {
    text-decoration: none;
    color: #555;
}

/* Responsive: 2 kolom untuk layar kecil */
@media (max-width: 768px) {
    .column-footer {
        flex: 1 1 calc(50% - 20px);
    }
}

/* Responsive: 1 kolom untuk mobile */
@media (max-width: 480px) {
    .column-footer {
        flex: 1 1 100%;
    }
}
/*css footer custom*/
.pkp_brand_footer{
    display:none;
}

/* Dua Kolom Tampilan Home */
.page_index_journal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media (max-width: 760px) {
  .page_index_journal {
    flex-direction: column;
  }
}
.additional_content,
.current_issue,
.pkp_page_index .homepage_about,
.pkp_page_index .homepage_image {
  width: 100%;
}

.pkp_page_index .homepage_image img {
  width: 250px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  object-fit: cover;
}
.pkp_page_index .homepage_image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}

@media (min-width: 992px) {
  .pkp_page_index .homepage_about {
    width: 65%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pkp_site_name .is_img img{
    max-height:150px;
  }
  .pkp_page_index .homepage_image {
    width: 30%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pkp_page_index .additional_content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 480px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*css curent issue homepage*/
/* GENERAL CONTAINER */
.current_issue {
  background: #fdfdfd;
  font-family: 'Inter', sans-serif;
  color: #333;
}

/* SECTION TITLE */
.current_issue h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

/* VOLUME INFO */
.current_issue_title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

/* PUBLISH INFO */
.published .label {
  font-weight: 600;
  color: #222;
}

.published .value {
  color: #777;
}

/* SECTION HEADING */
.sections h3 {
  font-size: 1.5rem;
  margin: 30px 0 20px;
  border-bottom: 2px solid #ffc107;
  display: inline-block;
  padding-bottom: 5px;
  color: #444;
}

/* ARTICLE LIST */
.cmp_article_list.articles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.obj_article_summary {
  background: #ffffff;
  border: 1px solid #FEBD1C;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

.obj_article_summary:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.obj_article_summary h4.title a {
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #171716;
}

.obj_article_summary h4.title a:hover {
  text-decoration: underline;
  color: #f57f17;
}

/* AUTHOR INFO */
.obj_article_summary .meta .authors {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #555;
}

/* PDF LINK */
.obj_galley_link.pdf {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 14px;
  background-color: #5c6bc0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.obj_galley_link.pdf:hover {
  background-color: #3f51b5;
}

/* VIEW ALL ISSUES LINK */
.read_more {
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
  color: #1e88e5;
  text-decoration: none;
  font-size: 1rem;
}

.read_more:hover {
  text-decoration: underline;
  color: #1565c0;
}

.obj_issue_toc .sections:not(:first-child) {
  margin: 0;
}
@media (min-width: 768px) {
  .pkp_page_index .current_issue .section:last-child {
    margin: 0;
  }
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    margin: 0;
  }
}
/*css curent issue homepage*/

/*addtional content css */

.publikasi-section {
/*  background: #f5f5f5;
  padding: 60px 20px;*/
  text-align: center;
}
.index-section{
    text-align: left;
}

.judul-section {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}

.publikasi-steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  margin: auto;
}

.index-gambar{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    justify-items: start;
    column-gap: 5px;
    row-gap: 30px;
  }

.step {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  width: 250px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.step .icon {
  background: #FEBD1C;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  /*margin-bottom: 20px;*/

}

.step .icon img {
  width: 40px;
  height: 40px;
}

.step h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step p {
  font-size: 14px;
  line-height: 1.5;
}
/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .publikasi-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .index-gambar{
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .step {
    width: 90%;
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .judul-section {
    font-size: 22px;
  }

  .step h3 {
    font-size: 16px;
  }

  .step p {
    font-size: 13px;
  }
}

/*addtional content css */
@media(min-width: 480px){
    .cmp_form input[type="text"], .cmp_form input[type="email"], .cmp_form input[type="password"], .cmp_form input[type="url"], .cmp_form input[type="tel"], .cmp_form select{
    max-width: 100em;
}

}

.cmp_form input[type="text"], .cmp_form input[type="email"], .cmp_form input[type="password"], .cmp_form input[type="url"], .cmp_form input[type="tel"], .cmp_form select, .cmp_form textarea{
    height: calc(3.143rem - 2px);
    border-radius: 5px;
}

/*css halaman editor*/
 
.editor-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.editor-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.2s ease-in-out;
}

.editor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-color: #361C67;
}

.editor-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.editor-name {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #361C67;
  letter-spacing: 0.5px;
}

.editor-campus strong {
  font-size: 1rem;
  font-weight: 700;
}

.editor-campus {
  color: #374151;
  font-size: 0.95rem;
}

.editor-ids {
  font-size: 0.85rem;
  color: #6b7280;
}

.editor-ids a {
  color: #0ea5e9;
  text-decoration: none;
}

.editor-ids a:hover {
  text-decoration: underline;
}
/*css halaman editor*/
