.custom-featured-image-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    color: #fff; /* White text */
    padding: 5px 10px;
    font-size: 12px;
    z-index: 10;
    width: 100%; /* Full width of the image */
    text-align: left;
}

.wp-post-image {
    position: relative; /* Ensure the featured image is positioned relative for overlay */
}

.custom-featured-image-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
}
.custom-featured-image-meta p {
    margin: 0;
}

.custom-featured-image-meta {
    display: flex;
    justify-content: center; /* Centers the  horizontally */
    align-items: center;    /* Vertically centers the  (optional) */
}

.custom-featured-image-meta p {
    max-width: 1400px;      /* Constrain the width of the  */
    width: 100%;            /* Allow scaling up to the max-width */
    text-align: left;       /* Ensure the text inside is left-aligned */
    font-style: italic;     /* Make the text italic */
    box-sizing: border-box; /* Prevent padding/borders from affecting width */
    position: relative;
}