@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 120px;
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .profile-img {
    max-width: 100%;
  }
}

/* #21435e */

.pkp_structure_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  width: 100%;
}

.pkp_footer_content {
  flex: 1;
  text-align: left;
}

.pkp_brand_footer {
  display: none;
  flex-shrink: 0;
}

.pkp_brand_footer img {
  height: 40px;
  width: auto;
}

.page.page_submissions,
.pkp_structure_main p:last-child {
  text-align: justify;
  margin-bottom: 0;
}


.title-heading {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.contributor-insturctions-container {
  line-height: 2;
}

.contributor-insturctions-container p {
  text-align: justify;
  font-weight: lighter;
  margin-bottom: 0;
}

.contributor-insturctions-container h1,
.contributor-insturctions-container h2,
.contributor-insturctions-container h3 {
  font-weight: bold;
}

.contributor-insturctions-container h4 {
  font-weight: bolder;
}

.contributor-insturctions-container h5 {
  font-size: medium;
  font-weight: normal;
  font-style: oblique;
}

.contributor-insturctions-container ul {
  line-height: 2;
}

.contributor-insturctions-container strong {
  font-weight: bold !important;
}

details summary {
  cursor: pointer;
  padding: 0.5rem;
  background-color: #eaedee;
  border-radius: 4px;
  margin-top: 1rem;
}

details[open]>summary {
  background-color: #e2ecf7;
}

details summary h3,
details summary h4,
details summary h5 {
  display: inline;
}

.contributor-insturctions-container details {
  margin-left: 0.5rem;
}

.contributor-insturctions-container details p {
  margin-left: 1rem;
}

.contributor-insturctions-container details details {
  margin-left: 1.5rem;
}

.contributor-insturctions-container details details summary {
  border-left: 3px solid #0c4b8e;
}


.indent {
  margin-left: 1rem;
}

.indent p {
  margin-left: 0.5rem;
}

.indent h4::before {
  content: "• ";
  color: #0c4b8e;
  font-weight: bold;
  margin-right: 0.1rem;
}

.editorial-policy-container {
  margin: auto;
  padding: 1rem;
  line-height: 1.7;
  color: #333;
}

.editorial-policy-container h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.editorial-policy-container h3::before {
  content: "•";
  font-weight: bold;
  margin-right: 0.5rem;
}

.editorial-policy-container p {
  margin-bottom: 1rem;
  text-align: justify;
}


.nibmhref {
  text-decoration: none;
}


.footer_nibm_logo {
  width: 300px;
  min-width: 300px;
}


.footer-container {
  display: flex;
  max-width: 60%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-container p {
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 50px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .footer-container p {
    white-space: normal;
    text-align: center;
  }
}

.pkp_structure_main {
  width: 100% !important;
}

.pkp_structure_main .page_information h1::after {
  content: "Instructions to Contributors (Authors)";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}

.pkp_structure_main .page_information h1 {
  visibility: hidden;
  position: relative;
}


.pkp_structure_main:before,
.pkp_structure_main:after {
  display: none !important;
}

.pkp_structure_main {
  border: none !important;
  width: fit-content;
}

.additional_content {
  padding: 0 !important;
}

.pkp_structure_sidebar {
  display: none;
}


.nibm-about-container {
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  color: #333;
}

.nibm-about-container .hero-btn {
  background-color: #2563eb;
  color: white;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  width: 100%;
  max-width: 200px;
  border: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: background-color 0.3s ease !important;
}

.nibm-about-container .hero-btn:hover {
  background-color: #1e40af;
}

.nibm-about-container .hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 480px;
  color: white;
  border-radius: 0.75rem;
}

.nibm-about-container .card {
  border: none;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.nibm-about-container .text-base {
  text-align: justify;
}

.nibm-about-container .text-bold {
  font-weight: 700;
}

.nibm-about-container .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.nibm-about-container main {
  padding: 2rem 6vw;
}

.nibm-about-container h2 {
  margin-top: 2rem;
  color: #1e293b;
}


.nibm-about-container .tooltip {
  position: relative;
  cursor: help;
  display: inline-block;
}

.nibm-about-container .tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  text-align: left;
  max-width: 260px;
  background-color: #fff;
  color: #131416;
  text-align: left;
  border-radius: 6px;
  padding: 10px 14px;
  position: absolute;
  z-index: 10;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: pre-line;
}

.nibm-about-container .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.nibm-about-container .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


@media (max-width: 768px) {
  .nibm-about-container .hero {
    padding: 1.5rem;
    min-height: 360px;
  }

  .nibm-about-container main {
    padding: 1rem 4vw;
  }

  .nibm-about-container .hero-btn {
    font-size: 0.9rem;
  }

  .nibm-about-container .grid {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .nibm-about-container .card {
    min-width: 160px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .nibm-about-container .grid::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 480px) {
  .nibm-about-container .grid {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }

  .nibm-about-container .card {
    width: 100%;
    padding: 1rem;
    font-size: 0.9rem;
    text-align: left;
  }

  .nibm-about-container .text-xl {
    font-size: 1.1rem;
  }

  .nibm-about-container .text-base {
    font-size: 0.95rem;
  }

  .nibm-about-container .text-sm {
    font-size: 0.875rem;
  }

  .nibm-about-container .hero-btn {
    font-size: 0.9rem;
    max-width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .nibm-about-container .grid {
    flex-direction: row;
    scroll-snap-type: x mandatory;
  }

  .nibm-about-container .card {
    min-width: 260px;
    font-size: 1rem;
  }
}

/* Editorial Panel Grid and Card Styles */
.editorial-team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
  min-height: 100vh;
}

.section-block {
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 30px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(10px);
}

.section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  color: #2c3e50;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  /* background: linear-gradient(90deg, #3498db, #2980b9); */
  border-radius: 2px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.profile-card {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.profile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #2980b9, #e74c3c);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.profile-card:hover::before {
  opacity: 1;
}

.profile-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 5px solid #ecf0f1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.profile-card:hover .profile-img {
  border-color: #3498db;
  transform: scale(1.05);
}

.profile-name {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #2c3e50;
  line-height: 1.3;
}

.profile-affiliation {
  color: #7f8c8d;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 500;
}

.publication-process p {
  text-align: justify;
}

.publication-process a {
  text-decoration: none;
  color: #2980b9;
}

.pkp_structure_head {
  background: linear-gradient(to right, #11212d, #265275) !important;
}

.pkp_site_nav_menu {
  background-color: transparent;
}

@media (max-width: 992px) {
  .pkp_site_nav_menu {
    background: linear-gradient(to bottom, #11212d, #1b2e3d) !important;
  }
}


.app__header {
  background-color: #11212d !important;
}

.pkp_structure_footer_wrapper {
  width: 100%;
  background: #ffffff;
}


/*################################################*/

.page.page_login {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}


.page_login .cmp_breadcrumbs {
  width: 100%;
  text-align: left;

}

.page_login form {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-top: 20px;
}


.page_login h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #11212d;
}


.page_login p {
  display: none;
  font-size: 1rem;
  color: #555;
}


.page_login .login {
  margin-top: 10px;
  width: 40% !important;
  max-width: none !important;
}


@media (max-width: 767px) {
  .page_login .login {
    width: 80% !important;
  }
}

@media (max-width: 500px) {
  .page_login .login {
    width: 100% !important;
  }

  .page_login .buttons button.submit {
    width: 100%;
  }
}

.page_login .login input {
  max-width: none;
}

form label {
  font-size: 1rem;
  color: #333;

}

.page_login form input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 1rem;
  color: #333;
  outline: none;
  transition: all 0.3s ease;
}

.page_login form input:focus {
  border-color: #1b2e3d;
}

.page_login .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.page_login .buttons button.submit {
  background-color: #254257;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 80%;
  transition: background-color 0.3s ease;

}

.page_login .buttons button.submit:hover {
  background-color: #244c6c;
}

.page_login .buttons a.register {
  color: #213e54;
  text-decoration: none;
  cursor: pointer;
}


.page_login .buttons a.register:hover {
  color: #325d7f;
  text-decoration: underline;
}


.footer-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-content-container>div {
  flex: 1;
}

.journal-publication-data-container {
  text-align: left;
}

.nibm-footer-logo-container {

  text-align: center;
}

.pkp-brand-footer-logo-container {
  text-align: right;
}

.nibm-footer-logo {
  height: 70px;
}

.pkp-brand-footer-logo {
  height: 60px;
}


/* Editorial Team Component Styles - Scoped to avoid conflicts */

.editorial-team-component {
  --et-bg: #ffffff;
  --et-text: #111418;
  --et-muted: #60758a;
  --et-border: #f0f2f5;
  --et-chip: #f0f2f5;
  --et-maxw: 960px;

  font-family: Newsreader, "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--et-text);
}

.editorial-team-component #board {
  max-width: var(--et-maxw);
  min-width: 100%;
  margin: 0 auto;
  padding: 2rem;
}

.editorial-team-component .criteria-section {
  margin-bottom: 3rem;
}

.editorial-team-component .people-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  max-width: calc(3 * 300px + 4 * 50px);
  margin: 0 auto;
}

