div#article {
    width: 100%;
    height: fit-content;
    display: block;
    padding: 250px 0px 150px;
    margin: 50px 0px;
    position: relative;
}

.article_bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
    background-image: url("../img/hnks/2025/banner_img.jpg");
    opacity: 0.3;
    background-position: center center;
    background-size: cover;
}

.article_gradient {
    background: linear-gradient(0deg, rgb(19, 32, 60) 0%, rgba(19, 32, 60, 0) 100%);
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.article_header_content {
    position: absolute;
    z-index: 99;
    text-align: center;
    border-radius: 12px;
    width: 100%;
    height: fit-content;
    bottom: 0px;
}

.article_header_content  > div:nth-child(1) {
    position: relative;
}

.article_header_content  > div > img {
    border-radius: 12px;
    width: 800px;
}

.article_header {
    width: 800px;
    margin: 0px auto;
    text-align: left;
    z-index: 9999;
    position: relative;
}

.article_title {
    font-size: 30px;
    width: fit-content;
}

.article_label.article_label_event {
    background: #fbb032;
    padding: 4px 8px;
    width: fit-content;
    border-radius: 6px;
    font-size: 20px;
}

/* .highlighter {
    color: rgb(233, 233, 233);
    font-size: 22px;
    font-weight: 700;
    background-image: url("../img/highlighter_d.png");
    background-repeat: repeat-x;
    background-size: 9px;
    background-position: 0px 20px;
    width: fit-content;
} */


.article_title {
    font-size: 46px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    padding: 0px 0px 20px;
    z-index: 2;
    position: relative;
}

span.highlighter {
    background-image: url("../img/highlighter_d.png");
    background-repeat: repeat-x;
    background-size: 15px;
    background-position: 0px 41px;
}

.bg_gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px);
    background: linear-gradient(0deg, rgb(20 20 20) 0%, rgba(19, 32, 60, 0) 100%);
    opacity: 1;
    bottom: -30px;
}

div#article_content {
    width: 800px;
    margin: auto;
    color: #d5d5d5;
    margin-top: 80px;
}

/* div#article_content > h2 {
    color: #f6f6f6;
    margin-bottom: 60px;
    margin-top: 50px;
    background-image: url("../img/highlighter_d.png");
    background-repeat: repeat-x;
    background-size: 8px;
    background-position: 0px 24px;
    width: fit-content;
} */

div#article_header {
    position: relative;
    width: 100%;
    height: 600px;
}

p > img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.article_header_image {
    width: 800px;
    height: fit-content;
    margin: 0px auto;
    border-radius: 8px;
}

@media (max-width: 950px) {
    .article_header_content > div > img {
        width: 90%;
    }

    #article_content {
        width: 90%!important;
    }
    .article_header {
        width: 90%;
        margin: -150px 10% 0px 10%;
    }
}

#article_content > p {
    font-size: 20px;
    font-weight: 200;
    margin: 40px 0px;
}

div#article_content > p > img {
    margin: 60px 0px;
    display: block;
    border-bottom: 2px solid #fbb031;
    border-radius: 4px;
}

/*  */
/*  */
/*  */
a {
    color: #fbb031;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    text-decoration: underline;
}