.llc-review-guide,
.llc-review-guide-mobile {
  box-sizing: border-box;
  margin: 24px 0;
  border: 1px solid #d6e4e2;
  border-radius: 5px;
  background: #f7faf9;
}

.llc-review-guide {
  border-left: 4px solid #109594;
  padding: 16px 18px;
}

.llc-review-guide__heading {
  margin: 0 0 10px;
  color: #2c4141;
  font-family: "IBM Plex Mono", monospace;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.llc-review-guide ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.llc-review-guide li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.35;
}

.llc-review-guide a {
  display: block;
  padding: 6px 0;
  color: #0c6e6d;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.llc-review-guide a:hover,
.llc-review-guide-mobile a:hover {
  color: #2c4141;
  text-decoration: none;
}

.llc-review-guide a:focus-visible,
.llc-review-guide-mobile a:focus-visible,
.llc-review-guide-mobile summary:focus-visible {
  border-radius: 2px;
  outline: 3px solid #0c6e6d;
  outline-offset: 3px;
}

.llc-review-guide-mobile {
  display: none;
}

.llc-review-guide-mobile summary {
  padding: 12px 14px;
  color: #2c4141;
  cursor: pointer;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.llc-review-guide-mobile[open] summary {
  border-bottom: 1px solid #d6e4e2;
}

.llc-review-guide-mobile ul {
  margin: 0;
  padding: 8px 14px 12px 34px;
}

.llc-review-guide-mobile li {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.4;
}

.llc-review-guide-mobile a {
  color: #0c6e6d;
  font-weight: 600;
  text-decoration: underline;
}

.llc-review-guide-target {
  scroll-margin-top: 24px;
}

p.llc-review-prices-checked {
  box-sizing: border-box;
  margin: 0 0 18px;
  border: 1px solid #d6e4e2;
  border-radius: 5px;
  padding: 11px 13px;
  background: #f7faf9;
  color: #425958;
  font-size: 13px;
  line-height: 1.5;
}

p.llc-review-prices-checked strong {
  color: #203334;
}

p.llc-review-prices-checked a {
  color: #0c6e6d;
  font-weight: 700;
}

p.llc-review-prices-checked a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #0c6e6d;
  outline-offset: 3px;
}

.llc-provider-cta .article-table-block__heading-rule {
  display: block;
  width: 100%;
  height: 8px;
  margin: -20px 0 18px;
  border: 0;
  background: #086788;
}

.llc-essentials-compare,
.llc-essentials-compare * {
  box-sizing: border-box;
}

.llc-essentials-compare {
  margin: 22px 0 24px;
  border: 1px solid #cbd9d7;
  border-radius: 8px;
  padding: 20px;
  background: #f7faf9;
}

.llc-essentials-compare [hidden] {
  display: none;
}

.llc-essentials-controls {
  display: none;
}

.llc-essentials-compare[data-enhanced="true"]
  .llc-essentials-controls {
  display: block;
}

.llc-essentials-controls h3 {
  margin: 0 0 5px;
  color: #203334;
  font-size: 23px;
  line-height: 1.25;
}

.llc-essentials-controls-intro {
  margin: 0 0 16px;
  color: #425958;
  font-size: 15px;
  line-height: 1.5;
}

.llc-essentials-picker {
  margin: 0;
  border: 0;
  padding: 0;
}

.llc-essentials-picker legend {
  margin: 0 0 8px;
  padding: 0;
  color: #203334;
  font-size: 14px;
  font-weight: 700;
}

.llc-essentials-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.llc-essentials-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  margin: 0;
  border: 1px solid #cbd9d7;
  border-radius: 5px;
  padding: 9px 10px;
  background: #fff;
  color: #2c4141;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}

.llc-essentials-option:has(input:checked) {
  border-color: #0c6e6d;
  background: #e8f3f1;
  box-shadow: inset 0 0 0 1px #0c6e6d;
}

.llc-essentials-option input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #0c6e6d;
}

.llc-essentials-option:focus-within {
  outline: 2px solid #0c6e6d;
  outline-offset: 2px;
}

.llc-essentials-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 16px;
}

.llc-essentials-status {
  margin: 0;
  color: #596c6a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.llc-essentials-show-all {
  flex: 0 0 auto;
  margin: 0;
  border: 1px solid #0c6e6d;
  border-radius: 4px;
  padding: 6px 10px;
  background: #fff;
  color: #0c6e6d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.llc-essentials-show-all:hover:not(:disabled) {
  background: #e8f3f1;
}

.llc-essentials-show-all:disabled {
  border-color: #bacbc8;
  color: #7d8c8a;
  cursor: not-allowed;
  opacity: 0.65;
}

.llc-essentials-show-all:focus-visible {
  outline: 3px solid #0c6e6d;
  outline-offset: 2px;
}

