/* กำหนดสีพื้นหลังอ่อนๆ และปรับ padding ด้านบน */
body {
    background-color: #f8f9fa;
}

/* จัดรูปแบบส่วนหัวของหน้า */
.page-header {
    border-bottom: 3px solid #007bff;
    /* สีน้ำเงินหลักของ PSU/โครงการ */
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.page-header h1 {
    font-weight: 700;
    color: #007bff;
}

.page-header p {
    font-size: 1.25rem;
    color: #6c757d;
}

/* จัดรูปแบบเนื้อหาหลัก */
.about-content p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #343a40;
}

/* สไตล์สำหรับกล่องข้อความเน้น */
.highlight-box {
    background-color: #e9ecef;
    border-left: 5px solid #28a745;
    /* สีเขียวสำหรับ Zero Waste/ความยั่งยืน */
    padding: 1.5rem;
    border-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.highlight-box h5 {
    color: #28a745;
    font-weight: 600;
}

.highlight-box p {
    margin-bottom: 0;
    font-style: italic;
}

/* สไตล์ไอคอน */
.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.icon-text i {
    font-size: 1.5rem;
    color: #007bff;
    margin-right: 15px;
    width: 30px;
    /* กำหนดความกว้างเพื่อจัดแนวข้อความ */
    text-align: center;
}