 #detail{
    margin: 1em auto;
}
#detail .main-content{
    margin-top: 1em;
} 
#detail .main-content__left {
    width: 720px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    position: relative;  
}
#detail .main-content__left .container-lit{
    margin:2em 0;
}
#detail .max-card__image {
    vertical-align: top;
    width: auto;
    height: 450px;
    float: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
#detail .max-card__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#detail .article-content article{ 
    margin-right: 1em;
    display: inline-block;
    width: 542px;
    vertical-align: top;

} 
#detail article p { 
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.5em;
    font-size: 1.25em;
}
#detail .max-card__title {
    clear: both;
    padding-top: 1em;
    border-top: 1px solid #d9d9d9;
}
#detail .max-card__title h1 {
    line-height: 1.2em;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.015em;
}

#detail .max-card__teaser{
    font-size: 16px;
    padding: .85em 0;
}
#detail .date-item__headline{
    color:rgba(0,0,0,.6);
    float:right;
} 
#detail .caption-img{
    font-size: 14px;
    margin: 1em 0;
    font-style: italic;
}

#detail .source-img{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 12px;
    padding: .5em;
    background-color: rgba(0,0,0,.85);
}
#detail .main-content__middle .card.card-min {
    top: 0;
    position: static;
}
#detail .main-content__middle .card.card-min li {
    border-bottom: 1px solid rgba(0,0,0,.085);
    display: inline-block;
}
  
#detail .main-content__left .card.card-min li:nth-child(n+3) {
    margin-right: 0;
}
#detail .card.card-min .col-md-4 {
    width: auto;
    clear: both;
}
#detail .card.card-min .col-md-8 {
    width: auto;
    margin-right: 1em;
}
#detail .nr-lit-img {
    max-height: 150px;
    overflow: hidden;
    background: #000;
}
#detail .baca-juga {
    background: #f7f7f7;
    padding: 1em;
    border-radius: 10px;
} 
#detail video.body-video {
    width: 100%;
    height: auto;
}

#detail .card-max .nr-img {
    border-radius: 10px;
}

#detail .article-content article small {
    text-align: left !important;
    line-height: 1.25em;
}

#detail article p a {
    font-weight: 700;
    color: var(--red-color);
}

#detail article p a:hover {
  color:#0e1013;
}

.share {
    margin: 1em 0;
}
 
.share .icon{
    width: 35px;
    height: 35px;
    margin-right: 0.35em;
    position: relative;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
} 
.share a:hover {
    opacity: .8;
    top: -4px;
}
#detail .breadcrumb {
    float: left;
    padding: 0!important;
    list-style: none;
    background-color: transparent;
    margin-bottom: .25em;
}
.breadcrumb a {
    color: rgba(0,0,0,.6);
    font-size: 13px; 
    text-transform: capitalize;
    font-weight: 400;
}
.breadcrumb>li {
    display: inline-block;
}
 

.picked-article {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 1em 0;
}
.picked-article .title { 
    padding:0 0 1em;
    border-bottom: 4px solid rgba(0,0,0,.1);
}
.picked-article ul {
    padding: 1em 0 0;
    margin: 0;
    background: #f3f3f3;
}
.picked-article li {
    display: inline-block;
    width: 175px;
    height: auto;
    padding: 0 1em 1em;
    margin: 0;
    border-right: 1px solid #d9d9d9;
    vertical-align: top;
}
.picked-article li:last-child {
    border-right: none;
}
.picked-article li a {
    color: rgb(0 0 0 / 85%);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.25em;
}

.tag {
    margin-top: 1em;
}
.tag li{
    display: inline-block;
    background: #f9f9f9;
    padding: 0.5em;
    margin-right: 1em;
    margin-bottom: 0.85em;
    border-radius: 10px;
}
.tag li a{ 
    font-size: 13px;
}

.article-content .ads_300x250 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.article-content .ads_300x250 img {
    display: block;
    margin: 0 auto;
}

.video #detail .max-card__image {
    height: auto;
}

.video #detail .source-img{
    display:none;
}