/*!
Theme Name: Affirm Child
Theme URI: https://uicore.co
Description:  Marketing & Digital Agency WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: affirm
Version: 1.0.0
Text Domain: affirm
*/

 /* Add your custom style here */

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

th, td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb; /* Light grey border */
}

th {
  background-color: #f9fafb; /* Subtle contrast header */
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #e5e7eb;
}

tr:last-child td {
  border-bottom: none; /* Removes double border on container */
}

tr:hover {
  background-color: #f9fafb; /* Soft hover effect */
}

td {
	color: #000;
	font-size: 14px !important;
}