/*
 Theme Name:   Twenty Twenty-Five Child
 Description:  A child theme for Twenty Twenty-Five
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Your custom CSS starts below this line */

/* Remove blur overlay behind gallery captions */
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
    display: none !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none !important;
    color: white; /* Or your preferred text color */
    position:; /* Moves it below the image  relative */
    margin-top: 0.5em;
    font-size: 16px !important; /* Or 1.3em / 20px—bigger than 13px */
    line-height: 1.4 !important; /* For better readability */
	text-shadow:none ;/* 0 0 1.5px #000 */
}

/* Override gallery caption font size - Matches core specificity */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {

}

/* Add more custom CSS here as needed */