@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --color-primary: #a7c7e7;
  --color-hover: #91b4da;
  --text-color: #2f5d8b;
  --color-secondary: #f0f8ff;
}

* {
  text-decoration: none;
  box-sizing: border-box;
}

.pkp_structure_main p {
  text-align: justify;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                       HEADER                                                          */
/* --------------------------------------------------------------------------------------------------------------------- */

.pkp_structure_head {
  background-color: var(--color-secondary);
}

.pkp_head_wrapper {
  padding: 0px !important;
}

.pkp_site_name .is_img {
  display: block !important;
}

.pkp_site_name .is_img img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}

.pkp_navigation_primary > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-color);
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                       HEADER                                                          */
/* --------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                SIDEBAR MENU START                                                     */
/* --------------------------------------------------------------------------------------------------------------------- */

.side-bar {
  text-decoration: none;
}

.side-bar-header {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.5em;
  border-bottom: 3px solid var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.43rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--text-color);
}

.side-bar-item {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 12px 24px;
  margin-bottom: 8px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.side-bar-item a {
  cursor: pointer;
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
}

.side-bar-item:hover {
  background-color: var(--color-hover);
}

.side-bar-item:hover a {
  color: white;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                SIDEBAR MENU END                                                       */
/* --------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                 IMAGE STYLE START                                                     */
/* --------------------------------------------------------------------------------------------------------------------- */

.image-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--color-secondary);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  text-align: center;
}

.image-item a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.image-item a:hover {
  transform: scale(1.03);
  border-color: var(--color-hover);
}

.sponsor-text {
  color: var(--text-color);
  font-weight: 600;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                   IMAGE STYLE END                                                     */
/* --------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                   SUMMARY ARTICLE                                                     */
/* --------------------------------------------------------------------------------------------------------------------- */

.obj_article_summary {
  border: 2px solid var(--color-primary);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 14px;
  box-shadow: 4px 4px 1px 0px rgba(167, 199, 231, 0.75);
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                   SUMMARY ARTICLE                                                     */
/* --------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                       FOOTER                                                          */
/* --------------------------------------------------------------------------------------------------------------------- */

.pkp_structure_footer_wrapper {
  border-top: 1px solid #ddd;
  background-color: var(--color-secondary);
}

.pkp_footer_content {
  float: none !important;
  width: 100% !important;
  padding: 12px 0px !important;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                       FOOTER                                                          */
/* --------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                       ABOUT                                                           */
/* --------------------------------------------------------------------------------------------------------------------- */

.about_this_journal {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
}

.section {
  margin-bottom: 1rem !important;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--text-color);
  padding-bottom: 1rem;
}

.section h3 {
  font-size: 1.2rem;
  color: var(--text-color);
}

.section h4 {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #444;
  font-weight: normal;
}

.section p {
  margin: 0.5rem 0 1rem 0;
}

.section ul,
.section ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.section ul li,
.section ol li {
  margin-bottom: 0.5rem;
}

.section a {
  color: #0077cc;
  text-decoration: none;
}

.section a:hover {
  text-decoration: underline;
}

.cc-notice {
  background-color: #eaf4ff;
  border-left: 4px solid #0077cc;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .about_this_journal {
    padding: 1rem;
  }

  .section {
    padding: 1rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/*                                                       ABOUT                                                           */
/* --------------------------------------------------------------------------------------------------------------------- */
