/* ========== El-Noorda: Interdisciplinary Journal of Qur'an and Hadith ========= */

:root {
  /* Original Colors */
  --color-1: #F0F4F0;
  --color-2: #D6E1D6;
  --color-3: #BCCEBB;
  --color-4: #A1BAA0;
  --color-5: #93B092;
  --color-6: #6C946B;
  --color-7: #597958;
  --color-8: #455F45;
  --color-9: #324431;
  --color-10: #1E291E;
  --color-11: #0B0F0B;

  /* Box Shadows */
  --shadow-1: 0 2px 8px var(--color-3);
  --shadow-2: 0 4px 12px var(--color-4);
  --shadow-3: 0 8px 16px var(--color-5);
  --shadow-4: 0 8px 24px var(--color-6);
  --shadow-5: 0 12px 32px var(--color-7);
  --shadow-6: 0 16px 40px var(--color-8);
  --shadow-7: 0 20px 48px var(--color-9);
  --shadow-8: 0 24px 56px var(--color-10);
  
  --shadow-soft: 0 2px 8px var(--color-3), 0 1px 4px var(--color-2);
  --shadow-medium: 0 4px 12px var(--color-5), 0 2px 6px var(--color-4);
  --shadow-strong: 0 8px 24px var(--color-7), 0 4px 12px var(--color-6);
  --shadow-layered: 0 2px 4px var(--color-3), 0 4px 8px var(--color-5), 0 8px 16px var(--color-7);
  --shadow-inset: inset 0 2px 8px var(--color-4);
  --shadow-colored: 0 4px 16px var(--color-6), 0 2px 8px var(--color-7);
  
  /* Linear Gradients */
  --gradient-diagonal-light: linear-gradient(135deg, var(--color-1) 0%, var(--color-6) 100%);
  --gradient-horizontal: linear-gradient(to right, var(--color-3), var(--color-7));
  --gradient-vertical: linear-gradient(180deg, var(--color-2) 0%, var(--color-5) 50%, var(--color-9) 100%);
  --gradient-diagonal-centered: linear-gradient(45deg, var(--color-6), var(--color-3), var(--color-6));
  --gradient-radial: radial-gradient(circle at top left, var(--color-3), var(--color-8));
  --gradient-multi: linear-gradient(135deg, var(--color-1) 0%, var(--color-3) 25%, var(--color-5) 50%, var(--color-7) 75%, var(--color-10) 100%);
  --gradient-text: linear-gradient(135deg, var(--color-6), var(--color-9));

  --body-color: var(--color-1);
  --primary-color: var(--color-7);
  --secondary-color: var(--color-3);
  --tertiary-color: var(--color-2);
  --accent-color: #d4af37;
  --text-dark: var(--color-11);
  --text-dark-secondary: var(--color-9);
  --text-light: var(--color-2);
  --text-light-secondary: var(--color-1);
  
  --border-bottom: 2px solid #fff;
  --border-top: 2px solid #fff;
  --br-sm: 10px;
  --br-md: 20px;
  --br-lg: 25px;
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
}

body {
  background: var(--body-color);
  color: var(--text-dark);
}
a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color var(--transition-base);
}
a:hover {
  color: var(--primary-color);
}

/* ============================================   HEADER STYLING   ============================================ */
.pkp_navigation_user {
    font-size: 15px;
}

