<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* oEmbed OGP Blog card */

.card-wrapper:after,
.card-wrapper:before {
    content: ' ';
    display: table;
}

.card-wrapper:after {
    zoom: 1;
    clear: both;
}

.card-wrapper {
    margin: 0px 0px 1.7rem;
    overflow: hidden;
    width:100%;
    max-width:600px;
    max-height:202px;
    border: 1px solid;
    border-color: #eaeaea #dddddd #d0d0d0;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
}

.card-wrapper a,
.card-wrapper a:visited {
    color: #369ecf;
    border: none !important;
    text-decoration: none;
}
.card-wrapper a:focus {
    outline: thin dotted;
}
.card-wrapper a:hover {
    text-decoration: underline;
}

.card-wrapper-inner {
    padding: 12px;
}
.card-wrapper * {
    word-wrap: break-word;
}

.card-content {
	float: left;
	padding-top: 0;
	display: inline;
    max-height: 150px;
    overflow: hidden;
}

.card-wrapper .no-thumb {
	width: 100%;
	margin: 0 0 12px 0 !important;
}

.card-wrapper .with-thumb {
	width: 72%;
	margin-right: 1.8%;
    margin-bottom: 12px;    
}

.card-wrapper .thumb-wrapper {
	float: left;
	padding-top: 0;
	width: 26.2%;
    max-height: 150px;
	margin: 0 0 12px 0 !important;
}

.card-content .card-title {
    font-size: 16px;
    line-height: 1.5 !important;
    max-height: 48px;
    overflow: hidden;
    margin: 0 0 3px !important;
    padding: 0 !important;
    border: none;   
    background: none;
}
.card-content .card-title a {
    color: #333333;
}
.card-content .card-description {
    font-size: 12px;
    line-height: 1.4;
    max-height: 50px;
    overflow: hidden;
}

.card-footer {
    zoom: 1;
    clear: both;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
    height: 15px;
    position: relative;
    font-size: 11px;
}
.card-footer img {
    display: inline !important;
}
.card-footer a,
.card-footer a:visited,
.card-footer a:hover,
.card-footer a:focus,
.card-footer a:active {
    color: #999999;
}

/* oembed widget */
.widget.widget_oembed {
	background-color: transparent;
}

.oembed-widget {
    margin: 0px !important;
}
.widget-content .oembed-widget {
    margin-bottom: 24px !important;
}

.oembed-widget .wp-caption {
    position: relative;
}
.oembed-widget .wp-caption-text {
    background: #222222;
    opacity: 0.7;
    color: white;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 50%;    
}
.oembed-widget .wp-caption-text a {
    color: white;
}

.oembed-widget figure {
    margin: 0;
    padding: 0;
    border-radius: 4px;
}
.oembed-widget img{
    max-width: 100%;
    height: auto;
}

.oembed-widget &gt; div,
.oembed-widget &gt; span,
.oembed-widget &gt; figure,
.oembed-widget &gt; iframe {
    margin-bottom: 8px !important;
}

.oembed-widget .slideshare,
.oembed-widget .speakerdeck {
    background-color: #323232;
    border-radius: 5px;
}
.oembed-widget .slide-caption {
    color: white;
    opacity: 0.7;
}
.oembed-widget .slide-caption a {
    color: white;
}

.twitter-video {
    min-width: 160px !important;
}
</pre></body></html>