/* ------- custom By jirawat-----------*/
.i-icon-nav-magin-custom{
  margin-right: 0.5rem;
}

.row-margin-bottom-1{
margin-bottom: 3rem;
}

.not_underline{
  text-decoration: none;
}

.subsizexl{
  width: 500px;
}
/* ------- custom By jirawat-----------*/
.circle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #28a745; /* สีขอบ */
    border-radius: 50%; /* ทำให้เป็นวงกลม */
    background-color: white; /* สีพื้นหลัง */
    color: #28a745; /* สีของไอคอน */
    text-decoration: none;
    font-size: 18px; /* ขนาดไอคอน */
  }
  
  .circle-btn:hover {
    background-color: #28a745; /* สีพื้นหลังเมื่อ hover */
    color: white; /* สีไอคอนเมื่อ hover */
  }


/* ------- custom By jirawat-----------*/
  .text-news-detail p{
    font-size: 30px; /* กำหนดขนาดตัวอักษรตามที่ต้องการ */
    line-height: 1.6; /* ความสูงบรรทัดเพื่อให้อ่านง่ายขึ้น */
    color: #333; /* กำหนดสีข้อความปกติ (เช่น สีเทาเข้ม) */
}

.text-news-detail p a {
    color: #ff6666; /* กำหนดสีแดงพาสเทลสำหรับลิงค์ */
    text-decoration: none; /* ไม่ต้องการขีดเส้นใต้ */
}

.text-news-detail p a:hover {
    color: #ff9999; /* เมื่อวางเมาส์ให้สีแดงอ่อนลง */
    text-decoration: underline; /* เพิ่มขีดเส้นใต้เมื่อวางเมาส์ */
}