/*
Theme Name:Tweet_image_posts
Theme URI:https://enterlinx.net/
Description:ツイートから画像や動画を取得投稿するテーマシステム
Author:EnterLINX
Author URI:https://enterlinx.net/
Version:1.5.0
*/
@font-face {
    font-family: "YuGothic M";
    src: local("Yu Gothic Medium"),
         local("Yu Gothic");
    font-weight: 500;
}
html,body{
	color:#444;
	font-size: 15px;
	background-color:#f2f2f2;
	word-break: break-all;
	height:100%;
    font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
img{
    max-width:100%;
    height:auto;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
a:link { color: #555;text-decoration: none;}
a:visited { color: #555; }
a:hover { color: #777;}
a:active { color: #777; }
.row{
    margin-right:0 !important;
    margin-left:0 !important;
}
#page-container{
    width:100%;
    height:100%;
    position:relative;
}
#page-left{
    width:240px;
    height:100%;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:20;
    scrollbar-width: thin;
    background-color:#fff;
    border-right: 0.8px solid #ddd;
}
#page-center{
    width: calc(100% - 550px);
    height:100%;
    overflow: hidden;
    position:absolute;
    top:0;
    left:240px;
    scrollbar-width: thin;
    padding:20px 0;
}
#page-right{
    width:310px;
    height:100%;
    overflow: hidden;
    position:absolute;
    top:0;
    right:0;
    scrollbar-width: thin;
    border-left: 0.8px solid #ddd;
}
#title_logo{
    position:absolute;
    text-align: center;
    width:100%;
    height:75px;
    top:0;
    left:0;
    background-color:#fff;
    border-bottom: 0.8px solid #ddd;
}
#title_logo h1,#title_logo .title-div{
    font-size:22px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9;
    width:100%;
    line-height:1;
}
#title_logo h1 a,#title_logo .title-div a{
    color:#80024b;
    font-weight: bold;
}
#title_logo img{
    max-width:60%;
    text-align: center;
    height:auto;
    max-height:70%;
    transition-duration: 0.5s;
}
#title_logo img:hover {
    transform: scale(1.2,1.2);
    transition-duration: 0.5s;
    }
#page-left_bottom{
    position:fixed;
    text-align: center;
    width:237px;
    height:46px;
    bottom:0;
    left:0;
    z-index:99;
    padding:5px;
    background-color:#fff;
    border-top: 0.8px solid #ddd;
}
.side_menu{
    width:100%;
    margin-top:75px;
}
.input_box2 {
    width:100%;
    border-bottom:0.8px solid #ddd;
    position:relative;
}
.input_box2 input[type="text"] {
width:100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border:none;
padding:8px 38px 8px 8px;
}
.search_button{
    position:absolute;
    top:0;
    right:0;
    cursor : pointer;
    padding:7px;
    background-color:#fff;
    color:#0000cd;
}
.search_button button{
    background-color:#fff;
    border:0px solid #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-weight: bold;
    color:#0000cd;
}
.side_menu i{
    margin-right:10px;
}

.inner_pager{
    margin:15px 15px 10px 15px;
}
/* SNS button */
.btn-social-circle {
    margin:0 7px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #555 !important;
    width: 35px;
    height: 35px;
    line-height: 23px;
    padding: 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    background-color:#f2f2f2;
    border:1px solid #bbb;
}
.btn-social-circle:hover{
    background-color:#666;
    color:#fff !important;
}
.list-group-item{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.list-group-item:hover{
    background-color:rgb(225, 241, 253);
    color:#0e518b
}
.btn-more-link{
    border:1px solid #ddd;
    box-shadow:3px 2px #f2f2f2;
}
.page_post_content{
    padding:15px 20px;
}
#page-sp-menu{
    display: none;
    position: fixed;
    left: 0;
    bottom:0;
    width:100%;
    z-index:300;
    background-color: rgba( 0, 0, 0, 0.75 );
    color:#fff;
    text-align: center;
}
#page-sp-menu .flex-fill{
    vertical-align:middle;
    font-size:13.5px;
}
#page-sp-menu .flex-fill a{
    color:#fff;
    display: block;
    padding:17px 0;
}
#page-sp-menu .flex-fill .spm_inner{
    color:#fff;
    display: block;
    padding:17px 0;
    cursor : pointer;
}
.flex-fill:hover{
    background-color: rgba( 220, 220, 220, 0.4 );
}
.border_right{
    border-right:0.7px solid #555;
}
.user_link_btn{
    box-shadow:3px 2px #f2f2f2;text-align: center;display:inline-block;width:14%;margin-top:25px;border:1px solid #eee;border-radius:10px;
}
#modal_sp{
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left:0;
    z-index:110;
    background-color: rgba( 0, 0, 0, 0.1 );
    display:none;
}

