body {
  font-family: 'Unbounded';
  margin: 0;
  padding: 0;
  background-color: #f1f3f4;
  color: #151515;
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  box-sizing: border-box;
}

  

img {
  max-width: 100%;
  display: block;
}
p {
  line-height: 170%;
}



h1 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
}

.content-block a {
  color: #2563eb;
}

.content-block a:hover {
  text-decoration: underline;
}

.su-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2563eb;
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(37, 99, 235, 0.3);
  margin: 0 auto 20px; 
  width: fit-content; 
}

ul, li {
  line-height: 1.5;
  margin-bottom: 5px;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === TOP BANNER === */
.top-banner {
  width: 100%;
  margin: 0 auto;
}

.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* === HEADER === */
.site-header {
  background-color: #2563eb;
  padding: 20px 0;
  box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrapper {
  position: relative;
  width: 182px;
  height: 40px;
}

.logo-part {
  position: absolute;
}

.vertical-divider {
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  margin: 0 20px;
}

.main-nav {
  display: flex;
  gap: 30px;
  flex-grow: 1;
  margin-left: 40px;
}

.nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.nav-link:hover {
  opacity: 0.8;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.icon-group {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.icon-group img {
  width: 24px;
  height: 24px;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* === HERO SECTION === */
#hero-section {
  padding-top: 20px;
}

.hero-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.breadcrumbs img {
  width: 16px;
  height: 16px;
}

.hero-content-wrapper {
  display: flex;
  gap: 30px;
}

.hero-logo {
  flex-shrink: 0;
  width: 173px;
  height: 173px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-evenly;
}

/* AI Title */
.ai-title {
  font-size: 28px;
  font-weight: 700;
  color: #151515;
  margin: 0;
  line-height: 1.2;
}

/* AI Tags */
.ai-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.tag-blue {
  background-color: #2563eb;
  color: white;
  border:  1px solid #2563eb;
}

.tag-white {
  background-color: white;
  color: #2563eb;
  border: 1px solid #2563eb;
}

/* AI Description */
.ai-description {
  font-size: 16px;
  color: #2e3246;
  line-height: 1.6;
  margin: 0;
}

/* AI Actions  */
.ai-actions {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 10px 0;
}

/* Rating */
.ai-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars {
  display: flex;
  gap: 2px;
  font-size: 25px;
}

.star {
  color: #e0e0e0;
}

.star.filled {
  color: #ffc700;
}

.rating-value {
  font-size: 16px;
  font-weight: 600;
  color: #151515;
}

/* Buttons */
.ai-buttons {
  display: flex;
  gap: 10px;

}
/* Кнопка на всю ширину когда она одна */
.ai-actions .ai-buttons {
  width: 100%;
}

.ai-buttons .btn:only-child {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: 1;
  max-width: 50%;
}
.btn {
  border-radius: 8px;
  padding: 16px 90px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-family: 'Unbounded';
  font-size: 16px;
}


  /* Table Styles */
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

thead {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
}

 th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #1d4ed8;
}

 td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}
 tbody tr:hover {
    background-color: #f9fafb;
}

 tbody tr:last-child td {
    border-bottom: none;
}

/* Адаптивность для таблиц */
@media (max-width: 768px) {
    table {
        font-size: 12px;
    }
    
    th,
    td {
        padding: 8px 10px;
    }
}



.btn-primary {
  background-color: #2563eb;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #1d4ed8;
}

.btn-white {
  background-color: #ffffff;
  color: #2B3990;
  border: 1px solid #2563eb;
  padding: 16px 35px;
}

.btn-white:hover {
  background-color: #f5f5f5;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #ffffff;
  color: #000000;
}

/* AI Meta (Author) */
.ai-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
  padding-top: 20px;

}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d1d5db;
}

.author-name {
  font-size: 14px;
  color: #151515;
}

.author-time {
  font-size: 14px;
  color: #6b7280;
  margin-left: 8px;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
}

.meta-icon {
  width: 16px;
  height: 16px;
}

.show-more-btn {
  background-color: #2563eb;
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
}

