article.rolling-file #asset-content {
    margin-top: 8px;
}

article.rolling-file article.rolling-file-child {
    padding-top:24px;
    margin-bottom:24px;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
}

/*
* a floated element results in its parent having 0 height, so our margin-bottom on all top level elements
* doesn't work when the only element in the `subscriber-only` div is an `inline-asset`.
* so we set margin-bttom on all top level elements that are not subscbriber-only, which handles preview url
* and all top level child elements of subscriber-only
*/
article.rolling-file article.rolling-file-child > *:not(.subscriber-only), 
article.rolling-file article.rolling-file-child .subscriber-only > * {
    margin-bottom: 16px !important;
    padding-bottom: 0;
}

article.rolling-file article.rolling-file-child h2,
article.rolling-file article.rolling-file-child .article-pe-author-detail-container {
    margin:0;
}

article.rolling-file article.rolling-file-child h2 {
    font-family: var(--font-daily-serif);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.25px;
}


article.rolling-file .live-label {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:8px;
    flex-wrap: wrap;
    color:  var(--icon-alert-light);
    font-family: var(--font-daily-sans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.4px;
    text-transform: none;   

}

article.rolling-file .live-label .popover {
    color:#000;
}

article.rolling-file .live-label .label-heading {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; 
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-right:8px;
}

article.rolling-file .live-label img.ico-live-ticker {
    height:16px;
    width:16px;
}
article.rolling-file .live-label img.ico-link {
    cursor: pointer;
    margin-left: auto;
}

article.rolling-file .articleKeyFacts,
article.rolling-file .tncms-inline-relcontent-info {     
     border-left: 3px solid var(--icon-alert-light);
}

article.rolling-file article.rolling-file-child figcaption .caption-text p {
    font-family: var(--font-daily-sans);
    color: var(--captions-color1);
    text-align: left;
    font-size:12px;
}
article.rolling-file article.rolling-file-child figcaption .credit .tnt-byline {
    font-family: var(--font-daily-sans);
    color: var(--captions-color1);
    text-align: left;
    font-size:10px !important;
}

@media (min-width: 768px) {
    article.rolling-file article.rolling-file-child figcaption .caption-text p {    
        font-size:14px;
    }
    article.rolling-file article.rolling-file-child figcaption .credit .tnt-byline {
        font-size:12px !important;
    }    
}

article.rolling-file #article-body p a, 
article.rolling-file #article-body li a {
    border-bottom: 1px solid #d8d8d8 !important;
    color: var(--accent-color) !important;
    text-decoration: none !important;
    transition: background-color .25s linear !important;
}
article.rolling-file #article-body p a:hover,
article.rolling-file #article-body li a:hover {
    background-color: #d8d8d8;
}

article.rolling-file #article-body article blockquote {
    margin: 32px 0 32px 8px;
    padding: 0 24px 0 24px;
    border-left: solid 4px rgba(0, 110, 210, 0.25);
}

article.rolling-file #article-body article aside.tncms-inline-relcontent-quote blockquote {
    padding: 0;
    border-left: none;
}

/* Inactive File */
article.rolling-file.rolling-over .rolling-date {
    display: inline-block;
    color: #333 !important;
    align-content: center;
    white-space: nowrap;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
article.rolling-file.rolling-over.rolling-dark .rolling-date {
    color: #FAFAFA !important;
}
article.rolling-file.rolling-over 
article.rolling-file.rolling-over .card-labels > * {
    line-height: 1.8rem;
}
article.rolling-file.rolling-over .card-label-flags > span {
    display: inline-block;
    white-space: nowrap;
    margin-right: 16px;
    vertical-align: middle;
}

article.rolling-file.rolling-over .tncms-inline-relcontent-info {
    border-left: 3px solid #333 !important;
}

article.rolling-file.rolling-over .live-label {
    color: #333 !important;
}
article.rolling-file .tncms-inline-relcontent-fact {
    border-top: 3px solid var(--icon-alert-light);
}
article.rolling-file.rolling-over .tncms-inline-relcontent-fact {
    border-top: 3px solid #333 !important;
}
article.rolling-file.rolling-over .card-labels .type-of-work.has-type {
    line-height: 1.0rem;
    margin-top: 6px;
}
article.rolling-file.rolling-over .card-label-flags {
    line-height: 2rem !important;
}
@media only screen and (max-width: 767px) {
    article.rolling-file.rolling-over .rolling-date,
    article.rolling-file .live-label {
        font-size: 12px;
        line-height: 18px;
    }
}
/* End of inactive file */

/* TSP-2822 */
.rolling-file-child-show-more .arrow-icon {
    margin-left: 4px;
}
.rolling-file-child-show-more {
    cursor: pointer;
}
.rolling-file-child-show-more span {
    font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
    .rolling-file-child-show-more span {
        font-size: 12px !important;
    }
}
/* End of TSP-2822 */

@media only screen and (min-width: 767px){
    article.rolling-file #article-body article blockquote {
        margin: 32px 24px 32px 32px;
    }
}

