/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.entry-content > blockquote {
    position: relative;
    margin: 48px 0;
    padding: 2rem;
    border-left: 5px solid;
    border-radius: var(--cs-common-border-radius);
    font: var(--cs-font-headings-family) sans-serif;
    text-transform: var(--cs-font-headings-text-transform);
    line-height: var(--cs-font-headings-line-height);
    letter-spacing: var(--cs-font-headings-letter-spacing);
    font-size: 1rem;
    font-weight: normal;
}