figure.wp-block-table {
  display: block !important;
  overflow-x: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

figure.wp-block-table table {
  width: 100% !important;
}

.styled-new-table {
  table-layout: fixed !important;
  width: 100% !important;
  border-collapse: collapse !important;
  display: table !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.styled-new-table {
  border-collapse: separate !important;
  border-spacing: 0;
}

.styled-new-table thead tr th {
  border-bottom: 3px solid #A03200 !important;
}

.styled-new-table thead tr th:not(:last-child) {
  border-right: 1px solid #A03200 !important;
}

.styled-new-table thead {
  border-bottom: none !important;
}

.styled-new-table thead,
.styled-new-table tbody {
  display: table-row-group !important;
  width: 100% !important;
}

.styled-new-table tr {
  display: table-row !important;
  width: 100% !important;
}

.styled-new-table.container {
  --bs-gutter-x: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.styled-new-table th,
.styled-new-table td {
  display: table-cell !important;
  width: 33.33% !important;
  padding: 12px 8px !important;
  border: 1px solid #ddd !important;
  vertical-align: middle !important;
  text-align: center !important;
  word-break: break-word !important;
  box-sizing: border-box !important;
}

.styled-new-table thead {
  border-radius: 8px 8px 0 0 !important;
  overflow: hidden !important;
}

.styled-new-table thead tr {
  display: table-row !important;
  width: 100% !important;
}

.styled-new-table thead th {
  background: #ff6200 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  width: 33.33% !important;
  padding: 12px 8px !important;
  display: table-cell !important;
  border: none !important;
  text-align: left !important;
  font-family: 'Toroka Medium' !important;
  vertical-align: middle !important;
  letter-spacing: normal !important;
  font-style: normal !important;
  height: 56px !important;
}

.styled-new-table thead th:first-child {
  border-radius: 8px 0 0 0 !important;
}

.styled-new-table thead th:last-child {
  border-radius: 0 8px 0 0 !important;
}

.styled-new-table:not(:has(thead)) tbody tr:first-child td {
  background: #ff6200 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: 'Toroka Medium' !important;
  border: none !important;
  text-align: left !important;
  height: 56px !important;
  padding: 12px 8px !important;
}

.styled-new-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0 !important;
}

.styled-new-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-radius: 0 8px 0 0 !important;
}

.styled-new-table:not(:has(thead)) tbody tr:first-child td:not(:last-child) {
  border-right: 1px solid #A03200 !important;
}

.styled-new-table tbody tr:first-child td,
.styled-new-table tbody tr:first-child th {
  border-top: none !important;
  border-bottom: 0 !important;
}

.styled-new-table tbody tr:first-child {
  width: 100% !important;
  display: table-row !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.styled-new-table tbody tr:not(:first-child) td {
  background: #fff;
  color: #222;
  font-size: 16px;
}

.styled-new-table th:first-child,
.styled-new-table td:first-child {
  text-align: left;
}

.cp-table-first-row-col table tr:first-child {
  background-color: #ff7f00;
  color: #fff;
}

.cp-table-first-row table tr:first-child {
  background-color: #ff7f00;
  color: #fff;
}

.cp-table-first-row-col table td:first-child {
  background-color: #ff7f00;
  color: #fff;
}

.column-only-header {
  padding: 0 !important;
  table-layout: fixed;
  border-collapse: collapse !important;
  width: 100%;
  overflow-x: auto;
  display: block;
  height: auto !important;
  margin-bottom: 15px;
}

.column-only-header table {
  width: 100%;
}

.column-only-header tbody {
  width: 100%;
  display: table;
}

.column-only-header tbody tr td {
  border: 0.5px solid #000000;
  padding: 10px 15px;
  height: 51px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  background-color: transparent;
  color: var(--text-color);
  font-family: var(--font-family-default);
}

.column-only-header tbody tr td:first-child {
  height: 56px !important;
  color: var(--secondary-btn-color);
  font-size: 18px;
  line-height: 24px;
  min-width: 150px;
  width: 30%;
  background-color: var(--main-theme-color) !important;
  font-family: 'Toroka Medium';
  vertical-align: middle;
  border-right: 3px solid #A03200;
}

.custom-col-color {
  padding: 0 !important;
  table-layout: fixed;
  border-collapse: collapse !important;
  width: 100%;
  overflow-x: auto;
  display: block;
  height: auto !important;
  margin-bottom: 15px;
}

.custom-col-color table {
  width: 100%;
}

.custom-col-color tbody {
  width: 100%;
  display: table;
}

.custom-col-color tbody tr td {
  border: 0.5px solid #DCDADA;
  padding: 10px 15px;
  height: 51px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
  background-color: transparent;
  color: var(--text-color);
  font-family: var(--font-family-default);
}

.custom-col-color tbody tr td:first-child {
  height: 56px !important;
  color: var(--secondary-btn-color);
  font-size: 18px;
  line-height: 24px;
  min-width: 150px;
  width: 30%;
  background-color: var(--main-theme-color) !important;
  font-family: 'Toroka Medium';
  vertical-align: middle;
  border-right: 3px solid #A03200;
}

.custom-col-color tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border-right: 3px solid #A03200;
  border-top: none;
}

.custom-col-color tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.custom-col-color tbody tr:last-child td:first-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
}