.show-more-btn:hover {
  background-color: #1d4ed8;
}

/* === MAIN CONTENT === */
#main-content {
  padding-top: 20px;
  padding-bottom: 40px;
}

.content-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.article-column {
  flex: 1;
  background: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  min-width: 0;
}

.sidebar {
  width: 277px;
  flex-shrink: 0;
  position: -webkit-sticky; 
  position: sticky;
  top: 90px; 
  height: fit-content; 
  align-self: flex-start;
 
}

.visualr img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

/* === TYPOGRAPHY === */
.content-block {
  margin-top: 30px;
}


.faq-section {
  margin-top: 25px;
}


.mb-4 {
  margin-bottom: 20px;
}

/* TOC */
.toc-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.toc-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  cursor: pointer;

}



/* === PROS CONS === */
.pros-cons-block {
  margin-top: 20px;
}

.pc-grid {
  display: flex;
  gap: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.pc-col {
  flex: 1;
}

.pc-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}

.pc-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-col ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 11px;
  color: #2e3246;
  line-height: 1.5;
}

.pc-col ul li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* === PROMPT BOX === */
.prompt-block {
  margin-bottom: 30px;
  font-family: 'Courier New', monospace;
  }
  
  .prompt-block h3 {
  font-size: 20px;
  margin-bottom: 15px;
  }
  
  .prompt-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 20px;
  display: flex;
  gap: 20px;
  }
  
  .prompt-content {
  flex: 1;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 1.6;
  }
  
  .prompt-content p {
  margin: 0;
  }
  
  .copy-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  }
  
  .copy-icon:hover {
  opacity: 1;
  }

/* === CTA BLOCK === */
.cta-block {
  background: linear-gradient(95deg, #2563eb 0%, #764ba2 100%);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  color: white;
}

.cta-content h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 24px;
}

.cta-content p {
  color: white;
  margin-bottom: 24px;
  font-size: 18px;
}

/* === FAQ === */
.faq-block {
  margin-bottom: 30px;
}

.faq-block h3 {
  margin-bottom: 20px;
}

.faq-item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.faq-question {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #2563eb;
  transition: color 0.3s ease;
  user-select: none;
  line-height: 1.6;
}

.faq-item.open .faq-question {
  color: #2563eb;
}

.faq-item:not(.open) .faq-question {
  color: #000;
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 30px 30px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.6;
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

/* === COMMENTS === */



.comments-header {
  margin-bottom: 24px;
}

.comments-header h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.comments-header p {
  font-size: 14px;
  color: #7f8c8d;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #9ca3af;
  font-size: 14px;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fefeff;
  box-sizing: border-box;
  font-family: 'Unbounded';
  font-size: 14px;
}

.form-input:focus {
  outline: none;
  border-color: #2563eb;
}

.textarea {
  height: 120px;
  resize: vertical;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.checkbox-wrapper {
  width: 20px;
  height: 20px;
  border: 1px solid #767676;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-wrapper input {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.captcha-placeholder {
  margin-bottom: 20px;
}

.captcha-box {
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 300px;
  justify-content: space-between;
}

.captcha-check {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: white;
}

.captcha-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #555;
}

.captcha-logo img {
  width: 32px;
}

.submit-btn {
  width: 100%;
}

/* === RELATED POSTS === */


.section-title {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.post-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {

  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
}



.post-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  height: 180px;
}

.post-card:hover .post-image img {
  transform: scale(1.05);
}

.post-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #151515;
  text-align: center;
}

.post-content p {
  font-size: 12px;
  color: #7f8c8d;
  margin-bottom: 20px;
  flex: 1;
  line-height: 1.5;
  text-align: center;
  
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.6em;
}

.tool-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  }
  
.btn-read {
  background-color: #2563eb;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  flex: 1;
  transition: background-color 0.3s ease;
}

.btn-read:hover {
  background-color: #1d4ed8;
}

.icon-box {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #2563eb;
  transition: background-color 0.3s ease;
}

.icon-box:hover {
  background-color: #1d4ed8;
}

