/**
 * C2 CPT Manager – Frontend Block Styles
 *
 * Enqueued automatically by WordPress only when the respective block
 * is present on the page.
 */

/* =========================================================
   c2-cpt-manager/custom-field
   ========================================================= */

.c2-custom-field__image {
    max-width: 100%;
    height: auto;
    display: block;
}

.c2-custom-field__media-item {
    overflow: hidden;
}

.c2-custom-field__desc {
    margin: 0.4em 0 0;
    font-size: 0.875em;
}

/* =========================================================
   c2-cpt-manager/linked-image
   ========================================================= */

.c2-linked-image__link {
    display: block;
}

.c2-linked-image__img {
    max-width: 100%;
    height: auto;
    display: block;
}
