.elementor-997200 .elementor-element.elementor-element-8b8e8cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-997200 .elementor-element.elementor-element-66ea5d8{padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-66ea5d8 */.image-meta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%; /* Full width */
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    flex-wrap: wrap; /* Ensures responsiveness */
}

.image-meta-left {
    flex: 1;
    max-width: 50%; /* Two columns on desktop */
}

.image-meta-left img {
    width: 100%;
    height: auto; /* Allows original image height */
    max-width: 100%; /* Prevents overflow */
    object-fit: contain; /* Ensures the whole image is visible */
    border-radius: 5px;
}

.image-meta-right {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

/* Responsive Design for Mobile */
@media screen and (max-width: 768px) {
    .image-meta-container {
        flex-direction: column; /* Stack on mobile */
        text-align: center;
    }

    .image-meta-left, .image-meta-right {
        max-width: 100%; /* Full width on mobile */
    }
}/* End custom CSS */