.custom-col-color tbody tr:nth-of-type(2n+2) td {
  background: #F9F7F7;
}

.custom-col-color tbody tr td:not(:first-child) {
  padding: 10px 15px;
  line-height: 1.6;
}

.custom-col-color tbody tr td:nth-child(2) ul {
  margin: 0;
  padding-left: 20px;
}

.custom-col-color tbody tr td:nth-child(2) li {
  margin-bottom: 5px;
}

.custom-col-color tbody tr td:first-child img,
.custom-col-color tbody tr td:first-child svg {
  display: block;
  margin: 0 auto 10px auto;
}

@media (max-width: 767px) {
  .custom-col-color tbody tr td:first-child {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .custom-col-color tbody tr td {
    padding: 8px;
  }
}

.column-only-header tbody tr:first-child td:last-child,
.column-only-header tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.column-only-header tbody tr:last-child td:first-child,
.column-only-header tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.column-only-header tbody tr td:first-child img,
.column-only-header tbody tr td:first-child svg {
  display: block;
  margin: 0 auto 10px auto;
}

.column-only-header tbody tr td:not(:first-child) {
  padding: 10px 15px;
  line-height: 1.6;
}

.column-only-header tbody tr td:nth-child(2) ul {
  margin: 0;
  padding-left: 20px;
}

.column-only-header tbody tr td:nth-child(2) li {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .column-only-header tbody tr td:first-child {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .column-only-header tbody tr td {
    padding: 8px;
  }
}

.column-only-header tbody tr:nth-of-type(2n+2) td {
  background: #F9F7F7;
}

.column-only-header tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border-right: 3px solid #A03200;
  border-top: none;
}

.column-only-header tbody tr:last-child td:first-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
}

.column-only-header tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.column-only-header tbody tr td {
  border: 0.5px solid #DCDADA;
  height: 51px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
}

.styled-new-table tbody tr:nth-of-type(2n+2) td {
  background: #F9F7F7;
}

.styled-new-table tbody tr td {
  border: 0.5px solid #DCDADA;
  height: 51px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
  padding: 12px 8px;
}

figure.styled-table table:not(:has(thead)) tbody tr:first-child td {
  border-bottom: 2px solid #000 !important;
}

caption {
  caption-side: top;
  font-size: 20px !important;
  font-weight: bold !important;
}

.column-only-header tbody tr th:first-child {
  height: 56px !important;
  color: var(--secondary-btn-color);
  font-size: 18px;
  line-height: 24px;
  min-width: 150px;
  width: 30%;
  background-color: var(--main-theme-color) !important;
  font-family: 'Toroka Medium';
  vertical-align: middle;
  border-right: 3px solid #A03200;
}

.column-only-header tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
  border-right: 3px solid #A03200;
  border-top: none;
}

.column-only-header tbody tr:last-child th:first-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
}
.column-only-header tbody tr th:first-child {
  text-align: left;
}