.editorial-team-component .section-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 1.75rem 0 0.75rem;
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
  animation: et-fadeInDown 0.8s ease forwards;
  animation-delay: 0.2s;
}

@keyframes et-fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.editorial-team-component .person {
  display: flex;
  flex: 0 0 310px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: et-fadeInUp 0.6s ease forwards;
  animation-delay: calc(var(--animation-order) * 0.1s);
}

@keyframes et-fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.editorial-team-component .avatar-wrap {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.editorial-team-component .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.editorial-team-component .person:hover .avatar {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


.editorial-team-component .name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  text-align: center !important;
  transition: color 0.3s ease;
}

.editorial-team-component .affiliation {
  color: var(--et-muted);
  font-size: 0.85rem;
  margin: 0;
  text-align: center !important;
  transition: color 0.3s ease;
}


.editorial-team-component .editor-in-chief .name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: left;
  transition: color 0.3s ease;

}

.editorial-team-component .editor-in-chief .affiliation {
  color: var(--et-muted);
  font-size: 0.9rem;
  margin: 0;
  text-align: left;
}


.editorial-team-component .editor-in-chief .qualification {
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 5px;
  text-align: left;
}

.editorial-team-component .managing-editors .name {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: left;
  transition: color 0.3s ease;

}

.editorial-team-component .managing-editors .affiliation {
  color: var(--et-muted);
  font-size: 0.8rem;
  margin: 0;
  text-align: left;
}


