/* Add custom CSS styles below */ 
.force_text_color div#details_table p a , .force_text_color div#details_table li a {
  color: #2185a6 !important;
}

#details_table a {
    color: #2185a6 !important; /* اختر اللون الذي تريده */
    text-decoration: none; /* اختياري */
}

#details_table a:hover {
    color: #0fb81f; /* لون عند المرور */
    text-decoration: underline; /* اختياري */
}