@charset "UTF-8";
  .lkc-info{
width:250px;
position:relative;
top:95px;
left:210px;
line-height:15px;
text-overflow: ellipsis;
} .linkcard img{
width: 120px;
height: auto;
margin-bottom: 0px !important;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.lkc-favicon{
width:16px !important;
height: 16px !important;  
}
.lkc-thumbnail{
max-width:30% ;
}
.lkc-domain {
width:10px;
}
.lkc-title {
display: flex;
justify-content: center;
align-items: center;
color: #f85b3c;
font-weight: 700;
padding: 5px;
}
.lkc-excerpt {
display: none ;
}
.lkc-url{
display: none ;
}
.lkc-sns-hb{
display: none ;
}
.lkc-sns-tw {
display: none ;
}
.lkc-sns-gp {
display: none ;
}
.lkc-sns-po{
display: none ;
}
.lkc-card {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
div.lkc-title-text{
font-size: 16px;
font-weight: 700; 
color: #ffb400;
}
.lkc-external-wrap{
margin:  0 auto;
max-width: 620px;
border-radius:8px;
border-color:#F2F2F2;
box-shadow:5px 5px 5px 5px #F2F2F2;
margin-bottom:32px;
overflow:hidden;
}
.lkc-content{
display: flex;
margin-top: 0px;
border-radius: 8px;
gap: 10px;
border: 5px rgb(255, 255, 255) solid;
}
.lkc-external-wrap:after {
position:  absolute;
content:'read more \e910';
font-family: 'jin-icons';
font-weight: bold;
right:12px;
bottom:8px;
padding:5px 20px;
background:#ffb400;
color:#fff;
font-size: .8em;
border-radius:2px;
}
.lkc-info {
display: none;
}
div.lkc-date {
display: none!important;
}
.lkc-content{
background-color:#fff;
}
.lkc-internal-wrap{
margin:  0 auto;
max-width: 98%;
border-radius:8px;
border-color:#F2F2F2;
box-shadow:5px 5px 5px 5px #F2F2F2;
margin-bottom:32px;
overflow:hidden;
}
@media screen and (max-width: 1024px) {
.lkc-info {
margin-left: -25px;
}
}
@media screen and (max-width: 480px) {
.lkc-title {
font-size: 12px;
line-height: 1.2;
padding: 0px;
}
.lkc-content {
gap: 5px;
}
.lkc-external-wrap{
margin:  0 auto; 
box-shadow:3px 3px 3px 3px #F2F2F2;
}
.lkc-domain{
font-size:11px;
}
.lkc-thumbnail{
max-width: 130px;
} 
div .lkc-title-text {
font-size: 13.5px;
line-height: 21px;
height:60px;
max-width:200px;
}
.lkc-internal-wrap, .lkc-external-wrap, .lkc-this-wrap{
box-shadow:3px 3px 3px 3px #F2F2F2;
max-width: 100%;
}
}
@media screen and (max-width: 390px) {
.lkc-title {
font-size: 11px;
}
}