/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* استایل جدول سفارشی */
.custom-wp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  direction: rtl; /* برای زبان فارسی */
  text-align: center;
}

.custom-wp-table th,
.custom-wp-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: middle;
}

.custom-wp-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}

.custom-wp-table tr:nth-child(even) {
  background-color: #fafafa;
}

.custom-wp-table tr:hover {
  background-color: #f1f1f1;
}