.icon-box img {
  width: 20px;
  height: 20px;
}

.show-more-container {
  display: flex;
  justify-content: center;
}

.toc-list {

  margin: 0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .content-layout {
    flex-direction: column;
  }



  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pc-grid {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .toc-list li {
    font-size: 12px !important;
  }

  
  .ai-buttons .btn {
    padding: 15px;
    font-size: 13px;
    max-width: 100% !important;
  }
  .toc-list {
    padding-left: 16px;
  }

  .toc-box {
    padding: 16px;
  }
  /* Header */
  .site-header {
    padding: 15px 0;
  }

  .header-content {
    flex-wrap: wrap;
  }

  .vertical-divider {
    display: none;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #2563eb;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    margin-left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav .nav-link {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-menu-btn {
    display: flex;
  }

  .header-actions .icon-group {
    display: none;
  }

  /* Hero Section */
  .hero-card {
    padding: 20px !important;
  }

  .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-logo {
    width: 120px;
    height: 120px;
  }

  .ai-title {
    font-size: 24px;
  }

  .ai-tags,
  .ai-actions,
  .ai-buttons {
    justify-content: center;
  }

  .ai-actions {
    flex-direction: column;
    gap: 20px;
  }

  .ai-rating {
    justify-content: center;
  }

  .ai-buttons {
    width: 100%;
    flex-direction: column;
  }

  .ai-meta {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .meta-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .author {
    justify-content: center;
  }

  /* Article Column */
  .article-column {
    padding: 25px !important;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  /* TOC */
  .toc-block {
    padding: 20px;
  }

  /* FAQ */
  .faq-question {
    padding: 15px 20px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  /* Comments */
  .comments-wrapper {
    padding: 25px;
  }

  .captcha-box {
    width: 100%;
    max-width: 300px;
  }

  /* Related Posts */
  .section-title {
    font-size: 20px;
  }
}


@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .comments-area h3 {
    font-size: 19px;
  }

  /* Header */
  .site-header {
    padding: 10px 0;
  }

  .logo-wrapper {
    width: 140px;
    height: 35px;
  }

  /* Hero Section */
  .hero-card {
    padding: 15px;
    border-radius: 8px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .breadcrumbs img {
    width: 14px;
    height: 14px;
  }

  .hero-logo {
    width: 100px;
    height: 100px;
  }

  .ai-title {
    font-size: 20px;
  }

  .ai-tags {
    gap: 6px;
  }

  .tag {
    font-size: 12px;

  }

  .ai-description {
    font-size: 14px;
  }

  .ai-actions {
    gap: 10px;
    font-size: 12px;
  }

  .meta-item img {
    width: 14px;
    height: 14px;
  }

  .ai-buttons .btn {
    padding: 15px;
    font-size: 13px;
    max-width: 100% !important;
  }

  .ai-meta {
    gap: 10px;
  }

  .author-name,
  .author-time,
  .meta-item {
    font-size: 10px;
  }

  /* Article Column */
  .article-column {
    padding: 20px;
    border-radius: 8px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

  p {
    font-size: 14px;
  }

  /* TOC */
  .toc-block {
    padding: 15px;
  }

  .toc-block ul li {
    font-size: 13px;
  }

  /* Pros Cons */
  .pc-col ul li {
    font-size: 13px;
  }

  .pc-col ul li img {
    width: 24px;
    height: 24px;
  }

  /* Prompt Box */
  .prompt-box {
    padding: 15px;
  }

  .prompt-text {
    font-size: 13px;
  }

  /* CTA Block */
  .cta-block {
    padding: 25px;
  }

  .cta-content h3 {
    font-size: 20px;
  }

  .cta-content p {
    font-size: 14px;
  }

  /* FAQ */
  .faq-question {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-answer {
    padding: 0 15px 15px;
    font-size: 12px;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  /* Comments */
  .comments-wrapper {
    padding: 20px;
    border-radius: 8px;
  }

  .comments-header h2 {
    font-size: 20px;
  }

  .form-input {
    padding: 10px;
    font-size: 13px;
  }

  .textarea {
    height: 100px;
  }

  .captcha-box {
    padding: 8px 15px;
  }

  .submit-btn {
    padding: 12px;
    font-size: 14px;
  }

  /* Related Posts */
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .post-image {
    height: 160px;
  }

  .post-content {
    padding: 15px;
  }

  .post-content h4 {
    font-size: 16px;
  }

  .post-content p {
    font-size: 13px;
  }

  .btn-read {
    padding: 8px 15px;
    font-size: 13px;
  }

  .icon-box {
    width: 40px;
    height: 40px;
  }

  .icon-box img {
    width: 18px;
    height: 18px;
  }

  .show-more-btn {
    padding: 10px 25px;
    font-size: 14px;
  }


  
 
  .btn-primary {
    padding: 8px 16px;
    font-size: 13px;
  }

  .btn-outline {
    padding: 8px 20px;
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 0 10px;
  }

  .site-header {
    padding: 8px 0;
  }

  .logo-wrapper {
    width: 120px;
    height: 30px;
  }

  .hero-card {
    padding: 12px;
  }

  .hero-logo {
    width: 80px;
    height: 80px;
  }

  .ai-title {
    font-size: 18px;
  }

  .article-column {
    padding: 15px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  .toc-block {
    padding: 12px;
  }

  .cta-block {
    padding: 20px;
  }

  .faq-question {
    padding: 12px;
    font-size: 14px;
  }

  .comments-wrapper {
    padding: 15px;
  }
}

/* Print Styles */
@media print {

  .site-header,
  .top-banner,
  .sidebar,
  .show-more-container,
  .header-actions,
  #comments-section,
  #related-posts {
    display: none !important;
  }

  .content-layout {
    display: block;
  }

  .article-column {
    box-shadow: none;
    border: 1px solid #ccc;
  }

  body {
    background-color: #ffffff;
  }
}


@media (prefers-contrast: high) {

  .btn-primary,
  .btn-white,
  .tag {
    border: 2px solid #ffffff;
  }

  .article-column,
  .hero-card,
  .faq-item {
    border: 2px solid #000000;
  }

  .nav-link {
    text-decoration: underline;
  }
}


@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

  .btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  }
  
  .btn-primary:hover {
  background-color: #1d4ed8;
  }
  

  .main-nav ul {
    display: flex;
    gap: 30px;
    flex-grow: 1;
    color: white;
    list-style: none;
    font-weight: 400;
}
#header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* === FOOTER === */
.site-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0 20px 0;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 1.2fr 0.8fr 1.2fr; 
    gap: 30px; 
    margin-bottom: 60px;
  }
  .footer-logo {
  width: 186px;
  margin-bottom: 20px;
  }
  .footer-desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 320px;
  }
  .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  }
  .social-links img {
  width: 20px;
  height: 20px;
  }
  .email-link {
  display: flex;
  align-items: center;
  gap: 8px;
  }
  .footer-link {
  display: block;
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 16px;
  transition: color 0.3s ease;
  }
  .footer-link:hover {
  color: #2563eb;
  }
  .footer-link.sub-link {
  color: #d2d2d2;
  font-size: 14px;
  }
  .footer-link.sub-link:hover {
  color: #2563eb;
  }
  .footer-bottom {
  text-align: center;
  color: #7e7e7e;
  font-size: 14px;
  border-top: 1px solid #333;
  padding-top: 20px;
  }
  

  /* === COMMENTS SECTION - полная ширина в контейнере === */
#comments-section {
  padding: 20px 0;
}

.comments-wrapper {
  background: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

/* === RELATED POSTS - полная ширина в контейнере === */
#related-posts {
  padding-bottom: 40px;
}

.readdd {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);

}

/* === АДАПТИВНОСТЬ === */
@media (max-width: 1024px) {
  .content-layout {
      flex-direction: column;
  }
  
  
  
  .comments-wrapper,
  .readdd {
      padding: 30px;
  }
}

@media (max-width: 768px) {
  .comments-wrapper,
  .readdd {
      padding: 25px;
      border-radius: 8px;
  }
  
  .posts-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
}

@media (max-width: 480px) {

  .comments-wrapper,
  .readdd {
      padding: 15px;
      border-radius: 8px;
  }
  
  .posts-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .section-title {
      font-size: 20px;
      margin: 10px 0 20px;
  }
}

@media (max-width: 360px) {
  .comments-wrapper,
  .readdd {
      padding: 15px;
  }
}




/* Контейнер полей ввода */
.comments-wrapper #commentform p {
  margin-bottom: 20px;
}

