 #pop-gallery {
         display: grid;
         gap: 40px;
         margin-top: 40px;
         }
         .pop-case-card {
         border-bottom: 1px solid #ddd;
         padding-bottom: 40px;
         }
         .pop-image-group {
         display: flex;
         flex-wrap: wrap;
         gap: 16px;
         align-items: flex-start;
         }
         .pop-thumb {
         width: 150px;
         }
         .pop-thumb a {
         padding: 0 !important;
         margin: 0 !important;
         line-height: 0 !important;
         display: block;
         width: 150px;
         height: 150px;
         overflow: hidden;
         border-radius: 3px;
         box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
         }
         .pop-thumb img {
         width: 150px !important;
         height: 150px !important;
         max-width: none !important;
         max-height: none !important;
         object-fit: cover;
         display: block;
         margin: 0 !important;
         padding: 0 !important;
         vertical-align: top !important;
         }
         .pop-caption {
         margin-top: 6px;
         font-size: 12px;
         line-height: 1.3;
         text-align: center;
         color: #666;
         }
         .pop-case-card h3 {
         margin-top: 16px;
         font-size: 18px;
         }
         
/* Force 3 column gallery grid */
.pop-gallery-3col .pop-image-group {
  max-width: 640px;
}

.pop-gallery-3col .pop-thumb,
.pop-gallery-3col .pop-thumb a {
  width: 200px;
}

.pop-gallery-3col .pop-thumb a {
  height: 200px;
}

.pop-gallery-3col .pop-thumb img {
  width: 200px !important;
  height: 200px !important;
}



.pop-case-description {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 30px 0;
}