.pkp_navigation_user .task_count {
    top:auto;
}
.pkp_navigation_user li a,
.pkp_navigation_user li.in_focus a,
.pkp_navigation_user li a:hover,
.pkp_navigation_user li a:focus {
    color: #ffffff;
    display: inline-block;
    background: var(--primary-color);
    margin: 0 !important;
}
.pkp_navigation_user .has_tasks ul .task_count,
.pkp_navigation_user .has_tasks ul a:hover .task_count,
.pkp_navigation_user .has_tasks ul a:focus .task_count {
    background: none;
    color: #ffffff
}
.pkp_structure_head {
    background: var(--body-color);
    border-bottom: none;
}
.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}
.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  background: var(--primary-color);
  text-transform: uppercase;
}
.pkp_navigation_primary {
    margin-left: 30px !important;
}
.pkp_navigation_primary ul a {
    color: #ffffff;
}
.pkp_nav_list ul {
    background: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.pkp_nav_list ul a {
    border-left: none;
    color: #ffffff;
}
.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus {
    background: none;
    color: #fff005;
    opacity: 0.8;
}
.pkp_site_name > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pkp_site_name .is_img img {
    max-height: 100%;
}
.pkp_navigation_user {
    display: none;
}
span.task_count {
    display: none;
}

/* ============================================   STRUCTURE CONTENT   ============================================ */
.pkp_structure_content {
    box-shadow: inset 0 0 5px 0.5px rgba(103, 104, 107, 0.34);
}
.pkp_structure_main {

}

/* ============================================   ADDITIONAL CONTENT   ============================================ */
.pkp_page_index .additional_content {
    padding-top: 0px;
    border-top: none;
}

/* ============================================   JOURNAL CARD STYLING   ============================================ */
.journal-card {
  display: flex;
  gap: 25px;
  background: var(--primary-color);
  border-radius: 40px 0 40px 0;
  padding: 25px;
  margin: 0;
  box-shadow: 0 15px 35px var(--color-3);
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.journal-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.journal-card::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 0;
}

.journal-image-container {
  flex-shrink: 0;
  width: 280px;
  position: relative;
  z-index: 1;
  transform: rotate(-3deg);
  transition: transform 0.4s ease;
}

.journal-image-container:hover {
  transform: rotate(0deg) scale(1.05);
}

.journal-cover {
  width: 100%;
  height: auto;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.journal-info {
  flex: 1;
  position: relative;
  z-index: 1;
}

.journal-title {
  font-size: 20px !important;
  color: var(--text-light);
  margin: 0 0 15px 0 !important;
  line-height: 1.3 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 10px;
  text-align: justify;
}

.journal-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 415px;
  height: 4px;
  background: var(--gradient-horizontal);
  border-radius: 2px;
}

.info-item {
  margin: 15px 0 !important;
  font-size: 14px;
  line-height: 1.5 !important;
  color: var(--text-light);
  margin: 0;
  border-radius: 0 15px 0 15px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  text-align: justify;
}

.info-item:hover {
  transform: translateX(5px);
}

.info-item strong {
  color: var(--text-light-secondary);
  font-weight: 700;
  margin-right: 8px;
}

.info-item a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px dotted rgba(135, 206, 235, 0.5);
}

.info-item a:hover {
  color: var(--text-light);
  border-bottom: 1px dotted var(--text-light);
}

.info-item img {
  vertical-align: middle;
  margin-left: 5px;
}

.submit-button-container {
  margin-top: 30px !important;
  text-align: center;
}

.btn-submit {
  display: inline-block;
  background: var(--secondary-color);
  color: var(--text-dark-secondary);
  padding: 15px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: left 0.5s ease;
}

.btn-submit:hover::before {
  left: 100%;
}

.btn-submit:hover {
  transform: translateY(-3px) scale(1.05);
  color: var(--text-dark);
}

.journal-description {
  margin: 40px 0;
}