/* Поля ввода (Имя, Email, Сайт) */
.comments-wrapper #commentform input[type="text"],
.comments-wrapper #commentform input[type="email"],
.comments-wrapper #commentform input[type="url"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fefeff;
  box-sizing: border-box;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  color: #151515;
  margin-top: 5px;
}

.comments-wrapper #commentform input[type="text"]:focus,
.comments-wrapper #commentform input[type="email"]:focus,
.comments-wrapper #commentform input[type="url"]:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Поле комментария (Textarea) */
.comments-wrapper #commentform textarea#comment {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fefeff;
  box-sizing: border-box;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  color: #151515;
  height: 120px;
  resize: vertical;
  display: block;
  margin-top: 5px;
}

.comments-wrapper #commentform textarea#comment:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Кнопка отправки */
.comments-wrapper #commentform input[type="submit"] {
  background-color: #2563eb;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 30px;
  border: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  width: auto; /* Кнопка не на всю ширину */
}

.comments-wrapper #commentform input[type="submit"]:hover {
  background-color: #1d4ed8;
  
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Чекбокс "Сохранить данные" */
.comments-wrapper #commentform p.comment-form-cookies-consent {
  display: flex;
 
  gap: 10px;
  font-size: 14px;
  color: #6b7280;
}

.comments-wrapper #commentform p.comment-form-cookies-consent input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Заголовки полей (label) */
.comments-wrapper #commentform label {
  font-weight: 600;
  color: #151515;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}


