/*gridpayhub*/
.articleSixPay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.articleSixPay a {
    text-decoration: none;
}

.articleSixPayWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

@media screen and (min-width: 1024px) {
    .articleSixPayWrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        max-width: 1255px;
        grid-template-rows: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .articleSixPayWrapper>.articleListPayContainer:first-child {
        grid-column: span 3;
        grid-row: 1;
        margin-bottom: 78px;
        height: 800px
    }

    .articleSixPayWrapper>.articleListPayContainer:first-child .articleListPayInfo h3 {
        font-size: 36px;
        font-family: var(--font-family-sans-condensed);
    }

    .articleSixPayWrapper>.articleListPayContainer:first-child .articleListPayInfo p {
        max-width: 750px;
    }

    /* .articleSixPayWrapper .articleListPayContainer:first-of-type img {
        width: 100%;
        height: 500px;
    }*/
    /*.articleSixPayWrapper>.articleListPayContainer:first-child img {
        height: 500px
    }*/
    .articleSixPayWrapper .extra-div {
        grid-column: span 3;
        margin-bottom: 32px;
    }

}

@media screen and (min-width: 1440px) {
    .articleSixPayWrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.articleSixPayWrapper .extra-div {
    padding: 60px 20px 20px 20px;
    margin: 0;
}

.articleSixPayWrapper .extra-div p {

    margin: 0;
}

@media screen and (min-width: 1024px) {
    .articleSixPayWrapper .extra-div {
        margin: 0;
        padding: 0;
    }
}


.articleListPayContainer {
    max-width: 320px;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    cursor: pointer;

}

.articleSixPayWrapper>.articleListPayContainer:first-child {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .articleSixPayWrapper>.articleListPayContainer:first-child {
        max-width: 100%;
        height: 600px;
    }
}

.articleSixPayWrapper>.articleListPayContainer:first-child img:first-of-type {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.articleSixPayWrapper>.articleListPayContainer:first-child img:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
    .articleListPayContainer {
        max-width: 406px;
        height: 510px;
        margin-top: 0;
        justify-content: space-between;
    }

    .articleListPayContainer:first-child {
        max-width: 1233px;
        height: 510px;
    }

    .articleSixPayWrapper>.articleListPayContainer:first-child img:first-of-type {
        width: 100%;
        height: 500px;
    }

}

.articleSixPay .extra-div p {
    font-size: 26px;
    color: rgba(5, 37, 73, 1);
    font-family: var(--font-family-sans-condensed);
    font-weight: 700;
}

.articleSixPayWrapper .articleListPayContainer img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
    .articleSixPayWrapper .articleListPayContainer img {
        width: 100%;
        height: 228px;
    }


}