.journal-description p {
  color: var(--text-dark-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.indexing-section {
  margin-top: 35px;
}

.indexing-title {
  text-align: center !important;
}

.indexing-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  justify-content: space-evenly;
}

.index-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: all 0.4s ease;
  filter: grayscale(30%);
  padding: 10px 15px;
  background: var(--gradient-diagonal-centered);
  border-radius: 0 12px 0 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.index-logo:hover {
  transform: scale(1.15) rotate(2deg);
}

/* ============================================   SIDEBAR STYLING   ============================================ */
.pkp_structure_sidebar.left {
    padding: 0px 15px;
    background-color: transparent;
}

.pkp_block {
  background: var(--secondary-color);
  border-radius: 0 25px 0 25px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  padding: 0;
}

.pkp_block:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pkp_screen_reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================   ADDITIONAL MENU STYLING   ============================================ */
.additional_menu {
  padding: 0;
}

.additional_menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.additional_menu_header {
  background: var(--primary-color);
  padding: 16px 20px !important;
  text-align: center;
  margin: 0;
}

.additional_menu_title {
  color: var(--color-1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.additional_menu_item {
  border-bottom: none;
  padding: 0px !important;
}

.additional_menu_item:last-child {
  border-bottom: none;
}

.additional_menu_item_link {
  display: block;
  padding: 12px 20px;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  position: relative;
}

.additional_menu_item_link::before {
  content: '›';
  position: absolute;
  left: 8px;
  opacity: 0;
  transition: all 0.2s ease;
  color: var(--text-dark-secondary);
  font-weight: bold;
}

.additional_menu_item_link:hover {
  background-color: var(--body-color);
  color: var(--text-dark-secondary);
  padding-left: 28px;
}

.additional_menu_item_link:hover::before {
  opacity: 1;
  left: 12px;
}

/* ============================================   CURRENT ISSUE STYLING   ============================================ */
.current_issue {
  max-width: 1200px;
}

.current_issue h2 {
  background: var(--primary-color);
  color: var(--text-light-secondary);
  padding: 20px 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.current_issue_title {
  background: var(--secondary-color);
  margin: 0 !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600 !important;
  color: var(--text-dark);
  text-align: center;
  border-bottom: 3px solid var(--primary-color);
}

.obj_issue_toc {
  padding: 30px;
}

.heading {
  display: block;
  margin-bottom: 40px;
  padding: 25px;
  background: var(--primary-color);
  border-radius: 0 20px 0 20px;
  box-shadow: var(--shadow-soft);
}

.cover {
  flex-shrink: 0;
  position: relative;
}

.cover img {
  width: 200px;
  height: auto;
  border-radius: 0 15px 0 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 4px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.cover img:hover {
  transform: scale(1.05) rotate(2deg);
}

.description {
  color: var(--text-light);
  flex-direction: column;
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 20px;
  border-radius: 0 12px 0 0px;
  backdrop-filter: blur(10px);
}

.description p {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.8;
}

.description strong {
  color: var(--text-light-secondary);
  font-weight: 700;
}

.description img {
  height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}

.published {
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 !important;
  padding: 12px 20px;
  border-radius: 0 0px 0 12px;
  backdrop-filter: blur(10px);
}

.published .label {
  color: var(--text-light-secondary);
  font-weight: 700;
  margin-right: 10px;
}

.published .value {
  color: var(--text-light);
}

.sections {
  margin-top: 20px !important;
}

.section:before {
  border-top: 1px solid var(--color-4);
}

.section h2, 
.section h3 {
  background: var(--secondary-color) !important;
  color: var(--text-dark) !important;
  border-left: 5px solid var(--primary-color);
}

.cmp_article_list {

}

.cmp_article_list li {
  
}

.cmp_article_list li:hover {
  transform: translateX(5px);
}

.obj_article_summary {
  background: var(--color-1);
  border-radius: 0 20px 0 20px;
  padding: 25px;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
  border-left: 4px solid var(--primary-color);
}

.obj_article_summary .title {
  margin: 0 0 15px 0;
  border-left: none;
  background: none !important;
}

.obj_article_summary .title a {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: block;
  transition: color 0.3s ease;
}

.obj_article_summary .title a:hover {
  color: var(--primary-color);
}

.obj_article_summary .title i {
  font-style: italic;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: 1px dashed var(--color-4);
  border-bottom: 1px dashed var(--color-4);
}

.meta .authors {
  color: var(--text-dark-secondary);
  font-size: 14px;
  flex: 1;
}

.meta .pages {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
}

.galleys_links {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 15px 0 !important;
}

.obj_galley_link {
  display: inline-block;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 0 12px 0 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.obj_galley_link:hover {
  background: var(--color-8);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.obj_article_summary img {

}

.read_more {
  display: block !important;
  margin: 0;
  padding: 15px 40px !important;
  line-height: 0.43rem !important;
  background: var(--primary-color);
  color: var(--text-light) !important;
  border-radius: 20px;
  font-size: 16px !important;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.read_more:hover {
  background: var(--color-8);
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
}

/* ============================================   ISSUE ARCHIVE STYLING   ============================================ */
.page_issue_archive {

}

.cmp_breadcrumbs {
  margin-bottom: 0px;
}

.cmp_breadcrumbs a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.cmp_breadcrumbs a:hover {
  color: var(--primary-color);
}

.cmp_breadcrumbs .separator {
  color: var(--text-dark-secondary);
  font-weight: 600;
}

.cmp_breadcrumbs .current span {
  color: var(--text-dark-secondary);
  font-weight: 600;
}

.page_issue_archive h1 {
  background: var(--primary-color);
  color: var(--text-light-secondary);
  text-align: center;
  box-shadow: var(--shadow-soft);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.issues_archive {
  display: flex;
  gap: 5px;
  border-top: none !important;
  margin: 0 !important;
  flex-direction: column;
}

.issues_archive li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  transition: transform 0.3s ease;
}

.issues_archive li:hover {
  transform: translateY(-5px);
}

.issues_archive .obj_issue_summary {
  background: var(--color-1);
  border-radius: 0 25px 0 25px;
  padding: 0;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
  border: 3px solid var(--secondary-color);
  overflow: hidden;
  height: 100%;
  display: block;
}

.issues_archive .obj_issue_summary:hover {
  box-shadow: var(--shadow-medium);
  border-color: var(--primary-color);
}

.issues_archive .obj_issue_summary .cover {
  display: block;
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 10px !important;
}

.issues_archive .obj_issue_summary .cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 15px 0 15px;
  box-shadow: none;
  border: 4px solid var(--primary-color);
}

.issues_archive .obj_issue_summary .cover img:hover {
  transform: none;
}

.issues_archive .obj_issue_summary h2 {
  padding: 0;
  margin: 10px !important;
  background: none;
  border: none;
}

.issues_archive .obj_issue_summary h2 .title {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.issues_archive .obj_issue_summary h2 .title:hover {
  color: var(--primary-color);
}

.issues_archive .obj_issue_summary .series {
  color: var(--text-dark-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  background: var(--secondary-color);
  border-radius: 0 12px 0 12px;
  display: inline-block;
  margin-top: 8px;
}

.issues_archive .obj_issue_summary .description {
  padding: 0;
  margin: 10px !important;
  background: none;
  border-radius: 0;
  backdrop-filter: none;
  flex: 1;
}

.issues_archive .obj_issue_summary .description p {
  color: var(--text-dark-secondary);
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.issues_archive .obj_issue_summary .description strong {
  color: var(--text-dark);
  font-weight: 700;
}

.issues_archive .obj_issue_summary .description img {
  height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
  border: 1px solid var(--color-4);
  border-radius: 2px;
}

/* ============================================   ARCHIVES RESPONSIVE STYLING   ============================================ */

@media (max-width: 992px) {
  .issues_archive {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
  }

  .page_issue_archive > h1 {
    font-size: 28px;
    padding: 20px 25px;
  }
}

@media (max-width: 768px) {
  .issues_archive {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page_issue_archive > h1 {
    font-size: 24px;
    padding: 18px 20px;
    margin-bottom: 30px;
  }

  .cmp_breadcrumbs {
    padding: 12px 15px;
  }

  .cmp_breadcrumbs li {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .page_issue_archive > h1 {
    font-size: 22px;
    padding: 15px;
    border-radius: 0 20px 0 20px;
  }

  .issues_archive .obj_issue_summary {
    border-radius: 0 20px 0 20px;
  }

  .issues_archive .obj_issue_summary h2 {
    padding: 15px 20px 12px 20px;
  }

  .issues_archive .obj_issue_summary h2 .title {
    font-size: 16px;
  }

  .issues_archive .obj_issue_summary .description {
    padding: 15px 20px 20px 20px;
  }

  .cmp_breadcrumbs {
    border-radius: 0 15px 0 15px;
  }
}

/* ============================================   TOOLS SECTION STYLING   ============================================ */
.tools_section {
  padding: 0px;
}

.tools_section_title,
.association_section_title,
.visitor_section_title {
  letter-spacing: 1px;
  background: var(--primary-color);
  padding: 16px 20px !important;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tools_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  padding: 10px !important;
  max-width: 400px;
  margin: 0 auto !important;
}

.tools_grid_item {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 0 !important;
}

.tools_grid_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(102, 126, 234, 0.15);
}

.tools_grid_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px !important;
}

.tools_grid_image {
  max-height: max-content !important;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.tools_grid_item:hover .tools_grid_image {
  filter: grayscale(0%);
}

/* ============================================   ASSOCIATION SECTION STYLING   ============================================ */

.association_section {
  padding: 0px;
}

.association_grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.association_card, .visitor_card {
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.association_card:hover {
  transform: scale(1.05);
}

.association_card_link {
  display: block;
}

.association_card_image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================   VISITOR STATISTICS SECTION STYLING   ============================================ */

.visitor_section {
  padding: 0px;
}

.visitor_grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.visitor_card_link {
  display: inline-block;
}

.visitor_card_link img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ============================================   FOOTER STYLING   ============================================ */
.pkp_structure_footer_wrapper {
    background: var(--body-color);
}
.pkp_structure_footer {
    background: var(--tertiary-color);
}
.pkp_footer_content {
  padding: 20px 0px;
}
.pkp_footer_content a:hover {
  color: #3366cc;
  text-decoration: none;
}
.site-footer {
  padding: 0rem 1rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 40px;
}
.publisher-info-left {
  flex: 1;
  text-align: left;
}
.publisher-logo {
  margin-bottom: 15px;
}
.publisher-logo strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--text-dark);
}
.publisher-logo a {
  display: inline-block;
}
.publisher-logo img {
  height: 60px;
  width: auto;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.publisher-name {
  margin-bottom: 10px;
}
.publisher-name a {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  text-decoration: none;
}
.publisher-name a:hover {
  text-decoration: underline;
}
.publisher-address {
  line-height: 1.6;
}
.publisher-address a {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 14px;
}
.publisher-address a:hover {
  text-decoration: underline;
}
.publisher-logo-right {
  flex-shrink: 0;
}
.publisher-logo-right img {
  position: relative;
  height: 120px;
  width: auto;
  padding: 0;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--text-dark);
  padding-top: 5px;
  gap: 1rem;
  flex-wrap: wrap;
}
.copyright {
  text-align: left;
  font-size: 13px !important;
  color: var(--text-dark);
  font: initial;
}
.social-media {
  position: relative;
  display: flex;
  gap: 5px;
  right: -4px;
  justify-content: right;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.social-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.social-icon::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.social-icon:hover::before {
  transform: scale(1.15);
}
.social-icon.facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M20,10.1c0-5.5-4.5-10-10-10S0,4.5,0,10.1c0,5,3.7,9.1,8.4,9.9v-7H5.9v-2.9h2.5V7.9C8.4,5.4,9.9,4,12.2,4c1.1,0,2.2,0.2,2.2,0.2v2.5h-1.3c-1.2,0-1.6,0.8-1.6,1.6v1.9h2.8L13.9,13h-2.3v7C16.3,19.2,20,15.1,20,10.1z'/%3E%3C/svg%3E");
}
.social-icon.facebook:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%231877F2' d='M20,10.1c0-5.5-4.5-10-10-10S0,4.5,0,10.1c0,5,3.7,9.1,8.4,9.9v-7H5.9v-2.9h2.5V7.9C8.4,5.4,9.9,4,12.2,4c1.1,0,2.2,0.2,2.2,0.2v2.5h-1.3c-1.2,0-1.6,0.8-1.6,1.6v1.9h2.8L13.9,13h-2.3v7C16.3,19.2,20,15.1,20,10.1z'/%3E%3C/svg%3E");
}
.social-icon.twitter::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M15.3,1.9h2.8l-6.1,7L19,18.1h-5.6l-4.4-5.8l-5,5.8H1.2l6.5-7.4L1,1.9h5.8l4,5.3L15.3,1.9z M14.5,16.5h1.5L6.6,3.4H4.9L14.5,16.5z'/%3E%3C/svg%3E");
}
.social-icon.twitter:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M15.3,1.9h2.8l-6.1,7L19,18.1h-5.6l-4.4-5.8l-5,5.8H1.2l6.5-7.4L1,1.9h5.8l4,5.3L15.3,1.9z M14.5,16.5h1.5L6.6,3.4H4.9L14.5,16.5z'/%3E%3C/svg%3E");
}
.social-icon.instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle fill='%23000000' cx='10' cy='10' r='3.3'/%3E%3Cpath fill='%23000000' d='M14.2,0H5.8C2.6,0,0,2.6,0,5.8v8.3C0,17.4,2.6,20,5.8,20h8.3c3.2,0,5.8-2.6,5.8-5.8V5.8C20,2.6,17.4,0,14.2,0zM10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z M15.8,5C15.4,5,15,4.6,15,4.2s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S16.3,5,15.8,5z'/%3E%3C/svg%3E");
}
.social-icon.instagram:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3ClinearGradient id='ig' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' style='stop-color:%23FD5949'/%3E%3Cstop offset='50%25' style='stop-color:%23D6249F'/%3E%3Cstop offset='100%25' style='stop-color:%23285AEB'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle fill='url(%23ig)' cx='10' cy='10' r='3.3'/%3E%3Cpath fill='url(%23ig)' d='M14.2,0H5.8C2.6,0,0,2.6,0,5.8v8.3C0,17.4,2.6,20,5.8,20h8.3c3.2,0,5.8-2.6,5.8-5.8V5.8C20,2.6,17.4,0,14.2,0zM10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z M15.8,5C15.4,5,15,4.6,15,4.2s0.4-0.8,0.8-0.8s0.8,0.4,0.8,0.8S16.3,5,15.8,5z'/%3E%3C/svg%3E");
}
.social-icon.linkedin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M18.6,0H1.4C0.6,0,0,0.6,0,1.4v17.1C0,19.4,0.6,20,1.4,20h17.1c0.8,0,1.4-0.6,1.4-1.4V1.4C20,0.6,19.4,0,18.6,0z M6,17.1h-3V7.6h3L6,17.1L6,17.1zM4.6,6.3c-1,0-1.7-0.8-1.7-1.7s0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7C6.3,5.5,5.5,6.3,4.6,6.3z M17.2,17.1h-3v-4.6c0-1.1,0-2.5-1.5-2.5c-1.5,0-1.8,1.2-1.8,2.5v4.7h-3V7.6h2.8v1.3h0c0.4-0.8,1.4-1.5,2.8-1.5c3,0,3.6,2,3.6,4.5V17.1z'/%3E%3C/svg%3E");
}
.social-icon.linkedin:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%230A66C2' d='M18.6,0H1.4C0.6,0,0,0.6,0,1.4v17.1C0,19.4,0.6,20,1.4,20h17.1c0.8,0,1.4-0.6,1.4-1.4V1.4C20,0.6,19.4,0,18.6,0z M6,17.1h-3V7.6h3L6,17.1L6,17.1zM4.6,6.3c-1,0-1.7-0.8-1.7-1.7s0.8-1.7,1.7-1.7c0.9,0,1.7,0.8,1.7,1.7C6.3,5.5,5.5,6.3,4.6,6.3z M17.2,17.1h-3v-4.6c0-1.1,0-2.5-1.5-2.5c-1.5,0-1.8,1.2-1.8,2.5v4.7h-3V7.6h2.8v1.3h0c0.4-0.8,1.4-1.5,2.8-1.5c3,0,3.6,2,3.6,4.5V17.1z'/%3E%3C/svg%3E");
}
.social-icon.youtube::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M15,0H5C2.2,0,0,2.2,0,5v10c0,2.8,2.2,5,5,5h10c2.8,0,5-2.2,5-5V5C20,2.2,17.8,0,15,0z M14.5,10.9l-6.8,3.8c-0.1,0.1-0.3,0.1-0.5,0.1c-0.5,0-1-0.4-1-1l0,0V6.2c0-0.5,0.4-1,1-1c0.2,0,0.3,0,0.5,0.1l6.8,3.8c0.5,0.3,0.7,0.8,0.4,1.3C14.8,10.6,14.6,10.8,14.5,10.9z'/%3E%3C/svg%3E");
}
.social-icon.youtube:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23FF0000' d='M15,0H5C2.2,0,0,2.2,0,5v10c0,2.8,2.2,5,5,5h10c2.8,0,5-2.2,5-5V5C20,2.2,17.8,0,15,0z M14.5,10.9l-6.8,3.8c-0.1,0.1-0.3,0.1-0.5,0.1c-0.5,0-1-0.4-1-1l0,0V6.2c0-0.5,0.4-1,1-1c0.2,0,0.3,0,0.5,0.1l6.8,3.8c0.5,0.3,0.7,0.8,0.4,1.3C14.8,10.6,14.6,10.8,14.5,10.9z'/%3E%3C/svg%3E");
}
.social-icon.threads::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M10.7 10.2c.5 0 1 .1 1.5.2-.1 1.1-.5 2.2-1.9 2.3-.6 0-1.1-.1-1.5-.5-.2-.2-.3-.4-.3-.9 0-.3.2-.6.5-.8.5-.2 1-.3 1.7-.3zM20 10c0 4.8 0 7.3-1.4 8.6C17.3 20 14.8 20 10 20s-7.3 0-8.6-1.4C0 17.3 0 14.8 0 10c0-4.9 0-7.3 1.4-8.6C2.7 0 5.1 0 10 0c4.9 0 7.3 0 8.6 1.4C20 2.7 20 5.2 20 10zM6.4 5.2c.9-.9 2.1-1.4 3.8-1.4 3.7 0 4.8 2.6 5 3.7l1.3-.3c-.3-1.1-1.6-4.7-6.3-4.7-2 0-3.5.6-4.7 1.8-1.3 1.4-2 3.5-1.9 6.2.1 4.4 2.6 7 6.5 7 3.3 0 5.7-1.9 5.7-4.5 0-1.7-.8-2.9-2.4-3.6-.2-2.4-1.6-3.3-3-3.4-2.2-.1-3 1.4-3.1 1.5l1.1.6s.5-.9 1.9-.8c.6 0 1.5.3 1.7 1.7-1.4-.3-2.8-.1-3.7.4-.6.4-1 1-1.1 1.7-.1.7.1 1.4.6 1.9.6.6 1.5 1 2.5.9 1.7-.1 2.7-1.3 3-3.1.8.5 1.1 1.1 1.1 2.2 0 1.8-1.9 3.2-4.4 3.2-4.6 0-5.2-4-5.2-5.7 0-1.7.2-3.9 1.6-5.3z'/%3E%3C/svg%3E");
}
.social-icon.threads:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M10.7 10.2c.5 0 1 .1 1.5.2-.1 1.1-.5 2.2-1.9 2.3-.6 0-1.1-.1-1.5-.5-.2-.2-.3-.4-.3-.9 0-.3.2-.6.5-.8.5-.2 1-.3 1.7-.3zM20 10c0 4.8 0 7.3-1.4 8.6C17.3 20 14.8 20 10 20s-7.3 0-8.6-1.4C0 17.3 0 14.8 0 10c0-4.9 0-7.3 1.4-8.6C2.7 0 5.1 0 10 0c4.9 0 7.3 0 8.6 1.4C20 2.7 20 5.2 20 10zM6.4 5.2c.9-.9 2.1-1.4 3.8-1.4 3.7 0 4.8 2.6 5 3.7l1.3-.3c-.3-1.1-1.6-4.7-6.3-4.7-2 0-3.5.6-4.7 1.8-1.3 1.4-2 3.5-1.9 6.2.1 4.4 2.6 7 6.5 7 3.3 0 5.7-1.9 5.7-4.5 0-1.7-.8-2.9-2.4-3.6-.2-2.4-1.6-3.3-3-3.4-2.2-.1-3 1.4-3.1 1.5l1.1.6s.5-.9 1.9-.8c.6 0 1.5.3 1.7 1.7-1.4-.3-2.8-.1-3.7.4-.6.4-1 1-1.1 1.7-.1.7.1 1.4.6 1.9.6.6 1.5 1 2.5.9 1.7-.1 2.7-1.3 3-3.1.8.5 1.1 1.1 1.1 2.2 0 1.8-1.9 3.2-4.4 3.2-4.6 0-5.2-4-5.2-5.7 0-1.7.2-3.9 1.6-5.3z'/%3E%3C/svg%3E");
}
.pkp_brand_footer {
  display: none;
}

