@charset "utf-8";

.ue-c-article__author { pointer-events: none; }

.reg__list { position: relative; counter-reset: item 0; padding: 0px !important; }

.reg__list li::before { content: counter(item); display: flex; justify-content: center; align-items: center; aspect-ratio: 1 / 1; width: 36px; height: 36px; border: 2px solid rgb(0, 69, 112); font-weight: 600; color: rgb(0, 69, 112); border-radius: 50%; text-align: center; line-height: 20px; font-family: Tahoma, Verdana, sans-serif; padding: 0px; }

.reg__item { margin-bottom: 10px; background: rgb(236, 236, 236); border-radius: 15px; border-right: 3px solid rgb(0, 69, 112); border-left: 3px solid rgb(0, 69, 112); padding: 10px; display: flex; gap: 10px; align-items: center; counter-increment: item 1; font-family: Mundo, "Times New Roman", Times, serif; font-variant: oldstyle-nums; color: rgb(32, 32, 32); font-weight: 400; font-size: 1.1875rem; line-height: 1.6875rem; letter-spacing: 0px; }
