.header-image {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.container {
    width: 70%;
    margin: 0 auto;
    margin-top: -20vh;
    padding: 40px;
    z-index: 200;
    position: relative;
    display: block;
    box-sizing: border-box;
    background-color: white;
}

.article-title {
    font-size: 24px;
    color: #333;
}

.content {
    font-size: 16px;
    color: #666;
    white-space: pre-line;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
    }
}

img {
    margin: 20px 0;
    width: 100%;
}

ul {
    white-space: collapse;
}

li {
    white-space: collapse;
}

a {
    white-space: collapse;

}

.header-image {
    margin: 0 !important;
}

article {
    padding: 20px;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    background-color: white;
    margin: 20px auto;
    position: relative;
}

.article_short_description {
    color: white;
    margin-top: 10px;
}

.article_header {
    background-color: transparent;
    padding-top: 0px;
    display: block;
    width: unset;
    justify-content: unset;
    vertical-align: unset;
    padding-bottom: unset;
}

.article_img {
    width: 100%;
}

.article_title {
    color: #333;
}

.article_sub {
    color: rgba(0, 0, 0, 0.7);
}

.article_a {
    text-decoration: none;
    color: unset !important;
}

.article_a_working {
    text-decoration: none;
    font-weight: bold;
    color: #4169E1;
}

.article_a_working:link {
    text-decoration: none;
    font-weight: bold;
    color: #4169E1;
}

.article_a_working:visited {
    text-decoration: none;
    font-weight: bold;
    color: #4169E1;
}

.article_a_working:hover {
    text-decoration: none;
    font-weight: bold;
    color: #4169E1;
}

.article_a_working:active {
    text-decoration: none;
    font-weight: bold;
    color: #4169E1;
}

.article_footer {
    background-color: unset;
    margin-top: unset;
    padding: unset;
    box-sizing: unset;
    width: max-content;
}

.article_breadcrumb_item {
    display: inline-block;
}

.article_section {
    height: auto;
    position: unset;
    scroll-snap-align: unset;
}

.article_breadcrumb_item:not(:last-child):after {
    content: "›";
    padding: 0 0.6em;
    color: #4169E1;
}

.article_button {
    color: white !important;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #4169E1;
    font-weight: bold;
    margin-top: 30px;
    box-sizing: border-box;
    display: block;
}

.article_clickable_area {
    inset: 0px;
    position: absolute;
    z-index: 1;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
}

nav {
    position: relative;
    z-index: 2;
}

.article_author {
    position: relative;
    z-index: 2;
}

.article_h1 {
    color: #4169E1;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
}

.article_h3 {
    color: #FAF9FA;
    font-size: 16px;
    margin-top: 10px;
}

.article_content {
    color: #CACACA;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 16px;
}

.article_content img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article_content a:visited {
    color: #4169E1;
}

.article_content a:active {
    color: #4169E1;
}

.article_content a:link {
    color: #4169E1;
}

header {
    height: auto !important;
}

article {
    margin: unset !important;
}