/* ============================================   AUTH MENU STYLING   ============================================ */
.auth-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.auth-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.auth-link:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
  transform: translateY(-2px) !important;
  color: var(--color-7)
}

.auth-link:active {
  transform: translateY(0);
}

.auth-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.auth-link-login {
  background-color: var(--primary-color);
}

.auth-link-login:hover {
  background-color: rgba(76, 107, 72, 0.7);
}

.auth-link-register {
  background-color: var(--primary-color);
}

.auth-link-register:hover {
  background-color: rgba(60, 90, 56, 0.7);
}

body:has(a[href*="/login/signOut"]) .auth-menu {
  display: none !important;
}

body:has(a[href*="/login/signOut"]) #customblock-login {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

body:has(a[href*="/login/signOut"]) .pkp_block#customblock-login {
  display: none !important;
}

/* ======================================== EDITORIAL TEAM SECTION ======================================== */

.editorial-team {
    max-width: 1200px;
    padding: 0;
}

.editorial-section {
    padding: 0px;
}

.editorial-section-title {
  color: #000;
  margin-bottom: 10px !important;
}

.editorial-link-btn {
    background: rgba(255, 255, 255, 0.2);
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.editorial-member-info {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
}

.editorial-member-name,
.editorial-member-affiliation {
    color: #000;
    margin: 5px 0px !important;
}

.editorial-member-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.editorial-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 0 15px 0 15px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    border: none;
}

