body.no-trust-suite_page_no-trust-salt .nt-module-salt {
    padding: 20px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-title-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principles,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card {
    margin: 18px 0;
    border: 1px solid #008f12;
    box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-section-head h2 {
    margin: 0 0 6px;
    color: #d9f2ff !important;
    font-size: 20px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-section-head p {
    margin: 0;
    color: #9bb0c9;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle-grid,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 0;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat {
    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);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 40px;
    padding: 9px 11px;
    color: #dfffd8;
    font-weight: 700;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle::before {
    color: #39ff14;
    line-height: 1;
    text-shadow: 0 0 6px rgba(57, 255, 20, .35);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle.is-local::before {
    content: "\25CF";
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle.is-crypto::before {
    content: "\25C6";
    color: #87bceb;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle.is-storage::before {
    content: "\25CE";
    color: #63d7ff;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-principle.is-policy::before {
    content: "\2605";
    color: #ffcf4a;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat {
    padding: 10px 12px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat span {
    display: block;
    color: #9bb0c9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-stat strong {
    display: block;
    margin-top: 4px;
    color: #d9f2ff;
    font-size: 16px;
    line-height: 1.35;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card {
    padding: 0;
    overflow: hidden;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary::-webkit-details-marker {
    display: none;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary strong {
    display: block;
    color: #d9f2ff;
    font-size: 18px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary small {
    display: block;
    margin-top: 4px;
    color: #9bb0c9;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    color: #dfffd8;
    background: rgba(57, 255, 20, .1);
    border: 1px solid rgba(57, 255, 20, .35);
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary em::after {
    content: "\25BE";
    margin-left: 8px;
    color: #87bceb;
    font-size: 11px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card[open] summary {
    border-bottom: 1px solid rgba(135, 188, 235, .18);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card[open] summary em::after {
    content: "\25B4";
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-body {
    padding: 18px 20px 20px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide-item {
    padding: 12px;
    background: rgba(2, 8, 14, .72);
    border: 1px solid rgba(57, 255, 20, .22);
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(57, 255, 20, .06);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide-item strong,
body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide-item span {
    display: block;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide-item strong {
    color: #d9f2ff;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide-item span {
    margin-top: 4px;
    color: #87bceb;
    font-size: 12px;
    font-weight: 800;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide-item p {
    margin: 8px 0 0;
    color: #9bb0c9;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-policy-note {
    margin-top: 14px;
    padding: 11px 12px;
    color: #dfffd8;
    background: rgba(57, 255, 20, .08);
    border: 1px solid rgba(57, 255, 20, .22);
    border-radius: 8px;
    font-weight: 700;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-workspace {
    margin-top: 18px;
}

body.no-trust-suite_page_no-trust-salt .nt-admin-preview-body .nt-salt-workspace {
    margin-top: 0;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-workspace .nt-tool-card {
    border: 1px solid #008f12;
    box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

body.no-trust-suite_page_no-trust-salt .nt-preset-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

body.no-trust-suite_page_no-trust-salt #nt-salt-output {
    width: 100%;
    min-height: 245px;
    resize: vertical;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education {
    margin-top: 14px;
    border: 1px solid #008f12;
    box-shadow: 0 0 18px rgba(0, 143, 18, .18);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid details {
    border: 1px solid rgba(57, 255, 20, .18);
    border-radius: 8px;
    background: rgba(2, 8, 14, .72);
    overflow: hidden;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    color: #d8c36a;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid summary::-webkit-details-marker {
    display: none;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid summary::after {
    content: "\25BE";
    color: #87bceb;
    font-size: 10px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid details[open] summary::after {
    content: "\25B4";
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid .nt-salt-warning {
    border-color: rgba(216, 195, 106, .38);
    background: rgba(30, 21, 4, .42);
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid .nt-salt-warning summary::before {
    content: "\26A0";
    color: #d8c36a;
    font-size: 12px;
}

body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid p {
    margin: 0;
    padding: 0 12px 12px;
    color: #9bb0c9;
    line-height: 1.55;
}

body.no-trust-suite_page_no-trust-salt .nt-public-trust-strip {
    margin-top: 14px;
    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;
    text-align: center;
}

body.no-trust-suite_page_no-trust-salt .nt-public-trust-strip span {
    color: #87bceb;
    margin: 0 6px;
}

@media (max-width: 1100px) {
    body.no-trust-suite_page_no-trust-salt .nt-salt-principle-grid,
    body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary,
    body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide,
    body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    body.no-trust-suite_page_no-trust-salt .nt-salt-title,
    body.no-trust-suite_page_no-trust-salt .nt-salt-policy-card summary {
        align-items: flex-start;
        flex-direction: column;
    }

    body.no-trust-suite_page_no-trust-salt .nt-salt-title-meta {
        justify-content: flex-start;
    }

    body.no-trust-suite_page_no-trust-salt .nt-salt-principle-grid,
    body.no-trust-suite_page_no-trust-salt .nt-salt-policy-summary,
    body.no-trust-suite_page_no-trust-salt .nt-salt-policy-guide,
    body.no-trust-suite_page_no-trust-salt .nt-salt-education-grid {
        grid-template-columns: 1fr;
    }
}
