/* Keep the live catalog inside its dark product surface in every state. */

.signed-out .landing-page .landing-pricing-proof .hero-pricing-table .landing-model-row.header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.46);
}

.signed-out .landing-page .landing-pricing-proof .hero-pricing-table .landing-model-row:not(.header),
.signed-out .landing-page .landing-pricing-proof .hero-pricing-table .landing-model-row:not(.header) .landing-price {
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
}

.signed-out .landing-page .landing-pricing-proof .hero-pricing-table .landing-model-row:not(.header):hover,
.signed-out .landing-page .landing-pricing-proof .hero-pricing-table .landing-model-row:not(.header):focus-within {
  background: rgba(221, 255, 79, 0.055);
}
