.ai-goals {
font-family: 'Arial', sans-serif;
direction: rtl;
max-width: 700px;
margin: 20px auto;
padding: 15px;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
font-size: 14px;
border: 1px solid #e0e0e0;
}
.ai-goals h2 {
text-align: center;
color: #4682B4;
margin-bottom: 20px;
font-size: 20px;
}
.ai-goals details {
margin-bottom: 12px;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
transition: all 0.3s ease;
}
.ai-g