.cs-compare-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 100%;
  padding: 18px 12px;
  background-color: #e6e6e6;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.cs-compare-toggle.is-checked {
  background-color: #d1eada;
}

.cs-compare-toggle__input {
  /* Keep accessible but visually hidden */
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cs-compare-toggle__box {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.cs-compare-toggle.is-checked .cs-compare-toggle__box::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: currentColor;
}

.cs-compare-toggle.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Bottom bar */
.cs-compare-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 14px 16px;
  transform: translateY(110%);
  transition: transform 180ms ease;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
}

.cs-compare-bar.is-visible {
  transform: translateY(0);
}

.cs-compare-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cs-compare-bar__items {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.cs-compare-chip {
  background: #fff;
  color: #111;
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.cs-compare-chip__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-compare-chip__remove {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.08);
  color: #111;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.cs-compare-bar__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.cs-compare-bar__reset {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  font-weight: 600;
}

.cs-compare-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #1da84b;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.cs-compare-bar__btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.0255 13H3.96301V11H16.0255L10.4772 5.4L11.8891 4L19.8151 12L11.8891 20L10.4772 18.6L16.0255 13Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  position: absolute;
  right: -30px;
  top: -5px;
}

.cs-compare-bar__btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

/* Make room so bottom bar doesn't cover content (optional) */
body.cs-compare-has-bar {
  padding-bottom: 96px;
}

@media (min-width: 1024px) {
  .cs-compare-table {
    width: 100%;
    table-layout: fixed;
  }
}

@media (max-width: 1024px) {
  .mobilizer-table-header {
    display: block !important;
    font-weight: 700;
  }

  .cs-compare-table tr {
    display: flex;
    flex-direction: column;
  }

  .cs-compare-table tr td {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}
.cs-compare-table tr td {
  vertical-align: top;
  padding-right: 5%;
}

.cs-compare-table tr td:last-child {
  padding-right: 0 !important;
}

@media (max-width: 720px) {
  .cs-compare-chip {
    min-width: 140px;
  }
  .cs-compare-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .cs-compare-bar__actions {
    justify-content: flex-end;
  }
}

.cost-share-read-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0db14b;
  position: relative;
  display: inline-flex;
  gap: 6px;
  transition: all 0.2s ease-in-out;
}

.cost-share-read-more:hover {
  gap: 12px;
}

.cost-share-read-more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.0255 13H3.96301V11H16.0255L10.4772 5.4L11.8891 4L19.8151 12L11.8891 20L10.4772 18.6L16.0255 13Z' fill='%230DB14B'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  position: absolute;
  right: -30px;
  top: -5px;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

/* Wrapper layout */
.facetwp-facet-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Kill default radio circle */
.facetwp-facet-categories .facetwp-radio::before {
  display: none !important;
}

/* Reset base */
.facetwp-facet-categories .facetwp-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #e5e5e5 !important;
  color: #222;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
  white-space: nowrap;
  background-image: unset !important;
  border: 1px solid transparent;
  font-weight: 600;
}

/* Remove default spacing junk */
.facetwp-facet-categories .facetwp-radio + .facetwp-radio {
  margin-left: 0 !important;
}

/* Clean up inner spans */
.facetwp-facet-categories .facetwp-radio span {
  display: inline;
}

/* Counter */
.facetwp-facet-categories .facetwp-counter {
  margin-left: 6px;
  opacity: 0.6;
  font-size: 0.9em;
}

/* Hover */
.facetwp-facet-categories .facetwp-radio:not(.checked):hover {
  background: #d5d5d5;
}

/* Selected */
.facetwp-facet-categories .facetwp-radio.checked {
  background: #28a745 !important;
  color: #fff;
}

/* Optional stronger selected hover */
.facetwp-facet-categories .facetwp-radio.checked:hover {
  background: #218838;
}

.cs-compare-subheader {
  margin: 0 0 16px;
}

.cs-compare-text p {
  margin: 0;
}

.cs-compare-text p + p {
  margin-top: 10px;
}

.mobilizer-table-header {
  display: none;
}

.green-title-section {
  background: #39bf37;
  padding: 40px 32px 28px;
  margin-bottom: 36px;
}

.cs-compare-subheader {
  margin: 0 0 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.cs-compare-selector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  align-items: start;
  max-width: 1320px;
  margin: auto;
}

.cs-compare-selector-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cs-compare-select-wrap {
  width: 100%;
}

.cs-compare-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 52px;
  padding: 14px 48px 14px 18px;
  border: 2px solid #2b2b2b;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M1.5 1.25L9 8.75L16.5 1.25' stroke='%232B2B2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.cs-compare-select:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.green-title-section .cost-share-read-more {
  color: #fff !important;
}

.green-title-section .cost-share-read-more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.0255 13H3.96301V11H16.0255L10.4772 5.4L11.8891 4L19.8151 12L11.8891 20L10.4772 18.6L16.0255 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
a.compare-website:visited {
  color: #fff;
}

@media (max-width: 720px) {
  .green-title-section {
    padding: 28px 20px 24px;
  }

  .cs-compare-selector-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
