div.block-comparison-table table {
  width: 100%;
  border-collapse: separate;
  margin: 20px 0;
  font-size: 1em;
  text-align: left;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  div.block-comparison-table table {
    display: none;
  }
}
div.block-comparison-table table td img {
  width: 20px;
  height: 20px;
}
div.block-comparison-table table .wp-element-button {
  padding-top: 8px;
  padding-bottom: 8px;
}
div.block-comparison-table table tbody tr:nth-child(odd) td {
  background-color: #FAFAFA;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
div.block-comparison-table table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 1px solid #EBEBEB;
}
div.block-comparison-table table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-right: 1px solid #EBEBEB;
}
div.block-comparison-table table td:first-child {
  text-align: left;
}
div.block-comparison-table table td, div.block-comparison-table table th {
  width: 25%;
  padding: 16px 24px;
  text-align: center;
}
div.block-comparison-table table tfoot tr td {
  text-align: center;
}
div.block-comparison-table table tfoot tr td .wp-block-buttons {
  justify-content: center;
}
div.block-comparison-table .table-mobile {
  width: 100vw;
  margin-left: -5vw;
}
@media screen and (min-width: 768px) {
  div.block-comparison-table .table-mobile {
    display: none;
  }
}
div.block-comparison-table .table-mobile .titles {
  position: sticky;
  top: 80px;
  background-color: white;
  display: flex;
}
div.block-comparison-table .table-mobile .titles .title {
  border: 1px solid #EBEBEB;
  width: 33.33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
div.block-comparison-table .table-mobile .titles .title .wp-element-button {
  padding: 10px;
  font-size: 12px;
}
div.block-comparison-table .table-mobile .titles .title h3 {
  font-size: 16px;
  margin: 0;
}
div.block-comparison-table .table-mobile .offers .offer {
  padding: 16px 20px;
}
div.block-comparison-table .table-mobile .offers .offer:nth-child(odd) {
  background-color: #FAFAFA;
}
div.block-comparison-table .table-mobile .offers .offer p {
  margin: 0px;
}
@media (max-width: 768px) {
  div.block-comparison-table .table-mobile .offers .offer {
    border-bottom: 1px solid #EBEBEB;
  }
}
div.block-comparison-table .table-mobile .offers .offer .checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
div.block-comparison-table .table-mobile .offers .offer .checks .check {
  display: flex;
  justify-content: center;
  padding: 12px 8px;
}
div.block-comparison-table .table-mobile .offers .offer .checks .check img {
  width: 24px;
  height: 24px;
}