.item-history-service{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem;letter-spacing:-.03em;font-size:.875rem;font-weight:700;padding-block:0.75rem;padding-inline:0.9375rem;border-radius:var(--border-radius);background-color:var(--bg-grey-color)}.item-history-service__count{counter-increment:count-item;min-inline-size:0.75rem}.item-history-service__count::before{content:counter(count-item) ".";line-height:1.15;color:var(--text-color-50)}.item-history-service__smile::before{font-size:1rem}.item-history-service__dates{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.item-history-service__link{position:relative;-webkit-transition:color var(--trans-elem);transition:color var(--trans-elem)}.item-history-service__link::before{content:"";position:absolute;bottom:-.125rem;left:0;inline-size:100%;block-size:0.09375rem;background-color:currentColor}.item-history-service__link:focus-visible{outline:.125rem dashed var(--text-color);outline-offset:0.125rem;color:var(--text-color-50)}@media (any-hover:hover){.item-history-service__link:hover{color:var(--text-color-50)}}