 * {
   font-family: 'Shabnam', sans-serif;
 }

 h1,
 h3,
 h2,
 p,
 ul,
 li,
 strong,
 blockquote {
   direction: rtl !important;
   text-align: right !important;
   align-items: flex-end !important;
   align-content: flex-end !important;
 }

 .chat-box ul li {
   display: flex;
   align-items: center;
   gap: 5px;
   width: 120px;
   direction: ltr;
 }

 .chat-box ul li a {
   white-space: nowrap;
   font-size: 1.2rem;
 }

 .chat-box ul li a {
   margin-left: 30px;
   text-decoration: none;
   color: black;
 }



 table {
   border-collapse: collapse;
   width: 100%;
   margin-top: 20px;
 }

 th,
 td {
   border: 1px solid #ccc;
   padding: 10px;
   text-align: center;
 }

 th {
   background-color: #f5f5f5;
 }

 ul {
   margin: 10px 0;
   padding-left: 20px;
 }

 .highlight {
   background: #f9f9f9;
   border-left: 4px solid #0088cc;
   padding: 8px 12px;
   direction: rtl !important;
   text-align: right !important;
   align-items: flex-end !important;
   align-content: flex-end !important;
 }

 .faq h3 {
   color: #0077aa;
 }

 .img-gpt {
   max-width: 80%;
   height: auto;
 }

 .mt-title-gpt {
   margin-top: 66px !important;
 }

 @media (max-width: 576px) {
  table {
    font-size: 0.85rem;
  }
}