.account_list_item {
	width: 16.6667%;
	padding: 6px;
	margin-bottom: 25px;
}
@media all and (max-width: 1120px) {
    .account_list_item {
        width: 20%;
    }
}
@media all and (max-width: 840px) {
    .account_list_item {
        width: 25%;
    }
}
@media all and (max-width: 690px) {
    .account_list_item {
        width: 33.3333%;
    }
}
.account_list_item:hover{
    background-color:rgb(210, 195, 238);
}
.account_list_item_icon{
    width:100%;
    position: relative;
    overflow: hidden;
    border-radius:50%;
}
.account_list_item_icon:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.account_list_item_icon img{
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.account_list_item_icon_list{
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    overflow: hidden;
    border-radius:50%;
}
.account_list_item_icon_ctname{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
}
.account_list_item_icon_list img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.account_list_item_data{
    text-align: center;
    height:32px;
    overflow: hidden;
}
.single_link{
    background-color:#fff;
    position:absolute;
    top:0;
    right:0;
    padding:0px 6px;
    font-size:17px;
    cursor:pointer;
}
.u_del{
    background-color:#fff;
    position:absolute;
    top:0;
    left:0;
    padding:5px 12px;
    font-size:20px;
    cursor:pointer;
}
.u_pick{
    background-color:#fff;
    position:absolute;
    bottom:0;
    right:0;
    padding:0px 6px;
    font-size:17px;
    cursor:pointer;
}
.post_tweet_like_count{
    color:#fff;
    position:absolute;
    right:1px;
    bottom:0;
    padding:2px 4px;
    font-size:12px;
    background-color: rgba( 0, 0, 0, 0.6 );
}
.post_tweet_retweet_count{
    color:#fff;
    position:absolute;
    left:1px;
    bottom:0;
    padding:2px 4px;
    font-size:12px;
    background-color: rgba( 0, 0, 0, 0.6 );
}
.post_item_date{
    font-size:11.5px;
    color:#777;
    padding-top:5px;
}
.post_item_text{
    padding:3px 0;
    height:58px;
    overflow: hidden;
}
.ali_name{
    font-size:17px;
    color:#80024b;
}
.ali_desc{
    font-size:12.8px;
    margin-top:6px;
    color:#777;
}

.desc_image_outer{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.desc_image_outer:before {
	content: "";
	display: block;
	padding-top:100%;
}
.desc_image{
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.home_desc{
    padding:0 20px;
}
@media all and (max-width: 1250px) {
    #page-right{
        width:260px;
    }
    #page-center{
        width: calc(100% - 500px);
    }
}
@media all and (max-width: 992px) {
    #page-center{
        width: calc(100% - 240px);
    }
    #page-right{
        display:none;
    }
}
@media all and (max-width: 768px) {
    .home_desc{
        margin-bottom:0 !important;
    }
    #page-left{
        display:none;
        position:fixed;
    }
    #page-center{
        width: 100%;
        height:auto;
        overflow:auto;
        top:0;
        left:0;
        padding:75px 0 50px 0;
    }
    #page-sp-menu{
        display: block;
    }
    .area_content{
        padding-bottom:15px;
    }
    .user_link_btn{
        display: none;
    }
    #title_logo{
        height:58px;
    }
    .side_menu{
        margin-top:46px;
    }
    .menu_home{
        display: none; 
    }
    .menu_genre{
        display: none; 
    }
    #page-left{
        width:300px;
        z-index:200;
    }
    #page-left_bottom{
        position:absolute;
        text-align: center;
        border-bottom:1px solid #ddd;
        width:300px;
        height:46px;
        top:0;
        left:0;
    }
}

div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:300px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
.wpcf7-form-control{
	width:450px;
	max-width:100%;
}
.wpcf7 label{
	width:100%;
}
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}