.articleListPayInfo {
    padding: 20px;
    box-sizing: content-box;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (min-width: 1024px) {
    .articleListPayInfo {
        padding: 30px;
    }
}

.articleListPayTag {
    background-color: rgba(136, 193, 228, 1);
    width: fit-content;
}

.articleListPayTag .payTag {
    padding: 5px;
    font-family: "Noto Sans";
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.articleListPayInfo h3 {
    color: rgba(5, 37, 73, 1);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-family-sans-condensed);
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .articleSixPayWrapper .articleListPayInfo h3 {
        font-size: 26px;
    }
}


.articleListPayInfo p {
    color: rgba(5, 37, 73, 1);
    font-size: 14px;
    font-family: "Noto Sans";
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .articleListPayInfo p {
        font-size: 16px;
    }
}

.articleListPayDate {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Noto Sans";
    gap: 5px;
}


.articleListPayDate .payDate {
    display: flex;
    align-items: center;
    color: rgba(184, 184, 184, 1);
    font-size: 12px;
    text-transform: uppercase;
}

.articleListPayDate .payDate svg {
    padding-right: 5px;
}

.articleListPayDate .payDateFormatted {
    color: rgba(184, 184, 184, 1);
    font-size: 12px;
    text-transform: uppercase;
}

.articleSixPay .pagination {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 236px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.articleSixPay .pagination button {
    all: unset;
    color: rgba(38, 38, 38, 1);
}

.articleSixPay .pagination button.disabled {
    color: rgba(184, 184, 184, 1);
}

.articleSixPay .pagination .prev {
    font-size: 16px;
    font-family: "Noto Sans";
    cursor: pointer;
}

.articleSixPay .pagination .prev:hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.articleSixPay .pagination .next {
    font-size: 16px;
    font-family: "Noto Sans";
    cursor: pointer;
}

.articleSixPay .pagination .next:hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.articleSixPay .pagination .pageNumber {
    font-size: 16px;
    color: rgba(38, 38, 38, 1);
    font-family: "Noto Sans";
}

.articleSixPay .pagination .pageNumber .page-link:not(.activePage) {
    cursor: pointer;
}

.articleSixPay .pagination .pageNumber .page-link:not(.activePage):hover {
    text-decoration: underline #DE3919;
    text-underline-offset: 5px;
}

.articleSixPay .activePage {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(38, 38, 38, 1);
    cursor: default;
}



/*GRID_PAY_HUB*/
@media screen and (min-width: 1024px) {
    .grid_pay_hub {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
}

.gridSixPayContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .gridSixPayContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        max-width: 1440px;
        width: 100%;
        margin-left: 90px;
        margin-right: 90px;


    }
}

.gridSixPayContainer .dragContainerSixPay {
    width: 318px;
}

@media screen and (min-width: 1024px) {
    .gridSixPayContainer .orderdrag{
        order: 2;
    }
    .gridSixPayContainer .dragContainerSixPay {
        width: 615px;
        height: 100%;
    }
}

.authorSixPayContainer {
    width: 318px;
    margin: 25px 0 25px 0;
}
.authorSixPayContainer a {
    width: 100%;
    display: block;
}
@media screen and (min-width: 1024px) {
    .orderlegend{
        order: 1;
        width: 254px;
    }
    .authorSixPayContainer {
        display: flex;
        flex-direction: column;
        width: 254px;
        margin: 0;
    }

}

.gridSixPayContainer .textGridSixPay {
    font-family: "Noto Sans";
    color: #002C5F;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
}

.maintextGridAuthorSixPay {
    font-family: "Noto Sans";
    color: #002C5F;
    font-size: 16px;
    font-weight: lighter;
    margin: 0;
}

.publish-label {
    padding: 15px 0 0px 0;
} 

.gridSixPayContainer .maintextGridSixPay {
    font-family: "Noto Sans";
    color: #002C5F;
    font-size: 16px;
    margin: 0;
    padding: 3px 0 15px 0;
    display: flex;
    align-items: center;
}

.gridSixPayContainer .maintextGridSixPay svg {
    padding-right: 5px;
}


.orderlegend{
    order: 1;
}

.orderdive{
    order: 2;
    margin-bottom: 25px;
}

.orderdrag{
    order: 3;
}

@media screen and (min-width: 1024px) {
    .orderlegend{
        order: unset;
    }

    .orderdive{
        order: unset;
    }

    .orderdrag{
        order: unset;
    }
}


.diveTopicSixPay {
    width: 300px;
}

@media screen and (min-width: 1024px) {
    .diveTopicSixPay {
        width: 254px;
        margin-left: 50px;
    }
    .orderdive{
        order: 3;
        width: 254px;
    }
}


.gridSixPayContainer .paragraph_title {
    font-family: "Noto Sans Condensed";
    font-weight: 700;
    color: #002C5F;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.diveTopicSixPay .link-list {
    border-top: 1px solid #002C5F;
    padding: 0;
    margin: 0;
}

.diveTopicSixPay .link-list li {
    list-style-type: none;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
    padding: 10px 0 10px 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47071 4.87369H11.8144L9.48188 7.66136L10.4538 8.4768L14 4.2384L10.4538 0L9.48188 0.815442L11.8144 3.60312H4.47071C3.64578 3.60312 2.86353 3.23806 2.33254 2.60752L0.971893 0.981375L0 1.79682L1.36065 3.42296C2.13342 4.3427 3.26651 4.87369 4.47071 4.87369Z' fill='%23DE3919'/%3E%3C/svg%3E");
    background-size: 14px 9px;
    background-repeat: no-repeat;
    background-position: right center;
}


.diveTopicSixPay .link-list__link {
    text-decoration: none;
    font-family: "Noto Sans";
    font-size: 14px;
    color: #002C5F;

}