/*!
 * 
 *  genre-top-components-1.0.0.js
 *  Copyright (c) 2020 Rakuten.Inc
 *  Date : 2020-08-24 14:47:46
 * 
 */
.gtc-userContentCard__link {
  display: block;
  color: #333 !important;
  background-color: #f7f7f7; }

.gtc-userContentCard__thumbnail {
  outline: 1px solid rgba(0, 0, 0, 0.04);
  outline-offset: -1px; }

.gtc-userContentCard__image {
  width: 100%;
  transition: opacity 0.3s ease-out; }
  .gtc-userContentCard__link:hover .gtc-userContentCard__image {
    transition: none;
    opacity: 0.8; }

.gtc-userContentCard__description {
  padding: 12px; }

.gtc-userContentCard__user {
  display: flex;
  align-items: center; }

.gtc-userContentCard__icon {
  width: 16px; }

.gtc-userContentCard__name {
  font-size: 11px;
  line-height: 1.3;
  overflow: hidden;
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.gtc-userContentCard__title {
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 32px;
  margin-top: 8px;
  -webkit-line-clamp: 2; }

