.my-custom-module {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background: #f7f7f9;
  padding: 40px 0;
}

.my-custom-card {
  background: linear-gradient(135deg, #fff 60%, #e3f0ff 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  padding: 32px 36px;
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e3e5ea;
  transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s;
}

.my-custom-card h2 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 18px;
  text-align: center;
}

.bear-images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 14px 0 12px 0;
  width: 100%;
}

.bear-image-wrapper {
  width: 100px;
  margin: 5px;
}

.bear-image {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(30,114,255,0.14), 0 0px 0px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s;
}

.bear-image:hover {
  box-shadow: 0 0 16px 0 rgba(30,114,255,0.35), 0 1.5px 20px rgba(0,0,0,0.08);
}

.number-control {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  color: #555;
}

@media (max-width: 768px) {
  .my-custom-card {
    padding: 18px 6vw;
    max-width: 98vw;
  }
  .my-custom-card h2 {
    font-size: 18px;
  }
  .bear-image-wrapper {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .my-custom-card {
    padding: 12px 2vw;
  }
  .my-custom-card h2 {
    font-size: 16px;
  }
  .bear-image-wrapper {
    width: 60px;
  }
}

  align-items: center;
  min-height: 300px;
  background: #f7f7f9;
  padding: 40px 0;
}

.my-custom-card {
  background: linear-gradient(135deg, #fff 60%, #e3f0ff 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  padding: 32px 36px;
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e3e5ea;
  transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s;
}

  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 32px 36px;
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e3e5ea;
}
  /* Changed from purple background to red */
  background: gray;
  margin: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.my-custom-module h1 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin: 0 0 15px 0 !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
.my-custom-card h2 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 18px;
  text-align: center;
}

.bear-images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 14px 0 12px 0;
  width: 100%;
}

.bear-image-wrapper {
  width: 100px;
  margin: 5px;
}

.bear-image {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(30,114,255,0.14), 0 0px 0px rgba(0,0,0,0.04);
  transition: transform 0.25s cubic-bezier(0.69,0,0.32,1.5), box-shadow 0.2s;
}

  /* Remove old border-radius and box-shadow, now snazzier above */
}
.bear-image:hover {
  box-shadow: 0 0 16px 0 rgba(30,114,255,0.35), 0 1.5px 20px rgba(0,0,0,0.08);
  /* Subtle blue glow, no transform or animation */
}






.number-control {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  color: #555;
}

@media (max-width: 768px) {
  .my-custom-card {
    padding: 18px 6vw;
    max-width: 98vw;
  }
  .my-custom-card h2 {
    font-size: 18px;
  }
  .bear-image-wrapper {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .my-custom-card {
    padding: 12px 2vw;
  }
  .my-custom-card h2 {
    font-size: 16px;
  }
  .bear-image-wrapper {
    width: 60px;
  }
}
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0 0 15px 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.bill-murray-container {
  margin-top: 15px;
  text-align: center;
}

.bill-murray-image {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Updated bear image styling for multiple bears */
.bear-images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px 0;
}

.bear-image-wrapper {
  width: 100px;
  margin: 5px;
}

.bear-image {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.number-control {
  clear: both;
  margin-top: 15px;
  font-weight: bold;
}

/* Responsive typography */
@media (max-width: 768px) {
  .my-custom-module h1 {
    font-size: 22px;
  }
  
  .my-custom-module h2 {
    font-size: 18px;
  }
  
  .bear-image-wrapper {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .my-custom-module {
    padding: 15px;
  }
  
  .my-custom-module h1 {
    font-size: 20px;
  }
  
  .my-custom-module h2 {
    font-size: 16px;
  }
  
  .bear-image-wrapper {
    width: 60px;
  }
}