.editorial-link-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
}
.gender-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.editorial-member-name[data-gender="male"]::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("/public/images/male.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.editorial-member-name[data-gender="female"]::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("/public/images/female.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.editorial-member-affiliation[data-country]::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.editorial-member-affiliation[data-country="indonesia"]::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj48cmVjdCB3aWR0aD0iOTAwIiBoZWlnaHQ9IjYwMCIgZmlsbD0iI2ZmZiIvPjxyZWN0IHdpZHRoPSI5MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjZmYwMDAwIi8+PC9zdmc+');
}
.editorial-member-affiliation[data-country="oman"]::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj48cmVjdCB3aWR0aD0iOTAwIiBoZWlnaHQ9IjYwMCIgZmlsbD0iI2ZmZiIvPjxyZWN0IHdpZHRoPSI5MDAiIGhlaWdodD0iMjAwIiBmaWxsPSIjZmYwMDAwIi8+PHJlY3Qgd2lkdGg9IjkwMCIgaGVpZ2h0PSIyMDAiIHk9IjQwMCIgZmlsbD0iIzAwN2EzZCIvPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNjAwIiBmaWxsPSIjZWQwMDAwIi8+PC9zdmc+');
}
.editorial-member-affiliation[data-country="uae"]::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj48cmVjdCB3aWR0aD0iOTAwIiBoZWlnaHQ9IjYwMCIgZmlsbD0iI2ZmZiIvPjxyZWN0IHdpZHRoPSI5MDAiIGhlaWdodD0iMjAwIiBmaWxsPSIjMDA3MzJmIi8+PHJlY3Qgd2lkdGg9IjkwMCIgaGVpZ2h0PSIyMDAiIHk9IjQwMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNjAwIiBmaWxsPSIjZWUwMDAwIi8+PC9zdmc+');
}
.editorial-link-btn[class*="editorial-"]::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.editorial-link-btn.editorial-scholar::before { 
  background-image: url("/public/images/gs.png"); 
}
.editorial-link-btn.editorial-scopus::before { 
  background-image: url("/public/images/sc.png"); 
}
.editorial-link-btn.editorial-orcid::before { 
  background-image: url("/public/images/orcid.png"); 
}
.editorial-link-btn.editorial-wos::before { 
  background-image: url("/public/images/WoS.png"); 
}
.editorial-link-btn.editorial-sinta::before { 
  background-image: url("/public/images/sinta.png"); 
}
.editorial-link-btn.editorial-scholar {
    background: #e8f0fe;
    color: #1a73e8;
    border-color: #d2e3fc;
}
.editorial-link-btn.editorial-scholar:hover {
    background: #1a73e8;
    color: white;
    border-color: #1a73e8;
}
.editorial-link-btn.editorial-scopus {
    background: #fff5ed;
    color: #FF8200;
    border-color: #fdd6b3;
}
.editorial-link-btn.editorial-scopus:hover {
    background: #FF8200;
    color: white;
    border-color: #FF8200;
}
.editorial-link-btn.editorial-orcid {
    background: #f4fce3;
    color: #7eb524;
    border-color: #d9f0a3;
}
.editorial-link-btn.editorial-orcid:hover {
    background: #A6CE39;
    color: white;
    border-color: #A6CE39;
}
.editorial-link-btn.editorial-wos {
    background: #e3f2fd;
    color: #0f67b1;
    border-color: #bbdefb;
}
.editorial-link-btn.editorial-wos:hover {
    background: #0f67b1;
    color: white;
    border-color: #0f67b1;
}
.editorial-link-btn.editorial-sinta {
    background: #fce4ec;
    color: #e91e63;
    border-color: #f8bbd0;
}
.editorial-link-btn.editorial-sinta:hover {
    background: #e91e63;
    color: white;
    border-color: #e91e63;
}

