@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&display=swap');

/* ครอบทั้งเว็บ */
* {
    font-family: "Prompt", sans-serif;
}

/* Header background */
.pkp_structure_head {
    background-image: url(https://cdn.pixabay.com/photo/2017/04/13/14/57/background-2227812_1280.jpg);    
	background-size: cover;
}

/* ซ่อน footer */
.pkp_brand_footer {
    display: none;
}

/* ฟอนต์ user navigation */
.pkp_navigation_user_wrapper a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    color: #fff;
    font-weight: 700;
}

/* Navigation primary background */
.pkp_navigation_primary_row {
    background: #f05d21;
}

/* Search prompt color */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #fff;
}

/* Navigation links */
#navigationPrimary,
#navigationPrimary a {
    font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff; /* เปลี่ยนสีถ้าต้องการ */
}

/* Current issue section */
.current_issue {
    font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
    color: #333;
}

.current_issue h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.current_issue .current_issue_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #444;
}

.current_issue .published .label {
    font-weight: 600;
    margin-right: 5px;
    color: #555;
}

.current_issue .published .value {
    font-weight: 400;
    color: #666;
}

.current_issue .read_more {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #0066cc;
    text-decoration: none;
}

.current_issue .read_more:hover {
    text-decoration: underline;
}

.title {
    font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
}

.current_issue_title {
       font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
}

/* กำหนดฟอนต์สำหรับส่วนหัวข้อ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
}

div.pkp_structure_main > div.page_index_journal > section.current_issue > a.read_more {
  font-size: 14px !important;
}

.read_more {
     font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
}

.date {
    font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
}

.series  {
    font-family: "Prompt", "Tahoma", "Arial", sans-serif !important;
}

/* ขอบภาพ */
div.pkp_structure_main > div.page_index_journal > section.current_issue > h2 {
  font-size: 25px !important;
}

div.obj_issue_toc > div.heading > a.cover > img {
  margin: 1px !important;
  padding: 0px !important;
  border: 0px none #6298ae !important;
  border-radius: 6px !important;
  box-shadow: 0px 0px 0px #000000 !important;
}

div.additional_content > p > a > img {
  border-radius: 4px !important;
}