/* small extra styles */
.check-card {
    transition:
        box-shadow 0.15s,
        transform 0.12s;
}

.check-card:active {
    transform: translateY(1px);
}

.tag-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 10px;
    width: 2rem;
    height: 1rem;
    border-radius: 3px;
    color: white;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

/* Remove dark mode overrides from here; handled by Tailwind classes */