/* NO-TRUST Suite - Password Strength Module */

.nt-module-password-strength {
    color: #e5e5e5;
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

.no-trust-suite.nts-module-password_strength {
    max-width: 1040px;
    margin: 14px auto 0;
}

.no-trust-suite.nts-module-password_strength > .nt-module-password-strength {
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(57, 255, 20, .16);
}

.nt-module-password-strength .nts-header,
.nt-module-password-strength .nt-tool-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.nt-module-password-strength .nts-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.nt-module-password-strength .nts-badge,
.nt-module-password-strength .nt-local-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border: 1px solid rgba(57, 255, 20, .32);
    border-radius: 999px;
    background: rgba(10, 45, 16, .62);
    color: #39ff14;
    font-size: 12px;
    font-weight: 800;
}

.nt-module-password-strength .nt-shortcode-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 18px 0;
    padding: 14px 16px;
    border: 1px solid rgba(57, 255, 20, .32);
    border-radius: 8px;
    background: rgba(0, 0, 0, .2);
}

.nt-module-password-strength .nt-shortcode-panel span {
    color: #79d7ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nt-module-password-strength .nt-shortcode-panel strong {
    color: #ffd84d;
    font-family: Menlo, Consolas, monospace;
    font-size: 15px;
    text-shadow: 0 0 8px rgba(255, 216, 77, .16);
}

.nt-module-password-strength .nt-shortcode-panel p {
    margin: 4px 0 0;
    color: #9bb0c9;
    font-size: 12px;
}

.nt-module-password-strength .nt-policy-principles,
.nt-module-password-strength .nt-policy-card,
.nt-module-password-strength .nt-policy-workspace .nt-tool-card {
    border: 1px solid #008f12;
    box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

.nt-module-password-strength .nt-policy-principles,
.nt-module-password-strength .nt-policy-card,
.nt-module-password-strength .nt-policy-summary {
    margin: 18px 0;
}

.nt-module-password-strength .nt-policy-principles {
    padding: 18px;
    background: #0b0b14;
    border-radius: 8px;
}

.nt-module-password-strength .nt-policy-principles h2,
.nt-module-password-strength .nt-ps-section-title {
    margin: 0 0 8px;
    color: #d8c36a;
    font-size: 20px;
    text-shadow: none;
}

.nt-module-password-strength .nt-policy-principles p {
    margin: 0;
    color: #9bb0c9;
}

.nt-module-password-strength .nt-policy-principle-grid,
.nt-module-password-strength .nt-policy-summary,
.nt-module-password-strength .nt-policy-guide {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.nt-module-password-strength .nt-policy-principle-grid {
    margin-top: 18px;
}

.nt-module-password-strength .nt-policy-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 18px;
}

.nt-module-password-strength .nt-policy-principle,
.nt-module-password-strength .nt-policy-stat,
.nt-module-password-strength .nt-policy-guide-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(57, 255, 20, .18);
    border-radius: 8px;
    background: rgba(3, 15, 9, .72);
    box-shadow: inset 0 0 0 1px rgba(57, 255, 20, .06);
}

.nt-module-password-strength .nt-policy-principle {
    flex-direction: row;
    align-items: center;
    min-height: 44px;
    color: #dfffd8;
    font-weight: 800;
}

.nt-module-password-strength .nt-policy-stat span,
.nt-module-password-strength .nt-policy-guide-item strong {
    color: #9bb0c9;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nt-module-password-strength .nt-policy-stat strong {
    color: #d7f4ff;
    font-size: 18px;
}

.nt-module-password-strength .nt-policy-guide-item span {
    color: #aaa39c;
    font-size: 12px;
    line-height: 1.45;
}

.nt-module-password-strength .nt-policy-card {
    padding: 0;
    overflow: hidden;
    background: #0b0b14;
    border-radius: 8px;
}

.nt-module-password-strength .nt-policy-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
    cursor: pointer;
    list-style: none;
}

.nt-module-password-strength .nt-policy-card summary::-webkit-details-marker {
    display: none;
}

