@charset "utf-8";

/* Netcity Postype visit skin */
#visit {
    position: relative;
    color: #181818;
}
#visit .visit_head {
    margin-bottom: 18px;
}
#visit .visit_head span {
    display: block;
    margin-bottom: 6px;
    color: #a2a2a2;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
#visit h2 {
    margin: 0;
    color: #181818 !important;
    font-size: 18px;
    line-height: 1.25;
}
#visit .visit_stats {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}
#visit .visit_stats div {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
}
#visit dt,
#visit dd {
    margin: 0;
    padding: 0;
    color: #8d8d8d !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}
#visit dd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 22px;
    padding: 2px 9px;
    border-radius: 999px;
    background: #f1f1f1;
    color: #181818 !important;
    font-weight: 950;
    line-height: 1;
}
#visit .btn_admin {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: transparent !important;
    color: #b4b4b4 !important;
}
#visit .btn_admin i {
    color: #b4b4b4 !important;
}
