/* Scoped presentation for Programming/Programming-*.aspx article pages. */
.programming-article-modern {
    background: #f3f6f9;
    color: #263241;
    font-size: 17px;
    line-height: 1.72;
}

.programming-article-modern a {
    color: #1f5f93;
    font-weight: 600;
}

.programming-article-modern a:hover {
    color: #b21f2d;
}

.programming-article-modern > .g-bg-img-hero {
    position: relative;
    min-height: 340px !important;
    max-height: none !important;
    padding: 66px 20px !important;
    overflow: hidden;
}

.programming-article-modern > .g-bg-img-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 13, 27, .94), rgba(17, 47, 69, .78));
    z-index: 0;
}

.programming-article-modern > .g-bg-img-hero > .container {
    position: relative;
    z-index: 1;
}

.programming-article-modern > .g-bg-img-hero .mb-5 {
    margin-bottom: 0 !important;
}

.programming-article-modern > .g-bg-img-hero h1,
.programming-article-modern > .g-bg-img-hero h2 {
    margin: 0 !important;
}

.programming-article-modern > .g-bg-img-hero h1 {
    margin-bottom: 14px !important;
}

.programming-article-modern > .g-bg-img-hero .g-bg-primary-dark-v3,
.programming-article-modern > .g-bg-img-hero span {
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .34);
}

.programming-article-modern > .g-bg-img-hero h1 span {
    display: inline-block;
    max-width: 1050px;
    padding: 0 !important;
    font-size: 46px !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none;
}

.programming-article-modern > .g-bg-img-hero h2 span {
    display: inline-block;
    max-width: 980px;
    padding: 0 !important;
    color: rgba(255, 255, 255, .84) !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none;
}

.programming-article-modern > section.justify-content-center {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%) !important;
    padding: 54px 20px 70px !important;
}

.programming-article-modern > section.justify-content-center > .container {
    max-width: 1160px;
    padding: 0 !important;
}

.programming-article-modern .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.programming-article-modern .col-lg-8 {
    flex: 0 0 72%;
    max-width: 72%;
    padding: 42px 48px !important;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.programming-article-modern .col-lg-8::before {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin-bottom: 24px;
    background: #b21f2d;
    border-radius: 999px;
}

.programming-article-modern .col-lg-4 {
    flex: 0 0 28%;
    max-width: 28%;
    padding: 0 0 0 28px !important;
}

.programming-article-modern .col-lg-4 > span {
    position: sticky;
    top: 24px;
    display: block !important;
    padding: 18px;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.programming-article-modern .col-lg-4 img {
    width: 100% !important;
    height: auto;
    border-radius: 6px;
}

.programming-article-modern .g-brd-primary {
    border-color: transparent !important;
}

.programming-article-modern .u-heading-v2__title {
    margin: 0 0 24px !important;
    color: #1b2635;
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.programming-article-modern p,
.programming-article-modern li {
    color: #3f4b5c;
    font-size: 17px;
    line-height: 1.75;
}

.programming-article-modern p:has(> b:only-child) {
    margin: 30px 0 14px;
}

.programming-article-modern p:has(> b:only-child) b {
    display: block;
    color: #1b2635;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700 !important;
}

.programming-article-modern .col-lg-8 > p:first-of-type {
    margin: 0 0 22px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #dfe7f1;
    border-left: 4px solid #b21f2d;
    border-radius: 8px;
}

.programming-article-modern ul {
    margin: 18px 0 30px;
    padding-left: 0;
    list-style: none;
}

.programming-article-modern li {
    position: relative;
    margin-bottom: 10px;
    padding: 13px 18px 13px 42px;
    background: #f8fafc;
    border: 1px solid #e2e9f2;
    border-radius: 8px;
}

.programming-article-modern li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 19px;
    width: 7px;
    height: 7px;
    background: #b21f2d;
    border-radius: 50%;
}

.programming-article-modern li b {
    color: #1b2635;
}

@media (max-width: 992px) {
    .programming-article-modern .col-lg-8,
    .programming-article-modern .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .programming-article-modern .col-lg-4 {
        padding: 24px 0 0 !important;
    }

    .programming-article-modern .col-lg-4 > span {
        position: static;
    }
}

@media (max-width: 768px) {
    .programming-article-modern > .g-bg-img-hero {
        min-height: 280px !important;
        padding: 48px 18px !important;
    }

    .programming-article-modern > .g-bg-img-hero h1 span {
        font-size: 34px !important;
    }

    .programming-article-modern > .g-bg-img-hero h2 span {
        font-size: 19px !important;
    }

    .programming-article-modern .col-lg-8 {
        padding: 30px 24px !important;
    }
}