.editorial-team-component .managing-editors .qualification {
  font-size: 0.7rem;
  font-weight: normal;
  margin-top: 5px;
  text-align: left;
}

.editorial-team-component .editorial-editors .name {
  font-size: 0.8rem;
  font-weight: 500;
  /* margin: 0 0 5px; */
  text-align: left;
  transition: color 0.3s ease;

}

.editorial-team-component .editorial-editors .affiliation {
  color: var(--et-muted);
  font-size: 0.7rem;
  margin: 0;
  text-align: left;
}


.editorial-team-component .editorial-editors .qualification {
  font-size: 0.6rem;
  font-weight: normal;
  margin-top: 5px;
  text-align: left;
}



.editorial-team-component .person:hover .name {
  color: #2563eb;
}

.editorial-team-component .person:hover .affiliation {
  color: #475569;
}

.editorial-team-component p {
  line-height: normal !important;
}


@media (max-width: 1200px) {
  .editorial-team-component .people-grid {
    gap: 40px;
    max-width: calc(3 * 300px + 2 * 40px);
  }
}

@media (max-width: 900px) {
  .editorial-team-component .people-grid {
    gap: 30px;
    max-width: calc(3 * 240px + 2 * 30px);
  }

  .editorial-team-component .section-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .editorial-team-component .people-grid {
    gap: 25px;
    max-width: calc(2 * 300px + 1 * 25px);
  }

  .editorial-team-component .person {
    flex: 0 0 240px;
  }

  .editorial-team-component .avatar-wrap {
    width: 140px;
    height: 140px;
  }

  .editorial-team-component .section-title {
    font-size: 18px;
    margin: 1.5rem 0 0.5rem;
  }

  .editorial-team-component .criteria-section {
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .editorial-team-component .people-grid {
    gap: 20px;
    max-width: 180px;
  }

  .editorial-team-component .person {
    flex: 0 0 180px;
  }

  .editorial-team-component .avatar-wrap {
    width: 120px;
    height: 120px;
  }

  .editorial-team-component .name {
    font-size: 0.9rem;
  }

  .editorial-team-component .affiliation {
    font-size: 0.85rem;
  }

  .editorial-team-component .section-title {
    font-size: 16px;
    margin: 1.25rem 0 0.5rem;
  }

  .editorial-team-component #board {
    padding: 1rem;
    min-width: 90%;
  }
}

