/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  background-color: #FFF9F0;
  color: #1B2939;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(27, 41, 57, 0.08);
}

.custom-table th,
.custom-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: right;
}

.custom-table th {
  background-color: #fcefdc;
  font-weight: bold;
}

.custom-table tr:nth-child(even) td {
  background-color: #fff4e5;
}

.custom-table tr:hover td {
  background-color: #f9e6cc;
}

.custom-table thead th {
  border-bottom: 2px solid #1B2939;
}

