/* ACTOPIM Connector shortcode overrides.
 *
 * Add site-independent shortcode styles here. For site-specific styling,
 * override this file through the actopim_connector_shortcode_css_url and
 * actopim_connector_shortcode_css_path filters.
 */


/* Base safety styles. Full corporate design CSS can be added below or redirected with filters. */
.actopim-corporate-section,
.actopim-corporate-section * {
    box-sizing: border-box;
}

.actopim-corporate-section {
    width: 100%;
    max-width: 100%;
}

.actopim-corporate-section img {
    max-width: 100%;
    height: auto;
}
