:root {
  --table-border: #d7d7db;
  --listicle-link: #008DF5;
}

table {
  width: 100%;
  border: none;
  border: 1px solid var(--table-border);
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
}

table td,
table th {
  border-left: 1px solid var(--table-border);
  padding: 10px 20px;
  text-align: start;
}

table > tbody > tr:last-child td {
  padding-bottom: 30px;
}

table th {
  padding-top: 20px;
  font-weight: 500;
}

.product-comp-table td,
.product-comp-table th {
  width: 50%;
}

table td:first-child,
table th:first-child {
  border-left: none;
}

.listicle-link-cont a {
  color: var(--listicle-link);
  font-weight: 400;
}

.open-summary-btn .summary-arrow {
  transform: rotate(90deg);
}

.summary {
  transition: max-height 0.3s ease;
}

.hidden-summary {
  max-height: 0;
  overflow: hidden;
}

.hide-hide-summary, .hide-show-summary {
  display: none;
}

p[data-block-key] > a {
  color: #ff3a3a;
  font-weight: 400;
}

li[data-block-key] > a {
  color: #ff3a3a;
}

.inline-data-block > p {
  display: inline;
}

/* alphine */
[x-cloak] {
  display: none !important;
}

iframe[src*="youtube.com/embed"] {
  height: 100%;
  width: 100%;
  position: absolute;
}

div:has(> iframe[src*="youtube.com/embed"]) {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}