/* === Fix Link Styling in Image Captions ===
   Ensures hyperlinks in image captions match the surrounding caption text
   (used to appear larger or differently styled due to theme interference)
*/

figure.wp-caption a,
figcaption a,
.wp-caption-text a {
    font-size: 100% !important;
    font-weight: bold !important;
}