article.rolling-file .dates {
    display:flex;
    flex-direction: row;
    align-items:center;
}

article.rolling-file .metaContainer .dates:after {
    content: "";
    border-right: 1px solid #d8d8d8;
    height: 16px;
    align-self: center;
    padding-left:10px;
} 

article.rolling-file article.rolling-file-child .inline-asset {
    margin-bottom: 8px;
}

article.rolling-file article.rolling-file-child figure > figcaption {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0 16px 0 !important; 
    max-width: 690px;
    margin: 0 auto;
}

article.rolling-file article.rolling-file-child figure > figcaption .caption-text {
    padding: 16px 0 10px 0 !important;
}

article.rolling-file article.rolling-file-child figure > figcaption .caption-text p {
    margin: 0 !important;
}

article.rolling-file .rolling-file-child .rolling-child-mainart figure > figcaption + hr {
    display: none;
}

article.rolling-file .rolling-file-child .rolling-child-mainart {
    padding-top: 8px;
    margin-bottom: 8px;
}

article.rolling-file .rolling-child-mainart .caption-text {
    padding: 0;
}
article.rolling-file .rolling-child-mainart .caption-text > p {
    font-size:12px;
}

article.rolling-file .rolling-child-mainart p {
    color: var(--captions-color1);
    line-height: 16px;
    font-weight: normal;
    font-family: var(--font-daily-sans);
}
    
@media (min-width: 768px) {

    article.rolling-file .rolling-child-mainart .caption-text > p {
        font-size:14px;
    }

    article.rolling-file .rolling-child-mainart p {
        color: var(--captions-color1);
        line-height: 20px;
        font-weight: normal;
        font-family: var(--font-daily-sans);
    }
}


article.rolling-file #article-body .rolling-file-child > div.subscriber-preview > p,
article.rolling-file #article-body .rolling-file-child > div.subscriber-only > p,
article.rolling-file #article-body .rolling-file-child > p {
    margin:0;
}

/* showcase / infographic image captions */

article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.fullbleed,
article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.largemain 
{
    margin-bottom: 16px !important; 
}

@media (max-width: 767px) {
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.fullbleed,
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.largemain,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-infographic,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-showcase,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-mugshot,
    article.rolling-file #article-body .rolling-file-child .inline-asset.inline-image
    {
        width: calc(var(--vw, 1vw) * 100) !important;
        margin-left: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        margin-right: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        position: relative !important;
        max-width: none !important;
        
        /* unset some inline presentation-showcase properties */
        transform: none;
        left:unset;
    }
    
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-image-standard .image {
        width: calc(var(--vw, 1vw) * 100) !important;
        margin-left: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        margin-right: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        position: relative !important;
        max-width: none !important;
    }

    /* handling captions on these full width elements a bit different */
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.fullbleed figure > figcaption,
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.largemain figure > figcaption,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-infographic figure > figcaption,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-showcase figure > figcaption,
    article.rolling-file #article-body .rolling-file-child .inline-asset.inline-image.layout-vertical.tnt-asset-presentation-mugshot figure > figcaption,
    article.rolling-file #article-body .rolling-file-child .inline-asset.inline-image figure > figcaption,
    article.rolling-file #article-body .rolling-file-child .inline-asset.inline-video .tnt-video-container .multimedia-inline-figcaption
    {
        padding-left:16px !important;
        padding-right:16px !important;
        max-width: 690px;
        margin: 0 auto;
        border-bottom:none !important; 
        position:relative;
        overflow:visible;
    } 
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.fullbleed figure > figcaption::after,
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart.asset-showcase-image.largemain figure > figcaption::after,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-infographic figure > figcaption::after,
    article.rolling-file #article-body .rolling-file-child .tnt-asset-presentation-showcase figure > figcaption::after,
    article.rolling-file #article-body .rolling-file-child .inline-asset.inline-image.layout-vertical.tnt-asset-presentation-mugshot figure > figcaption::after,
    article.rolling-file #article-body .rolling-file-child .inline-asset.inline-image figure > figcaption::after
    {
        position: absolute;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        width: calc(100% - 32px);
        padding: 16px 0 0 0;
        content: "";
        display: block;
    }
    
   
}


