﻿
.portal-content-section {
    max-width: 980px;
    margin: 80px auto;
    padding: 0 20px;
}

.portal-content-header {
    margin-bottom: 35px;
}

.portal-content-title {
    font-size: 42px;
    font-weight: 700;
    color: #162033;
    line-height: 1.25;
    margin-bottom: 20px;
}

.portal-content-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: #667085;
    font-size: 15px;
}

.portal-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.portal-content-cover {
    margin-bottom: 45px;
}

    .portal-content-cover img {
        width: 100%;
        border-radius: 14px;
        display: block;

    }

.portal-content-body {
    font-size: 18px;
    line-height: 1.9;
    color: #364152;
}

    .portal-content-body h2 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 30px;
        color: #162033;
    }

    .portal-content-body p {
        margin-bottom: 24px;
    }

    .portal-content-body ul {
        margin: 20px 0 30px 25px;
    }

    .portal-content-body li {
        margin-bottom: 10px;
    }

    .portal-content-body blockquote {
        margin: 35px 0;
        padding: 25px 30px;
        border-left: 5px solid #c73227;
        background: #f8f9fb;
        font-size: 20px;
        font-style: italic;
        color: #172033;
    }



.portal-content-section {
    max-width: 980px;
    margin: 0px auto !important;
    padding: 0 20px;
}

.sky-componentpages-video .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-position: bottom center !important;
    object-fit: cover !important;
}

.header-img img {
    object-fit:contain !important;
    object-position: center !important;
}


.componentPageVideoFixHeight .entry-content {
    height: 100px !important;
}

.componentPageVideoFixHeight .entry-title {
    height: 40px !important;
}