@charset "utf-8";

/* 방문자 집계 - 비스크로 다크 테마 */

#visit {
    position: relative;
}

#visit .btn_admin {
    position: absolute;
    top: 0;
    right: 20px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    border-radius: 5px;
    background: #2a2a3e;
    color: #00d4ff;
    border: 1px solid #3a3a5e;
    transition: all 0.3s ease;
}

#visit .btn_admin:hover {
    background: #00d4ff;
    color: #0f0f23;
}

#visit h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: left;
    color: #00d4ff;
    position: relative;
}

#visit dl {
    padding: 10px 0;
}

#visit dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#visit dt {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 23px;
    height: 23px;
    color: #aaaaaa;
}

#visit dt span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    background: #00d4ff;
}

#visit dd {
    float: left;
    width: 50%;
    padding: 0 5px;
    text-align: right;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    font-size: 0.92em;
    color: #ffffff;
}

#visit dd strong {
    display: inline-block;
    padding: 0 5px;
    border-radius: 20px;
    line-height: 15px;
    color: #0f0f23;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
}
