.vps-view-cell {
    width: 76px;
    text-align: right !important;
    white-space: nowrap;
    color: #66736e;
    font-variant-numeric: tabular-nums;
}

th.vps-view-cell {
    color: #38534a;
    font-weight: 700;
}

.vps-post-views {
    color: inherit;
    font-variant-numeric: tabular-nums;
}

.vps-visitor-card {
    margin-bottom: 18px;
    padding: 18px 16px 13px;
    border: 1px solid #dce5e1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(31, 88, 72, 0.07);
    color: #173c31;
}

.vps-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 2px 8px;
    border-bottom: 2px solid #1f6552;
}

.vps-card-head strong {
    font-size: 16px;
}

.vps-card-head span {
    color: #6c7f78;
    font-size: 12px;
}

.vps-chart {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    overflow: visible;
}

.vps-axis {
    stroke: #dfe9e5;
    stroke-width: 1;
}

.vps-line {
    fill: none;
    stroke: #2d9278;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.vps-dot {
    fill: #fff;
    stroke: #2d9278;
    stroke-width: 2.2;
}

.vps-count {
    fill: #278069;
    font-size: 8px;
    text-anchor: middle;
}

.vps-date {
    fill: #82928c;
    font-size: 7.5px;
    text-anchor: middle;
}

.vps-visitor-card p {
    margin: 1px 2px 0;
    color: #82928c;
    font-size: 11px;
    text-align: right;
}

@media (max-width: 720px) {
    .vps-view-cell {
        width: 58px;
        font-size: 12px;
    }
}

