/* =====================================
   Footer
===================================== */
#footer .contact-widget h4 a img {
  width: 300px;
  max-width: 100%;
  height: auto;
}

.footerSupports img[src*="crossref-logo"] {
  display: none;
}


/* =====================================
   Editorial Page Base
===================================== */
.jcmam-editorial-page {
  font-family: "Segoe UI", Arial, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
}

.jcmam-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
}

.jcmam-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  color: #1f6f8b;
  font-weight: 700;
}

/* =====================================
   Chief Editor
===================================== */
.jcmam-chief-editor {
  background: linear-gradient(135deg, #0b3c5d, #1f6f8b);
  color: #ffffff !important;
  padding: 50px 35px;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 60px;
}

.jcmam-chief-editor h2 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding-bottom: 12px;
}

.jcmam-chief-editor h3 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.jcmam-chief-editor p {
  font-size: 1.25rem;
  margin: 8px 0;
}

.jcmam-chief-editor a {
  color: #ffeb99;
  font-weight: 600;
  text-decoration: none;
}

.jcmam-chief-editor a:hover {
  text-decoration: underline;
}

.jcmam-chief-editor,
.jcmam-chief-editor h2,
.jcmam-chief-editor h3,
.jcmam-chief-editor p,
.jcmam-chief-editor strong,
.jcmam-chief-editor a {
  color: #ffffff !important;
}

/* Optional: slightly brighter email link */
.jcmam-chief-editor a {
  color: #ffeb99 !important;
  font-weight: 600;
}

/* Optional: improve separator visibility */
.jcmam-chief-editor h2 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}


/* =====================================
   Editorial Board
===================================== */
.jcmam-editorial-board h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 35px;
  color: #0b3c5d;
}

.jcmam-editor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
}

.jcmam-editor-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 14px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-size: 1.2rem;
}

.jcmam-editor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.jcmam-editor-card h3 {
  color: #1f6f8b;
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.jcmam-editor-card p,
.jcmam-editor-card a {
  font-size: 1.15rem;
  line-height: 1.8;
}

.jcmam-editor-card a {
  color: #0b3c5d;
  font-weight: 600;
  text-decoration: none;
}

.jcmam-editor-card a:hover {
  text-decoration: underline;
}

.jcmam-footer {
  text-align: center;
  margin-top: 60px;
  font-size: 0.9rem;
  color: #777;
}


/* =====================================
   CFP Widget
===================================== */
.cfp-mini {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #f8fafc;
  border: 1px solid #dfe5f1;
  border-radius: 8px;
  padding: 20px;
  max-width: 320px;
}

.cfp-mini h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #2f3a5f;
  border-bottom: 1px solid #e1e6f0;
  padding-bottom: 8px;
}

.cfp-mini p {
  margin-bottom: 14px;
  line-height: 1.55;
}

.cfp-dates {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.cfp-dates li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 13.5px;
}

.cfp-dates .label { color: #555; }
.cfp-dates .date  { font-weight: 600; }

.cfp-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #3c4567;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.cfp-button:hover,
.cfp-button:focus {
  background: #2f3754;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.cfp-button:hover,
.cfp-button:focus {
    background: #2f3754;   /* darker shade */
    color: #ffffff;        /* FORCE text color */
    text-decoration: none; /* prevent underline */
}


/* Animation */
.cfp-animate {
  animation: cfpPop 0.6s ease-out both;
}

@keyframes cfpPop {
  from {
    opacity: 0;
    transform: translateY(15px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
