/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
.single-post-container,
.nv-single-post-wrap,
.entry-header,
.nv-title-meta-wrap,
.nv-content-wrap,
.nv-thumb-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
}

.nv--yoast-breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

.nv-title-meta-wrap h1.title.entry-title {
  margin-top: 4px !important;
  margin-bottom: 10px !important;
  line-height: 1.2em !important;
}

.nv-meta-list {
  margin: 0 !important;
  padding: 0 !important;
  gap: 6px;
}

.nv-thumb-wrap {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

.nv-content-wrap.entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.nv-content-wrap.entry-content p {
  margin-bottom: 12px !important;
}

.nv-content-wrap.entry-content h2,
.nv-content-wrap.entry-content h3 {
  margin-top: 18px !important;
  margin-bottom: 10px !important;
}

.nv-single-post-wrap > div,
.entry-header > div,
.nv-title-meta-wrap > * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

footer, .nv-content-wrap {
  margin-top: 20px !important;
}

.cc-toc .wp-block-button__link {
    background-color: #1e293b !important;
    color: #f8fafc !important;
    border: 1px solid #334155 !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
}

.cc-toc .wp-block-button__link:hover {
    background-color: #334155 !important;
    border-color: #475569 !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.has-vivid-cyan-blue-background-color { background-color: #334155 !important; }
.has-vivid-green-cyan-background-color { background-color: #2d3748 !important; }
.has-luminous-vivid-amber-background-color { background-color: #4a5568 !important; color: #fff !important; }
.has-vivid-purple-background-color { background-color: #44337a !important; }
.has-vivid-red-background-color { background-color: #742a2a !important; }
.has-black-background-color { background-color: #0f172a !important; }

@media (max-width: 600px) {
    .cc-toc {
        gap: 8px !important;
        padding: 0 10px !important;
    }
    .cc-toc-btn {
        flex: 1 1 45% !important; 
        min-width: 140px !important;
    }
    .cc-toc-btn .wp-block-button__link {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 5px !important;
        font-size: 14px !important;
    }
}
.entry-content span[class*="-color"] {
    filter: saturate(1.1) brightness(0.3);
    display: inline-block;
}

.entry-content span.has-text-color {
    filter: saturate(1.1) brightness(0.55);
}
.single-post .entry-content h2, 
.single-post .entry-content h3, 
.single-post .entry-content h4, 
.single-post .entry-content h5, 
.single-post .entry-content h6 {
    color: #000 !important;
    background: #fff !important;
    border: 3px solid #000 !important;
    box-shadow: 5px 5px 0px #000 !important;
    padding: 15px 25px !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.8em !important;
    display: block !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
    transition: all 0.2s ease !important;
}


@media (max-width: 768px) {
    .single-post .entry-content h2, 
    .single-post .entry-content h3, 
    .single-post .entry-content h4, 
    .single-post .entry-content h5, 
    .single-post .entry-content h6 {
        padding: 10px 15px !important;
        box-shadow: 3px 3px 0px #000 !important;
        border: 2px solid #000 !important;
        font-size: calc(1.1rem + 0.5vw) !important;
    }
}
.wp-block-column ul.wp-block-list li a{
    display:block;
    padding:12px 16px;
    margin:6px 0;
    min-height:48px;
    line-height:1.4;
}
.wp-block-column ul.wp-block-list li{
    margin-bottom:8px;
}
