/*.user-gallery-card {*/
/*  background-color: #f6f9f7;*/
/*  border-radius: 12px;*/
/*  padding: 1rem;*/
/*  margin-bottom: 1rem;*/
/*  box-shadow: 0 2px 6px rgba(0,0,0,0.05);*/
/*  transition: transform 0.2s ease, box-shadow 0.2s ease;*/
/*}*/
/*.user-gallery-card:hover {*/
/*  transform: translateY(-2px);*/
/*  box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
/*}*/
/*.user-gallery-card .gallery-title {*/
/*  margin-top: 0;*/
/*  font-size: 1.2rem;*/
/*  color: #2c3e36;*/
/*}*/
/*.user-gallery-card .gallery-name {*/
/*  font-weight: 600;*/
/*  margin-bottom: 0.4rem;*/
/*}*/
/*.user-gallery-card .gallery-cover img {*/
/*  border-radius: 8px;*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*}*/
/*.user-gallery-card .gallery-description {*/
/*  margin-top: 0.5rem;*/
/*  color: #4a4a4a;*/
/*  font-size: 0.95rem;*/
/*}*/