.nt-module-password-strength .nt-policy-card summary strong {
    display: block;
    color: #d8c36a;
    font-size: 18px;
    text-shadow: none;
}

.nt-module-password-strength .nt-policy-card summary small {
    display: block;
    margin-top: 4px;
    color: #9bb0c9;
}

.nt-module-password-strength .nt-policy-card summary em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(57, 255, 20, .35);
    border-radius: 999px;
    background: rgba(10, 45, 16, .72);
    color: #baffae;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .04em;
}

.nt-module-password-strength .nt-policy-card summary em::after {
    content: "\25BE";
    margin-left: 8px;
    color: #87bceb;
    font-size: 11px;
}

.nt-module-password-strength .nt-policy-card[open] summary {
    border-bottom: 1px solid rgba(135, 188, 235, .18);
}

.nt-module-password-strength .nt-policy-card[open] summary em::after {
    content: "\25B4";
}

.nt-module-password-strength .nt-admin-preview-card {
    padding: 0;
    overflow: hidden;
    background: #0b0b14;
    border-radius: 8px;
}

.nt-module-password-strength .nt-admin-preview-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    cursor: pointer;
    list-style: none;
}

.nt-module-password-strength .nt-admin-preview-card summary::-webkit-details-marker {
    display: none;
}

.nt-module-password-strength .nt-admin-preview-card summary strong {
    display: block;
    color: #d8c36a;
    font-size: 18px;
    text-shadow: none;
}

.nt-module-password-strength .nt-admin-preview-card summary small {
    display: block;
    margin-top: 4px;
    color: #9bb0c9;
}

.nt-module-password-strength .nt-admin-preview-card summary em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(57, 255, 20, .35);
    border-radius: 999px;
    background: rgba(10, 45, 16, .72);
    color: #baffae;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .04em;
    white-space: nowrap;
}

.nt-module-password-strength .nt-admin-preview-card summary em::after {
    content: "\25BE";
    margin-left: 8px;
    color: #87bceb;
    font-size: 11px;
}

.nt-module-password-strength .nt-admin-preview-card[open] summary {
    border-bottom: 1px solid rgba(135, 188, 235, .18);
}

.nt-module-password-strength .nt-admin-preview-card[open] summary em::after {
    content: "\25B4";
}

.nt-module-password-strength .nt-admin-preview-body {
    padding: 0 18px 18px;
}

.nt-module-password-strength .nt-policy-summary-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1px solid rgba(57, 255, 20, .28);
    border-radius: 999px;
    background: rgba(10, 45, 16, .72);
    color: #baffae;
    font-weight: 900;
    text-transform: uppercase;
}

.nt-module-password-strength .nt-policy-body {
    padding: 18px 20px 20px;
}

.nt-module-password-strength .nt-policy-form {
    display: grid;
    gap: 16px;
}

.nt-module-password-strength .nt-policy-subsection {
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(57, 255, 20, .14);
    border-radius: 8px;
    background: rgba(0, 0, 0, .16);
}

.nt-module-password-strength .nt-policy-subsection-head {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(124, 199, 255, .14);
}

.nt-module-password-strength .nt-policy-subsection-head h3 {
    margin: 0 0 4px;
    color: #d9f2ff;
    font-size: 16px;
}

.nt-module-password-strength .nt-policy-subsection-head p {
    margin: 0;
    color: #9bb0c9;
    font-size: 12px;
}

.nt-module-password-strength .nt-policy-form .nt-policy-guide {
    padding: 0;
}

.nt-module-password-strength .nt-policy-form .nt-policy-guide-item {
    min-height: 0;
}

.nt-module-password-strength .nt-policy-locked {
    opacity: .9;
}

.nt-module-password-strength .nt-policy-lock-grid,
.nt-module-password-strength .nt-policy-weight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.nt-module-password-strength .nt-policy-lock,
.nt-module-password-strength .nt-policy-weight-grid span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(57, 255, 20, .16);
    border-radius: 8px;
    background: rgba(3, 15, 9, .72);
    color: #dfffd8;
    font-weight: 800;
}