/* mobile - video always full bleed */
@media (max-width: 767px) {
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart .tnt-video-container {
        width: calc(var(--vw, 1vw) * 100) !important;
        margin-left: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        margin-right: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        position: relative !important;
    }
    
    article.rolling-file #article-body .rolling-file-child .rolling-child-mainart .tnt-video-container .multimedia-inline-figcaption {
        padding-left:16px;
        padding-right:16px;
        max-width: 690px;
        margin: 0 auto;
    }
}

/* desktop - p_size large/full video players */
@media (min-width: 768px) {
    /* 'large' > 960w */
    article.rolling-file #article-body .rolling-file-child .tnt-video-container.videojs-player-size-large
    {
        width: 960px !important;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none;
    }
    
    /* 'full' > full bleed */
     article.rolling-file #article-body .rolling-file-child .tnt-video-container.videojs-player-size-full
    {
        width: calc(var(--vw, 1vw) * 100) !important;
        margin-left: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        margin-right: calc(50% - calc(var(--vw, 1vw) * 50)) !important;
        position: relative !important;
        max-width: none !important;
    }
}



/* story card live label */
.card-container .live-label {    
    color: var(--icon-alert-light);
    gap: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.card-container .live-label .label-heading {
    padding-top: 0.5px;
}
/* story card end */

/* animated live / alert icon */
article.rolling-file.rolling-over .animAlertIcon {
    display: none !important;
}
article.rolling-file .rolling-file-child .animAlertIcon {
    display: none !important;
}
.live-label .animAlertIcon{
     height: 100% !important;
     display: flex;
     align-items: center;
}
 .live-label .animAlertIcon:before{
    content: '';
    height: 16px;
    width: 15px;
    background: var(--icon-alert-light);
    border-radius: 50%;
    animation: animAlertIcon-pulsate 1s ease-out;
    animation-iteration-count: infinite;
    border: 4px solid var(--icon-alert-light);
}
 .live-label .animAlertIcon:after{
    content: '';
    height: 8px;
    width: 8px;
    background: var(--icon-alert-light); 
    border-radius: 50%;
    position: absolute;
    margin-left:3.5px;
}
 @keyframes animAlertIcon-pulsate{
     0%{
         -webkit-transform:scale(0.1, 0.1);
         opacity:0 
    }
     50%{
         opacity:1 
    }
     100%{
         -webkit-transform:scale(1.2, 1.2);
         opacity:0 
    }
}
/* end */

/**** tsp-2887 related article styles ****/

/* presentation - (default) short summary */
article.rolling-file #article-body .rolling-file-child .inline-article.tnt-inline-presentation-short-summary
{
    margin-bottom: 16px !important;
}

article.rolling-file #article-body .rolling-file-child .inline-article.tnt-inline-presentation-short-summary
{
    border-bottom: none;
}

article.rolling-file #article-body .rolling-file-child .inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-body > div.card-headline > h3
{
    padding-bottom: 8px;
}

@media (min-width: 768px) { 
    article.rolling-file #article-body .rolling-file-child .inline-article.tnt-inline-presentation-short-summary article > div.card-container > div.card-body > div.card-headline > h3
    {
        border-bottom:none;
    }
}

/* presentation - headline link */
article.rolling-file #article-body .rolling-file-child .inline-article.tnt-inline-presentation-headline > h5
{
    border-top:none;
    border-bottom:none;
}
article.rolling-file #article-body .rolling-file-child .inline-article.tnt-inline-presentation-headline 
{
    padding-bottom:8px;
    gap:0px;
}

/**** tsp-2887 end ****/

section#rolling-file {
    scroll-margin-top: 55px;
}

@media (max-width: 767px) {
    section#rolling-file {
        scroll-margin-top: 35px;
    }
}

section#rolling-file {
    clear: both;
}