/* === КНОПКА НАВЕРХ === */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #2563eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background-color: #1d4ed8;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.5);
}

.scroll-to-top:active {
  transform: translateY(-1px);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .scroll-to-top {
      bottom: 20px;
      right: 18px;
      width: 50px;
      height: 50px;
  }
  
  .scroll-to-top svg {
      width: 20px;
      height: 20px;
  }
}



/* === КНОПКА AI АССИСТЕНТ === */
.ai-assistant-btn {
  position: fixed;
  bottom: 95px; 
 right: 30px;
  width: 50px;
  height: 50px;
  background-color: #2563eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; 
  visibility: visible; 
  transform: translateY(0); 
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.ai-assistant-btn:hover {
  background-color: #1d4ed8;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.5);
}

.ai-assistant-btn:active {
  transform: translateY(-1px);
}

.ai-assistant-btn img {
  width: 24px;
  height: 24px;
}



.stars {
  display: flex;
  gap: 2px;
  font-size: 25px;
  line-height: 2;
  position: relative;
}


.rating-value {
  font-size: 16px;
  font-weight: 600;
  color: #151515;
  line-height: 1;
  display: flex;
  align-items: center;
}




.star {
  color: #e0e0e0;
  position: relative;
  display: inline-block;
}

.star.filled {
  color: #ffc700;
}

.star.empty {
  color: #e0e0e0;
}

/* Половина звезды */
.star.half {
  background: linear-gradient(90deg, #ffc700 50%, #e0e0e0 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Альтернативный вариант для лучшей совместимости */
.star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc700;
  width: 50%;
  overflow: hidden;
  -webkit-text-fill-color: #ffc700;
}

.star.half {
  color: #e0e0e0;
  position: relative;
}


.cta-block.text-center {
  text-align: center;
}

.cta-block.text-center .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-block.text-center .btn {
  margin: 0 auto;
}

/*  */




/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Mobile TOC Toggle */
.toc-mobile-toggle {
  display: none;
  margin: 20px 0;
}

.toc-toggle-btn {
  background-color: #2563eb;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

@media (max-width: 768px) {
  .toc-box {
      padding: 20px;
  }
  

  

  
  .toc-mobile-toggle {
      display: block;
  }
}

.article-body img, .article-body iframe, .article-body video, .article-body table {
  max-width: 100%;
  height: auto;
  display: block;
}
.toc-toggle-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}


/* === TOC Updates === */


.toc-list { 
  display: block; 
  transition: all 0.3s ease;
}


.toc-list.collapsed { 
  display: none; 
}


.toc-toggle-icon.rotated {
  transform: rotate(180deg);
}


@media (max-width: 768px) {
  .toc-list { 
      display: none; 
  }
  .toc-list.active { 
      display: block; 
  }
  
  .toc-list.active.collapsed {
      display: block; 
  }
}


/* === Стили для комментариев === */



.comments-area h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

/* Список комментариев */
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist > li {
  margin-bottom: 30px;
}

/* Тело комментария */
.comment-body {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  position: relative;
}

/* Мета-информация комментария */
.comment-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
}

.comment-author .avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.comment-author .fn {
  font-style: normal;
}

.comment-metadata {
  font-size: 14px;
  color: #666;
}

.comment-metadata a {
  color: #666;
  text-decoration: none;
}

.comment-metadata a:hover {
  color: #2563eb;
}

/* Содержимое комментария */
.comment-content {
  margin: 15px 0;
  padding-left: 60px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Кнопка ответа */
.reply {
  margin-top: 15px;
  padding-left: 60px;
}

.reply a {
  display: inline-block;
  padding: 8px 20px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.reply a:hover {
  background: #1d4ed8;
  
}

/* Вложенные комментарии (ответы) */
.children {
  list-style: none;
  padding-left: 60px;
  margin-top: 20px;
}

.children .comment-body {
  background: #fff;
  border: 2px solid #e5e7eb;
}

/* Форма комментариев */

.comment-reply-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.comment-form p {
  margin-bottom: 20px;
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #2563eb;
}

.comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

.comment-form .submit {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.comment-form .submit:hover {
  background: #1d4ed8;

}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .comment-meta {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
  }
  
  .comment-content,
  .reply {
      padding-left: 0;
  }
  
  .children {
      padding-left: 20px;
  }
  
  .comment-body {
      padding: 20px;
  }
}


/* === SU Button === */
.su-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2563eb;
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(37, 99, 235, 0.3);
  margin: 0 auto 20px; 
  width: fit-content; 
}

.su-button:hover {
  background-color: #1d4ed8;

  box-shadow: 0px 4px 12px 0px rgba(37, 99, 235, 0.4);
}

.su-button:active {
  transform: translateY(0);
}

/* Адаптивность */
@media (max-width: 768px) {
  .su-button {
      padding: 10px 24px;
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .su-button {
    padding: 15px 0px;
      font-size: 13px;
      width: 100%;
      max-width: 280px;
      text-align: center;
    
  }

  h1 {
    font-size: 24px;
  }

  .toc-header {
    font-size: 15px;
  }

  li {
    font-size: 14px;
  }
}




@media (max-width: 768px) {
  .ai-assistant-btn {
      bottom: 80px; 
      right: 20px;
      width: 45px;
      height: 45px;
  }
  
  .ai-assistant-btn img {
      width: 20px;
      height: 20px;
  }
  
  .scroll-to-top {
      bottom: 20px;
      right: 18px;
      width: 50px;
      height: 50px;
  }
}



/* Для мобильных устройств */
@media (max-width: 968px) {
  .footer-grid {
      grid-template-columns: 1fr 1fr;
  }
  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
    }
    .brand-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    }
    .footer-logo {
    margin: 0 auto 20px auto;
    }
    .footer-desc {
    max-width: 100%;
    }
    .social-links {
    justify-content: center;
    }
}

@media (max-width: 640px) {
  .footer-grid {
      grid-template-columns: 1fr;
  }
}

.article-column p , .article-column li {
  font-weight: 300;
}

.btn-blue {
  background-color: #2563eb;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #2563eb;
}

.btn-blue:hover {
  background-color: white;
  border: 1px solid #2563eb;
  color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tag-blue:hover {
  color: #2563eb;
  background: white;
  border:  1px solid #2563eb;
  transition: all 0.3s ease;
}

.btn-white-blue {
  background-color: #ffffff;
  color: #2563eb;
  border: 1px solid #2563eb;
  font-size: 15px;
}

.btn-white-blue:hover {
  background-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}


.ai-tags-roles {
  margin-top: -5px;
}

.p-role {
  line-height: 0;
}

.tag-white:hover {
  background-color: #2563eb;
  color: white;
  border: 1px solid #2563eb;
  transition: all 0.3s ease;
}


/* Бейдж VPN в карточке */
.vpn-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff6b35;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Оранжевый тег для страницы обзора */
.tag-orange {
  background-color: #ff6b35;
  color: #ffffff;
}

.tag-orange:hover {
  background-color: #e55a2b;
}

/* Адаптация для карточки */
.tool-card {
  position: relative;
}

.card-image-wrapper {
  position: relative;
}




@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .hero-card,
    .article-column {
        padding: 15px !important;
    }
}





/* === ИСПРАВЛЕНИЕ МОБИЛЬНОЙ ВЕРСИИ === */

/* Для планшетов и мобильных */
@media (max-width: 1024px) {
  .content-layout {
      flex-direction: column;
  }
  
  .article-column {
      width: 100%;
      max-width: 100%;
      flex: none;
  }
  

}

/* Для мобильных устройств */
@media (max-width: 768px) {
  body {
      overflow-x: hidden;
      max-width: 100vw;
  }
  
  #main-content {
      overflow-x: hidden;
      max-width: 100%;
  }
  
  .container {
      padding: 0 15px;
      max-width: 100%;
  }
  
  .content-layout {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      gap: 20px;
  }
  
  .article-column {
      width: 100%;
      max-width: 100%;
      flex: 1 1 100%;
      padding: 25px;
      box-sizing: border-box;
  }
  
  .sidebar {
      width: 100%;
      max-width: 100%;
      flex: 1 1 100%;
      box-sizing: border-box;
  }
  
  .sidebar-column {
      width: 100%;
      max-width: 100%;
  }
}