.editorial-team-component .qualification {
  font-size: 0.8375rem;
  font-weight: normal;
  margin-top: 5px;
  text-align: left;
}

.page_editorial_team h1 {
  display: none
}

.editorial-team-component .specialized-areas {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.editorial-team-component .specialized-areas li {
  background: var(--et-chip, #f0f2f5);
  color: var(--et-muted, #60758a);
  font-size: 0.7rem;
  padding: 4px;
  border-radius: 12px;
  white-space: nowrap;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.editorial-team-component .person .specialized-areas li {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.editorial-team-component .person .specialized-areas {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.editorial-team-component .person:hover .specialized-areas {
  transform: scale(1.05);
  gap: 8px;
}

.editorial-team-component .person:hover .specialized-areas li {
  color: #131416;
  /* box-shadow: 0 8px 24px rgba(43, 50, 80, 0.2); */
}

/* .editorial-team-component .specialized-areas {
  list-style: none;
  margin: 0 !important; 
  padding: 0 !important;
  font-size:  0.7rem !important;
  font-style: italic;
  display: inline;
}

.editorial-team-component .specialized-areas {
  display: inline;
  font-size: 0.7rem;
  margin: 0; 
  padding: 0;
}



.editorial-team-component .specialized-areas li {
  line-height: normal;
  display: inline;
  margin-right: 4px; 
}

.editorial-team-component .specialized-areas li::after {
  content: ",";
}

.editorial-team-component .specialized-areas li:last-child::after {
  content: ""; 
} */




/* ################################################# */

.obj_announcement_summary {

  --announcement-primary: #95a0c7;
  --announcement-secondary: #374151;
  --announcement-accent: #dbeafe;
  --announcement-muted: #f8fafc;
  --announcement-border: #e2e8f0;
  --announcement-shadow: rgba(30, 64, 175, 0.15);
  --announcement-hover: rgba(30, 64, 175, 0.05);
  --announcement-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);


  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 800px;
  margin: 2rem auto;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  border: 1px solid var(--announcement-border);
  box-shadow: 0 4px 20px -4px var(--announcement-shadow);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: var(--announcement-transition);
  animation: announcement-fadeInUp 0.6s ease-out;
}

.obj_announcement_summary:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -8px var(--announcement-shadow);
}

.obj_announcement_summary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, var(--announcement-accent), transparent);
  opacity: 0.3;
  border-radius: 0 80px 0 16px;
  pointer-events: none;
}

.obj_announcement_summary .date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--announcement-accent);
  color: var(--announcement-primary);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  border: 1px solid var(--announcement-border);
  position: relative;
  z-index: 1;
}

.obj_announcement_summary .date::before {
  content: '📅';
  margin-right: 0.25rem;
}

/* .obj_announcement_summary h2 {
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.obj_announcement_summary h2 a {
  color: var(--announcement-secondary);
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  transition: var(--announcement-transition);
  position: relative;
}

.obj_announcement_summary h2 a:hover {
  color: var(--announcement-primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.obj_announcement_summary h2 a {
  pointer-events: none !important;
  cursor: default;
} */


/* .obj_announcement_summary h2 {
  color: #ffffff !important;
  font-style: italic !important;
  font-weight: normal !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem !important;
}

.obj_announcement_summary h2 a {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
} */

.obj_announcement_summary h2 a {
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  color: transparent;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
  position: relative;
}

