#iwh7ik {
    font-weight: 600;
    color: rgb(249, 250, 251);
    font-family: quote-cjk-patch, Inter, system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    background-color: rgb(21, 21, 23);
}

.inline-block.bg-gray-800.rounded-lg.px-6.py-4.border.border-gray-700 {
    text-align: left;
}

.visit-counter {
    background: linear-gradient(45deg, #3b82f6, #8b5cf6);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.visit-counter p {
    margin: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .visit-counter p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}