@media (max-width: 480px) {
  .container {
      padding: 0 10px;
  }
  
  .article-column {
      padding: 20px;
  }
  
  .hero-card {
      padding: 20px;
  }
}




.pc-grid ul li a {
  color: #2563eb;
  text-decoration: none;
}


.pc-col ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #2e3246;
  line-height: 1.5;
  font-weight: 300 !important;
}

.pc-col ul li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pc-col ul li .pc-text {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
}

@media (max-width: 768px) {
  th, td {
      padding: 8px 10px;
  }
}

table th a {
  color: white !important;
  text-decoration: underline #ffffff !important;
}

.logged-in-as a {
color: #2563eb;
}



.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #2563eb #f1f1f1;
}

.table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #1d4ed8;
}

.table-wrapper table {
  min-width: 600px;
  width: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
}



@keyframes slide-indicator {
  0%, 100% { transform: translateY(-50%) translateX(0); opacity: 0.7; }
  50% { transform: translateY(-50%) translateX(-5px); opacity: 1; }
}

/* Мобильная версия */
@media (max-width: 768px) {
  .table-wrapper {
      margin: 15px -25px;
      padding: 0 25px;
      border-radius: 8px;
  }
  
  .table-wrapper table {
      min-width: 500px;
      font-size: 12px;
  }
  
  .table-wrapper th,
  .table-wrapper td {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .table-wrapper {
      margin: 15px -20px;
      padding: 0 20px;
  }
  
  .table-wrapper table {
      min-width: 450px;
      font-size: 11px;
  }
  
  .table-wrapper th,
  .table-wrapper td {
    padding: 10px 20px;
  }
  

}


ul, ol {
  padding-left: 28px;
}


.post-card {
  position: relative;
}

.post-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.tool-actions {
  position: relative;
  z-index: 2;
}

.tool-actions a {
  position: relative;
  z-index: 2;
}
#hero-section {
  padding-top: 20px;
}