/*============================================   RESPONSIVE STYLING   ============================================ */

/* Journal Card Responsive Styles */
@media (max-width: 992px) {
  .journal-card {
    flex-direction: column;
    padding: 35px 30px;
    border-radius: 30px 0 30px 0;
  }
  
  .journal-image-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    transform: rotate(0deg);
  }
  
  .journal-title {
    font-size: 26px;
    text-align: center;
  }
  
  .journal-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .submit-button-container {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .journal-card {
    padding: 25px 20px;
    gap: 25px;
    border-radius: 25px 0 25px 0;
  }
  
  .journal-title {
    font-size: 22px;
  }
  
  .info-item {
    font-size: 14px;
    padding: 8px 15px;
  }
  
  .btn-submit {
    padding: 14px 30px;
    font-size: 15px;
  }
  
  .journal-description {
    padding: 30px 25px;
    border-radius: 0 25px 0 25px;
  }
  
  .indexing-logos {
    gap: 18px;
  }
  
  .index-logo {
    height: 40px;
    padding: 8px 12px;
  }
}

/* Current Issue Responsive Styles */
@media (max-width: 768px) {
  .heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cover img {
    width: 100%;
    max-width: 250px;
  }

  .current_issue h2 {
    font-size: 24px;
    padding: 15px 20px;
  }

  .current_issue_title {
    font-size: 16px;
    padding: 12px 20px;
  }

  .obj_issue_toc {
    padding: 20px;
  }

  .obj_article_summary .title a {
    font-size: 16px;
  }

  .meta {
    flex-direction: column;
    gap: 8px;
  }
}

