/**
 * @file
 * Styles for Disqus comment count links.
 */

/* Hide comment counts until JavaScript determines they should be visible */
.js-disqus-comment-count {
  display: none !important;
}

/* This class will be added by JS when the count should be shown */
.js-disqus-comment-count.has-comments {
  display: inline-block !important;
}

/* Hide empty Disqus comment fields to prevent occupying space */
.field--name-disqus-comment-count a:empty {
  display: none !important;
}
