/*
Theme Name: NextSkill
Theme URI: https://nextskill.ir
Author: NextSkill Team
Author URI: https://nextskill.ir
Description: A modern WordPress theme for educational platforms, courses, and webinars.
Version: 2.0.3
Text Domain: nextskill
*/

html {
  scroll-behavior: smooth;
}

/* Prevent long unbroken content from breaking the layout (single post) */
.blog-content {
  min-width: 0;
  overflow-wrap: anywhere;
}

.blog-content pre {
  max-width: 100%;
  overflow-x: auto;
}

.blog-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
