@charset "UTF-8";

/*
 * JAIG Footer Stylesheet
 * Upload this file in OJS:
 * Dashboard > Website > Appearance > Advanced > Journal Style Sheet
 */

.jaig-footer {
  margin-top: 60px;
  background: #1f1f1f;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 4px solid #d7a72f;
}

.jaig-footer-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px 34px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.2fr;
  gap: 36px;
}

.jaig-footer h3 {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: 2px;
  color: #ffffff;
}

.jaig-footer h4 {
  margin: 0 0 16px;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}

.jaig-footer h4::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #d7a72f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.jaig-footer-brand > p:first-of-type {
  margin: 0 0 16px;
  font-weight: 600;
  color: #ffffff;
}

.jaig-footer-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #c6c6c6;
  max-width: 420px;
}

.jaig-footer-col p {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.6;
}

.jaig-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jaig-footer ul li {
  margin-bottom: 10px;
}

.jaig-footer a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.jaig-footer a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.jaig-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.jaig-footer-meta span {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(215, 167, 47, 0.45);
  color: #f0d58a;
  font-size: 11px;
  border-radius: 20px;
}

.jaig-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #a8a8a8;
  font-size: 12px;
}

.jaig-footer-bottom p {
  margin: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .jaig-footer-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 620px) {
  .jaig-footer {
    margin-top: 40px;
  }

  .jaig-footer-wrap {
    grid-template-columns: 1fr;
    padding: 36px 20px 28px;
  }

  .jaig-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.pkp_structure_sidebar .pkp_block {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 22px !important;
}

.pkp_structure_sidebar .pkp_block .content {
  padding: 0 !important;
}
