<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/comparison-table-v2/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied to both the front of your site and in the editor.
 * Include this file in the index.js file.
 * In the block.json file, "style": "file:./style-index.css" locates this file in the build folder.
 *
 * Main stylesheet for the comparison table block.
 * This file imports both default and override styles.
 */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.wp-block-holsag-comparison-table-v2 {
  margin: 24px 0;
  overflow-x: auto;
}
.wp-block-holsag-comparison-table-v2 table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.wp-block-holsag-comparison-table-v2 table tbody tr td {
  vertical-align: middle;
}
.wp-block-holsag-comparison-table-v2 table tr th:first-child {
  border-radius: var(--border-radius) 0 0 0;
}
.wp-block-holsag-comparison-table-v2 table tr th:last-child {
  border-radius: 0 var(--border-radius) 0 0;
}
.wp-block-holsag-comparison-table-v2 table tr:last-child td:first-child {
  border-radius: 0 0 0 var(--border-radius);
}
.wp-block-holsag-comparison-table-v2 table tr:last-child td:last-child {
  border-radius: 0 0 var(--border-radius) 0;
}
.wp-block-holsag-comparison-table-v2 table th {
  vertical-align: bottom;
}
.wp-block-holsag-comparison-table-v2 table figure {
  display: block;
  margin: 0;
}
.wp-block-holsag-comparison-table-v2 table figure img {
  display: block;
  margin: 0 auto !important;
  width: revert-layer !important;
}
.wp-block-holsag-comparison-table-v2 table p {
  margin: 0;
}
.wp-block-holsag-comparison-table-v2 table ol,
.wp-block-holsag-comparison-table-v2 table ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: revert !important;
  margin: 0 0 0 24px !important;
  padding: 0 !important;
}
.wp-block-holsag-comparison-table-v2 table ol li,
.wp-block-holsag-comparison-table-v2 table ul li {
  list-style: revert !important;
  margin: 0;
}
.wp-block-holsag-comparison-table-v2 table ol li::before,
.wp-block-holsag-comparison-table-v2 table ul li::before {
  content: none !important;
}
.wp-block-holsag-comparison-table-v2.vertical-align-top table th:first-of-type {
  vertical-align: top;
}
.wp-block-holsag-comparison-table-v2.vertical-align-middle table th:first-of-type {
  vertical-align: middle;
}
.wp-block-holsag-comparison-table-v2.vertical-align-bottom table th:first-of-type {
  vertical-align: bottom;
}
.wp-block-holsag-comparison-table-v2.hide-first-cell table th:first-child {
  border: none;
}
.wp-block-holsag-comparison-table-v2.hide-first-cell table th:nth-child(2) {
  border-radius: var(--border-radius) 0 0 0;
}
.wp-block-holsag-comparison-table-v2.hide-first-cell table tbody tr:first-child td:first-child {
  border-radius: var(--border-radius) 0 0 0;
}
.wp-block-holsag-comparison-table-v2.hide-header-border table thead th {
  border: none;
}
.wp-block-holsag-comparison-table-v2.hide-header-border.hide-first-cell table th:nth-child(2) {
  border: none;
}
.wp-block-holsag-comparison-table-v2.hide-header-border.hide-first-cell table tbody tr:first-child td:last-child {
  border-radius: 0 var(--border-radius) 0 0;
}
.wp-block-holsag-comparison-table-v2 .wp-block-holsag-comparison-table-section-v1 .wp-block-holsag-comparison-table-row-v1 .wp-block-image {
  margin: 0;
}
.wp-block-holsag-comparison-table-v2 .wp-block-holsag-comparison-table-section-v1 .wp-block-holsag-comparison-table-row-v1 .wp-block-image figure + p {
  margin-top: 16px !important;
}

@media (max-width: 768px) {
  .wp-block-mitylite-comparison-table-v2 table {
    width: 175%;
  }
}
@media (max-width: 600px) {
  .wp-block-holsag-comparison-table-v2 {
    margin: 40px 0;
  }
}
.wp-block-holsag-comparison-table-v2 table {
  line-height: 1.5;
}
.wp-block-holsag-comparison-table-v2 table th p,
.wp-block-holsag-comparison-table-v2 table td:first-child p {
  font-weight: 500;
}
.wp-block-holsag-comparison-table-v2 table th,
.wp-block-holsag-comparison-table-v2 table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wp-block-holsag-comparison-table-v2 table th:first-child,
.wp-block-holsag-comparison-table-v2 table td:first-child {
  border-left: 1px solid #ddd;
}
.wp-block-holsag-comparison-table-v2 table th {
  border-top: 1px solid #ddd;
  font-weight: 600;
  padding: 16px;
}
.wp-block-holsag-comparison-table-v2 table th:first-child {
  text-align: left;
}
.wp-block-holsag-comparison-table-v2 table td {
  padding: 16px 8px;
}
.wp-block-holsag-comparison-table-v2 table .wp-block-holsag-comparison-table-cell-v1 a {
  color: #3b3f4c;
  text-decoration: none;
}
.wp-block-holsag-comparison-table-v2 table .wp-block-holsag-comparison-table-cell-v1 a:hover {
  color: #578132;
  text-decoration: underline;
}
.wp-block-holsag-comparison-table-v2 table .wp-block-holsag-comparison-table-cell-v1 a:active {
  color: #323232;
}
.wp-block-holsag-comparison-table-v2 table ul {
  font-size: 14px;
  gap: 8px;
  line-height: 150%;
}
.wp-block-holsag-comparison-table-v2.highlight-first-column th:first-child,
.wp-block-holsag-comparison-table-v2.highlight-first-column td:first-child {
  background-color: #f1f1f1;
  font-weight: 600;
}
.wp-block-holsag-comparison-table-v2.highlight-first-row th {
  background-color: #f1f1f1;
}
.wp-block-holsag-comparison-table-v2.hide-first-cell tbody tr:first-child td:first-child {
  border-top: 1px solid #ddd;
}
.wp-block-holsag-comparison-table-v2.hide-first-cell th:first-child {
  background-color: unset;
  border: none;
}
.wp-block-holsag-comparison-table-v2.hide-first-cell th:nth-child(2) {
  border-left: 1px solid #ddd;
}
.wp-block-holsag-comparison-table-v2.highlight-alternate-rows tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.wp-block-holsag-comparison-table-v2.hide-header-border.hide-first-cell tbody tr:first-child td {
  border-top: 1px solid #ddd;
}

@media (max-width: 600px) {
  .wp-block-holsag-comparison-table-v2 table {
    width: 736px;
  }
}

/*# sourceMappingURL=style-index.css.map*/</pre></body></html>