/*
Theme Name: TheGov Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: thegov
Text Domain:  thegov-child
*/

.product-additional-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.info-row {
  display: flex;
  border-top: 1px solid #ccc;
}

.info-row:first-child {
  border-top: none;
}

.acf-table-cell {
  flex: 1;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.acf-table-cell:first-child {
  border-left: none;border-right: 0;
}

.acf-table-cell:last-child {
  border-right: none;
}

.acf-table-header {
  background: #f0f0f0;
  font-weight: bold;
}
