.card__row table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.7;
}

.card__row table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card__row table td {
  padding: 16px 12px;
  vertical-align: top;
}

.card__row table td:first-child {
  color: #777E90;
  font-weight: 400;
  width: 50%;
}

.card__row table td:last-child {
  color: #23262F;
  font-weight: 500;
  text-align: right;
  width: 50%;
}

@media (max-width: 479.98px) {
  .card__row table {
    font-size: 12px;
  }

  .card__row table td {
    padding: 8px 6px;
  }
}
/* 
  Стиль для форматування тексту в блоці .card__description:
  застосовується до стандартних HTML-елементів, таких як <p>, всередині опису товару або об'єкта.
*/

.card__description p {
 line-height: 1.7;
  margin: 0 0 16px 0; /* чіткий відступ між абзацами */

}
.card__description ul {
    list-style: none;
    padding-left: 1.5em;
    margin: 0.5em 0;
}

.card__description ol {
    list-style: decimal;
    list-style-position: inside; /* сближает цифру и текст */
    padding-left: 0;             /* убираем лишний отступ */
    margin: 0.5em 0;
}

.card__description li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.4em;
    line-height: 1.5;
}

/* только для <ul> — кастомный маркер "-" */
.card__description ul li::before {
    content: "\2022";             /* это и есть • */
    position: absolute;
    left: 0;
    top: 0.3em;
    color: #444;
    font-size: 1em;
    line-height: 1;
}

/* тексты в списках с <p> */
.card__description li p {
    margin: 0;
    display: inline;
}
.head-modules-page__nav ul {
    display: flex;
    flex-wrap: wrap;        /* разрешаем перенос строк */
}

.head-modules-page__nav li {
    white-space: nowrap;    /* предотвращаем перенос внутри самого li */
}

._wide {
 	max-width: none;
}
.head-modules-page__text p {
    margin: 0 0 1em;       /* нижний отступ между абзацами */
}
a.link .question__name {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

a.link:hover .question__name {
  color: #ff7e33;
  text-decoration: underline;
}
.item-modules-spoller__name:hover {
  text-decoration: underline;
}
.relised__title:hover {
  text-decoration: underline;
}
.head-modules-page__title:hover {
  text-decoration: underline;
}
.questions-compact {
  padding: 20px 0px !important;
}
.href-link {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.href-link:hover {
  color: #ff7e33;
  text-decoration: underline;
}
.search-header__main {
    position: relative;
}

.search-header__button {
    flex-shrink: 0;
    position: relative;
    z-index: 20;
}

.search-header__input {
    position: relative;
    z-index: 10;
}

.search-header__results {
    pointer-events: none;
}

.search-header__form._result .search-header__results {
    pointer-events: auto;
}
.uppercase{
	  text-transform: uppercase;
}

.header a:hover svg path {
    fill: #FF7E33 !important;
}

.header a svg path {
    transition: fill 0.2s ease;
}
/* =========================================================
   NEWS — FULL WIDTH MODE (news-article--wide)
   ========================================================= */

/* Контейнер на всю ширину */
.news-article--wide .news-article__container {
    padding: 0 20px;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

/* Wrapper больше не flex, чтобы контент не ломался */
.news-article--wide .news-article__wrapper {
    display: block !important;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

/* Убираем flex/float у галереи (контент статьи) */
.news-article--wide ._gallery {
    display: block !important;
    overflow: visible !important;
}

/* Контейнер изображения — нормальный поток, без aspect-ratio */
.news-article--wide .news-article__image {
    aspect-ratio: unset !important;
    height: auto !important;
    padding: 0 !important;
    position: static !important;

    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 32px auto;
    text-align: center;
}

/* Само изображение — прежний размер, по центру */
.news-article--wide .news-article__image img {
    position: static !important;
    float: none !important;
    display: inline-block !important;

    max-width: 470px;   /* твой реальный размер */
    width: auto !important;
    height: auto !important;

    margin: 0 auto;
}

/* =========================================================
   NEWS — текстовое оформление
   ========================================================= */

/* Отступ под шапкой новости (дата + заголовок) */
.news-article--wide .news-article__head {
    margin-bottom: 32px;
}

/* Главный заголовок новости (то, что в .news-article__head) */
.news-article--wide .news-article__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}

/* Абзацы в тексте новости */
.news-article--wide .news-article__body p {
    margin: 0 0 20px 0;
    line-height: 1.65;
    font-size: 18px;
}

/* Списки в тексте новости */
.news-article--wide .news-article__body ul {
    margin: 0 0 24px 0;
    padding-left: 25px;
}

.news-article--wide .news-article__body li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 18px;
    list-style: disc;
}

/* Внутренние H2 в контенте (если будут) */
.news-article--wide .news-article__body h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin: 25px 0 15px;
}

/* Жирный текст в тексте новости */
.news-article--wide .news-article__body strong,
.news-article--wide .news-article__body b {
    font-weight: 700;
}
