@charset "UTF-8";
/*
Theme Name: RiverTuck
Author: 両毛トレード
Description: 両毛トレードオリジナルテーマ（リバータック）
Version: 1.0
Text Domain: ryomo
*/


.wp-embed-site-icon {
  content: url("https://rm.x0.com/wp-content/themes/20151209/images/favicon.ico");
}



@media screen and (max-width: 768px) {
.wp-embed-featured-image.square {
float: none;
width: 100%;
max-width: 100%;
margin-right: 0;
}
.wp-embed-featured-image img {
object-fit: cover;
width: 100%;
height: auto;
}
.wp-embed-excerpt {
display: none;
}
}

.wp-embed {
padding: 20px;
background: #f1f1f1;
}
.wp-embed a:hover {
color: #ababab;
}
.wp-embed-featured-image img {
object-fit: cover;
width: 180px;
height:120px;
}
.wp-embed-featured-image.square {
float: left;
max-width: 180px;
margin-right: 20px;
}
p.wp-embed-heading {
font-size: 1.2rem;
margin: 0 0 15px;
padding: 0 0 10px;
border-bottom: 3px dotted #D4E46E;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.wp-embed-heading a:hover {
text-decoration: none;
}
.wp-embed-site-icon {
width: 20px;
height: 20px;
}
.wp-embed-site-title a {
padding-left: 24px;
font-size: 12px;
}
.wp-embed-site-title a:hover {
text-decoration: none;
}
.wp-embed-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: unset;
overflow: unset;
margin-bottom: 20px;
}
.wp-embed-footer {
margin-top: 5px;
}
.wp-embed-meta {
display: none;
}




@media screen and (max-width: 768px) {
  .wp-embed {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0 auto !important;
  }
}


@media screen and (max-width: 768px) {
  .wp-block-embed,
  .wp-block-embed__wrapper,
  iframe.wp-embedded-content {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }
}


