test5
/* ===== الحاوية العامة ===== */
.ai-container {
max-width: 900px;
margin: 30px auto;
font-family: 'GE Dinar One', serif;
text-align: right;
line-height: 1.8;
display: flex;
flex-direction: column;
gap: 20px;
}
/* ===== صندوق نبذة عن المعمل وصندوق المشرف ===== */
.ai-box-white {
background-color: #ffffff;
border-radius: 15px;
padding: 20px 25px;
border: 1px solid #ddd;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.ai-box-white h3 {
font-size: 22px;
color: #4682B4;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.ai-box-white h3::before {
/

