.gift-coupon-box {
    border: 2px solid #252DCD;
    border-radius: 12px;
    padding: 20px;
    background-color: #F4F6FF;
    margin-bottom: 20px;
}
/* Reduce homepage store title size */
.home h1 {
  font-size: 2.2rem;
  line-height: 1.2;
}

.gift-coupon-box h2,
.gift-coupon-box h3 {
    color: #252DCD;
}

.gift-coupon-box button {
    background-color: #252DCD;
    color: white;
    border-radius: 6px;
    padding: 8px 16px;
}

.gift-coupon-box button:hover {
    opacity: 0.9;
}

.woocommerce-cart .cart-discount.gift-card,
.woocommerce-cart .cart-discount[name*="gift_card"] {
    font-weight: 700;
    color: #252DCD;
    background: #eef3ff;
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* Make gallery smaller on laptops/desktops */
@media (min-width: 768px) {
  .wp-block-gallery {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

ul.catlist {
    list-style-type: none;  /* remove bullets */
    padding-left: 0;
    margin-bottom: 16px;    /* space between categories */
}

ul.catlist li {
    margin-bottom: 4px;     /* space between post titles */
}

.all-thursday-link a {
  font-weight: 600;
  color: #2a7ae2;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.all-thursday-link a:hover {
  color: #1a5bb8;
}

/* ---------- Bookstore Top Box ---------- */
.bookstore-top-box {
  /* background-color removed for plain look */
  padding: 15px 20px;           /* keep spacing */
  border-radius: 10px;          /* rounded corners */
  margin-bottom: 25px;          /* spacing from products below */
  box-shadow: 0 2px 6px rgba(0,0,0,0.04); /* subtle lift */
  font-family: inherit;         /* match theme font */
  color: inherit;               /* default text color */
}

.bookstore-top-box div {
  margin: 0;
  line-height: 1.1;
  font-size: 0.95em;
}

.bookstore-top-box p:last-child {
  font-size: 0.95em;
  line-height: 1.3;
  text-align: center;
  margin-top: 6px;
}

.bookstore-top-box a {
  color: #0073aa;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .woocommerce ul.products,
  .wc-block-product-template {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
