/*
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
*/
.names-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.name-box {
  padding: 6px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;

  font-family: inherit !important;

  font-size: 14px;
  cursor: default;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.name-box:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #d0f0fd, #a0e7f7);
}

.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;
}

.single-post .entry-content h1,
.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 {
  display: table;
  padding: 15px 30px;
  width: fit-content;
  max-width: 90%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  text-align: center;
  color: #444444;
  line-height: 1.4;
  box-sizing: border-box;

  font-family: inherit !important;
}

.single-post .entry-content h1 {
  font-family: inherit !important;

  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: #2c3e50;
  border-bottom: 4px solid #ffdde1;
  padding-bottom: 12px;
}

.single-post .entry-content h2 {
  font-family: inherit !important;

  font-size: clamp(1.3rem, 4vw, 2rem);
  background: linear-gradient(to right, #fff, #fdfbfb);
  border-left: 5px solid #ee9ca7;
}

.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  font-family: inherit !important;

  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}

@media (max-width: 480px) {
  .single-post .entry-content h1,
  .single-post .entry-content h2,
  .single-post .entry-content h3 {
    width: 95%;
    padding: 12px 15px;
    border-radius: 20px;
  }
}

h1 {
  font-family: inherit !important;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: #2c3e50;
  border-bottom: 4px solid #ffdde1;
  padding-bottom: 12px;
}

h2 {
  font-family: inherit !important;
  font-size: clamp(1.3rem, 4vw, 2rem);
  background: linear-gradient(to right, #fff, #fdfbfb);
  border-left: 5px solid #ee9ca7;
}

h3, h4, h5, h6 {
  font-family: inherit !important;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}

h3 { font-size: 1.3rem; font-weight: 700; color: #555; }
h4 { font-size: 1.1rem; font-weight: 700; }
h5 { font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; color: #888; }
h6 { font-size: 0.9rem; color: #999; border: none; background: #f9f9f9; }

@media (max-width: 480px) {
  h1, h2, h3 {
    width: 95%;
    padding: 12px 15px;
    border-radius: 20px;
  }
}

.single-post .entry-content p {
  text-align: justify;
}

.nv--yoast-breadcrumb {
  text-align: center !important;
  width: 100%;
}
.neve-breadcrumbs-wrapper a, 
.nv--yoast-breadcrumb a {
    text-decoration: underline !important;
    font-weight: 600;
    text-underline-offset: 3px; 
}

.neve-breadcrumbs-wrapper a:hover, 
.nv--yoast-breadcrumb a:hover {
    text-decoration: none !important;
    opacity: 0.8;
}
.table,
.table-main{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
  color:#111827;
  border:1px solid #d1d5db;
  border-radius:12px;
  overflow:hidden;
}

.table caption,
.table-main caption{
  caption-side:top;
  padding:12px 16px;
  text-align:left;
  font-size:14px;
  line-height:1.4;
  color:#111827;
}

.table th,
.table-main th,
.table td,
.table-main td{
  padding:12px 14px;
  text-align:left;
  font-size:14px;
  line-height:1.4;
  vertical-align:top;
  border-bottom:1px solid #e5e7eb;
}

.table thead th,
.table-main thead th{
  background:#f3f4f6;
  color:#111827;
  font-weight:700;
  border-bottom:1px solid #d1d5db;
}

.table tbody tr:nth-child(even) td,
.table-main tbody tr:nth-child(even) td,
.table tbody tr:nth-child(even) th,
.table-main tbody tr:nth-child(even) th{
  background:#f9fafb;
}

.table tbody tr:hover td,
.table-main tbody tr:hover td,
.table tbody tr:hover th,
.table-main tbody tr:hover th{
  background:#eef2ff;
}

.table a,
.table-main a{
  color:#1d4ed8;
  text-decoration:underline;
  text-underline-offset:2px;
}

.table a:hover,
.table-main a:hover{
  color:#1e40af;
}

.table :focus-visible,
.table-main :focus-visible{
  outline:3px solid #111827;
  outline-offset:2px;
}

@media (max-width:768px){
  .table,
  .table-main{
    width:100% !important;
    table-layout:fixed !important;
    border-radius:10px;
  }

  .table th,
  .table-main th,
  .table td,
  .table-main td{
    padding:6px 8px !important;
    font-size:clamp(10px,2.6vw,13px) !important;
    line-height:1.2 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    max-width:1px;
  }

  .table thead th,
  .table-main thead th{
    font-size:clamp(10px,2.8vw,14px) !important;
  }
}

@media (max-width:480px){
  .table th,
  .table-main th,
  .table td,
  .table-main td{
    padding:5px 6px !important;
    font-size:10px !important;
  }
}
