/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--pricing-table .pricing-table thead {
  vertical-align: bottom;
}

.block--pricing-table .pricing-table thead th {
  text-align: center;
}

.block--pricing-table .pricing-table thead th:first-child {
  text-align: left;
}

.block--pricing-table .pricing-table tbody {
  vertical-align: middle;
}

.block--pricing-table .pricing-table tbody tr {
  border: 1px solid var(--bs-primary);
}

.block--pricing-table .pricing-table tbody td {
  border: 1px solid var(--bs-primary);
  text-align: center;
}

.block--pricing-table .pricing-table tbody td:first-child {
  text-align: left;
}

.block--pricing-table .pricing-table svg {
  display: inline-block;
}

.block--pricing-table .pricing-table__header > * {
  border-right: 1px solid var(--bs-white);
}

.block--pricing-table .pricing-table__header > *:last-child {
  border-right: none;
}

.block--pricing-table .pricing-table__column {
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-align: center;
}

.block--pricing-table .pricing-table__column--features {
  background-color: var(--bs-white);
  justify-content: flex-end;
  align-items: flex-start;
  border-top: none;
  border-left: none;
}

.block--pricing-table .pricing-table__column--features__title {
  color: var(--bs-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-size: 28px;
}

.block--pricing-table .pricing-table__title {
  margin-bottom: 6px;
  word-wrap: break-word;
  max-width: 100%;
  color: var(--bs-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.block--pricing-table .pricing-table__price {
  margin-bottom: 20px;
  word-wrap: break-word;
  max-width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.block--pricing-table .pricing-table__feature-row > * {
  padding: 0.75rem 1rem;
  align-items: center;
  background-color: var(--bs-white);
  height: 4.5rem;
}

.block--pricing-table .pricing-table__feature-row:nth-child(even) > * {
  background-color: var(--bs-gray-300);
}

.block--pricing-table .pricing-table__feature-row--header > * {
  background-color: transparent;
  border-bottom: none;
}

.block--pricing-table .pricing-table__feature-text {
  font-weight: bold;
  padding-right: 1rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.block--pricing-table .pricing-table__feature-cell {
  justify-content: center;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.block--pricing-table .pricing-table__checkmark {
  width: 34px;
  height: 24px;
  color: var(--bs-primary);
  flex-shrink: 0;
}

.editor-styles-wrapper .block--pricing-table table.table {
  --bs-table-bg: var(--bs-white);
  border-collapse: collapse !important;
  vertical-align: middle;
}

.editor-styles-wrapper .block--pricing-table table.table thead th {
  background-color: var(--bs-primary);
}

.editor-styles-wrapper .block--pricing-table table.table thead th:first-child {
  background-color: var(--bs-white);
}

.editor-styles-wrapper .block--pricing-table table.table thead th.pricing-table__column {
  color: var(--bs-white) !important;
  text-align: center !important;
}
