.content-view-count {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 24px;
    color: #9ca3af;
    font-size: 0.76rem;
    font-weight: 400;
    line-height: 1;
    opacity: 0.72;
}

.content-view-count svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
