/* Extracted from newlook-ui-cleaned.css: newlook-admin-tools.css */

/* ==========================================================
   UGPIV Audit Summary Page
   ========================================================== */

.newlook-ui.newlook-audit-summary-page .newlook-shell {
    grid-template-columns: 285px minmax(0, 1fr);
}

.newlook-ui .newlook-audit-content {
    display: grid;
    grid-template-columns:
        minmax(480px, 1fr)
        minmax(340px, 440px);
    gap: 30px 40px;
    align-items: center;
    width: min(100%, 1450px);
    margin: 0 auto;
    padding: 52px 48px 70px;
}


/* ==========================================================
   Audit Sidebar
   ========================================================== */

.newlook-ui .newlook-audit-sidebar {
    padding-right: 18px;
    padding-left: 18px;
}

.newlook-ui .newlook-audit-sidebar .newlook-sidebar-logo {
    width: 195px;
}

.newlook-ui .newlook-audit-sidebar .newlook-account-nav {
    padding-top: 28px;
}


/* ==========================================================
   Audit Introduction
   ========================================================== */

.newlook-ui .newlook-audit-intro {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.newlook-ui .newlook-audit-heading {
    margin-bottom: 26px;
}

.newlook-ui .newlook-audit-heading .newlook-eyebrow {
    margin: 0 0 12px;
    color: #179bff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newlook-ui .newlook-audit-heading h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.06;
}

.newlook-ui .newlook-audit-description {
    max-width: 760px;
    margin: 0 0 12px;
    color: #aebccc;
    font-size: 17px;
    line-height: 1.65;
}

.newlook-ui .newlook-audit-description:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   Audit Hero
   ========================================================== */

.newlook-ui .newlook-audit-hero {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 0;
}

.newlook-ui .newlook-audit-hero img {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    object-fit: contain;
}


/* ==========================================================
   Audit Student Card
   ========================================================== */

.newlook-ui .newlook-audit-student-card {
    max-width: 700px;
    padding: 26px 28px;
    background:
        linear-gradient(
            145deg,
            rgba(5, 27, 57, 0.96),
            rgba(2, 16, 36, 0.94)
        );
    border: 1px solid rgba(84, 146, 209, 0.45);
    border-radius: 13px;
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui
.newlook-audit-student-card
.newlook-card-label {
    margin: 0 0 19px;
}

.newlook-ui .newlook-audit-student {
    display: flex;
    gap: 18px;
    align-items: center;
}

.newlook-ui .newlook-audit-student-icon {
    display: grid;
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    place-items: center;
    color: #159cff;
    font-size: 29px;
    background: rgba(10, 89, 177, 0.18);
    border: 2px solid #159cff;
    border-radius: 50%;
}

.newlook-ui .newlook-audit-student h2 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
}

.newlook-ui .newlook-audit-student p {
    margin: 0;
    color: #aebccc;
    font-size: 15px;
}

.newlook-ui .newlook-audit-student strong {
    color: #ffffff;
    font-weight: 600;
}


/* The existing audit table section spans the full page width */

.newlook-ui .newlook-audit-content > .section {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
}


/* ==========================================================
   Audit Responsive Layout
   ========================================================== */

@media (max-width: 1100px) {
    .newlook-ui.newlook-audit-summary-page .newlook-shell {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .newlook-ui .newlook-audit-content {
        grid-template-columns: 1fr;
        padding-right: 28px;
        padding-left: 28px;
    }

    .newlook-ui .newlook-audit-intro,
    .newlook-ui .newlook-audit-hero,
    .newlook-ui .newlook-audit-content > .section {
        grid-column: 1;
        grid-row: auto;
    }

    .newlook-ui .newlook-audit-hero {
        max-height: 420px;
    }

    .newlook-ui .newlook-audit-hero img {
        width: 72%;
        max-width: 520px;
    }
}

@media (max-width: 900px) {
    .newlook-ui.newlook-audit-summary-page .newlook-shell {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-audit-sidebar {
        min-height: auto;
    }
}

@media (max-width: 650px) {
    .newlook-ui .newlook-audit-content {
        padding: 28px 16px 50px;
    }

    .newlook-ui .newlook-audit-hero img {
        width: 100%;
    }

    .newlook-ui .newlook-audit-student-card {
        padding: 23px 21px;
    }

    .newlook-ui .newlook-audit-student {
        align-items: flex-start;
    }

    .newlook-ui .newlook-audit-student-icon {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}
/* ==========================================================
   Add UGPIV Audit Record Page
   ========================================================== */

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-shell {
    grid-template-columns: 285px minmax(0, 1fr);
}

.newlook-ui .newlook-add-audit-content {
    width: min(100%, 1450px);
    margin: 0 auto;
    padding: 52px 48px 70px;
}

.newlook-ui .newlook-add-audit-inner {
    width: 100%;
}


/* ==========================================================
   Add Audit Page Header
   ========================================================== */

.newlook-ui .newlook-add-audit-header {
    display: grid;
    grid-template-columns:
        minmax(480px, 1fr)
        minmax(340px, 440px);
    gap: 40px;
    align-items: center;
    margin-bottom: 34px;
}

.newlook-ui .newlook-add-audit-heading {
    min-width: 0;
}

.newlook-ui
.newlook-add-audit-heading
.newlook-eyebrow {
    margin: 0 0 12px;
    color: #179bff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newlook-ui .newlook-add-audit-heading > h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.06;
}

.newlook-ui
.newlook-add-audit-heading
> p:not(.newlook-eyebrow) {
    max-width: 720px;
    margin: 0 0 26px;
    color: #aebccc;
    font-size: 17px;
    line-height: 1.65;
}


/* ==========================================================
   Add Audit Hero
   ========================================================== */

.newlook-ui .newlook-add-audit-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 0;
}

.newlook-ui .newlook-add-audit-hero img {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    object-fit: contain;
}


/* ==========================================================
   Student Card Adjustment
   ========================================================== */

.newlook-ui
.newlook-add-audit-heading
.newlook-audit-student-card {
    max-width: 700px;
    margin: 0;
}


/* ==========================================================
   Existing Form Section Reset
   ========================================================== */

.newlook-ui .newlook-add-audit-content .section {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    clear: both;
}


/* ==========================================================
   Add Audit Responsive Layout
   ========================================================== */

@media (max-width: 1100px) {
    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-shell {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .newlook-ui .newlook-add-audit-content {
        padding-right: 28px;
        padding-left: 28px;
    }

    .newlook-ui .newlook-add-audit-header {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-add-audit-hero {
        max-height: 420px;
    }

    .newlook-ui .newlook-add-audit-hero img {
        width: 72%;
        max-width: 520px;
    }
}

@media (max-width: 900px) {
    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .newlook-ui .newlook-add-audit-content {
        padding: 28px 16px 50px;
    }

    .newlook-ui .newlook-add-audit-header {
        gap: 26px;
    }

    .newlook-ui .newlook-add-audit-hero img {
        width: 100%;
    }
}
/* ==========================================================
   Add Audit Record Form
   ========================================================== */

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-add-audit-form-section form {
    display: grid;
    gap: 26px;
}


/* ==========================================================
   Form Cards
   ========================================================== */

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-form-card {
    overflow: hidden;
    padding: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(5, 27, 57, 0.97),
            rgba(2, 16, 36, 0.96)
        );
    border: 1px solid rgba(84, 146, 209, 0.4);
    border-radius: 14px;
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-card-header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(112, 160, 207, 0.25);
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-card-header h2 {
    margin: 5px 0 8px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.25;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-card-header p:not(.newlook-card-label) {
    max-width: 720px;
    margin: 0;
    color: #aebccc;
    font-size: 15px;
    line-height: 1.55;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-card-header .newlook-card-label {
    margin: 0;
    color: #179bff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-form-step {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background:
        linear-gradient(
            145deg,
            #137fd5,
            #0864ad
        );
    border: 1px solid rgba(127, 205, 255, 0.72);
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0, 108, 194, 0.3);
}


/* ==========================================================
   Form Grids
   ========================================================== */

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-form-grid {
    display: grid;
    gap: 22px;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-audit-insertion-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-audit-daily-grid {
    grid-template-columns: repeat(7, minmax(110px, 1fr));
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-audit-outcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field-wide {
    grid-column: 1 / -1;
}


/* ==========================================================
   Labels and Controls
   ========================================================== */

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .newlook-form-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field label {
    margin-bottom: 8px;
    color: #dbe8f5;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field input,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field select,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: #ffffff;
    font: inherit;
    background: rgba(0, 11, 27, 0.76);
    border: 1px solid rgba(108, 151, 194, 0.55);
    border-radius: 8px;
    outline: none;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field textarea {
    min-height: 112px;
    resize: vertical;
    line-height: 1.5;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field select {
    cursor: pointer;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field select option {
    color: #ffffff;
    background: #061a34;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field input::placeholder,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field textarea::placeholder {
    color: #72869c;
    opacity: 1;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field input:hover,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field select:hover,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field textarea:hover {
    border-color: rgba(63, 166, 239, 0.8);
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field input:focus,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field select:focus,
.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-field textarea:focus {
    background: rgba(2, 20, 43, 0.92);
    border-color: #189dff;
    box-shadow:
        0 0 0 3px rgba(24, 157, 255, 0.14),
        0 8px 22px rgba(0, 0, 0, 0.14);
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.newlook-form-help {
    margin-top: 7px;
    color: #8799ab;
    font-size: 12px;
    line-height: 1.4;
}


/* ==========================================================
   Form Buttons
   ========================================================== */

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
) .button-row {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-end;
    margin: 2px 0 0;
    padding: 24px 0 0;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.button-row .btn {
    min-width: 140px;
    min-height: 48px;
    padding: 11px 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    background:
        linear-gradient(
            145deg,
            #168bdc,
            #0869b8
        );
    border: 1px solid rgba(120, 205, 255, 0.72);
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 103, 181, 0.25);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.button-row .btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 103, 181, 0.34);
}

.newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
.button-row .btn:last-child {
    color: #dbe8f5;
    background: rgba(7, 31, 61, 0.88);
    border-color: rgba(113, 153, 194, 0.52);
    box-shadow: none;
}


/* ==========================================================
   Form Responsive Layout
   ========================================================== */

@media (max-width: 1250px) {
    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-audit-insertion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-audit-daily-grid {
        grid-template-columns: repeat(4, minmax(110px, 1fr));
    }
}

@media (max-width: 800px) {
    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-audit-insertion-grid,
    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-audit-outcome-grid {
        grid-template-columns: 1fr;
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-audit-daily-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-form-field-wide {
        grid-column: 1;
    }
}

@media (max-width: 520px) {
    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-form-card {
        padding: 22px 18px;
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-form-card-header {
        gap: 15px;
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-form-step {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .newlook-audit-daily-grid {
        grid-template-columns: 1fr;
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .button-row {
        flex-direction: column;
        align-items: stretch;
    }

    .newlook-ui:is(
    .newlook-add-audit-page,
    .newlook-edit-audit-page
)
    .button-row .btn {
        width: 100%;
    }
}
/* Audit record edit link */

.newlook-ui .newlook-audit-room-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: space-between;
    min-width: 105px;
    padding: 7px 10px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(18, 120, 198, 0.18);
    border: 1px solid rgba(49, 163, 239, 0.55);
    border-radius: 7px;
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}

.newlook-ui .newlook-audit-room-link:hover {
    color: #ffffff;
    background: rgba(18, 120, 198, 0.38);
    border-color: #31a3ef;
    transform: translateY(-1px);
}

.newlook-ui .newlook-audit-room-number {
    font-weight: 700;
}

.newlook-ui .newlook-audit-edit-label {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #69c4ff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.newlook-ui .newlook-audit-room-link:hover
.newlook-audit-edit-label {
    color: #ffffff;
}
/* Audit record deleted confirmation */

.newlook-ui .newlook-audit-delete-success {
    display: flex;
    grid-column: 1 / -1;
    gap: 12px;
    align-items: center;
    margin: 0 0 8px;
    padding: 15px 18px;
    color: #d9ffe8;
    font-size: 15px;
    font-weight: 600;
    background: rgba(22, 128, 76, 0.22);
    border: 1px solid rgba(64, 201, 126, 0.55);
    border-radius: 9px;
}

.newlook-ui .newlook-audit-delete-success i {
    color: #48d88b;
    font-size: 20px;
}
/* ==========================================================
   Edit Audit Record — Delete Button
   ========================================================== */

.newlook-ui.newlook-edit-audit-page
.newlook-audit-delete-form {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 22px 0 0;
}

.newlook-ui.newlook-edit-audit-page
.newlook-audit-delete-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 170px;
    min-height: 48px;
    margin: 0;
    padding: 11px 22px;
    color: #ffdce1;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    background:
        linear-gradient(
            145deg,
            rgba(112, 20, 38, 0.55),
            rgba(68, 12, 27, 0.68)
        );
    border: 1px solid rgba(255, 94, 116, 0.72);
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    box-shadow:
        0 10px 24px rgba(83, 7, 25, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.newlook-ui.newlook-edit-audit-page
.newlook-audit-delete-button i {
    color: #ff7184;
    font-size: 16px;
}

.newlook-ui.newlook-edit-audit-page
.newlook-audit-delete-button:hover {
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(168, 30, 55, 0.78),
            rgba(102, 15, 35, 0.88)
        );
    border-color: #ff7184;
    box-shadow:
        0 13px 28px rgba(112, 8, 31, 0.32),
        0 0 0 3px rgba(255, 83, 108, 0.08);
    transform: translateY(-1px);
}

.newlook-ui.newlook-edit-audit-page
.newlook-audit-delete-button:hover i {
    color: #ffffff;
}

.newlook-ui.newlook-edit-audit-page
.newlook-audit-delete-button:focus-visible {
    outline: 3px solid rgba(255, 92, 116, 0.34);
    outline-offset: 3px;
}

@media (max-width: 520px) {
    .newlook-ui.newlook-edit-audit-page
    .newlook-audit-delete-form {
        justify-content: stretch;
    }

    .newlook-ui.newlook-edit-audit-page
    .newlook-audit-delete-button {
        width: 100%;
    }
}

/* ==========================================================
   CPUI / CNPI Certification Registry
   ========================================================== */

.newlook-ui.newlook-cpui-registry-page .newlook-shell,
.newlook-ui.newlook-piv-registry-page .newlook-shell {
    grid-template-columns: 265px minmax(0, 1fr);
}

.newlook-ui.newlook-cpui-registry-page .newlook-main {
    position: relative;
    overflow-x: hidden;
}

.newlook-ui .newlook-registry-content {
    width: min(100%, 1460px);
    margin: 0 auto;
    padding: 48px 44px 64px;
}


/* ==========================================================
   Registry Sidebar
   ========================================================== */

.newlook-ui .newlook-registry-sidebar {
    position: relative;
    z-index: 5;
}

.newlook-ui .newlook-registry-sidebar .newlook-sidebar-brand {
    padding-bottom: 24px;
}

.newlook-ui .newlook-registry-sidebar .newlook-sidebar-logo {
    width: 180px;
    margin-bottom: 0;
}


/* ==========================================================
   Registry Header and Hero
   ========================================================== */

.newlook-ui .newlook-registry-header {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(430px, 0.95fr)
        minmax(420px, 0.8fr);
    gap: 42px;
    align-items: center;
    min-height: 310px;
    margin-bottom: 30px;
    padding: 34px 36px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 26%,
            rgba(15, 139, 255, 0.22),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(5, 29, 62, 0.96),
            rgba(2, 15, 35, 0.94)
        );
    border: 1px solid rgba(78, 150, 217, 0.42);
    border-radius: 16px;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.newlook-ui .newlook-registry-header::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            rgba(65, 150, 231, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(65, 150, 231, 0.035) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    mask-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.7),
            transparent 82%
        );
}

.newlook-ui .newlook-registry-header__copy,
.newlook-ui .newlook-registry-hero {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.newlook-ui .newlook-registry-header .newlook-eyebrow {
    margin: 0 0 12px;
    color: #179cff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newlook-ui .newlook-registry-header h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 4.5vw, 60px);
    line-height: 1.06;
}

.newlook-ui .newlook-registry-intro {
    max-width: 710px;
    margin: 0;
    color: #b7c5d5;
    font-size: 17px;
    line-height: 1.65;
}

.newlook-ui .newlook-registry-hero {
    display: flex;
    min-height: 235px;
    align-items: center;
    justify-content: center;
}

.newlook-ui .newlook-registry-hero img {
    display: block;
    width: 115%;
    max-width: 570px;
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(
            0 22px 30px rgba(0, 0, 0, 0.25)
        );
}


/* ==========================================================
   Registry Panel
   ========================================================== */

.newlook-ui .newlook-registry-panel {
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(5, 27, 57, 0.96),
            rgba(2, 16, 36, 0.95)
        );
    border: 1px solid rgba(84, 146, 209, 0.45);
    border-radius: 15px;
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.newlook-ui .newlook-registry-panel__header {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px;
    border-bottom: 1px solid rgba(108, 157, 205, 0.26);
}

.newlook-ui .newlook-registry-panel__header > div:first-child {
    min-width: 0;
}

.newlook-ui .newlook-registry-panel .newlook-card-label {
    margin: 0 0 8px;
    color: #169cff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.newlook-ui .newlook-registry-panel__header h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.25;
}

.newlook-ui .newlook-registry-panel__header p:last-child {
    margin: 0;
    color: #9fb0c3;
    font-size: 15px;
    line-height: 1.5;
}


/* ==========================================================
   Registry Count
   ========================================================== */

.newlook-ui .newlook-registry-count {
    display: grid;
    flex: 0 0 auto;
    min-width: 120px;
    min-height: 92px;
    padding: 14px 20px;
    place-items: center;
    align-content: center;
    text-align: center;
    background:
        linear-gradient(
            145deg,
            rgba(8, 80, 162, 0.42),
            rgba(3, 28, 64, 0.7)
        );
    border: 1px solid rgba(30, 151, 255, 0.56);
    border-radius: 11px;
    box-shadow:
        0 0 22px rgba(0, 125, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.newlook-ui .newlook-registry-count strong {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.newlook-ui .newlook-registry-count span {
    display: block;
    margin-top: 7px;
    color: #a9c7e2;
    font-size: 12px;
    line-height: 1.3;
}


/* ==========================================================
   Alphabet Navigation
   ========================================================== */

.newlook-ui .newlook-registry-alphabet {
    display: grid;
    grid-template-columns:
        repeat(13, minmax(36px, 1fr));
    gap: 8px;
    padding: 22px 30px;
    background: rgba(1, 13, 31, 0.38);
    border-bottom: 1px solid rgba(108, 157, 205, 0.26);
}

.newlook-ui .newlook-registry-letter {
    display: grid;
    min-height: 40px;
    padding: 7px 5px;
    place-items: center;
    color: #bdd0e2;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: rgba(5, 32, 67, 0.72);
    border: 1px solid rgba(89, 145, 201, 0.4);
    border-radius: 7px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        box-shadow 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-registry-letter:hover,
.newlook-ui .newlook-registry-letter:focus-visible {
    color: #ffffff;
    background: rgba(10, 79, 159, 0.76);
    border-color: #229fff;
    box-shadow: 0 0 16px rgba(0, 137, 255, 0.17);
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-registry-letter.is-active {
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #168fff,
            #0754bd
        );
    border-color: #39a9ff;
    box-shadow:
        0 0 16px rgba(0, 143, 255, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}


/* ==========================================================
   Registry Table
   ========================================================== */

.newlook-ui .newlook-registry-table-wrap {
    overflow-x: auto;
    width: 100%;
}

.newlook-ui .newlook-registry-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    table-layout: fixed;
}

.newlook-ui .newlook-registry-table th {
    padding: 17px 20px;
    color: #dce9f5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-align: left;
    text-transform: uppercase;
    background:
        linear-gradient(
            180deg,
            rgba(9, 56, 108, 0.82),
            rgba(5, 38, 78, 0.82)
        );
    border-bottom: 1px solid rgba(92, 157, 217, 0.38);
}

.newlook-ui .newlook-registry-table th:first-child {
    width: 29%;
}

.newlook-ui .newlook-registry-table th:nth-child(2) {
    width: 17%;
}

.newlook-ui .newlook-registry-table th:nth-child(3) {
    width: 12%;
}

.newlook-ui .newlook-registry-table th:nth-child(4) {
    width: 22%;
}

.newlook-ui .newlook-registry-table th:nth-child(5) {
    width: 20%;
}

.newlook-ui .newlook-registry-table td {
    padding: 18px 20px;
    color: #d4deea;
    font-size: 15px;
    line-height: 1.45;
    vertical-align: middle;
    border-bottom: 1px solid rgba(88, 137, 186, 0.21);
}

.newlook-ui .newlook-registry-table tbody tr {
    background: rgba(2, 17, 38, 0.18);
    transition:
        background-color 150ms ease,
        box-shadow 150ms ease;
}

.newlook-ui .newlook-registry-table tbody tr:nth-child(even) {
    background: rgba(6, 34, 69, 0.26);
}

.newlook-ui .newlook-registry-table tbody tr:hover {
    background: rgba(10, 73, 143, 0.27);
    box-shadow:
        inset 4px 0 0 #169cff;
}

.newlook-ui .newlook-registry-table tbody tr:last-child td {
    border-bottom: 0;
}

.newlook-ui .newlook-registry-name {
    color: #ffffff;
    font-weight: 700;
}

.newlook-ui .newlook-registry-designation {
    display: inline-flex;
    min-width: 65px;
    min-height: 30px;
    padding: 5px 11px;
    align-items: center;
    justify-content: center;
    color: #42b4ff;
    font-size: 13px;
    font-weight: 700;
    background: rgba(10, 104, 189, 0.18);
    border: 1px solid rgba(37, 161, 255, 0.46);
    border-radius: 20px;
}


/* ==========================================================
   Registry Messages
   ========================================================== */

.newlook-ui .newlook-registry-message {
    padding: 48px 28px !important;
    color: #aebfd1 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

.newlook-ui .newlook-registry-message strong {
    color: #ffffff;
}

.newlook-ui .newlook-registry-message--error {
    color: #ffd1d7 !important;
    background: rgba(115, 20, 37, 0.2);
}


/* ==========================================================
   Registry Pagination
   ========================================================== */

.newlook-ui .newlook-registry-pagination {
    display: grid;
    grid-template-columns:
        minmax(120px, 1fr)
        auto
        minmax(120px, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px 30px;
    background: rgba(1, 13, 31, 0.42);
    border-top: 1px solid rgba(108, 157, 205, 0.26);
}

.newlook-ui .newlook-registry-page-link {
    display: inline-flex;
    width: max-content;
    min-height: 43px;
    padding: 9px 16px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #dbe9f6;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(8, 57, 116, 0.54);
    border: 1px solid rgba(42, 145, 233, 0.52);
    border-radius: 8px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-registry-page-link:last-child {
    justify-self: end;
}

.newlook-ui .newlook-registry-page-link:hover,
.newlook-ui .newlook-registry-page-link:focus-visible {
    color: #ffffff;
    background: rgba(13, 90, 178, 0.72);
    border-color: #2ba3ff;
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-registry-page-link.is-disabled {
    color: #63778c;
    background: rgba(26, 46, 69, 0.28);
    border-color: rgba(95, 123, 151, 0.22);
    cursor: not-allowed;
}

.newlook-ui .newlook-registry-page-status {
    color: #9fb0c2;
    font-size: 14px;
    text-align: center;
}

.newlook-ui .newlook-registry-page-status strong {
    color: #ffffff;
}


/* ==========================================================
   Registry Responsive Layout
   ========================================================== */

@media (max-width: 1250px) {

   .newlook-ui.newlook-cpui-registry-page .newlook-shell,
.newlook-ui.newlook-piv-registry-page .newlook-shell {
    grid-template-columns: 240px minmax(0, 1fr);
}

    .newlook-ui .newlook-registry-content {
        padding-right: 28px;
        padding-left: 28px;
    }

    .newlook-ui .newlook-registry-header {
        grid-template-columns:
            minmax(390px, 1fr)
            minmax(330px, 0.72fr);
        gap: 24px;
    }

    .newlook-ui .newlook-registry-hero img {
        width: 125%;
    }

    .newlook-ui .newlook-registry-alphabet {
        grid-template-columns:
            repeat(9, minmax(36px, 1fr));
    }

}


@media (max-width: 1000px) {

    .newlook-ui .newlook-registry-header {
        grid-template-columns: 1fr;
        padding-bottom: 16px;
    }

    .newlook-ui .newlook-registry-header__copy {
        max-width: 760px;
    }

    .newlook-ui .newlook-registry-hero {
        min-height: 200px;
    }

    .newlook-ui .newlook-registry-hero img {
        width: 75%;
        max-width: 610px;
    }

}


@media (max-width: 900px) {

    .newlook-ui.newlook-cpui-registry-page .newlook-shell,
.newlook-ui.newlook-piv-registry-page .newlook-shell {
    grid-template-columns: 1fr;
}

    .newlook-ui
    .newlook-registry-sidebar
    .newlook-account-nav {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .newlook-ui
    .newlook-registry-sidebar
    .newlook-account-nav-link {
        min-height: 70px;
    }

    .newlook-ui .newlook-registry-panel__header {
        align-items: flex-start;
    }

    .newlook-ui .newlook-registry-alphabet {
        grid-template-columns:
            repeat(7, minmax(36px, 1fr));
    }

}


@media (max-width: 700px) {

    .newlook-ui .newlook-registry-content {
        padding: 28px 16px 44px;
    }

    .newlook-ui .newlook-registry-header {
        min-height: auto;
        padding: 28px 24px 18px;
    }

    .newlook-ui .newlook-registry-header h1 {
        font-size: 39px;
    }

    .newlook-ui .newlook-registry-intro {
        font-size: 16px;
    }

    .newlook-ui .newlook-registry-hero {
        min-height: 160px;
    }

    .newlook-ui .newlook-registry-hero img {
        width: 100%;
    }

    .newlook-ui .newlook-registry-panel__header {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 18px;
        padding: 24px 20px;
    }

    .newlook-ui .newlook-registry-count {
        min-width: 94px;
        min-height: 78px;
        padding: 12px;
    }

    .newlook-ui .newlook-registry-count strong {
        font-size: 25px;
    }

    .newlook-ui .newlook-registry-alphabet {
        grid-template-columns:
            repeat(5, minmax(36px, 1fr));
        padding: 18px 20px;
    }

    /*
     * Convert the registry table into stacked cards.
     */
    .newlook-ui .newlook-registry-table-wrap {
        overflow: visible;
        padding: 16px;
    }

    .newlook-ui .newlook-registry-table {
        min-width: 0;
    }

    .newlook-ui .newlook-registry-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .newlook-ui .newlook-registry-table,
    .newlook-ui .newlook-registry-table tbody,
    .newlook-ui .newlook-registry-table tr,
    .newlook-ui .newlook-registry-table td {
        display: block;
        width: 100%;
    }

    .newlook-ui .newlook-registry-table tbody {
        display: grid;
        gap: 14px;
    }

    .newlook-ui .newlook-registry-table tbody tr {
        overflow: hidden;
        background:
            linear-gradient(
                145deg,
                rgba(6, 37, 76, 0.84),
                rgba(2, 20, 45, 0.9)
            );
        border: 1px solid rgba(74, 143, 209, 0.4);
        border-radius: 11px;
        box-shadow:
            0 12px 28px rgba(0, 0, 0, 0.17);
    }

    .newlook-ui .newlook-registry-table tbody tr:hover {
        box-shadow:
            0 12px 28px rgba(0, 0, 0, 0.17);
    }

    .newlook-ui .newlook-registry-table td {
        display: grid;
        grid-template-columns:
            minmax(125px, 0.85fr)
            minmax(0, 1.15fr);
        gap: 14px;
        padding: 13px 16px;
        text-align: right;
        border-bottom: 1px solid rgba(88, 137, 186, 0.2);
    }

    .newlook-ui .newlook-registry-table td::before {
        content: attr(data-label);
        color: #199cff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.055em;
        text-align: left;
        text-transform: uppercase;
    }

    .newlook-ui .newlook-registry-table td:last-child {
        border-bottom: 0;
    }

    .newlook-ui .newlook-registry-name {
        color: #ffffff;
    }

    .newlook-ui .newlook-registry-message {
        display: block !important;
        padding: 38px 20px !important;
        text-align: center !important;
    }

    .newlook-ui .newlook-registry-message::before {
        display: none;
    }

    .newlook-ui .newlook-registry-pagination {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
        gap: 12px;
        padding: 18px 20px;
    }

    .newlook-ui .newlook-registry-page-status {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .newlook-ui .newlook-registry-page-link {
        grid-row: 2;
        width: 100%;
    }

}


@media (max-width: 600px) {

    .newlook-ui
    .newlook-registry-sidebar
    .newlook-account-nav {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-registry-panel__header {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-registry-count {
        width: 100%;
        min-height: 68px;
    }

    .newlook-ui .newlook-registry-alphabet {
        grid-template-columns:
            repeat(4, minmax(36px, 1fr));
    }

}


@media (max-width: 430px) {

    .newlook-ui .newlook-registry-header {
        padding-right: 18px;
        padding-left: 18px;
    }

    .newlook-ui .newlook-registry-header h1 {
        font-size: 34px;
    }

    .newlook-ui .newlook-registry-alphabet {
        grid-template-columns:
            repeat(3, minmax(36px, 1fr));
    }

    .newlook-ui .newlook-registry-table-wrap {
        padding: 12px;
    }

    .newlook-ui .newlook-registry-table td {
        grid-template-columns: 1fr;
        gap: 5px;
        text-align: left;
    }

}
/* ==========================================================
   PIV / UGPIV Mastery Registry
   ========================================================== */

/*
 * Give the PIV Registry the same primary layout as the
 * CPUI Registry.
 */
.newlook-ui.newlook-piv-registry-page .newlook-shell {
    grid-template-columns: 265px minmax(0, 1fr);
}


/* ==========================================================
   PIV Registry Table Widths
   ========================================================== */

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table {
    min-width: 980px;
}

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table th:first-child {
    width: 24%;
}

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table th:nth-child(2) {
    width: 15%;
}

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table th:nth-child(3) {
    width: 8%;
}

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table th:nth-child(4) {
    width: 20%;
}

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table th:nth-child(5) {
    width: 18%;
}

.newlook-ui.newlook-piv-registry-page
.newlook-registry-table th:nth-child(6) {
    width: 15%;
}


/* Keep certificate-type labels from wrapping awkwardly. */

.newlook-ui.newlook-piv-registry-page
.newlook-registry-designation {
    min-width: 108px;
    white-space: nowrap;
}


/* ==========================================================
   PIV Registry Responsive Layout
   ========================================================== */

@media (max-width: 1250px) {

    .newlook-ui.newlook-piv-registry-page .newlook-shell {
        grid-template-columns: 240px minmax(0, 1fr);
    }

}


@media (max-width: 900px) {

    .newlook-ui.newlook-piv-registry-page .newlook-shell {
        grid-template-columns: 1fr;
    }

}


/*
 * The shared registry CSS converts the table into stacked
 * cards below 700px. Remove the desktop minimum width there.
 */

@media (max-width: 700px) {

    .newlook-ui.newlook-piv-registry-page
    .newlook-registry-table {
        min-width: 0;
    }

    .newlook-ui.newlook-piv-registry-page
    .newlook-registry-designation {
        min-width: 0;
        white-space: normal;
    }

}
/* ==========================================================
   Site License Usage Review
   ========================================================== */

.newlook-ui.newlook-license-review-page .newlook-shell {
    grid-template-columns: 265px minmax(0, 1fr);
}

.newlook-ui.newlook-license-review-page .newlook-main {
    position: relative;
    min-width: 0;
    overflow-x: hidden;
}

.newlook-ui .newlook-license-review-content {
    width: min(100%, 1460px);
    margin: 0 auto;
    padding: 48px 44px 64px;
}


/* ==========================================================
   License Review Sidebar
   ========================================================== */

.newlook-ui .newlook-license-review-sidebar {
    position: relative;
    z-index: 5;
}

.newlook-ui
.newlook-license-review-sidebar
.newlook-sidebar-brand {
    padding-bottom: 24px;
}

.newlook-ui
.newlook-license-review-sidebar
.newlook-sidebar-logo {
    width: 180px;
    margin-bottom: 0;
}


/* ==========================================================
   License Review Hero
   ========================================================== */

.newlook-ui .newlook-license-review-hero {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(430px, 1fr)
        minmax(390px, 0.78fr);
    gap: 40px;
    align-items: center;
    min-height: 310px;
    margin-bottom: 30px;
    padding: 34px 38px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(17, 147, 255, 0.23),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(5, 30, 64, 0.97),
            rgba(2, 16, 36, 0.95)
        );
    border: 1px solid rgba(75, 150, 218, 0.43);
    border-radius: 16px;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.newlook-ui .newlook-license-review-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            rgba(66, 151, 232, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(66, 151, 232, 0.035) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
}

.newlook-ui .newlook-license-review-hero__copy,
.newlook-ui .newlook-license-review-hero__image {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.newlook-ui
.newlook-license-review-hero
.newlook-eyebrow {
    margin: 0 0 12px;
    color: #179cff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newlook-ui .newlook-license-review-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 4.4vw, 60px);
    line-height: 1.06;
}

.newlook-ui .newlook-license-review-intro {
    max-width: 720px;
    margin: 0;
    color: #b6c5d5;
    font-size: 17px;
    line-height: 1.65;
}

.newlook-ui .newlook-license-review-hero__image {
    display: flex;
    min-height: 235px;
    align-items: center;
    justify-content: center;
}

.newlook-ui .newlook-license-review-hero__image img {
    display: block;
    width: 112%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(
            0 22px 30px rgba(0, 0, 0, 0.26)
        );
}


/* ==========================================================
   License Review Main Grid
   ========================================================== */

.newlook-ui .newlook-license-review-grid {
    display: grid;
    grid-template-columns:
        minmax(380px, 0.88fr)
        minmax(430px, 1.12fr);
    gap: 30px;
    align-items: start;
}


/* ==========================================================
   Shared Review Cards
   ========================================================== */

.newlook-ui .newlook-license-review-information,
.newlook-ui .newlook-license-review-card {
    min-width: 0;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(5, 28, 59, 0.97),
            rgba(2, 17, 38, 0.96)
        );
    border: 1px solid rgba(82, 147, 211, 0.43);
    border-radius: 15px;
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.newlook-ui .newlook-license-review-information {
    padding: 30px;
}

.newlook-ui .newlook-license-review-card {
    padding: 0;
}

.newlook-ui
.newlook-license-review-section-heading,
.newlook-ui
.newlook-license-review-card__header {
    display: flex;
    gap: 17px;
    align-items: flex-start;
}

.newlook-ui
.newlook-license-review-section-heading {
    margin-bottom: 24px;
}

.newlook-ui
.newlook-license-review-card__header {
    padding: 30px 30px 26px;
    background:
        linear-gradient(
            180deg,
            rgba(8, 54, 108, 0.47),
            rgba(3, 25, 55, 0.2)
        );
    border-bottom: 1px solid rgba(92, 151, 207, 0.27);
}

.newlook-ui .newlook-license-review-heading-icon,
.newlook-ui .newlook-license-review-card__icon {
    display: grid;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #2ba8ff;
    font-size: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(13, 101, 190, 0.36),
            rgba(4, 43, 92, 0.55)
        );
    border: 1px solid rgba(48, 159, 248, 0.48);
    border-radius: 11px;
    box-shadow:
        0 0 20px rgba(0, 130, 255, 0.1);
}

.newlook-ui
.newlook-license-review-section-heading
.newlook-card-label,
.newlook-ui
.newlook-license-review-card__header
.newlook-card-label {
    margin: 0 0 7px;
    color: #169cff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.newlook-ui
.newlook-license-review-section-heading h2,
.newlook-ui
.newlook-license-review-card__header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.25;
}

.newlook-ui
.newlook-license-review-card__header p:last-child {
    max-width: 620px;
    margin: 10px 0 0;
    color: #a9bacb;
    font-size: 14px;
    line-height: 1.55;
}


/* ==========================================================
   Information Panel
   ========================================================== */

.newlook-ui .newlook-license-review-information > p {
    margin: 0 0 18px;
    color: #b1c0d0;
    font-size: 15px;
    line-height: 1.65;
}

.newlook-ui .newlook-license-review-feature-list {
    display: grid;
    gap: 13px;
    margin-top: 26px;
}

.newlook-ui .newlook-license-review-feature {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    background: rgba(4, 35, 72, 0.52);
    border: 1px solid rgba(76, 137, 194, 0.3);
    border-radius: 10px;
}

.newlook-ui .newlook-license-review-feature > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #25a5ff;
    font-size: 16px;
    background: rgba(13, 98, 181, 0.23);
    border: 1px solid rgba(38, 155, 243, 0.34);
    border-radius: 8px;
}

.newlook-ui .newlook-license-review-feature strong {
    display: block;
    margin-bottom: 5px;
    color: #eef6ff;
    font-size: 15px;
    line-height: 1.3;
}

.newlook-ui .newlook-license-review-feature span {
    display: block;
    color: #9dafc1;
    font-size: 13px;
    line-height: 1.5;
}


/* ==========================================================
   Contact Assistance Box
   ========================================================== */

.newlook-ui .newlook-license-review-contact {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: flex-start;
    margin-top: 24px;
    padding: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(8, 77, 147, 0.28),
            rgba(3, 37, 78, 0.48)
        );
    border: 1px solid rgba(39, 152, 238, 0.43);
    border-radius: 11px;
}

.newlook-ui .newlook-license-review-contact > i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #34b2ff;
    font-size: 21px;
    background: rgba(8, 91, 172, 0.28);
    border: 1px solid rgba(47, 164, 249, 0.38);
    border-radius: 50%;
}

.newlook-ui .newlook-license-review-contact strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 15px;
}

.newlook-ui .newlook-license-review-contact p {
    margin: 0 0 8px;
    color: #a9bbcc;
    font-size: 13px;
    line-height: 1.5;
}

.newlook-ui .newlook-license-review-contact a {
    color: #32adff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.newlook-ui .newlook-license-review-contact a:hover,
.newlook-ui .newlook-license-review-contact a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}


/* ==========================================================
   Error Alerts
   ========================================================== */

.newlook-ui .newlook-license-review-alert {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin: 24px 30px 0;
    padding: 15px 17px;
    color: #f4d8dc;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(120, 23, 41, 0.23);
    border: 1px solid rgba(255, 91, 111, 0.47);
    border-radius: 9px;
}

.newlook-ui .newlook-license-review-alert > i {
    margin-top: 2px;
    color: #ff6879;
    font-size: 18px;
}

.newlook-ui .newlook-license-review-alert a {
    color: #ffffff;
}


/* ==========================================================
   License Review Form
   ========================================================== */

.newlook-ui .newlook-license-review-form {
    display: grid;
    gap: 22px;
    padding: 30px;
}

.newlook-ui .newlook-license-review-field {
    display: grid;
    gap: 9px;
}

.newlook-ui .newlook-license-review-field label {
    color: #dbe7f2;
    font-size: 14px;
    font-weight: 700;
}

.newlook-ui .newlook-license-review-control {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 54px;
    padding: 0 16px;
    background: rgba(1, 15, 34, 0.74);
    border: 1px solid rgba(89, 145, 199, 0.46);
    border-radius: 9px;
    transition:
        border-color 150ms ease,
        box-shadow 150ms ease,
        background-color 150ms ease;
}

.newlook-ui
.newlook-license-review-control.newlook-license-review-select {
    grid-template-columns:
        22px minmax(0, 1fr) 14px;
}

.newlook-ui .newlook-license-review-control:focus-within {
    background: rgba(3, 28, 60, 0.88);
    border-color: #249fff;
    box-shadow:
        0 0 0 3px rgba(25, 151, 255, 0.13),
        0 0 20px rgba(0, 125, 255, 0.1);
}

.newlook-ui
.newlook-license-review-control > i:first-child {
    color: #269fff;
    font-size: 16px;
    text-align: center;
}

.newlook-ui
.newlook-license-review-control > i:last-child {
    color: #6fa9d7;
    font-size: 12px;
    pointer-events: none;
}

.newlook-ui .newlook-license-review-control input,
.newlook-ui .newlook-license-review-control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    padding: 0;
    color: #f3f8fd;
    font-family: inherit;
    font-size: 15px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.newlook-ui .newlook-license-review-control select {
    appearance: none;
    cursor: pointer;
}

.newlook-ui
.newlook-license-review-control
input::placeholder {
    color: #74879a;
    opacity: 1;
}

.newlook-ui
.newlook-license-review-control
select:invalid {
    color: #8192a3;
}

.newlook-ui
.newlook-license-review-control
select option {
    color: #17293b;
    background: #ffffff;
}

.newlook-ui
.newlook-license-review-control
input:-webkit-autofill,
.newlook-ui
.newlook-license-review-control
input:-webkit-autofill:hover,
.newlook-ui
.newlook-license-review-control
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f3f8fd;
    transition:
        background-color 9999s ease-out 0s;
}

.newlook-ui
.newlook-license-review-control
select:disabled,
.newlook-ui
.newlook-license-review-control
input:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}


/* ==========================================================
   Form Actions
   ========================================================== */

.newlook-ui .newlook-license-review-actions {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 14px;
    align-items: center;
    margin-top: 2px;
}

.newlook-ui .newlook-license-review-submit,
.newlook-ui .newlook-license-review-back {
    display: inline-flex;
    min-height: 50px;
    padding: 11px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    border-radius: 9px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        box-shadow 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-license-review-submit {
    color: #ffffff;
    cursor: pointer;
    background:
        linear-gradient(
            180deg,
            #159dff,
            #0759c4
        );
    border: 1px solid #35aaff;
    box-shadow:
        0 10px 24px rgba(0, 105, 218, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.newlook-ui .newlook-license-review-submit:hover,
.newlook-ui .newlook-license-review-submit:focus-visible {
    background:
        linear-gradient(
            180deg,
            #30adff,
            #0868d7
        );
    border-color: #6ac4ff;
    box-shadow:
        0 14px 30px rgba(0, 111, 225, 0.28);
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-license-review-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
}

.newlook-ui .newlook-license-review-back {
    color: #c5d3e0;
    text-decoration: none;
    background: rgba(4, 34, 69, 0.66);
    border: 1px solid rgba(84, 143, 199, 0.47);
}

.newlook-ui .newlook-license-review-back:hover,
.newlook-ui .newlook-license-review-back:focus-visible {
    color: #ffffff;
    background: rgba(9, 70, 139, 0.7);
    border-color: #219cff;
    outline: none;
    transform: translateY(-1px);
}


/* ==========================================================
   Form Footer
   ========================================================== */

.newlook-ui .newlook-license-review-card__footer {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 11px;
    align-items: flex-start;
    padding: 18px 30px 22px;
    color: #8fa3b6;
    background: rgba(1, 13, 30, 0.42);
    border-top: 1px solid rgba(92, 151, 207, 0.24);
}

.newlook-ui
.newlook-license-review-card__footer > i {
    margin-top: 2px;
    color: #258fdc;
    font-size: 15px;
}

.newlook-ui
.newlook-license-review-card__footer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}


/* ==========================================================
   License Review Responsive Layout
   ========================================================== */

@media (max-width: 1250px) {

    .newlook-ui.newlook-license-review-page .newlook-shell {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .newlook-ui .newlook-license-review-content {
        padding-right: 28px;
        padding-left: 28px;
    }

    .newlook-ui .newlook-license-review-hero {
        grid-template-columns:
            minmax(390px, 1fr)
            minmax(320px, 0.7fr);
        gap: 24px;
    }

    .newlook-ui .newlook-license-review-grid {
        grid-template-columns:
            minmax(340px, 0.8fr)
            minmax(410px, 1.2fr);
    }

}


@media (max-width: 1050px) {

    .newlook-ui .newlook-license-review-hero {
        grid-template-columns: 1fr;
        padding-bottom: 18px;
    }

    .newlook-ui .newlook-license-review-hero__copy {
        max-width: 760px;
    }

    .newlook-ui .newlook-license-review-hero__image {
        min-height: 190px;
    }

    .newlook-ui .newlook-license-review-hero__image img {
        width: 72%;
        max-width: 600px;
    }

    .newlook-ui .newlook-license-review-grid {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-license-review-information,
    .newlook-ui .newlook-license-review-card {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

}


@media (max-width: 900px) {

    .newlook-ui.newlook-license-review-page .newlook-shell {
        grid-template-columns: 1fr;
    }

    .newlook-ui
    .newlook-license-review-sidebar
    .newlook-account-nav {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .newlook-ui
    .newlook-license-review-sidebar
    .newlook-account-nav-link {
        min-height: 70px;
    }

}


@media (max-width: 700px) {

    .newlook-ui .newlook-license-review-content {
        padding: 28px 16px 44px;
    }

    .newlook-ui .newlook-license-review-hero {
        min-height: auto;
        padding: 28px 24px 18px;
    }

    .newlook-ui .newlook-license-review-hero h1 {
        font-size: 39px;
    }

    .newlook-ui .newlook-license-review-intro {
        font-size: 16px;
    }

    .newlook-ui .newlook-license-review-hero__image {
        min-height: 155px;
    }

    .newlook-ui .newlook-license-review-hero__image img {
        width: 100%;
    }

    .newlook-ui .newlook-license-review-information {
        padding: 24px 20px;
    }

    .newlook-ui
    .newlook-license-review-card__header {
        padding: 24px 20px 22px;
    }

    .newlook-ui .newlook-license-review-form {
        padding: 24px 20px;
    }

    .newlook-ui .newlook-license-review-alert {
        margin-right: 20px;
        margin-left: 20px;
    }

    .newlook-ui
    .newlook-license-review-card__footer {
        padding-right: 20px;
        padding-left: 20px;
    }

}


@media (max-width: 600px) {

    .newlook-ui
    .newlook-license-review-sidebar
    .newlook-account-nav {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-license-review-actions {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-license-review-submit,
    .newlook-ui .newlook-license-review-back {
        width: 100%;
    }

}


@media (max-width: 430px) {

    .newlook-ui .newlook-license-review-hero {
        padding-right: 18px;
        padding-left: 18px;
    }

    .newlook-ui .newlook-license-review-hero h1 {
        font-size: 34px;
    }

    .newlook-ui
    .newlook-license-review-section-heading,
    .newlook-ui
    .newlook-license-review-card__header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-license-review-feature {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-license-review-contact {
        grid-template-columns: 1fr;
    }

}
/* ==========================================================
   Company License Usage Report
   ========================================================== */

.newlook-ui.newlook-company-usage-page .newlook-shell {
    grid-template-columns: 265px minmax(0, 1fr);
}

.newlook-ui.newlook-company-usage-page .newlook-main {
    position: relative;
    min-width: 0;
    overflow-x: hidden;
}

.newlook-ui .newlook-company-usage-content {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: 48px 44px 64px;
}


/* ==========================================================
   Company Usage Sidebar
   ========================================================== */

.newlook-ui .newlook-company-usage-sidebar {
    position: relative;
    z-index: 5;
}

.newlook-ui
.newlook-company-usage-sidebar
.newlook-sidebar-brand {
    padding-bottom: 24px;
}

.newlook-ui
.newlook-company-usage-sidebar
.newlook-sidebar-logo {
    width: 180px;
    margin-bottom: 0;
}


/* ==========================================================
   Company Usage Hero
   ========================================================== */

.newlook-ui .newlook-company-usage-hero {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(430px, 1fr)
        minmax(380px, 0.75fr);
    gap: 40px;
    align-items: center;
    min-height: 310px;
    margin-bottom: 30px;
    padding: 34px 38px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 24%,
            rgba(18, 149, 255, 0.23),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(5, 30, 64, 0.97),
            rgba(2, 16, 36, 0.95)
        );
    border: 1px solid rgba(75, 150, 218, 0.43);
    border-radius: 16px;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.newlook-ui .newlook-company-usage-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            rgba(66, 151, 232, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(66, 151, 232, 0.035) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
}

.newlook-ui .newlook-company-usage-hero__copy,
.newlook-ui .newlook-company-usage-hero__image {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.newlook-ui
.newlook-company-usage-hero
.newlook-eyebrow {
    margin: 0 0 12px;
    color: #179cff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newlook-ui .newlook-company-usage-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 4.4vw, 60px);
    line-height: 1.06;
}

.newlook-ui .newlook-company-usage-intro {
    max-width: 720px;
    margin: 0;
    color: #b6c5d5;
    font-size: 17px;
    line-height: 1.65;
}

.newlook-ui .newlook-company-usage-change {
    display: inline-flex;
    width: max-content;
    min-height: 44px;
    margin-top: 24px;
    padding: 9px 16px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #d9e8f5;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(5, 54, 108, 0.6);
    border: 1px solid rgba(43, 150, 238, 0.53);
    border-radius: 8px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-company-usage-change:hover,
.newlook-ui .newlook-company-usage-change:focus-visible {
    color: #ffffff;
    background: rgba(11, 83, 163, 0.75);
    border-color: #28a2ff;
    outline: none;
    transform: translateY(-1px);
}

.newlook-ui .newlook-company-usage-hero__image {
    display: flex;
    min-height: 235px;
    align-items: center;
    justify-content: center;
}

.newlook-ui .newlook-company-usage-hero__image img {
    display: block;
    width: 112%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(
            0 22px 30px rgba(0, 0, 0, 0.26)
        );
}


/* ==========================================================
   Report Error
   ========================================================== */

.newlook-ui .newlook-company-usage-alert {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    color: #f5dce0;
    background:
        linear-gradient(
            145deg,
            rgba(113, 21, 39, 0.3),
            rgba(62, 15, 29, 0.4)
        );
    border: 1px solid rgba(255, 91, 111, 0.5);
    border-radius: 12px;
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.2);
}

.newlook-ui .newlook-company-usage-alert > i {
    margin-top: 2px;
    color: #ff6879;
    font-size: 23px;
}

.newlook-ui .newlook-company-usage-alert strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 17px;
}

.newlook-ui .newlook-company-usage-alert p {
    margin: 0 0 12px;
    color: #d9bfc4;
    font-size: 14px;
    line-height: 1.55;
}

.newlook-ui .newlook-company-usage-alert a {
    color: #ffffff;
    font-weight: 700;
}


/* ==========================================================
   Organization Header
   ========================================================== */

.newlook-ui .newlook-company-usage-organization {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    padding: 24px 28px;
    background:
        linear-gradient(
            145deg,
            rgba(5, 30, 64, 0.96),
            rgba(2, 17, 38, 0.96)
        );
    border: 1px solid rgba(77, 145, 208, 0.42);
    border-radius: 14px;
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.newlook-ui
.newlook-company-usage-organization__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    color: #2ba8ff;
    font-size: 26px;
    background:
        linear-gradient(
            145deg,
            rgba(14, 104, 196, 0.36),
            rgba(4, 43, 92, 0.54)
        );
    border: 1px solid rgba(48, 159, 248, 0.48);
    border-radius: 13px;
}

.newlook-ui
.newlook-company-usage-organization
.newlook-card-label {
    margin: 0 0 6px;
    color: #169cff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.newlook-ui
.newlook-company-usage-organization h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
}

.newlook-ui .newlook-company-usage-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 11px;
}

.newlook-ui .newlook-company-usage-contact span,
.newlook-ui .newlook-company-usage-contact a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #aebfd0;
    font-size: 14px;
    line-height: 1.4;
}

.newlook-ui .newlook-company-usage-contact a {
    color: #31aaff;
    text-decoration: none;
}

.newlook-ui .newlook-company-usage-contact a:hover,
.newlook-ui .newlook-company-usage-contact a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}


/* ==========================================================
   Organization Summary
   ========================================================== */

.newlook-ui .newlook-company-usage-summary {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.newlook-ui .newlook-company-usage-stat {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 105px;
    padding: 19px;
    background:
        linear-gradient(
            145deg,
            rgba(5, 37, 76, 0.94),
            rgba(2, 21, 47, 0.94)
        );
    border: 1px solid rgba(76, 143, 205, 0.4);
    border-radius: 12px;
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.18);
}

.newlook-ui .newlook-company-usage-stat > i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #2ca9ff;
    font-size: 18px;
    background: rgba(11, 95, 180, 0.25);
    border: 1px solid rgba(42, 155, 242, 0.37);
    border-radius: 10px;
}

.newlook-ui .newlook-company-usage-stat strong {
    display: block;
    color: #ffffff;
    font-size: 29px;
    line-height: 1;
}

.newlook-ui .newlook-company-usage-stat span {
    display: block;
    margin-top: 7px;
    color: #9eb1c3;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.newlook-ui
.newlook-company-usage-stat.is-over-capacity {
    background:
        linear-gradient(
            145deg,
            rgba(105, 22, 39, 0.42),
            rgba(54, 13, 26, 0.52)
        );
    border-color: rgba(255, 91, 111, 0.5);
}

.newlook-ui
.newlook-company-usage-stat.is-over-capacity > i {
    color: #ff6979;
    background: rgba(145, 27, 48, 0.27);
    border-color: rgba(255, 91, 111, 0.42);
}


/* ==========================================================
   License Cards
   ========================================================== */

.newlook-ui .newlook-company-license-card {
    min-width: 0;
    margin-bottom: 26px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(5, 28, 59, 0.97),
            rgba(2, 17, 38, 0.96)
        );
    border: 1px solid rgba(82, 147, 211, 0.43);
    border-radius: 15px;
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}



.newlook-ui .newlook-company-license-header {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    padding: 25px 28px;
    background:
        linear-gradient(
            180deg,
            rgba(8, 55, 109, 0.5),
            rgba(3, 25, 55, 0.2)
        );
    border-bottom: 1px solid rgba(92, 151, 207, 0.27);
}

.newlook-ui .newlook-company-license-heading {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-width: 0;
}

.newlook-ui .newlook-company-license-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #2ca8ff;
    font-size: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(13, 101, 190, 0.36),
            rgba(4, 43, 92, 0.55)
        );
    border: 1px solid rgba(48, 159, 248, 0.48);
    border-radius: 11px;
}

.newlook-ui
.newlook-company-license-heading
.newlook-card-label {
    margin: 0 0 6px;
    color: #169cff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

.newlook-ui .newlook-company-license-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.3;
}

.newlook-ui .newlook-company-license-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    margin-top: 8px;
}

.newlook-ui .newlook-company-license-contact span,
.newlook-ui .newlook-company-license-contact a {
    color: #9eb1c4;
    font-size: 13px;
    line-height: 1.4;
}

.newlook-ui .newlook-company-license-contact a {
    color: #2fa9ff;
    text-decoration: none;
}

.newlook-ui .newlook-company-license-contact a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* ==========================================================
   License Seat Metrics
   ========================================================== */

.newlook-ui .newlook-company-license-metrics {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(95px, 1fr));
    flex: 0 0 auto;
    gap: 10px;
}

.newlook-ui .newlook-company-license-metrics > div {
    display: grid;
    min-width: 100px;
    min-height: 72px;
    padding: 11px 14px;
    align-content: center;
    text-align: center;
    background: rgba(3, 32, 68, 0.64);
    border: 1px solid rgba(74, 139, 201, 0.35);
    border-radius: 9px;
}

.newlook-ui .newlook-company-license-metrics span {
    display: block;
    color: #8fa5b9;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.3;
    text-transform: uppercase;
}

.newlook-ui .newlook-company-license-metrics strong {
    display: block;
    margin-top: 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.newlook-ui
.newlook-company-license-metrics
.is-over-capacity {
    background: rgba(111, 20, 38, 0.32);
    border-color: rgba(255, 91, 111, 0.46);
}

.newlook-ui
.newlook-company-license-metrics
.is-over-capacity strong {
    color: #ff8491;
}


/* ==========================================================
   License User Area
   ========================================================== */

.newlook-ui .newlook-company-license-users {
    padding: 0;
}

.newlook-ui
.newlook-company-license-users__header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    background: rgba(1, 15, 34, 0.38);
    border-bottom: 1px solid rgba(83, 137, 189, 0.22);
}

.newlook-ui
.newlook-company-license-users__header h3 {
    margin: 0;
    color: #e8f1f9;
    font-size: 16px;
    line-height: 1.35;
}

.newlook-ui
.newlook-company-license-users__header span {
    display: inline-flex;
    min-height: 30px;
    padding: 5px 11px;
    align-items: center;
    color: #38afff;
    font-size: 12px;
    font-weight: 700;
    background: rgba(8, 91, 170, 0.22);
    border: 1px solid rgba(38, 155, 243, 0.4);
    border-radius: 20px;
}


/* ==========================================================
   Empty License Message
   ========================================================== */

.newlook-ui .newlook-company-license-empty {
    display: grid;
    gap: 12px;
    min-height: 145px;
    padding: 30px;
    place-items: center;
    align-content: center;
    color: #91a5b8;
    text-align: center;
}

.newlook-ui .newlook-company-license-empty > i {
    color: #267fbe;
    font-size: 30px;
}

.newlook-ui .newlook-company-license-empty p {
    max-width: 520px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}


/* ==========================================================
   License User Tables
   ========================================================== */

.newlook-ui .newlook-company-license-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.newlook-ui .newlook-company-license-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
}

.newlook-ui .newlook-company-license-table th {
    padding: 15px 20px;
    color: #d8e7f3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-align: left;
    text-transform: uppercase;
    background:
        linear-gradient(
            180deg,
            rgba(8, 55, 106, 0.82),
            rgba(5, 37, 76, 0.82)
        );
    border-bottom: 1px solid rgba(91, 155, 215, 0.37);
}

.newlook-ui .newlook-company-license-table td {
    padding: 16px 20px;
    color: #cedae6;
    font-size: 14px;
    line-height: 1.45;
    vertical-align: middle;
    border-bottom: 1px solid rgba(88, 137, 186, 0.2);
}

.newlook-ui
.newlook-company-license-table
tbody tr {
    background: rgba(2, 17, 38, 0.18);
    transition:
        background-color 150ms ease,
        box-shadow 150ms ease;
}

.newlook-ui
.newlook-company-license-table
tbody tr:nth-child(even) {
    background: rgba(6, 34, 69, 0.25);
}

.newlook-ui
.newlook-company-license-table
tbody tr:hover {
    background: rgba(10, 73, 143, 0.26);
    box-shadow:
        inset 4px 0 0 #169cff;
}

.newlook-ui
.newlook-company-license-table
tbody tr:last-child td {
    border-bottom: 0;
}

.newlook-ui
.newlook-company-license-table th:first-child {
    width: 28%;
}

.newlook-ui
.newlook-company-license-table th:nth-child(2) {
    width: 44%;
}

.newlook-ui
.newlook-company-license-table th:nth-child(3) {
    width: 28%;
}

.newlook-ui
.newlook-company-license-table.is-child-license-table
th:first-child {
    width: 38%;
}

.newlook-ui
.newlook-company-license-table.is-child-license-table
th:nth-child(2) {
    width: 62%;
}

.newlook-ui .newlook-company-license-table a {
    color: #31aaff;
    text-decoration: none;
}

.newlook-ui .newlook-company-license-table a:hover,
.newlook-ui .newlook-company-license-table a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}

.newlook-ui .newlook-company-license-muted {
    color: #71869a;
    font-style: italic;
}

.newlook-ui .newlook-company-license-report-link {
    display: inline-flex;
    min-height: 36px;
    padding: 7px 12px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #dbeaf6 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    background: rgba(7, 69, 137, 0.55);
    border: 1px solid rgba(35, 147, 237, 0.48);
    border-radius: 7px;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease,
        transform 150ms ease;
}

.newlook-ui .newlook-company-license-report-link:hover,
.newlook-ui .newlook-company-license-report-link:focus-visible {
    color: #ffffff !important;
    background: rgba(11, 91, 178, 0.72);
    border-color: #29a5ff;
    outline: none;
    transform: translateY(-1px);
}


/* ==========================================================
   Child License Section
   ========================================================== */

.newlook-ui .newlook-company-child-licenses {
    margin-top: 34px;
}

.newlook-ui
.newlook-company-child-licenses__header {
    display: flex;
    gap: 22px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0 4px;
}

.newlook-ui
.newlook-company-child-licenses__header
.newlook-card-label {
    margin: 0 0 6px;
    color: #169cff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.newlook-ui
.newlook-company-child-licenses__header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.3;
}

.newlook-ui
.newlook-company-child-licenses__header > span {
    display: inline-flex;
    min-height: 34px;
    padding: 6px 13px;
    align-items: center;
    color: #40b1ff;
    font-size: 13px;
    font-weight: 700;
    background: rgba(8, 91, 170, 0.22);
    border: 1px solid rgba(38, 155, 243, 0.4);
    border-radius: 20px;
}


/* ==========================================================
   Company Usage Responsive Layout
   ========================================================== */

@media (max-width: 1250px) {

    .newlook-ui.newlook-company-usage-page .newlook-shell {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .newlook-ui .newlook-company-usage-content {
        padding-right: 28px;
        padding-left: 28px;
    }

    .newlook-ui .newlook-company-usage-hero {
        grid-template-columns:
            minmax(390px, 1fr)
            minmax(320px, 0.7fr);
        gap: 24px;
    }

    .newlook-ui .newlook-company-usage-summary {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .newlook-ui .newlook-company-license-header {
        align-items: flex-start;
    }

    .newlook-ui .newlook-company-license-metrics {
        grid-template-columns: 1fr;
        min-width: 145px;
    }

}


@media (max-width: 1050px) {

    .newlook-ui .newlook-company-usage-hero {
        grid-template-columns: 1fr;
        padding-bottom: 18px;
    }

    .newlook-ui .newlook-company-usage-hero__copy {
        max-width: 760px;
    }

    .newlook-ui .newlook-company-usage-hero__image {
        min-height: 190px;
    }

    .newlook-ui .newlook-company-usage-hero__image img {
        width: 72%;
        max-width: 600px;
    }

    .newlook-ui .newlook-company-license-header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-company-license-metrics {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
        width: 100%;
    }

}


@media (max-width: 900px) {

    .newlook-ui.newlook-company-usage-page .newlook-shell {
        grid-template-columns: 1fr;
    }

    .newlook-ui
    .newlook-company-usage-sidebar
    .newlook-account-nav {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .newlook-ui
    .newlook-company-usage-sidebar
    .newlook-account-nav-link {
        min-height: 70px;
    }

}


@media (max-width: 700px) {

    .newlook-ui .newlook-company-usage-content {
        padding: 28px 16px 44px;
    }

    .newlook-ui .newlook-company-usage-hero {
        min-height: auto;
        padding: 28px 24px 18px;
    }

    .newlook-ui .newlook-company-usage-hero h1 {
        font-size: 39px;
    }

    .newlook-ui .newlook-company-usage-intro {
        font-size: 16px;
    }

    .newlook-ui .newlook-company-usage-hero__image {
        min-height: 155px;
    }

    .newlook-ui .newlook-company-usage-hero__image img {
        width: 100%;
    }

    .newlook-ui .newlook-company-usage-organization {
        grid-template-columns: 1fr;
        padding: 22px 20px;
    }

    .newlook-ui .newlook-company-usage-summary {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-company-license-header {
        padding: 22px 20px;
    }

    .newlook-ui .newlook-company-license-heading {
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-company-license-metrics {
        grid-template-columns: 1fr;
    }

    .newlook-ui
    .newlook-company-license-users__header {
        padding-right: 20px;
        padding-left: 20px;
    }

    /*
     * Convert user tables into stacked cards.
     */
    .newlook-ui .newlook-company-license-table-wrap {
        overflow: visible;
        padding: 14px;
    }

    .newlook-ui .newlook-company-license-table {
        min-width: 0;
    }

    .newlook-ui .newlook-company-license-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .newlook-ui .newlook-company-license-table,
    .newlook-ui .newlook-company-license-table tbody,
    .newlook-ui .newlook-company-license-table tr,
    .newlook-ui .newlook-company-license-table td {
        display: block;
        width: 100%;
    }

    .newlook-ui .newlook-company-license-table tbody {
        display: grid;
        gap: 12px;
    }

    .newlook-ui
    .newlook-company-license-table tbody tr {
        overflow: hidden;
        background:
            linear-gradient(
                145deg,
                rgba(6, 37, 76, 0.84),
                rgba(2, 20, 45, 0.9)
            );
        border: 1px solid rgba(74, 143, 209, 0.4);
        border-radius: 10px;
        box-shadow:
            0 12px 26px rgba(0, 0, 0, 0.16);
    }

    .newlook-ui
    .newlook-company-license-table tbody tr:hover {
        box-shadow:
            0 12px 26px rgba(0, 0, 0, 0.16);
    }

    .newlook-ui .newlook-company-license-table td {
        display: grid;
        grid-template-columns:
            minmax(120px, 0.8fr)
            minmax(0, 1.2fr);
        gap: 12px;
        padding: 12px 15px;
        text-align: right;
        border-bottom:
            1px solid rgba(88, 137, 186, 0.2);
    }

    .newlook-ui
    .newlook-company-license-table td::before {
        content: attr(data-label);
        color: #199cff;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.055em;
        text-align: left;
        text-transform: uppercase;
    }

    .newlook-ui
    .newlook-company-license-table td:last-child {
        border-bottom: 0;
    }

    .newlook-ui
    .newlook-company-license-report-link {
        justify-self: end;
    }

    .newlook-ui
    .newlook-company-child-licenses__header {
        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .newlook-ui
    .newlook-company-usage-sidebar
    .newlook-account-nav {
        grid-template-columns: 1fr;
    }

    .newlook-ui
    .newlook-company-child-licenses__header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newlook-ui
    .newlook-company-child-licenses__header > span {
        width: max-content;
    }

}


@media (max-width: 430px) {

    .newlook-ui .newlook-company-usage-hero {
        padding-right: 18px;
        padding-left: 18px;
    }

    .newlook-ui .newlook-company-usage-hero h1 {
        font-size: 34px;
    }

    .newlook-ui
    .newlook-company-license-users__header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newlook-ui .newlook-company-license-table td {
        grid-template-columns: 1fr;
        gap: 5px;
        text-align: left;
    }

    .newlook-ui
    .newlook-company-license-report-link {
        justify-self: start;
    }

}

/* Audit summary actions */

.newlook-ui .newlook-audit-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 18px 0 24px;
}

.newlook-ui .newlook-audit-add-button {
    width: auto;
    min-width: 210px;
    min-height: 46px;
    padding: 10px 18px;
    font-size: 14px;
    white-space: nowrap;
}

.newlook-ui .newlook-audit-actions p {
    margin: 0;
    color: #aebed1;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 720px) {
    .newlook-ui .newlook-audit-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .newlook-ui .newlook-audit-add-button {
        width: 100%;
    }
}