/* Article List Responsive Styles */
@media (max-width: 480px) {
  body {
    padding: 10px;
  }

  .current_issue {
    border-radius: 0 20px 0 20px;
  }

  .heading {
    padding: 15px;
  }

  .cmp_article_list li {
    padding: 15px;
  }

  .obj_galley_link {
    padding: 8px 20px;
    font-size: 13px;
  }
}

/* Tools Grid Responsive Styles */
@media (max-width: 768px) {
  .pkp_structure_sidebar.left {
    padding: 16px;
  }

  .tools_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tools_grid_link {
    padding: 12px;
  }

  .tools_grid_image {
    max-height: 50px;
  }

  .additional_menu_item_link {
    font-size: 13px;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .tools_grid {
    grid-template-columns: 1fr;
  }

  .additional_menu_title,
  .tools_section_header_title,
  .association_section_header_title,
  .visitor_section_header_title {
    font-size: 13px;
  }
}

/* Auth Menu Responsive Styles */
@media (max-width: 768px) {
  .auth-menu {
    display: none !important;
  }
}

/* Header Responsive Styles */
@media (max-width: 430px) {
    .pkp_site_name .is_img img {
        width: 385px;
        height: 60px;
    }
    .pkp_site_nav_toggle {
        height: 125px;
    }
}
@media (width: 320px) {
    .pkp_site_name .is_img img {
    width: 280px;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    }
    .pkp_site_nav_toggle {
        height: 125px;
    }
}
@media (max-width: 768px) {
  .pkp_navigation_user li a,
  .pkp_navigation_user li.in_focus a,
  .pkp_navigation_user li a:hover,
  .pkp_navigation_user li a:focus {
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: inline;
    font-size: inherit;
    margin-bottom: 0;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .pkp_site_name,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_structure_footer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .has_site_logo .pkp_head_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
      background-color: transparent;
  }
  .pkp_nav_list ul {
    background: none;
    box-shadow: none;
  }
  .pkp_site_nav_menu {
    background: var(--primary-color);
  }
  .pkp_page_index .additional_content {
    border-top: none;
  }
  .pkp_site_name_wrapper {
    height: 60px;
  }
  .pkp_site_nav_toggle {
    height: 60px;
    background: var(--primary-color);
  }
  .pkp_site_nav_toggle>span {
    border-bottom: 3px solid var(--color-11);
  }
  .pkp_site_nav_toggle>span:before,.pkp_site_nav_toggle>span:after {
    background: var(--color-11);
  }
}
@media (width: 768px) {
  .pkp_site_nav_toggle {
    height: 125px;
  }
  .pkp_site_name_wrapper {
    height: 125px;
  }
  .pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: 125px !important;
  }
}
@media only screen and (max-width: 768px) {
  .pkp_navigation_user {
    display: block;
  }
}