
        .news-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0 0px;
        }

        /* Хлібні крихти */
        .breadcrumb {
            list-style: none;
            display: flex;
            gap: 5px;
            font-size: 0.875rem;
            margin-bottom: 20px;
            padding: 10px 0;
        }

        .breadcrumb_item a {
            color: #005bbb;
            text-decoration: none;
        }

        .breadcrumb_item.active {
            color: #666;
        }

        /* Заголовок і дата */
        .page_title {
            margin-bottom: 20px;
        }

        .page_title-text {
            padding-left: 2%;
            padding-right: 2%;
            font-size: 1.75rem;
            color: #000;
            margin-bottom: 10px;
        }

        .page_title-date {
            padding-left: 2%;
            padding-right: 2%;
            font-size: 0.875rem;
            color: #666;
            font-weight: bold;
        }

        /* Зображення */

.img-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%; /* зберігаю твоє обмеження ширини */
  height: auto;
  margin-bottom: 40px;
}

        /* Текст новини */
        .editor-content_post {
            padding-left: 2%;
            padding-right: 2%;
            font-size: 1rem;
        }

        .editor-content_post h4 {
            font-size: 1.25rem;
            margin: 20px 0 10px;
        }

        .editor-content_post p {
            margin-bottom: 10px;
        }

        .editor-content_post a {
            text-decoration: underline;
        }

        .editor-content_post strong {
            font-weight: bold;
        }

        .editor-content_post ul, .editor-content_post ol {
            margin: 10px 0 20px 20px;
        }

        .editor-content_post li {
            margin-bottom: 10px;
            line-height: 1.5;
        }

        .editor-content_post em {
            font-style: italic;
        }

        /* Блок поширення */
        .btn-action_wrap {
            margin: 20px 0;
        }

        .btn-action_title {
            font-size: 1rem;
            margin-bottom: 10px;
        }

        .btn-action_box {
            display: flex;
            gap: 10px;
        }

        .btn-action {
            width: 40px;
            height: 40px;
            background-color: #eee;
            border-radius: 4px;
            cursor: pointer;
        }

        /* Бічна панель */
        .sidebar {
            margin-top: 20px;
        }

        .sidebar_title {
            font-size: 1.25rem;
            margin-bottom: 15px;
            color: #003366;
        }

        .sidebar-list_item {
            margin-bottom: 15px;
        }

        .sidebar-list_item-date {
            font-size: 0.875rem;
            color: #666;
        }

        .sidebar-list_item-title {
            font-size: 1rem;
            color: #005bbb;
            text-decoration: none;
        }

        /* Секція "Останні новини" */
        .last-item_news-section {
            margin-top: 40px;
        }

        .article-level-1 {
            font-size: 24px;
            color: #003366;
            margin-bottom: 20px;
        }

        .last-item_news-top {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .last-item_news-preview img {
            width: 100%;
            height: auto;
        }

        .last-item_news-content-date {
            font-size: 0.875rem;
            color: #666;
        }

        .last-item_news-content-title {
            font-size: 1.125rem;
            color: #005bbb;
            text-decoration: none;
        }

        .last-item {
            margin-bottom: 20px;
        }

        .last-item_content-date {
            font-size: 14px;
            color: #666;
        }

        .last-item_content-title {
            font-size: 16px;
            color: #005bbb;
            text-decoration: none;
        }

@media (max-width: 768px) {
  /* Зменшення шрифтів */
  .page_title-text {
    font-size: 1.75rem;
    text-align: center;
  }

  .page_title-date,
  .breadcrumb,
  .editor-content_post,
  .editor-content_post p,
  .editor-content_post li,
  .sidebar-list_item-date,
  .last-item_content-date,
  .last-item_news-content-date {
    font-size: 0.9rem;
  }

  .editor-content_post h4,
  .sidebar_title {
    font-size: 18px;
  }

  .sidebar-list_item-title,
  .btn-action_title,
  .last-item_content-title,
  .last-item_news-content-title {
    font-size: 0.875rem;
  }

  .article-level-1 {
    font-size: 18px;
    text-align: center;
  }

  .btn-action_box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-action {
    width: 35px;
    height: 35px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .img-fluid {
    margin-bottom: 15px;
  }
}
