/**
 * wapgames.lt lankytojų skaitliukas (index.php).
 * Atskiras failas — kraunamas paskutinis, kad neperrašytų .game-link taisyklės.
 */

.wapgames-footer {
    position: relative;
    margin: 0 auto;
    width: 248px;
    max-width: 248px;
}

.wapgames-footer a.game-link.wapgames-referral-link,
body.public-page .container .wapgames-footer a.game-link.wapgames-referral-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 0;
    width: 248px;
    max-width: 248px;
    min-width: 248px;
    line-height: 1.2;
    white-space: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.wapgames-footer a.game-link.wapgames-referral-link:hover,
.wapgames-footer a.game-link.wapgames-referral-link:active {
    background: transparent;
    box-shadow: none;
    transform: none;
}

.wapgames-visitor-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 248px;
    max-width: 248px;
    padding: 6px 10px 5px;
    border-radius: 8px;
    background: rgba(30, 30, 30, 0.9);
    border: 1px solid #6a5a4a;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wapgames-footer a.game-link.wapgames-referral-link:hover .wapgames-visitor-widget {
    border-color: #c0a060;
    box-shadow: 0 0 10px rgba(192, 160, 96, 0.5);
}

.wapgames-sparkline-wrap {
    width: 100%;
    height: 28px;
}

.wapgames-sparkline {
    display: block;
    width: 100%;
    height: 100%;
}

.wapgames-sparkline rect {
    fill: #c0a060;
}

.wapgames-visitor-grid {
    display: grid;
    grid-template-columns: 68px 76px 68px;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
}

.wapgames-visitor-metric {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    text-align: center;
}

.wapgames-visitor-metric-label {
    font-size: 0.7rem;
    font-weight: normal;
    color: #c0c4cc;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: none;
    line-height: 1.1;
    white-space: nowrap;
}

.wapgames-visitor-metric-value {
    font-size: 0.9rem;
    font-weight: bold;
    color: #c0c4cc;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: none;
    line-height: 1;
}

.wapgames-counter-iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border: 0;
    overflow: hidden;
    pointer-events: none;
}
