.navbar.navbar-marketing {
    background-color: var(--white);
    border-bottom: 1px solid #ebebeb;
}

/* header */
.main-header {
    background-image: url(../../../assets/img/pages/careers/header-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 240px;
    padding-bottom: 150px;
}

.main-header .header-title {
    color: var(--white);
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    line-height: calc(42px * 1.5);
}
/* end header */

/* article section */
.articles-section {
    margin-top: 56px;
    margin-bottom: 56px;
}

.articles-section .section-header { margin-bottom: 32px; }

.articles-section .section-header .form-control {
    padding-left: 16px;
    height: 60px;
    border-radius: 10px;
}

.articles-section .section-header .btn-search-article {
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: var(--primary);
    color: var(--white);
    font-weight: 600;
}

.articles-section .article-empty-states { margin-top: 32px; }

.articles-section .article-empty-states .empty-state-image {
    width: 100%;
    height: 300px;
    margin-bottom: 16px;
}

.articles-section .article-empty-states .empty-message {
    text-align: center;
    color: var(--dark);
    font-size: 24px;
    line-height: calc(24px * 1.5);
    font-weight: 700;
}

.articles-section .article-item .card {
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.articles-section .article-item .card .card-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 221px;
    width: 100%;
    object-fit: cover;
}

.articles-section .article-item .card .article-created-at {
    color: var(--grey-light);
    margin-bottom: 16px;
    font-weight: 500;
}

.articles-section .article-item .card .article-title {
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: calc(20px * 1.5);
}

.articles-section .article-item .card .btn-redirect-ghost {
    padding: 0;
    color: var(--primary);
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 4px;
    display: inline-block;
    transition: all 0.2s ease;
}
.articles-section .article-item .card .btn-redirect-ghost:hover {
    column-gap: 16px;
}
/* article section - end */

/* article detail */

/* article detail - end */
