/*
Theme Name: NewsBlogger Child
Theme URI: https://spicethemes.com/newsblogger-wordpress-theme/
Author: spicethemes
Author URI: https://spicethemes.com
Description: NewsBlogger Child
Template: newscrunch
Tags: blog, news, photography, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, rtl-language-support, one-column, two-columns, full-width-template, sticky-post, right-sidebar, footer-widgets, grid-layout
Version: 0.1.3.3
Requires at least: 4.5
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newsbloggerchild
*/

article.type-canzone {
    .spnc-video-embed {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .spnc-video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    section.spnc-section {
        margin: 0 0 1.5em 0;
    }

    .spnc-header {
        width: 100%;
    }
}

.post-views{
    line-height: 24px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #6C6C6F;
    margin-left: 5px;
}
