/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.3.1732204690
Updated: 2024-11-21 15:58:10

*/


/* Match the old heading style for the new P tag */
.et_pb_gallery_grid .et_pb_gallery_item p.et_pb_gallery_title.my-custom-caption {
  margin-top: 10px;       /* Same as original h3 margin */
  font-size: 18px;        /* Match the original heading size if desired */
  /* Any additional styling... */
}

/* For the custom-caption gallery caption */
.et_pb_gallery_grid .et_pb_gallery_item p.et_pb_gallery_caption.my-custom-caption {
  font-size: 14px;        /* The original caption size */
  margin: 0.4em 0 0;      /* Same as original caption spacing */
  /* Any additional styling... */
}

.et_pb_gallery_grid .et_pb_gallery_item p.et_pb_gallery_title.my-custom-caption {
  font-size: 18px !important;
}
