.entry-content {
    margin-block: 80px;
}

#nist .nist-navbar {
    background: linear-gradient(90deg, #001A2E 0%, #005494 100%);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nist .nist-navbar .nist-logo {
    width: 90px;
}

#nist .nist-navbar nav {
    position: relative;
}

#nist .nist-navbar nav .buttons-line {
    position: absolute;
    top: 40px;
    left: 60px;
    max-width: 580px;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
}

#nist .nist-navbar nav button {
    padding: 15px;
    border-radius: 5px;
    width: 140px;
}

#nist .nist-navbar nav button:nth-child(2) {
    background-color: #469F5B;
}

#nist .nist-navbar nav button:nth-child(3) {
    background-color: #467E9F;
}

#nist .nist-navbar nav button:nth-child(4) {
    background-color: #5B469F;
}

#nist .nist-navbar nav button:nth-child(5) {
    background-color: #9F8746;
}

#nist .nist-navbar nav button:nth-child(6) {
    background-color: #9F4685;
}

#nist .nist-navbar nav button img {
    background-color: #001A2E;
    width: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
}

#nist .nist-navbar nav button img.active {
    border: 3px solid #FFFFFF;
}

#nist .nist-navbar nav button h2 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-block: 10px 0;
}

#nist .nist-body {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

#nist .nist-body .nist-sidebar {
    width: 18%;
    padding: 20px;
    border-radius: 5px;
    background-color: #D9D9D9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#nist .nist-body .nist-sidebar button {
    color: #FFFFFF;
    font-size: 12px;
    text-wrap: wrap;
    text-align: start;
    padding: 15px 20px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    background-color: #001A2E66;
    line-height: 1.2;
    transition: .3s;
}

#nist .nist-body .nist-sidebar button.active,
#nist .nist-body .nist-sidebar button:hover {
    background-color: #001A2E;
}

#nist .nist-body .nist-content {
    width: 83%;
    padding: 40px;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 1.2;
}

#nist .nist-body .nist-content span {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

#nist .nist-body .nist-content hr {
    max-width: 300px;
    width: 100%;
    margin-block: 16px;
}

#nist .nist-body .nist-content .nist-content-name {
    font-size: 20px;
    font-weight: 600;
    margin-block: 0;
}

#nist .nist-body .nist-content .nist-content-description {
    margin-block: 12px 35px;
}

#nist .nist-body .nist-content .nist-content-products-presentation {
    font-size: 18px;
    font-weight: 500;
}

#nist .nist-body .nist-content .nist-content-product-cards {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

#nist .nist-body .nist-content .nist-content-product-card {
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#nist .nist-body .nist-content .nist-content-product-name {
    font-size: 18px;
    font-weight: 600;
    margin-block: 0 10px;
}

#nist .nist-body .nist-content .nist-content-product-name a {
    color: white;
}

#nist .nist-body .nist-content .nist-content-product-item {
    margin-block: 0;
    font-size: 14px;
}

#nist .nist-body .nist-content .nist-content-product-contact-link {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    text-align: end;
}

.hidden-on-load {
    display: none;
}

.padding {
    padding: 10px 90px;
}

@media screen and (max-width: 1042px) {
    #nist .nist-navbar nav .buttons-line {
        left: 50px;
        max-width: 420px;
    }

    #nist .nist-navbar nav button {
        width: 100px;
    }

    #nist .nist-navbar nav h2 {
        font-size: 10px !important;
    }

    #nist .nist-navbar nav hr {
        font-size: 1px;
        width: 0px;
    }

    #nist .nist-body .nist-content {
        width: 83%;
        padding: 15px;
        border-radius: 5px;
        color: #FFFFFF;
        line-height: 1.2;
    }

    #nist .nist-body .nist-sidebar {
        width: 30%;
    }

    .padding {
        padding: 10px 30px;
    }

    #nist .nist-body .nist-content .nist-content-product-cards {
        flex-wrap: wrap;
    }

    #nist .nist-body .nist-content .nist-content-product-card {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .g-content {
        margin-inline: 0;
        padding-inline: 5px;
    }

    #nist .nist-navbar nav .buttons-line {
        top: 10px;
        max-width: 300px;
    }

    #nist .nist-navbar nav button {
        width: 70px;
    }

    #nist .nist-navbar nav h2 {
        font-size: 7px !important;
    }

    #nist .nist-navbar nav hr {
        font-size: 1px;
        width: 0px;
    }

    #nist .nist-body .nist-content {
        width: 83%;
        padding: 15px;
        border-radius: 5px;
        color: #FFFFFF;
        line-height: 1.2;
    }

    #nist .nist-body .nist-sidebar {
        width: 40%;
    }

    .padding {
        padding: 10px 30px;
    }

    #nist .nist-body .nist-content .nist-content-product-cards {
        flex-wrap: wrap;
    }

    #nist .nist-body .nist-content .nist-content-product-card {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .entry-content {
        margin-block: 30px;
    }

    #nist .nist-navbar {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    #nist .nist-navbar nav {
        display: flex;
        gap: 5px;
    }

    #nist .nist-navbar nav button {
        width: 100%;
    }

    #nist .nist-navbar nav button img.active {
        border: none;
    }

    #nist .nist-navbar nav button:has(img.active) {
        border: 3px solid #FFFFFF;
        min-width: 140px;
    }

    #nist .nist-navbar nav button:has(img.active) h2 {
        display: block;
    }

    #nist .nist-navbar nav button h2 {
        font-size: 12px !important;
        display: none;
    }

    #nist .nist-body .nist-sidebar {
        width: 60%;
    }

    #nist .nist-body .nist-sidebar button {
        padding: 15px 10px;
    }

    #nist .nist-body .nist-content .nist-content-product-cards {
        flex-wrap: wrap;
    }

    #nist .nist-body .nist-content .nist-content-product-card {
        width: 100%;
    }

    #nist .nist-navbar nav .buttons-line {
        display: none;
    }

    #nist .nist-navbar nav button {
        width: 20px;
    }

    #nist .nist-navbar nav h2 {
        font-size: 7px !important;
    }

    #nist .nist-navbar nav hr {
        font-size: 1px;
        width: 0px;
    }

    #nist .nist-body .nist-content {
        width: 83%;
        padding: 10px;
        border-radius: 5px;
        color: #FFFFFF;
        line-height: 1.2;
    }

    #nist .nist-body .nist-sidebar {
        width: 50%;
    }

    .padding {
        padding: 10px 30px;
    }
}
