/* =========================================================
   JUST FOR TODAY - CONTENT ONLY
   No calendar styles in this file.
   ========================================================= */

.ncr-jft-content-section {
    width: 100%;
    padding: 65px 0;
    background: #f7f8f6;
}

.ncr-jft-content-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ncr-jft-content-label {
    margin: 0 0 7px;
    color: #ffaa19;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ncr-jft-content-title {
    margin: 0 0 30px;
    color: #18305d;
    text-align: center;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
}


/* Reading card */

.ncr-jft-content-card {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(24, 48, 93, .07);
}


/* Date bar */

.ncr-jft-content-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 56px;
    padding: 12px 20px;
    box-sizing: border-box;
    background: #18305d;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ncr-jft-date-icon {
    color: #ffaa19;
    font-size: 14px;
}


/* Content */

.ncr-jft-content-body {
    min-height: 300px;
    padding: 40px 55px;
    box-sizing: border-box;
    color: #5d6868;
    font-size: 17px;
    line-height: 1.85;
}

.ncr-jft-content-body p {
    margin: 0 0 20px;
    color: #5d6868;
    font-size: 17px;
    line-height: 1.85;
}

.ncr-jft-content-body .ncr-jft-first-line {
    margin: 0 0 25px;
    color: #18305d;
    font-size: 29px;
    line-height: 1.35;
    font-weight: 700;
}

.ncr-jft-content-body strong,
.ncr-jft-content-body b {
    color: #18305d;
    font-weight: 700;
}

.ncr-jft-content-body h2,
.ncr-jft-content-body h3,
.ncr-jft-content-body h4 {
    color: #18305d;
}

.ncr-jft-content-body blockquote {
    margin: 25px 0;
    padding: 8px 20px;
    border-left: 4px solid #ffaa19;
    background: #fffaf0;
    font-style: italic;
}

.ncr-jft-content-body .ncr-jft-main-message {
    margin-top: 30px;
    padding: 23px 28px;
    border-top: 1px solid #e3e6e8;
    background: #fffaf0;
    color: #18305d;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
}

.ncr-jft-content-body .ncr-jft-main-message::before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    margin: 0 auto 16px;
    background: #ffaa19;
}


/* Loader */

.ncr-jft-small-loader,
.ncr-jft-initial-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 220px;
    color: #18305d;
    font-size: 14px;
    font-weight: 600;
}

.ncr-jft-spinner {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #dfe4e8;
    border-top-color: #ffaa19;
    border-radius: 50%;
    animation: ncrJftSpin .7s linear infinite;
}

@keyframes ncrJftSpin {
    to {
        transform: rotate(360deg);
    }
}


/* Error */

.ncr-jft-content-error {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ncr-jft-content-error strong {
    margin-bottom: 8px;
    color: #18305d;
    font-size: 20px;
}

.ncr-jft-content-error p {
    margin: 0;
    font-size: 14px;
}


/* Mobile */

@media (max-width: 767px) {

    .ncr-jft-content-section {
        padding: 45px 0;
    }

    .ncr-jft-content-inner {
        padding: 0 15px;
    }

    .ncr-jft-content-title {
        margin-bottom: 22px;
        font-size: 34px;
    }

    .ncr-jft-content-body {
        min-height: 250px;
        padding: 30px 22px;
        font-size: 16px;
    }

    .ncr-jft-content-body p {
        font-size: 16px;
        line-height: 1.8;
    }

    .ncr-jft-content-body .ncr-jft-first-line {
        font-size: 24px;
    }

    .ncr-jft-content-body .ncr-jft-main-message {
        padding: 20px 15px;
        font-size: 17px;
    }

    .ncr-jft-content-date {
        font-size: 11px;
    }

}