@media (max-width: 770px) {
.no-padding {
  padding: 0;
  border-radius: 0;
}

.no-border {
  border-radius: 0 !important;
}

#hero-section {
  padding-top: 0px;
}

.sidebar {
  padding:  0 15px;
}

}






.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #2563eb #f1f1f1;
  box-sizing: border-box; 
}


@media (max-width: 768px) {
  .table-wrapper {
      margin: 15px 0; 
      padding: 0; 
      border-radius: 8px;
      width: calc(100% - 0px);
  }
  
  .table-wrapper table {
      min-width: 500px;
      font-size: 12px;
  }
  
  .table-wrapper th,
  .table-wrapper td {
      padding: 10px 15px; 
  }
}


@media (max-width: 480px) {
  .table-wrapper {
      margin: 15px 0; 
      padding: 0;
      width: calc(100% - 0px);
  }
  
  .table-wrapper table {
      min-width: 450px;
      font-size: 11px;
  }
  
  .table-wrapper th,
  .table-wrapper td {
      padding: 10px 15px;
  }
}


.table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
  margin: 0 8px; 
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #1d4ed8;
}



/* Кнопка отправки комментария */
.comments-wrapper #commentform input[type="submit"],
.comments-wrapper .submit {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    display: inline-block !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-border-radius: 8px !important;
    -webkit-box-shadow: none !important;
}

