.wcpay-express-checkout-wrapper {
  max-width: 322.5px;
  margin-left: 0 !important;
  margin-right: auto !important;
}


.ct-container-full {
  padding-bottom: 0 !important;
}
#nav_menu-16 {
    margin-top: 20px !important;
}

/* Remove top gap on homepage caused by Jetpack */
.home #main.site-main {
    padding-top: 0px !important;
}

//Date Stamp fix

/* Hide ONLY the review date (Blocksy + WooCommerce) */

/* WooCommerce default review date */
.woocommerce-review__published-date {
    display: none !important;
}

/* Remove the dash before the date */
.woocommerce-review__author + .woocommerce-review__dash {
    display: none !important;
}

/* Blocksy theme sometimes prints date inside the time tag */
.commentlist time {
    display: none !important;
}

/* IMPORTANT: Keep reviewer NAME visible */
.woocommerce-review__author {
    display: inline !important;
}


/* PGP: Accesibility fix keep it : Mobile touch target fix for footer categories block */
@media (max-width: 768px) {

  .pgp-footer-categories .wc-block-product-categories__dropdown select,
  .pgp-footer-categories .wc-block-product-categories__button {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding: 0 14px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }

  .pgp-footer-categories .wc-block-product-categories__button {
    min-width: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* spacing between select + button (if container supports it) */
  .pgp-footer-categories .wc-block-product-categories__dropdown {
    gap: 8px;
  }
}


google reveiws

.pgp-reviews-badge{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid #e7efe7;
  background:#f7fbf7;
  border-radius:10px;
  font-weight:600;
  font-size:14px;
  line-height:1.2;
}

.pgp-reviews-badge .stars{
  letter-spacing:1px;
}

.pgp-reviews-badge .link{
  color:#2e9f45;
  text-decoration:none;
  font-weight:700;
}

.pgp-reviews-badge .link:hover{
  text-decoration:underline;
}

@media (max-width: 767px){
  .pgp-reviews-badge{
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
  }
}


