/*
 Theme Name: RCG Forest Child
 Template: rcg-forest
*/

/* Table */
table th {
  background-color: #daeccd;
  color: #fff;     
  text-align: left;
  padding: 3px;
}

/* Add padding to all table header and cell elements */
.wp-block-table th,
.wp-block-table td {
  padding: 3px 4px; /* vertical 12px, horizontal 16px */
}

/* General table styling */
.wp-block-table table {
  border-collapse: collapse; /* remove double borders */
  width: 100%;               /* full width */
}

code {
  color: #7e9a32;
  font-size: 20px;
  padding-top: 4px;    
  padding-bottom: 4px;
  line-height: 1.1;
}

.wp-block-code {
  color: #7e9a32;
  font-size: 20px;     
  padding-top: 5px;     
  padding-bottom: 5px;  
}