.nt-module-password-strength .nt-policy-lock::before {
    content: "\25C9";
    margin-right: 8px;
    color: #73dcff;
    font-size: 13px;
}

.nt-module-password-strength .nt-policy-weight-grid span {
    justify-content: space-between;
    gap: 10px;
    color: #c7d0d5;
}

.nt-module-password-strength .nt-policy-weight-grid strong {
    color: #d9f2ff;
}

.nt-module-password-strength .nt-policy-note {
    margin: 0;
    padding: 11px 12px;
    border: 1px solid rgba(57, 255, 20, .14);
    border-radius: 7px;
    background: rgba(0, 0, 0, .22);
    color: #dfffd8;
    font-weight: 700;
}

.nt-module-password-strength .nt-public-trust-strip {
    display: block;
    margin: 14px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(57, 255, 20, .26);
    border-radius: 8px;
    background: rgba(0, 0, 0, .35);
    color: #d8c36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.4;
    text-align: center;
    text-shadow: none;
}

.nt-module-password-strength .nt-public-trust-strip span {
    color: #87bceb;
    margin: 0 6px;
}

.nt-module-password-strength .nt-ps-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
}

.nt-module-password-strength .nt-ps-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nt-module-password-strength .nt-ps-card {
    background: #11131a;
    border-radius: 10px;
    border: 1px solid rgba(57, 255, 20, .35);
    box-shadow: 0 0 18px rgba(57, 255, 20, .35);
    padding: 16px 18px;
}

.nt-module-password-strength .nt-ps-label {
    display: block;
    margin-bottom: 6px;
    color: #c7d0d5;
    font-size: 13px;
}

.nt-module-password-strength .nt-ps-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    align-items: center;
}

.nt-module-password-strength .nt-ps-input {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #050509;
    color: #e5e5e5;
    font-size: 13px;
}

.nt-module-password-strength .nt-ps-input:focus {
    border-color: #39ff14;
    box-shadow: 0 0 0 1px rgba(57, 255, 20, .4);
    outline: none;
}

.nt-module-password-strength .nt-ps-toggle-visibility {
    border: 1px solid #333;
    border-radius: 4px;
    background: #11131a;
    color: #c7d0d5;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 8px;
}

.nt-module-password-strength .nt-ps-help {
    margin-top: 6px;
    color: #9aa4ad;
    font-size: 11px;
}

.nt-module-password-strength .nt-ps-strength-score-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nt-module-password-strength .nt-ps-score-main,
.nt-module-password-strength .nt-ps-score-meta,
.nt-module-password-strength .nt-ps-factor,
.nt-module-password-strength .nt-ps-crack-list li,
.nt-module-password-strength .nt-ps-dist-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.nt-module-password-strength .nt-ps-score-number {
    color: #39ff14;
    font-size: 22px;
    text-shadow: 0 0 8px rgba(57, 255, 20, .7);
}

.nt-module-password-strength .nt-ps-score-bar {
    position: relative;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #1a1a22;
}

.nt-module-password-strength .nt-ps-score-bar-fill {
    position: absolute;
    inset: 0;
    width: 0%;
    background: linear-gradient(90deg, #ff0040, #ffb400, #39ff14);
    box-shadow: 0 0 12px rgba(57, 255, 20, .6);
    transition: width .25s ease-out;
}

.nt-module-password-strength .nt-ps-score-meta,
.nt-module-password-strength .nt-ps-help,
.nt-module-password-strength .nt-ps-crack-list,
.nt-module-password-strength .nt-ps-dist-list,
.nt-module-password-strength .nt-ps-recommendations-list {
    color: #c7d0d5;
    font-size: 12px;
}

.nt-module-password-strength .nt-ps-factors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 8px;
}

