@charset "UTF-8";.linkcard {
    margin: 32px 0 !important;
}

.linkcard img {
    margin: 0 !important;
    padding: 0;
    border: none;
}

.linkcard span.external-icon {
    display: none;
}

.linkcard p {
    display: none;
}

.lkc-link {
    text-decoration: none!important;
}

.lkc-unlink {
    cursor: not-allowed;
}

.lkc-external-wrap {
    border: 1px solid #888888;
    border-radius: 8px;
    background-color: initial !important;
}

.lkc-internal-wrap {
    border: 1px solid #888888;
    border-radius: 8px;
    background-color: initial !important;
}

.lkc-this-wrap {
    border: 1px solid #888888;
    border-radius: 8px;
    background-color: initial !important;
}

.lkc-external-wrap,.lkc-internal-wrap,.lkc-this-wrap {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.lkc-card {
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
}

.lkc-content {
    height: 150px;
    margin: 6px 0 0 0;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.lkc-title-text {
    color: #111111;
    font-size: 20px;
    line-height: initial !important;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
}

.lkc-title-text:hover {
    text-decoration: underline;
}

.lkc-url {
    color: #4466ff;
    font-size: 12.8px;
    line-height: initial !important;
    font-weight: normal;
    text-decoration: underline;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0;
}

.lkc-url-info {
    color: #4466ff;
    font-size: 12.8px;
    line-height:initial !important;
    font-weight: normal;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

.lkc-excerpt {
    margin: 0;
    color: #333333;
    font-size: initial !important;
    line-height: initial !important;
    padding: 0;
    overflow: hidden;
}

.lkc-more-text {
    display: inline;
    color: #444444;
    font-size: 12px;
    line-height: 40px;
}

.lkc-thumbnail {
    max-width: 150px;
    max-height: 150px;
    padding: 0;
    margin: 0 0px 0px 16px !important;
    float: right;
}

.lkc-thumbnail-img {
    width: 150px;
    max-height: 150px;
    border: 1px solid #222;
}

.lkc-info {
    padding: 0;
    color: #222222;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    display: block!important;
}

.lkc-favicon {
    height: 16px;
    width: 16px;
    margin: 0 4px!important;
    border: none;
    vertical-align: bottom;
    display: inline!important;
}

.lkc-domain {
    margin: 0 0 0 6px;
    color: #222222;
    font-size: initial !important;
    line-height:  initial !important;
    text-decoration: none;
    display: inline!important;
}

.lkc-external-added,.lkc-internal-added,.lkc-this-added {
    color: #222222;
    font-size: 12px;
    line-height: 12px;
    display: inline!important;
}

.lkc-date {
    color: #222222;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: inline!important;
    float: right;
}

.lkc-share {
    display: inline;
    text-shadow: none;
}

.lkc-sns-tw {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #5ea9dd!important;
    background-color: #f5f8fa!important;
    font-size: 9px;
    text-decoration: underline!important;
    font-weight: bold!important;
    white-space: nowrap;
}

.lkc-sns-fb {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #ffffff!important;
    background-color: #3864a3!important;
    font-size: 9px;
    text-decoration: underline!important;
    font-weight: bold!important;
    white-space: nowrap;
}

.lkc-sns-hb {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #ff6464!important;
    background-color: #ffefef!important;
    font-size: 9px;
    text-decoration: underline!important;
    font-weight: bold!important;
    white-space: nowrap;
}

.lkc-sns-gp {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #dd4e42!important;
    background-color: #ffffff!important;
    font-size: 9px;
    text-decoration: underline!important;
    font-weight: bold!important;
    white-space: nowrap;
}

.lkc-sns-po {
    display: inline;
    margin: 0;
    padding: 0 1px;
    color: #eeeeee!important;
    background-color: #ee4055!important;
    font-size: 9px;
    text-decoration: underline!important;
    font-weight: bold!important;
    white-space: nowrap;
}

.lkc-error {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.clear {
    clear: both;
}

blockquote.lkc-quote {
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    border: none;
}

blockquote.lkc-quote::before {
    content: '';
}

blockquote.lkc-quote::after {
    content: '';
}

.lkc-iframe-wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.lkc-iframe {
    padding: 0;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .lkc-title {
        font-size:14px;
        line-height: 21px;
    }

    .lkc-excerpt {
        font-size: 10px;
    }

    .lkc-thumbnail {
        max-width: 135px;
    }

    .lkc-thumbnail-img {
        max-width: 135px;
    }
}

@media screen and (max-width: 480px) {
    .lkc-title {
        font-size:12px;
        line-height: 19px;
    }

    .lkc-excerpt {
        font-size: 8px;
    }

    .lkc-thumbnail {
        max-width: 105px;
    }

    .lkc-thumbnail-img {
        max-width: 105px;
    }
}

@media screen and (max-width: 320px) {
    .lkc-title {
        font-size:11px;
        line-height: 16px;
    }

    .lkc-excerpt {
        font-size: 6px;
    }

    .lkc-thumbnail {
        max-width: 75px;
    }

    .lkc-thumbnail-img {
        max-width: 75px;
    }
}

@media (prefers-color-scheme: dark) {
  .lkc-title-text {
      color: #EEE;
  }

  .lkc-title-text:hover {
      text-decoration: underline;
  }

  .lkc-url {
      color: #ff4466;
  }

  .lkc-url-info {
      color: #ff4466;
  }

  .lkc-excerpt {
     color: #CCC;
  }
  .lkc-domain {
    color: #DDD;
  }
}
