main {
    position: relative;
}

    main > div > div > div:first-child .super-hero:not(.eliminate-spacing) {
        margin-top: 0 !important;
    }

.empty-block-message {
    text-align: center;
}

.vehicle-details--generic-content-block .text-block-container {
    margin-top: 0 !important;
}

.vehicle-details--generic-content-block .px-0.px-sm-3.col-12 {
    margin: 0 !important;
    padding: 0 !important;
}

.sitemap ul,
.sitemap ol {
    list-style: revert;
    margin: 0 0 0 1.5rem;
    padding: 0.375rem 1.5rem;
    color: inherit;
    list-style-type: revert;
}

    .sitemap ul li,
    .sitemap ol li {
        padding-bottom: 0.75rem;
    }

.sitemap-link {
    color: #1D1F21 !important;
    display: block;
    text-indent: 0;
    transition: color 0.15s ease-in-out;
}

    .sitemap-link:hover {
        color: #CE1126 !important;
    }

.sticky-container-wrapper {
    height: 5rem;
}

.sticky-container {
    position: fixed;
    z-index: 105;
    top: 0;
    width: 100%;
}

.non-sticky-container {
    position: relative;
    z-index: 101;
}

.footer-container {
    position: relative;
}

/*Custom Bullets Related Styles*/
.custom-bullet-un-order-list {
    list-style-type: none;
}

    .custom-bullet-un-order-list::marker {
        content: none;
    }

.custom-bullet-list::marker {
    font-size: 2.5em;
    line-height: 0.1;
}