.comments-wrapper #commentform input[type="submit"]:hover,
.comments-wrapper .submit:hover {
    background-color: #1d4ed8 !important;
    -webkit-transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

.comments-wrapper #commentform input[type="submit"]:active,
.comments-wrapper .submit:active {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}


.comments-wrapper #commentform input[type="checkbox"],
.comments-wrapper #wp-comment-cookies-consent {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #767676 !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    margin-top: 3px !important;
    padding: 0 !important;
    position: relative !important;
    -webkit-border-radius: 4px !important;
    flex-shrink: 0 !important;
}

.comments-wrapper #commentform input[type="checkbox"]:checked,
.comments-wrapper #wp-comment-cookies-consent:checked {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    margin-top: 3px !important;
}

.comments-wrapper #commentform input[type="checkbox"]:checked::after,
.comments-wrapper #wp-comment-cookies-consent:checked::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: bold !important;
}


.comments-wrapper #commentform input[type="text"],
.comments-wrapper #commentform input[type="email"],
.comments-wrapper #commentform textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}


.comments-wrapper #commentform input,
.comments-wrapper #commentform textarea,
.comments-wrapper #commentform button {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}


@media screen and (max-width: 768px) {
    .comments-wrapper #commentform input,
    .comments-wrapper #commentform textarea,
    .comments-wrapper #commentform select {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
  .visualr img {
    width: 50% !important;
  }
} 

@media (max-width: 1024px) {
  .sidebar {
  width: 100% !important;
  margin: 0 auto !important;
  }
 }


 .aligncenter {
  border-radius: 10px;
}


@media (max-width: 1180px) {
  .ai-actions .ai-buttons {
    flex-direction: column;
  }
 }

 @media (max-width: 768px) {
  .hero-info {
    gap: 20px;
  }
 }


 
/* Table of Contents */
.toc-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  margin: 30px 0;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #151515;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.toc-list li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.toc-list li a:hover {
  color: #2563eb;
}

.toc-list li {
  list-style: none;
  padding-left: 15px; 
  margin-bottom: 8px;
  position: relative;
}

.toc-list .toc-h3 {
  padding-left: 30px;
  font-size: 14px; 
}

.toc-list .toc-h4 {
  padding-left: 40px;
  font-size: 13px; 
}

.toc-list li a.active {
  color: #2563eb;
  font-weight: bold;
}

.toc-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.6);
}


.toc-list .toc-h3::before {
  left: 15px; 
}


.toc-list .toc-h4::before {
  left: 20px; 
}




html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

caption {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}