.nt-module-password-strength .nt-ps-factor,
.nt-module-password-strength .nt-ps-recommendations-list li {
    padding: 9px 10px;
    border: 1px solid rgba(57, 255, 20, .12);
    border-radius: 7px;
    background: rgba(0, 0, 0, .22);
}

.nt-module-password-strength .nt-ps-crack-list,
.nt-module-password-strength .nt-ps-dist-list,
.nt-module-password-strength .nt-ps-recommendations-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.nt-module-password-strength .nt-ps-recommendations-list li {
    display: block;
    margin-bottom: 9px;
    line-height: 1.45;
}

.nt-module-password-strength .nt-ps-crack-value,
.nt-module-password-strength .nt-ps-dist-list span:last-child {
    font-family: Menlo, Consolas, monospace;
}

.nts-public-shortcode .nt-module-password-strength {
    max-width: 760px;
    margin: 0 auto;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-principles {
    display: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-tool-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(57, 255, 20, .16);
}

.nts-public-shortcode .nt-module-password-strength .nts-title {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
}

.nts-public-shortcode .nt-module-password-strength .nt-module-desc {
    max-width: 620px;
    margin-top: 6px;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-title-meta {
    align-content: start;
    gap: 8px;
}

.nts-public-shortcode .nt-module-password-strength .nt-local-pill {
    min-height: 26px;
    padding: 4px 10px;
    font-size: 11px;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 16px;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-summary .nt-policy-stat:last-child {
    display: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-stat {
    min-height: 50px;
    padding: 9px 10px;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-stat strong {
    font-size: 15px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-column {
    gap: 16px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-card {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(57, 255, 20, .2);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-section-title {
    margin-bottom: 8px;
    font-size: 18px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-card-factors .nt-kicker {
    color: #d8c36a;
    font-size: 10px;
    letter-spacing: .08em;
    text-shadow: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-card-factors .nt-ps-section-title {
    color: #d8c36a;
    font-size: 16px;
    text-shadow: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-card-factors .nt-ps-factors-grid {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 7px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help {
    display: block;
    padding: 0;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help summary {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    min-height: 34px;
    padding: 7px 9px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    list-style: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help .nt-ps-factor-label,
.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help .nt-ps-factor-value {
    color: #d8c36a;
    font-size: 13px;
    font-weight: 650;
    text-shadow: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help summary::-webkit-details-marker {
    display: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help summary::after {
    content: "\25BE";
    flex: 0 0 auto;
    color: #5fa9d8;
    font-size: 9px;
    opacity: .75;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help[open] summary {
    border-bottom: 1px solid rgba(124, 199, 255, .12);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help[open] summary::after {
    content: "\25B4";
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-factor-help p {
    display: block;
    margin: 0;
    padding: 7px 9px 9px;
    color: #aebdca;
    font-size: 11px;
    line-height: 1.45;
}

.nts-public-shortcode .nt-module-password-strength .nt-policy-stat span,
.nts-public-shortcode .nt-module-password-strength .nt-ps-card:not(.nt-ps-card-factors) .nt-kicker,
.nts-public-shortcode .nt-module-password-strength .nt-ps-label,
.nts-public-shortcode .nt-module-password-strength .nt-ps-score-label,
.nts-public-shortcode .nt-module-password-strength .nt-ps-crack-label,
.nts-public-shortcode .nt-module-password-strength .nt-ps-dist-list li span:first-child {
    color: #d8c36a;
    text-shadow: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-input-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-check-btn {
    border-color: rgba(76, 201, 255, .78);
    background: linear-gradient(180deg, #0aa7ff, #006ee6);
    color: #f2d96b;
    box-shadow: 0 0 14px rgba(10, 167, 255, .38);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-check-btn:hover,
.nts-public-shortcode .nt-module-password-strength .nt-ps-check-btn:focus {
    border-color: rgba(135, 225, 255, .92);
    background: linear-gradient(180deg, #0aa7ff, #006ee6);
    color: #f2d96b;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .38), 0 0 16px rgba(10, 167, 255, .48);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-check-btn:active {
    transform: translateY(1px);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .38), 0 0 10px rgba(10, 167, 255, .34);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-recommendations-list li {
    margin-bottom: 7px;
    padding: 8px 9px;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure {
    overflow: hidden;
    border: 1px solid rgba(57, 255, 20, .24);
    border-radius: 8px;
    background: rgba(5, 8, 14, .94);
    box-shadow: 0 0 8px rgba(57, 255, 20, .1);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-column-side {
    display: grid;
    grid-template-columns: 1fr;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 32px;
    padding: 7px 10px;
    color: #d8c36a;
    cursor: pointer;
    font-size: 13px;
    font-weight: 625;
    line-height: 1.25;
    list-style: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure summary strong,
.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure summary span,
.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure .nt-ps-section-title {
    color: #d8c36a;
    text-shadow: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure summary::-webkit-details-marker {
    display: none;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure summary::after {
    content: "\25BE";
    color: #5fa9d8;
    font-size: 10px;
    opacity: .85;
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure[open] summary {
    border-bottom: 1px solid rgba(124, 199, 255, .14);
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure[open] summary::after {
    content: "\25B4";
}

.nts-public-shortcode .nt-module-password-strength .nt-ps-disclosure .nt-ps-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, .12);
}

@media (max-width: 1100px) {
    .nt-module-password-strength .nt-policy-principle-grid,
    .nt-module-password-strength .nt-policy-summary,
    .nt-module-password-strength .nt-policy-guide,
    .nt-module-password-strength .nt-policy-lock-grid,
    .nt-module-password-strength .nt-policy-weight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .nt-module-password-strength .nt-ps-grid {
        grid-template-columns: 1fr;
    }

    .nts-public-shortcode .nt-module-password-strength .nt-ps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .nt-module-password-strength .nts-header,
    .nt-module-password-strength .nt-tool-header,
    .nt-module-password-strength .nt-policy-card summary,
    .nt-module-password-strength .nt-shortcode-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .nt-module-password-strength .nt-shortcode-panel {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nt-module-password-strength .nt-policy-principle-grid,
    .nt-module-password-strength .nt-policy-summary,
    .nt-module-password-strength .nt-policy-guide,
    .nt-module-password-strength .nt-policy-lock-grid,
    .nt-module-password-strength .nt-policy-weight-grid,
    .nt-module-password-strength .nt-ps-input-row {
        grid-template-columns: 1fr;
    }

    .nts-public-shortcode .nt-module-password-strength .nt-policy-summary,
    .nts-public-shortcode .nt-module-password-strength .nt-ps-input-row {
        grid-template-columns: 1fr;
    }
}

.nt-module-password-strength .nt-ps-education {
    margin-top: 14px;
    border: 1px solid #008f12;
    box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

.nt-module-password-strength .nt-ps-education .nt-policy-section-head h2 {
    color: #d8c36a !important;
}

.nt-module-password-strength .nt-ps-education-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.nt-module-password-strength .nt-ps-education-grid details {
    overflow: hidden;
    border: 1px solid rgba(57, 255, 20, .18);
    border-radius: 8px;
    background: rgba(2, 8, 14, .72);
}

.nt-module-password-strength .nt-ps-education-grid summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    color: #d8c36a;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0;
    list-style: none;
}

.nt-module-password-strength .nt-ps-education-grid summary::-webkit-details-marker {
    display: none;
}

.nt-module-password-strength .nt-ps-education-grid summary::after {
    content: "\25BE";
    color: #87bceb;
    flex: 0 0 auto;
    font-size: 10px;
}

.nt-module-password-strength .nt-ps-education-grid details[open] summary::after {
    content: "\25B4";
}

.nt-module-password-strength .nt-ps-education-grid p {
    margin: 0;
    padding: 0 12px 12px;
    color: #9bb0c9;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .nt-module-password-strength .nt-ps-education-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .nt-module-password-strength .nt-ps-education-grid {
        grid-template-columns: 1fr;
    }
}
