/**
 * Last Updated Shortcode Styles
 *
 * Uses <div> instead of <p> to avoid theme/Elementor paragraph overrides.
 * Selectors scoped with .oe-last-updated for specificity.
 */

div.oe-last-updated {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--oe-color-text-light);
}

.oe-last-updated .oe-last-updated__date {
    color: var(--oe-color-text);
}

@media (max-width: 768px) {
    div.oe-last-updated {
        font-size: 11px;
    }
}
