.utn-corre-hero {
    background: linear-gradient(135deg, #fff8e5 0%, #ffffff 58%, #f8f9fa 100%);
    border-bottom: 1px solid #eef2f5;
    padding: 5rem 0;
}

.utn-corre-kicker {
    color: #111111;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.utn-corre-kicker::after {
    background-color: #F5A800;
    content: "";
    display: block;
    height: 4px;
    margin-top: 0.5rem;
    width: 4rem;
}

.btn-utn-corre {
    background-color: #F5A800;
    border-color: #F5A800;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-utn-corre:hover,
.btn-utn-corre:focus {
    background-color: #111111;
    border-color: #111111;
    color: #ffffff;
}

.utn-corre-summary__icon {
    align-items: center;
    background-color: #F5A800;
    border-radius: 50%;
    color: #111111;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.1rem;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.utn-corre-page {
    background-color: #f8f9fa;
}

.utn-corre-section h2,
.utn-corre-section h3,
.utn-corre-sidebar h2 {
    font-family: 'Montserrat', sans-serif;
}

.utn-corre-section h2 {
    border-bottom: 3px solid #F5A800;
    padding-bottom: 0.75rem;
}

.utn-corre-section p,
.utn-corre-section li {
    line-height: 1.7;
}

.utn-corre-list .list-group-item {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.utn-corre-check-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.utn-corre-check-list li {
    padding-left: 1.75rem;
    position: relative;
}

.utn-corre-check-list li + li {
    margin-top: 0.65rem;
}

.utn-corre-check-list li::before {
    color: #F5A800;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 0.9rem;
    left: 0;
    position: absolute;
    top: 0.2rem;
}

.utn-corre-alert {
    background-color: #fff8e5;
    border-color: rgba(245, 168, 0, 0.4);
    border-left: 5px solid #F5A800;
    color: #111111;
}

.utn-corre-sidebar {
    top: 6rem;
}

.utn-corre-sidebar-nav .nav-link {
    border-left: 3px solid transparent;
    color: #111111;
    font-weight: 600;
    padding-left: 0.85rem;
}

.utn-corre-sidebar-nav .nav-link:hover,
.utn-corre-sidebar-nav .nav-link:focus {
    border-left-color: #F5A800;
    color: #111111;
}

.utn-corre-final-cta {
    border-top: 5px solid #F5A800 !important;
}

@media (max-width: 991.98px) {
    .utn-corre-hero {
        padding: 3.5rem 0;
    }

    .utn-corre-sidebar {
        position: static !important;
    }
}
