body.rtl-content {
  direction: rtl;
  text-align: right;
}

body.rtl-content .content,
body.rtl-content .text {
  direction: rtl;
  text-align: right;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #007BFF; /* Blue outer border */
  border-radius: 6px;
  /*overflow: hidden;*/
}

table tr:hover {
  background-color: #f0f8ff;
}

table th,
table td {
  border: 1px solid #007BFF; /* Blue cell borders */
  padding: 8px;
  text-align: left;
}

table th {
  background-color: #e6f0ff; /* Optional: light blue header */
}

table tr td:first-child,
table tr th:first-child {
  font-weight: bold;
}