.llc-essentials-table-wrap {
  overflow-x: auto;
  margin: 12px 0 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.llc-essentials-table-wrap:focus-visible {
  outline: 3px solid #0c6e6d;
  outline-offset: 3px;
}

.article-content .llc-essentials-table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.llc-essentials-table caption {
  padding: 0 0 10px;
  color: #3f5554;
  font-weight: 700;
  text-align: left;
}

.article-content .llc-essentials-table th,
.article-content .llc-essentials-table td {
  border: 1px solid #d7dfdd;
  padding: 10px 8px;
  background: #fff;
  color: #2c4141;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

.article-content .llc-essentials-table thead th {
  background: #f1f5f4;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.llc-essentials-table thead th:first-child,
.llc-essentials-table tbody th {
  width: 18%;
  min-width: 125px;
}

.llc-essentials-table th:nth-child(2),
.llc-essentials-table td:nth-child(2) {
  width: 19%;
}

.llc-essentials-table th:nth-child(3),
.llc-essentials-table td:nth-child(3) {
  width: 14%;
}

.llc-essentials-table th:nth-child(4),
.llc-essentials-table td:nth-child(4) {
  width: 18%;
}

.llc-essentials-table th:nth-child(5),
.llc-essentials-table td:nth-child(5) {
  width: 8%;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.llc-essentials-table th:nth-child(6),
.llc-essentials-table td:nth-child(6) {
  width: 23%;
}

.llc-essentials-table tbody th {
  font-weight: 700;
}

.llc-essentials-provider-name,
.llc-essentials-total,
.llc-essentials-price {
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.llc-essentials-provider-name,
.llc-essentials-total {
  display: block;
}

.llc-essentials-table a {
  display: inline-block;
  margin-top: 4px;
  color: #0c6e6d;
  font-weight: 700;
  white-space: nowrap;
}

.llc-essentials-table a:focus-visible,
.llc-essentials-card a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #0c6e6d;
  outline-offset: 2px;
}

.llc-essentials-total-note {
  display: block;
  margin-top: 2px;
  color: #607270;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.llc-essentials-mobile-pricing {
  display: none;
}

.llc-essentials-card {
  overflow: hidden;
  margin: 0 0 12px;
  border: 1px solid #d7dfdd;
  border-radius: 8px;
  background: #fff;
}

.llc-essentials-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 13px 14px;
  background: #f1f5f4;
  color: #203334;
  cursor: pointer;
  list-style: none;
}

.llc-essentials-card summary::-webkit-details-marker {
  display: none;
}

.llc-essentials-card summary:focus-visible {
  outline: 3px solid #0c6e6d;
  outline-offset: -3px;
}

.llc-essentials-card summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #0c6e6d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.llc-essentials-card[open] summary::after {
  content: "−";
}

.llc-essentials-card[open] summary {
  border-bottom: 1px solid #d7dfdd;
}

.llc-essentials-card-provider {
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.llc-essentials-card-total {
  display: grid;
  gap: 1px;
  margin-left: auto;
  color: #203334;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.llc-essentials-card-total > small:first-child {
  color: #607270;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.llc-essentials-card dl {
  margin: 0;
  padding: 4px 14px;
}

.llc-essentials-card dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  border-bottom: 1px solid #e3e8e7;
  padding: 9px 0;
}

.llc-essentials-card dl > div:last-child {
  border-bottom: 0;
}

.llc-essentials-card dt {
  color: #607270;
  font-size: 12px;
  font-weight: 700;
}

.llc-essentials-card dd {
  margin: 0;
  color: #2c4141;
  font-size: 13px;
}

.llc-essentials-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 14px 14px;
  border-radius: 3px;
  padding: 9px 12px;
  background: #2c4141;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.llc-essentials-cost-note {
  margin: 12px 0 0;
  color: #596c6a;
  font-size: 12px;
  line-height: 1.45;
}

.llc-essentials-option-name {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}

.llc-essentials-option-name + .llc-essentials-price {
  display: block;
}

@media (max-width: 991px) {
  .llc-review-guide {
    display: none;
  }

  .llc-review-guide-mobile {
    display: block;
  }
}

@media (min-width: 1200px) {
  .llc-essentials-table thead th:first-child,
  .llc-essentials-table tbody th {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .article-content .llc-essentials-table {
    min-width: 720px;
  }
}

@media (max-width: 767px) {
  .llc-essentials-compare {
    margin-top: 18px;
    padding: 16px;
  }

  .llc-essentials-controls h3 {
    font-size: 21px;
  }

  .llc-essentials-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .llc-essentials-table-wrap {
    display: none;
  }

  .llc-essentials-mobile-pricing {
    display: block;
    margin-top: 14px;
  }
}

@media (max-width: 359px) {
  .llc-essentials-options {
    grid-template-columns: 1fr;
  }

  .llc-essentials-status-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .llc-essentials-card summary {
    padding: 12px;
  }

  .llc-essentials-card dl > div {
    grid-template-columns: 96px 1fr;
  }
}
