/*Menu line spacing MA 39998229 hc*/
 .main-navigation li > a {
padding-top: 20px;
padding-bottom: 0px;
}

/*Reduce top padding content MA 39998229 hc*/
.single .post-content {
padding-top: 30px;
}

/*Reide padding of Post Header MA 39998229 hc*/ 
.post-header {
    padding: 5% 10%;
}

/* Woo Tabs Headers */
.woocommerce-tabs h2 {
	display: none;
}

/* Baskerville Shop product Display Grid */
.woocommerce ul.products {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

/* Change color site description to white  40165695-hc | WH */
.site-description {
	color:#fff;
}


/* add margins after images | 40989362-hc (LL) */
.wp-block-image {
    margin-bottom: 1.5em;
}

/* rounded corners class for images | 41280321-hc (LL) */
.rounded-corners img {
    border-radius: 20px;
}

/* Woo product page: put key product info on a white card for readability */
.single-product div.product {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Make sure text inside the product area uses normal dark text */
.single-product div.product,
.single-product div.product p,
.single-product div.product li,
.single-product div.product a,
.single-product div.product .price,
.single-product div.product .woocommerce-Price-amount {
  color: #222;
}

/* Ensure the "Back to browsing" link is readable and looks like a link */
.single-product .back-to-browsing,
.single-product .back-to-browsing a {
  color: #0a6a6a;
  text-decoration: underline;
}

/* WooCommerce product pages: make "Back to browsing" a button */
.ki-backlink a{
  display: inline-block;
  background: #fff;
  color: #0aa39a;            /* teal text */
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.12);
  line-height: 1;
  font-weight: 600;
}

.ki-backlink a:hover,
.ki-backlink a:focus{
  text-decoration: none;
  filter: brightness(0.97);
  outline: none;
}
/* =========================================================
   WooCommerce (School visits shop)
   - Styles the "← Back to browsing" button on single product pages
   - Styles the small "School visit advance order only" notice under the price
   Added: 16 Jan 2026
   ========================================================= */

/* ==========================================================
   WooCommerce (School visits shop)
   Price note inline with price on single product pages
   Added: 16 Jan 2026
   ========================================================== */

.ki-price-note{
  display:inline-block;
  margin-left:10px;
  padding:5px 9px;
  border-radius:6px;
  font-size:13px;
  line-height:1.2;
  background:#fff;
  border:1px solid rgba(0,0,0,.18);
  color:inherit;
  white-space:nowrap;
}

/* WooCommerce: hide any legacy comment blocks on shop/category/tag/product pages */
.woocommerce #comments,
.woocommerce .comments-area,
.woocommerce .comment-respond,
.woocommerce .comment-list,
.woocommerce .comments-title,
.woocommerce .comments-link,
.woocommerce .comment-form,
.woocommerce .comment-notes {
  display: none !important;
}

/* Extra safety for your theme’s “Comments are closed.” line */
.woocommerce p.no-comments {
  display: none !important;
}

/* ==========================================================
   WooCommerce: remove Baskerville blog-style footer/author bits
   on single PRODUCT pages (Added: 16 Jan 2026)
   ========================================================== */

.single-product .post-footer,
.single-product .post-meta,
.single-product .post-author,
.single-product .author-bio,
.single-product .post-nav,
.single-product .comments-area,
.single-product .comments,
.single-product .comment-respond,
.single-product .comments-title,
.single-product .comments-closed {
  display: none !important;
}

