
.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;
}


body {
    font-family: "Times New Roman", Georgia, serif;
    color: #111;
    background: #ffffff;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: "Times New Roman", Georgia, serif;
    font-weight: 700;
}

p {
    font-size: 16px;
}


.jas-footer{
    max-width:1100px;
    margin:0 auto;
    padding:60px 20px 70px;
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:70px;
}

.jas-footer-meta{
    font-size:13px;
    line-height:1.8;
    color:#555;
}

.jas-footer-meta strong{
    color:#111;
    font-weight:500;
}

.jas-footer-nav{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.jas-footer-title{
    font-size:11px;
    letter-spacing:1.2px;
    text-transform:uppercase;
    color:#888;
    margin-bottom:12px;
}

.jas-footer-nav a{
    display:block;
    font-size:13px;
    color:#111;
    text-decoration:none;
    margin-bottom:8px;
}

.jas-footer-nav a:hover{
    text-decoration:underline;
}

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

.jas-footer-nav{
    grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */
@media (max-width:600px){
.jas-footer-nav{
    grid-template-columns:1fr;
}
}

#main-navigation li a:hover{
    color:#000 !important;
}
/* menu double line effect */

#main-navigation li a{
    position: relative;
    text-decoration: none;
}

/* เส้นล่าง */
#main-navigation li a::after{
    content:"";
    position:absolute;
    left:0;
    bottom: 6px;
    width:0;
    height:2px;
    background:#777777;
    transition: width .60s ease;
}

/* เส้นบน */
#main-navigation li a::before{
    content:"";
    position:absolute;
    right:0;
    top:6px;
    width:0;
    height:2px;
    background:#777777;
    transition: width .60s ease;
}

/* ตอน hover เส้นวิ่งเข้ามา */
#main-navigation li a:hover::after{
    width:100%;
    left:0;
}

#main-navigation li a:hover::before{
    width:100%;
    right:0;
}