.switch-grid > a {
  min-height: 125px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  position: relative;
  border: 1px solid #dce4ef;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.switch-grid > a.active {
  border-color: #739fea;
  box-shadow: 0 12px 30px #17448412;
}

.switch-grid > a:not(.active):hover {
  border-color: #8fb5f0;
  box-shadow: 0 18px 35px #17448417;
  transform: translateY(-3px);
}

.switch-grid > a > i {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: #608bd2;
  font-size: 8px;
  font-style: normal;
}

.switch-grid>a[href="pricing-mobile.html"] .switch-icon{background:linear-gradient(145deg,#e1faf4,#d9f1ff);color:#098677}.switch-grid>a[href="pricing-mobile.html"]:hover{border-color:#9ddbd0}


/* v94: unify pricing page product icons with homepage V65 icon set */
.switch-grid > a .switch-icon{
  font-size:0 !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:26px !important;
}
.switch-grid > a:nth-child(1) .switch-icon{background-image:url("assets/product-rotating-v65.svg");}
.switch-grid > a:nth-child(2) .switch-icon{background-image:url("assets/product-unlimited-v65.svg");}
.switch-grid > a:nth-child(3) .switch-icon{background-image:url("assets/product-static-v65.svg");}
.switch-grid > a:nth-child(4) .switch-icon{background-image:url("assets/product-mobile-v65.svg");}