.obj_announcement_summary h2 a span,
.obj_announcement_summary h2 a strong {
  display: none !important;
}

.obj_announcement_summary h2 a {
  font-size: 0;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  align-items: center;
}

.obj_announcement_summary h2 a::before {
  content: "NIBM ";
  font-weight: bold;
  font-size: 1.75rem;
  color: #5cabda;
}

.obj_announcement_summary h2 a::after {
  content: "Journal of Knowledge Innovation";
  font-weight: bold;
  font-size: 1.75rem;
  color: var(--announcement-secondary);
}

.obj_announcement_summary h2 a:hover {
  color: #2c3e50 !important;
  text-decoration: none !important;
}


.obj_announcement_summary .summary {
  position: relative;
  z-index: 1;
}

.obj_announcement_summary .summary p {
  margin: 0 0 1.25rem 0;
  line-height: 1.7;
  color: var(--announcement-primary);
  font-size: 1rem;
  font-family: inherit;
}

.obj_announcement_summary .summary p strong {
  font-size: 1.125rem;
  color: var(--announcement-secondary);
  font-weight: 500;
}

.obj_announcement_summary .summary p:last-child {
  margin-bottom: 0;
}

.obj_announcement_summary .read_more {
  display: none;
  align-items: center;
  gap: 0.75rem;
  background: var(--announcement-primary);
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
  transition: var(--announcement-transition);
  box-shadow: 0 4px 12px -2px var(--announcement-shadow);
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

.obj_announcement_summary .read_more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
  pointer-events: none;
}

.obj_announcement_summary .read_more:hover::before {
  left: 100%;
}

.obj_announcement_summary .read_more::after {
  content: '↗';
  font-size: 1.25rem;
  transition: var(--announcement-transition);
  line-height: 1;
}

.obj_announcement_summary .read_more:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px var(--announcement-shadow);
}

.obj_announcement_summary .read_more:hover::after {
  transform: translate(2px, -2px);
}

.obj_announcement_summary .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;
}

@keyframes announcement-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .obj_announcement_summary {
    margin: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
  }

  .obj_announcement_summary h2 a {
    font-size: 1.5rem;
  }

  .obj_announcement_summary .summary p {
    font-size: 0.9rem;
  }

  .obj_announcement_summary .read_more {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (prefers-color-scheme: dark) {
  .obj_announcement_summary {
    --announcement-primary: #3b82f6;
    --announcement-secondary: #f1f5f9;
    --announcement-accent: #1e293b;
    --announcement-muted: #0f172a;
    --announcement-border: #334155;

    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #f1f5f9;
  }

  .obj_announcement_summary .summary p {
    color: #94a3b8;
  }

  .obj_announcement_summary .summary p:first-child {
    color: var(--announcement-secondary);
  }
}



.obj_announcement_summary::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 20px;
  padding: 2px;
  background: conic-gradient(rgba(58, 112, 199, 0.2),
      rgba(96, 165, 250, 0.08),
      rgba(59, 130, 246, 0.08),
      rgba(96, 165, 250, 0.08),
      rgba(59, 130, 246, 0.08));
  z-index: 0;
  animation: rotateBorder 20s linear infinite;
}

.obj_announcement_summary {
  position: relative;
  z-index: 1;
}

@keyframes rotateBorder {
  0% {
    transform: rotateZ(0deg) rotateY(0deg);
  }

  100% {
    transform: rotateZ(360deg) rotateY(360deg);
  }
}

.obj_announcement_summary {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.obj_announcement_full {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  font-family: "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #374151;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.obj_announcement_full:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.obj_announcement_full h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}

.obj_announcement_full .date {
  display: inline-block;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.6rem;
  padding: 0.1rem 0.1rem;
  border-radius: 999px;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  display: block;
}

.obj_announcement_full .description {
  font-size: 1rem;
  color: #374151;
}

.obj_announcement_full .description p {
  margin: 0.6rem 0;
}

.obj_announcement_full .description em {
  color: #1d4ed8;
  font-style: normal;
  font-weight: 500;
}

.romen-numbered-ordered-list {
  list-style-type: lower-roman;
  margin-left: 1.5rem;
  padding-left: 0;
}


