
.policy-page {
    max-width: 820px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}


.policy-page p:first-of-type {
    text-indent: 2em;
}


.policy-page h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 38px;
    margin-bottom: 12px;
    color: #111;
}


.policy-page p {
    margin-bottom: 20px;
}


.policy-page ul {
    padding-left: 22px;
    margin-bottom: 22px;
}

.policy-page li {
    margin-bottom: 6px;
}


.policy-page a {
    color: #000;
    text-decoration: underline;
}

.cc-license {
    margin-top: 30px;
}

.cc-license img {
    margin-bottom: 10px;
}

.cc-license p {
    font-size: 14px;
    color: #555;
}

/* =========================
   JAS HOMEPAGE HERO FIXED
========================= */

.jas-home {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* FULL WIDTH HERO */

.jas-home .jas-hero {
  padding: 140px 20px 120px;
  background: #f4f4f4;
  text-align: center;
  width: 100%;
}

.jas-home .jas-hero-content {
  max-width: 1100px;
  margin: 0 auto;
}

/* TITLE */

.jas-home .jas-hero-title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #111;
}

/* SUBTITLE */

.jas-home .jas-hero-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

/* META LINE */

.jas-home .jas-hero-meta {
  font-size: 13px;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 70px;
}

/* CARDS */

.jas-home .jas-hero-cards {
  display: flex;
  gap: 60px;
  justify-content: center;
}

/* REMOVE LINE COMPLETELY */
.jas-home .jas-hero-line {
  display: none;
}

.jas-home .jas-hero-card {
  width: 320px;
  padding: 40px 25px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}

.jas-home .jas-hero-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.jas-home .jas-hero-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #111;
}

.jas-home .jas-hero-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
  .jas-home .jas-hero-cards {
    flex-direction: column;
    align-items: center;
  }

  .jas-home .jas-hero-card {
    width: 90%;
  }
}



.jas-support-wrapper {
    max-width: 820px;
    margin: 70px auto;
    padding: 0 25px;
    font-family: "Georgia", "Times New Roman", serif;
    color: #1f1f1f;
}

.jas-support-title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 12px;
}

.jas-support-subtitle {
    font-size: 17px;
    color: #6b6b6b;
    margin-bottom: 35px;
}

.jas-support-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 35px 0;
}

.jas-support-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.jas-support-highlight {
    font-style: italic;
    margin-top: 10px;
}

.jas-support-donate-box {
    text-align: center;
    margin: 50px 0;
}

.jas-support-button {
    display: inline-block;
    background-color: #0b2545;
    color: #ffffff;
    padding: 16px 42px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.25s ease;
}

.jas-support-button:hover {
    background-color: #163d73;
}

.jas-support-footer {
    margin-top: 50px;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.user_listing{
list-style:none;
padding:0;
}

.editor-row{
display:flex;
align-items:center;
gap:15px;
margin-bottom:18px;
}

.editor-photo img{
width:80px;
height:80px;
border-radius:50%;
object-fit:cover;
border:2px solid #eee;
}

.editor-info .name{
font-weight:600;
font-size:16px;
display:block;
}

.editor-info .affiliation{
font-size:14px;
color:#555;
}