/*
Theme Name:   MyTheme Child
Theme URI:    http://example.com/mytheme-child/
Description:  MyTheme Child Theme
Author:       حسین شیرینزاد
Author URI:   http://example.com
Template:     twentytwentyfive
Version:      1.0.0
Text Domain:  mytheme-child
*/

/* استایل‌های اصلی تم والد اینجا لود می‌شوند */


/* ... کامنت های اولیه style.css ... */

/* Start Custom CSS */
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
}
table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: right;
}
table th,
table td {
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
}
table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}
table tbody tr:hover {
  background-color: #f1f1f1;
}
/* End Custom CSS */


