
/* Применяем стиль для всего блока с ID #rec1917303161 */
#rec1917303161 {
  position: relative;
}

/* Пунктирная линия под текстами или заголовками в блоке */
#rec1917303161 .tn-atom {
  display: inline-block !important;
  position: relative !important;
}

#rec1917303161 .tn-atom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px; /* Отступ между текстом и линией */
  height: 2px; /* Толщина линии */
  background: repeating-linear-gradient(90deg, #000 0 5px, transparent 5px 10px); /* Пунктирная линия */
  pointer-events: none;
}
</style>
