/* Размерные подсказки привязаны к отмеченным граням сечения. */

/* Ширина профиля: только между левой и правой внешними гранями нижнего сечения. */
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(1) > .col-md-2::after {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='46' viewBox='0 0 76 46'%3E%3Cpath d='M6 34H70M6 34V10M70 34V10M6 34l7-4M6 34l7 4M70 34l-7-4M70 34l-7 4' fill='none' stroke='%23fffaf6' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 34H70M6 34V10M70 34V10M6 34l7-4M6 34l7 4M70 34l-7-4M70 34l-7 4' fill='none' stroke='%23d97152' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
        linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.60)),
        var(--character-photo) !important;
    background-size: 68px 40px, cover, cover !important;
    background-position: 58.5% 87%, center, center !important;
    background-repeat: no-repeat !important;
}

/* Толщина наружной стенки: короткий размер ровно между двумя гранями стенки. */
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(2) > .col-md-2::after {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='46' viewBox='0 0 52 46'%3E%3Cpath d='M12 34H40M12 34V10M40 34V10M12 34l7-4M12 34l7 4M40 34l-7-4M40 34l-7 4' fill='none' stroke='%23fffaf6' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 34H40M12 34V10M40 34V10M12 34l7-4M12 34l7 4M40 34l-7-4M40 34l-7 4' fill='none' stroke='%23d97152' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
        linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.60)),
        var(--character-photo) !important;
    background-size: 22px 32px, cover, cover !important;
    background-position: 52% 87%, 58% center, 58% center !important;
    background-repeat: no-repeat !important;
}
