/* Start custom CSS */table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #FFF;
    color: #D31D24;
}
/* 30 Year Anniversary Faincy Dinner only */
.postid-1081 {
  background-color: #f8efe2;
}

/* GIF background on the product wrapper only */
.postid-1081 .elementor.elementor-684.elementor-location-single.post-1081.product {
  background-image: url("https://westsidecafefortworth.com/wp-content/uploads/2026/06/1996-wsc-anniversary.gif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Tan/cream background behind the actual inner content */
.postid-1081 .elementor.elementor-684.elementor-location-single.post-1081.product .e-con-inner {
  background-color: #f8efe2;
  padding: 32px;
  border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    margin-top:5%;

}

/* Keep the content sitting above the GIF */
.postid-1081 .elementor.elementor-684.elementor-location-single.post-1081.product .e-con {
  position: relative;
  z-index: 1;
}/* End custom CSS */