@media (min-width: 1400px) {
        .container,
        .container-sm,
        .container-md,
        .container-lg,
        .container-xl,
        .container-xxl {
            max-width: 96% !important;
        }
    }

    h2 {
        color: #00195E;
        font-family: "Lato", Sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

    .profile-filter button img {
        width: 15px;
        float: right;
        padding-top: 5px;
    }

    .filtercol30 {
        float: left !important;
    }

    /* Keep the blue filter rows full-width, but align their content with the card grid below. */
    .life-paths-filter-row,
    .life-paths-tag-row {
        padding-left: clamp(20px, 3vw, 50px) !important;
        padding-right: clamp(20px, 3vw, 50px) !important;
    }

    .life-paths-filter-right {
        display: flex;
        justify-content: flex-end;
    }

    .profile-filter,
    .tag-filters {
        max-width: 50%;
        width: 100%;
    }

    .profile-filter {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        float: none;
        margin-bottom: 10px;
        break-after: auto;
    }

    .tag-filters {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 8px;
        padding-bottom: 10px;
    }

    .tag-filters .filter-button {
        cursor: pointer;
        margin: 0 !important;
    }

    @media (max-width: 991px) {
        .profile-filter,
        .tag-filters {
            max-width: 100%;
        }

        .life-paths-filter-right {
            justify-content: flex-start;
            margin-top: 15px;
        }

        .profile-filter,
        .tag-filters {
            justify-content: flex-start;
        }
    }

    .top-filters,
    .background-color-blue {
        background-color: #2ba6fe !important;
    }

    .top-filters {
        margin-top: -50px;
        padding-top: 20px;
    }

    .p-filter {
        padding: 10px;
        border: 1px #1355A2 solid;
        border-radius: 5px;
        width: 260px;
        background-color: #fff;
        margin-bottom: 10px;
        font-family: "Lato";
        color: #1355A2;
        font-weight: 700;
    }

    .selected-yellow {
        border: 3px solid #ffce08;
    }

    .orange {
        border: 3px solid #fd3d07;
    }

    #network .current-menu-item a {
        color: #2BA6FE !important;
    }

    #network .current-menu-item a:hover {
        border: none !important;
    }

    .record-pagination.hidden {
        display: none !important;
    }

    .record-pagination .disabled {
        color: #555;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    .record-pagination {
        width: 100%;
        display: flex;
        justify-content: center;
        list-style: none;
    }

    .record-pagination .active a {
        color: #477F8C !important;
        font-weight: bold;
    }

    .record-pagination a {
        padding: 0.3em;
        color: #F09D44;
    }

    .life-paths-filter-row .life-paths-filter-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
}

.life-paths-filter-row .profile-filter {
    width: auto !important;
    max-width: none !important;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    float: none !important;
}

.act-tag-middle {
    margin-left: 2px;
    margin-right: 2px;
}

.life-path-card {
    padding-bottom: 120px;
}

.act-card-footer {
    padding-left: 12px;
    padding-right: 12px;
}

.act-card-footer .btn,
.act-card-footer button {
    width: 100%;
}