/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* BEGIN ELETRICHOST PRODUCT DESCRIPTIONS */
/* EletricHost product descriptions — scoped to the product copy. */
.eh-plan-description {
  display: block;
  color: inherit;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}
.eh-plan-description .eh-plan-intro {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  color: #596773;
}
.eh-plan-description .eh-plan-features {
  display: grid;
  gap: 7px;
}
.eh-plan-description .eh-plan-feature {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}
.eh-plan-description .eh-plan-feature > i {
  flex: 0 0 18px;
  width: 18px;
  color: #52636e;
  text-align: center;
}
.eh-plan-description .eh-plan-feature > span { min-width: 0; }
.eh-plan-description strong { font-weight: 700; }
.eh-plan-description .eh-plan-note {
  display: block;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e8ecef;
  color: #596773;
  font-size: 12px;
  line-height: 1.65;
}
.eh-plan-description .eh-plan-note > span { display: block; }
.eh-plan-description .eh-plan-availability {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6;
}
#order-standard_cart .products .product:has(.eh-plan-description) {
  padding-bottom: 0;
}
#order-standard_cart .products .product:has(.eh-plan-description) .product-desc {
  float: none;
  width: 100%;
  padding: 16px 18px 2px;
}
#order-standard_cart .products .product:has(.eh-plan-description) .product-desc > p {
  margin: 0;
}
#order-standard_cart .products .product:has(.eh-plan-description) .product-desc > p > br:last-child,
#order-standard_cart .products .product:has(.eh-plan-description) .product-desc > ul:not(:has(li)) {
  display: none;
}
#order-standard_cart .products .product:has(.eh-plan-description) > footer {
  float: none;
  width: 100%;
  margin: 0;
  padding: 8px 18px 14px;
  text-align: center;
}
#order-standard_cart .products .product:has(.eh-plan-description) .product-pricing {
  margin: 0 0 10px;
}
#order-standard_cart .product-info .eh-plan-description {
  max-width: 640px;
  margin: 16px auto 0;
}
@media (max-width: 480px) {
  .eh-plan-description { font-size: 13px; }
  .eh-plan-description .eh-plan-features { gap: 7px; }
  #order-standard_cart .products .product:has(.eh-plan-description) .product-desc {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* END ELETRICHOST PRODUCT DESCRIPTIONS */