.single_news{
    padding:20px 15px;
}
.single_news img{
    max-width:100%;
}
.post_news_content{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.post_news_image{
    margin:6px;
    width:calc(33.3333333% - 12px);
    position: relative;
	overflow: hidden;
}
.post_news_image:nth-child(3n){
margin-right:0;
}
@media all and (max-width: 1070px) {
    .post_news_image{
        margin: 4px;
        width:calc(50% - 8px);
    }
    .post_news_image:nth-child(2n){
    margin-right:0;
    }
}
.post_news_image:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.post_news_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.post_before{
    margin-bottom:30px;
}
.post_after{
    margin-top:30px;
}
.modal-body div {
	position: relative;
	padding-top: 56.25%;
}
.modal-body iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.mfp-iframe-scaler iframe {
	background:none !important;
    box-shadow:none !important;
}
.mfp-iframe-holder .mfp-content {
	width: 600px !important;
	max-width:100% !important;
    height:100%;
}
.mfp-iframe-holder .mfp-close {
	top: -29px !important;
}
@media all and (max-width: 768px) {
    .home_desc span{
        display: block;
        width:100%;
        text-align: center;
        margin-bottom:12px;
    }
}

/* new */
.products_link{
    position: fixed;
    bottom:0;
    left:0;
    z-index:1090;
    width:100%;
    background-color: rgba( 0, 0, 0, 0.7 );
    color:#ddd;
    text-align: center;
    padding:8px;
    font-size:12px;
}
.products_link a{
    font-weight: bold;
    color:#fff;
}
.page_container{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
    margin-top:102px;
    position:relative;
    margin-bottom:25px;
}
.main_content{
    width:calc(100% - 360px);
}
.sub_content{
    width:360px;
    position:relative;
    padding-left:10px;
    padding-right:10px;
}
.side_panel_title{
    color:#555;
    padding:10px;
    margin-bottom:5px;
    font-size:14px;
}
@media all and (max-width: 992px) {
    .page_container{
        display:block;
        margin-top:124px;
    }
    .main_content{
        width:100%;
    }
    .sub_content{
        width:100%;
        padding-left:4px;
        padding-right:4px;
    }
}
.side_panel_fixed{
    position:sticky;
    top:100px;
    z-index:99;
}
.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: linear-gradient(180deg, #111 0%, #111 50%, rgba( 255, 255, 255, 0.05 ) 50%, rgba( 255, 255, 255, 0.05 ) 100%);
    height: 100px;
    padding: 19px 21px;
}
.header_sub_menu{
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1050;
    width:calc(100% - 360px);
    background-color: rgba( 255, 255, 255, 0.1 );
    padding: 7px 21px;
}
.header_inner{
    background-color:#fff;
    height:60px;
    display: flex;
}
.site_logo {
    background-color:rgb(221 221 221);
    height: 60px;
    overflow: hidden;
}
.site_logo h1{
    font-weight: bold;
    font-size: 18px;
    padding:19px 29px;
    text-align: center;
    margin:0;
}
.site_logo div {
    font-weight: bold;
    font-size: 18px;
    padding:16px 29px;
    text-align: center;
    margin:0;
}
.site_logo h1 a, .site_logo div a {
    color: #222;
    display: block;
    height: 100%;
}
.site_menu{
    background-color:#fff;
    height: 60px;
    /* width:calc(100% - 295px); */
    overflow: hidden;
}
.site_menu li{
    height:100%;
    font-size:16px;
}
.site_menu li a{
    font-weight: bold;
    color: #222;
    display: block;
    padding:19px 20px;
    text-align: center;
    height: 100%;
}
.site_menu li .active{
    color:#01bfbd;
}
.area_content{
    margin-bottom:40px;
}
.area_content h3,.area_content h1{
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size:21px;
    color:#171717;
    margin-bottom:20px;
}
.sp_menu_icon{
    display:none;
}
@media all and (max-width: 768px) {
    .sp_hide{
        display:none;
    }
    .header_sub_menu{
        display:none;
    }
    .site_menu{
        height:40px;
        width:100%;
        position: relative;
        padding-right:58px;
    }
    .site_menu li a {
        padding: 9px 12px;
        font-size: 14px;
    }
    .sp_menu_icon{
        display:block;
        position:absolute;
        right:0;
        top:3px;
        width:40px;
        height:40px;
        color:#888;
        cursor : pointer;
        font-size:24px !important;
    }
    .header_inner{
        height:48px;
        display:block;
    }
    .site_logo {
        background-color:rgb(221 221 221);
        height: 48px;
        overflow: hidden;
        width:100%;
    }
    .site_logo h1{
        font-size: 16px;
        padding:13px 0;
        text-align: center;
    }
    .site_logo div {
        font-size: 16px;
        padding:12px 0;
        text-align: center;
    }
    .fixed_header {
        height: 86px;
    }
}
/* item */
.grids{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.post_item{
    width:25%;
    margin-bottom:10px;
    padding-right:5px;
    padding-left:5px;
    transition-duration: 0.5s;
}
.post_item_inner{
    position: relative;
	width: 100%;
    background-color:#f3f3f3;
}
.twitter_link{
    position:absolute;
    z-index:99;
    bottom:7px;
    right:9px;
}
.twitter_link a{
    color:#009de1;
    font-size:19px;
}
.post_item:hover{
    transform: translateY(-5px);
    transition-duration: 0.5s;
}
.post_item_category{
    padding:10px 8px;
    font-size:12px;
}
.post_item_category a{
    color:#555;
}
.set_pick_img{
    opacity: 0.5;
}
.post_item_image{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.post_item_image:before{
	content: "";
	display: block;
	padding-top: 56%;
}
.post_item_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
    object-fit:contain;
}
.post_item_image .play_icon{

}
.post_item_image_d{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.post_item_image_d:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.post_item_image_d .image_in{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.post_item_image .video_button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:90;
    width:35px;
    height:35px;
}
.post_single_card{
    width:800px;
    max-width:100%;
    padding:15px;
    border:1px solid #ccc;
}
@media all and (max-width: 992px) {
    .post_item{
        width:33.3333%;
    }
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
    .post_item{
        width:50%;
    }
}

.account_list_item_icon_list{
    display:inline-block;
    vertical-align:top;
    width:30px;
    height:30px;
    overflow: hidden;
    border-radius:50%;
}
.account_list_item_icon_ctname{
    display:inline-block;
    vertical-align:top;
    font-size:15px;
    padding-left:6px;
    font-weight: bold;
    line-height:18px;
}
.account_list_item_icon_ctid{
    color:#777;
    font-size:10px;
    font-weight: normal;
}
.account_list_item_icon_list img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.category_description{
    padding:10px 0;
    margin:0 6px 20px 6px;
    background-color:#fff;
    border-radius:5px;
    border:1px solid #ddd;
    position:relative;
}
.footer{
    width:100%;
    text-align:center;
    padding:15px 15px 35px 15px;
}
.btn-white{
    background-color: #fff;
}
.btn-white:hover{
    background-color: #f2f2f2;
}
.link_right{
    padding:25px 30px;
    text-align: center;
}
.link_right .btn{
    border:2px solid #acacac !important;
    background-color:#f2f2f2 !important;
    color:rgb(45, 26, 82) !important;
}
.link_right .btn:hover{
    background-color:#39393a !important;
    color:#fff !important;
}
.post_cat_ac{
    margin-bottom:22px;
    padding-left:11px;
    padding-right:11px;
}
.post_cat_ac img:hover{
    opacity:0.7;
}
.post_cat_ac_inner{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
    height:160px;
}
.post_cat_image{
    width:160px;
    height:100%;
    overflow: hidden;
}
.post_cat_image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.post_cat_detail{
    width:calc(100% - 160px);
    height:100%;
    padding:10px 10px 15px 10px;
    position:relative;
    overflow: hidden;
}
.cat_description{
    margin-top:10px;
    font-size:13px;
    color:#888;
    line-height:23px;
}
.cat_count{
    position:absolute;
    z-index:99;
    right:6px;
    top:6px;
    padding:4px 9px;
    background-color:#f9f9f9;
    border:1px solid #d9d9d9;
    border-radius:6px;
    color:#888;
    font-size:12px;
}
@media all and (max-width: 768px) {
    .post_cat_ac{
        margin-bottom:15px;
    }
}
.single_flex{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
    margin-top:20px;
}
.single_flex_item{
    width:16.6667%;
    position: relative;
	overflow: hidden;
}
.single_flex_item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.single_flex_item img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:97%;
	height:97%;
	object-fit: cover;
}
@media all and (max-width: 998px) {
    .single_flex_item{
        width:20%;
    }
}
@media all and (max-width: 768px) {
    .single_flex_item{
        width:25%;
    }
}
@media all and (max-width: 554px) {
    .single_flex_item{
        width:33.3333%;
    }
}
.nav-pills .nav-link.active{
    color: #fff;
    background-color:#888;
}
.nav-link{
    color:#888;
}
.nav-pills .nav-link {
    border:1px solid #bbb;
    background-color: #e7e7e7;
}
.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 59%;
    height: 59%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.x_icon_content .list-group-item{
    background-color: #f2f2f2;
    text-align: center;
    border:1px solid #f2f2f2;
    padding-top:0px;
    padding-bottom:0px;
    font-size:13px;
    color:#777;
}
.wpcf7-checkbox .wpcf7-list-item{
    display: block;
    margin-top:5px;
}
a.tw_url{
    color:#fff !important;
    background-color: #1f9dc7;
    padding:2px 10px;
    border-radius:5px;
}
.list_item_icons{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.list_item_icons li{
    width:25%;
    text-align: center;
}
@media all and (max-width: 768px) {
    .list_item_icons li{
        font-size: 2.5vw;
    }
}
.widget_panel_single{
    margin-top:20px;
}

.related-posts-header{
    font-size:18px;
    font-weight: bold;
text-align: center;
}
.related-posts {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.related-post {
    width: 25%; /* デフォルトでは2列 */
    padding: 10px;
    box-sizing: border-box;
}

.related-post a {
    text-decoration: none;
    color: inherit;
}

.related-post-thumbnail {
    margin-bottom: 10px;
}

.related-post-title {
    margin: 0 0 5px 0 !important;
    font-size:16px !important;
    font-weight:normal !important;
    text-align: left !important;
}

.related-post-date {
    font-size: 0.9em !important;
    color: #666;
}

@media (max-width: 768px) {
    .related-post {
        width: 50%;
    }
}
