.nn-builder-public {
    margin: 0;
    min-height: 100vh;
    background: #f5f2ee;
    color: #333333;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Keep third-party sales popups from covering the builder/library flow. */
.nn-builder-public #message-purchased,
.nn-builder-public .wn-notification,
.nn-builder-public .woo-notification,
.nn-builder-public .woocommerce-notification,
.nn-builder-public .woo-notification-wrapper {
    display: none !important;
}

.nn-wizard {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    min-height: 100vh;
    background:
        radial-gradient(circle at 22% 8%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 32%),
        linear-gradient(90deg, #f5f2ee 0%, #f8f5f1 56%, #fbfaf8 100%);
}

.nn-wizard__preview {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 28px clamp(24px, 4vw, 64px) 18px;
}

.nn-wizard__panel {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 24px clamp(28px, 4vw, 64px) 32px;
    background: rgba(255, 254, 252, 0.66);
    box-shadow: -24px 0 70px rgba(51, 51, 51, 0.05);
}

.nn-panel-nav {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
}

.nn-panel-nav a,
.nn-panel-nav .nn-link-button {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333333;
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.nn-panel-nav a:hover,
.nn-panel-nav a:focus,
.nn-panel-nav .nn-link-button:hover,
.nn-panel-nav .nn-link-button:focus {
    color: #c63a32;
    text-decoration: underline;
}

.nn-panel-nav__dropdown:hover > .nn-panel-nav__dropdown-toggle,
.nn-panel-nav__dropdown:focus-within > .nn-panel-nav__dropdown-toggle {
    color: #333333;
    text-decoration: none;
}

.nn-panel-nav__dropdown {
    position: relative;
    display: inline-flex;
}

.nn-panel-nav__dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    display: none;
    min-width: 120px;
    padding: 8px 0;
    border: 1px solid rgba(198, 58, 50, 0.18);
    border-radius: 8px;
    background: #fffefc;
    box-shadow: 0 12px 32px rgba(51, 51, 51, 0.12);
}

.nn-panel-nav__dropdown:hover .nn-panel-nav__dropdown-menu,
.nn-panel-nav__dropdown:focus-within .nn-panel-nav__dropdown-menu {
    display: grid;
}

.nn-panel-nav__dropdown-menu a {
    justify-content: flex-start;
    padding: 8px 14px;
    white-space: nowrap;
}

.nn-panel-inner,
.nn-wizard__panel > form {
    width: 100%;
    max-width: 620px;
    margin: auto;
}

.nn-wizard h1,
.nn-wizard h2 {
    margin: 0 0 12px;
    line-height: 1.15;
    letter-spacing: 0;
}

.nn-wizard h1 {
    max-width: 560px;
    margin-top: 20px;
    text-wrap: balance;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.06;
}

.nn-wizard h2 {
    font-size: 32px;
    font-weight: 600;
}

.nn-option-group-title {
    margin: 14px 0 4px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.nn-brand-lockup {
    display: flex;
    align-items: center;
}

.nn-brand-lockup a {
    display: inline-flex;
}

.nn-brand-lockup img {
    display: block;
    width: min(174px, 58vw);
    height: auto;
}

.nn-preview-frame {
    grid-row: 2;
    align-self: center;
    width: min(83%, 780px);
    margin: 0 auto;
}

.nn-preview-frame img {
    display: block;
    width: 100%;
    max-height: 62vh;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(51, 51, 51, 0.18));
}

.nn-preview-frame--cover {
    width: min(59%, 545px);
}

.nn-preview-frame--cover img {
    max-height: 43vh;
}

.nn-preview-placeholder-art {
    position: relative;
    width: min(63%, 454px);
    aspect-ratio: 1365.84 / 968.904;
    margin: 0 auto;
    border: 1px solid rgba(217, 210, 201, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 16px 34px rgba(51, 51, 51, 0.06);
}

.nn-preview-placeholder-art::before {
    content: "";
    position: absolute;
    inset: 8% 50% 8% auto;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(198, 58, 50, 0.14), transparent);
}

.nn-preview-placeholder-art span {
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 36%;
    border: 1px solid rgba(217, 210, 201, 0.55);
    border-radius: 4px;
    background:
        linear-gradient(rgba(217, 210, 201, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(217, 210, 201, 0.16) 1px, transparent 1px),
        rgba(255, 255, 255, 0.45);
    background-size: 18px 18px;
}

.nn-preview-placeholder-art span:first-child {
    left: 10%;
}

.nn-preview-placeholder-art span:last-child {
    right: 10%;
}

.nn-preview-frame--pdf iframe {
    display: block;
    width: 100%;
    aspect-ratio: 1365.84 / 968.904;
    max-height: 62vh;
    border: 0;
    background: #fff;
    filter: drop-shadow(0 16px 22px rgba(51, 51, 51, 0.18));
}

.nn-preview-footer {
    grid-row: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: center;
    justify-content: space-between;
}

.nn-copyright,
.nn-security-note {
    margin: 0;
    color: #646970;
    font-size: 13px;
}

.nn-security-note {
    text-align: right;
}

.nn-wizard form {
    display: grid;
    gap: 18px;
}

.nn-wizard fieldset {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
}

.nn-wizard legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.nn-wizard label {
    display: grid;
    gap: 6px;
}

.nn-wizard input[type="text"] {
    width: 100%;
    min-height: 58px;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d8d1c9;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
}

.nn-field-help {
    margin: -8px 0 2px;
    color: #6f6b66;
    font-size: 13px;
    line-height: 1.55;
}

.nn-choice {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #ddd6ca;
    border-radius: 6px;
    background: #fff;
}

.nn-choice:has(input:checked) {
    border-color: #b14c4c;
    background: #f6e9e8;
}

.nn-choice--with-preview {
    grid-template-columns: auto minmax(0, 1fr) minmax(116px, 160px);
}

.nn-choice-preview {
    display: block;
    width: 100%;
    max-height: 104px;
    object-fit: contain;
    border: 1px solid rgba(217, 210, 201, 0.75);
    border-radius: 4px;
    background: #fffefc;
}

.nn-choice-preview-frame {
    display: block;
    width: 100%;
    height: 128px;
    border: 1px solid rgba(217, 210, 201, 0.75);
    border-radius: 4px;
    background: #fffefc;
}

.nn-choice small,
.nn-choice-note {
    display: block;
    margin-top: 3px;
    color: #6f6b66;
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
}

.nn-shortcut-url-field {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #eadfd4;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.nn-shortcut-url-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.nn-shortcut-url-field input {
    width: 100%;
    box-sizing: border-box;
}

.nn-shortcut-url-field--split input + label {
    margin-top: 12px;
}

.nn-delivery-list {
    display: grid;
    gap: 10px;
}

.nn-delivery-choice-button {
    grid-template-columns: 1fr;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #333333;
    font: inherit;
}

.nn-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #b14c4c;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.nn-delivery-inline-actions {
    display: flex;
    gap: 18px;
    align-items: center;
}

.nn-download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #c63a32;
    border-radius: 8px;
    background: #c63a32;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.nn-download-link:hover,
.nn-download-link:focus {
    border-color: #c63a32;
    background: #fff;
    color: #c63a32 !important;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(177, 76, 76, 0.16);
}

.nn-delivery-preview {
    display: grid;
    place-items: center;
    min-height: min(56vh, 560px);
}

#nn-delivery-preview-placeholder {
    max-width: 360px;
    padding: 28px;
    border: 1px solid #ddd6ca;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.nn-cover-grid {
    display: grid;
    gap: 10px;
}

.nn-cover-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 2px;
}

.nn-cover-count {
    margin-right: auto;
    color: #646970;
    font-size: 13px;
}

.nn-small-button {
    min-height: 34px !important;
    padding: 0 12px !important;
    background: #d9d6cf !important;
    color: #333333 !important;
    font-size: 13px;
}

.nn-inline-clear {
    justify-self: start;
}

.nn-cover-search {
    margin-bottom: 2px;
}

.nn-cover-search span {
    color: #646970;
    font-size: 13px;
}

.nn-cover-search input {
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #cfc8bd;
    border-radius: 6px;
    background: #fff;
}

.nn-empty-message {
    margin: 2px 0 0;
    color: #646970;
    font-size: 13px;
}

.nn-step-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.nn-step-status {
    flex: 1;
    color: #6f6b66;
    font-size: 13px;
    text-align: center;
}

.nn-wizard button,
.nn-download {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: #c64037;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(177, 76, 76, 0.16);
}

.nn-wizard .nn-link-button {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #c64037;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    box-shadow: none;
}

.nn-wizard .nn-panel-nav .nn-link-button {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.nn-wizard .nn-panel-nav .nn-link-button:hover,
.nn-wizard .nn-panel-nav .nn-link-button:focus {
    color: #333333;
    text-decoration: none;
}

.nn-wizard .nn-delivery-choice-button {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    align-items: start;
    align-content: start;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #c64037;
    background: #fff;
    color: #111820;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.nn-wizard .nn-delivery-choice-button span,
.nn-wizard .nn-delivery-choice-button small {
    width: 100%;
    text-align: left;
}

.nn-wizard .nn-delivery-choice-button span {
    justify-self: start;
}

.nn-wizard .nn-delivery-choice-button small {
    margin-top: 4px;
    margin-bottom: 1px;
    color: #111820;
    font-size: 12px;
    font-weight: 400;
}

#nn-delivery-choice-title {
    margin: 0 0 14px;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.nn-wizard .nn-delivery-choice-button:hover,
.nn-wizard .nn-delivery-choice-button:focus {
    border-color: #c64037;
    background: #c64037;
    color: #fff;
    box-shadow: 0 10px 24px rgba(177, 76, 76, 0.16);
    text-decoration: none;
}

.nn-wizard .nn-delivery-choice-button:hover small,
.nn-wizard .nn-delivery-choice-button:focus small {
    color: rgba(255, 255, 255, 0.86);
}

.nn-download-link.nn-delivery-inline-link {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #c64037;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    box-shadow: none;
}

.nn-download-link.nn-delivery-inline-link:hover,
.nn-download-link.nn-delivery-inline-link:focus {
    color: #8f2e28;
    background: transparent;
    text-decoration: underline;
}

.nn-delivery-start-over-row {
    margin: 18px 0 10px;
    font-size: 13px;
}

.nn-download {
    width: auto;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #c64037;
    color: #fff !important;
    font-size: 13px;
}

.nn-download:hover,
.nn-download:focus {
    border-color: #c64037;
    background: #fff;
    color: #c64037 !important;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(177, 76, 76, 0.16);
}

.nn-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.nn-download--secondary {
    border: 1px solid #c64037 !important;
    background: #fff !important;
    color: #111820 !important;
    box-shadow: none !important;
}

.nn-download--secondary:hover,
.nn-download--secondary:focus {
    background: #c64037 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(177, 76, 76, 0.16) !important;
}

.nn-compress-status {
    min-height: 18px;
    margin: 8px 0 0;
    color: #5f5a54;
    font-size: 13px;
    line-height: 1.45;
}

.nn-wizard button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.nn-secondary {
    background: transparent !important;
    color: #646970 !important;
    box-shadow: none !important;
}

.nn-message {
    min-height: 24px;
    margin: 14px 0 0;
}

.nn-verify-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    margin: 30px 0;
    color: #333333;
}

.nn-verify-divider span {
    height: 1px;
    background: #d9d2c9;
}

.nn-inline-help {
    margin: 0 0 30px;
}

.nn-selection-summary {
    display: grid;
    gap: 8px;
    margin: 18px 0 4px;
    padding: 14px;
    border: 1px solid #ddd6ca;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.nn-selection-summary p {
    margin: 0;
    color: #4b4845;
    font-size: 14px;
}

.nn-inline-help a,
.nn-help-block a {
    color: #c64037;
    font-weight: 700;
}

.nn-help-block {
    display: grid;
    gap: 12px;
    padding-top: 28px;
    border-top: 1px solid #d9d2c9;
}

.nn-help-block p {
    margin: 0;
}

.nn-help-block details {
    margin-top: 16px;
    border: 1px solid #d8d1c9;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.66);
}

.nn-help-block summary {
    cursor: pointer;
    padding: 16px;
    font-weight: 700;
}

.nn-help-block details p {
    padding: 0 16px 16px;
    color: #333333;
    line-height: 1.6;
}

.nn-note {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid #e8c7c7;
    border-radius: 6px;
    background: #fff7f7;
    color: #5c2b2b;
}

.nn-note p {
    margin: 0;
}

.nn-note p + p {
    margin-top: 6px;
}

.nn-hidden {
    display: none !important;
}

.nn-progress {
    margin-top: 16px;
}

.nn-progress__bar {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8e3db;
}

.nn-progress__bar span {
    display: block;
    width: 38%;
    height: 100%;
    border-radius: inherit;
    background: #b14c4c;
    animation: nn-progress 1.6s ease-in-out infinite;
}

.nn-progress.nn-complete .nn-progress__bar span {
    width: 100%;
    animation: none;
    transform: none;
}

.nn-aftercare {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.nn-delivery-resources {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.nn-delivery-resources + .nn-aftercare {
    margin-top: 16px;
}

.nn-delivery-resources h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.nn-ready-resource-group {
    display: grid;
    gap: 7px;
}

.nn-ready-resource-group h4 {
    margin: 0;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
}

.nn-ready-resource-group .nn-delivery-list {
    gap: 8px;
}

.nn-ready-resource-group .nn-delivery-choice-button {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 14px;
    line-height: 1.25;
}

.nn-ready-resource-group .nn-delivery-choice-button span {
    line-height: 1.25;
}

.nn-ready-resource-group .nn-delivery-choice-button small {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.3;
}

.nn-card-icon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f8e7e5;
    color: #c64037;
    font-size: 18px;
    font-weight: 700;
}

.nn-card-icon--soft {
    background: #ffe5ec;
    color: #cf4966;
}

.nn-card-icon--soft::before {
    content: "\1F338";
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    transform: none;
    color: #cf4966;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 18px;
    line-height: 1;
}

.nn-aftercare__note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #f3c7d1;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 247, 250, 0.96), rgba(255, 255, 255, 0.78));
}

.nn-aftercare h2,
.nn-aftercare h3,
.nn-aftercare p {
    margin: 0;
}

.nn-aftercare h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.nn-aftercare__note {
    color: #3f3a36;
    font-size: 14px;
    line-height: 1.5;
}

.nn-aftercare__signature {
    font-weight: 600;
}

.nn-aftercare__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 2px;
    padding-top: 8px;
    border-top: 1px solid #d9d2c9;
}

.nn-aftercare__group {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
}

.nn-aftercare__group + .nn-aftercare__group {
    border-left: 0;
    padding-left: 0;
}

.nn-aftercare__group h3 {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 0;
}

.nn-aftercare__link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 9px;
}

.nn-help-block--compact .nn-aftercare__link-list {
    display: flex;
    flex-wrap: wrap;
}

.nn-aftercare__link-list a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #c64037;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.nn-aftercare__link-list a::before {
    content: none;
    display: none;
}

.nn-aftercare__link-list a:hover,
.nn-aftercare__link-list a:focus {
    background: transparent;
    color: #8f2e28;
    text-decoration: underline;
}

.nn-aftercare__group--social .nn-aftercare__link-list {
    display: flex;
    flex-wrap: wrap;
}

.nn-aftercare__group--social .nn-aftercare__link-list a {
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
}

.nn-aftercare__group--social .nn-aftercare__link-list a::before {
    content: none;
    display: none;
}

.nn-inline-help--compact {
    margin: 0;
    font-size: 14px;
}

.nn-help-block--compact {
    gap: 6px;
    padding-top: 8px;
}

.nn-help-block--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

@keyframes nn-progress {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(270%);
    }
}

@media (min-width: 901px) {
    html,
    .nn-builder-public {
        height: 100%;
        overflow: hidden;
    }

    .nn-wizard {
        height: 100svh;
        min-height: 0;
    }

    .nn-wizard__preview,
    .nn-wizard__panel {
        height: 100svh;
        min-height: 0;
    }

    .nn-wizard__preview {
        overflow: hidden;
    }

.nn-wizard__panel {
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-gutter: auto;
    }

    .nn-panel-inner,
    .nn-success-panel,
    .nn-wizard__panel > form {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .nn-preview-frame img,
    .nn-preview-frame--pdf iframe {
        max-height: calc(100svh - 238px);
    }

    .nn-builder-public.admin-bar .nn-wizard,
    .nn-builder-public.admin-bar .nn-wizard__preview,
    .nn-builder-public.admin-bar .nn-wizard__panel {
        height: calc(100svh - 32px);
    }

    .nn-builder-public.admin-bar .nn-panel-inner,
    .nn-builder-public.admin-bar .nn-success-panel,
    .nn-builder-public.admin-bar .nn-wizard__panel > form {
        max-height: none;
    }

    .nn-builder-public.admin-bar .nn-preview-frame img,
    .nn-builder-public.admin-bar .nn-preview-frame--pdf iframe {
        max-height: calc(100svh - 270px);
    }
}

@media (max-width: 900px) {
    .nn-wizard {
        grid-template-columns: 1fr;
    }

    .nn-wizard__preview {
        min-height: auto;
        padding-bottom: 12px;
    }

    .nn-wizard__panel {
        min-height: auto;
        box-shadow: none;
    }

    .nn-panel-nav {
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .nn-brand-lockup img {
        width: min(160px, 68vw);
    }

    .nn-wizard h1 {
        max-width: 370px;
        margin-top: 20px;
        font-size: 29px;
    }

    .nn-wizard h2 {
        font-size: 28px;
    }

    .nn-preview-frame,
    .nn-preview-placeholder-art {
        width: min(92%, 640px);
    }

    .nn-preview-frame--cover {
        width: min(64%, 420px);
    }

    .nn-preview-frame img {
        max-height: 38vh;
    }

    .nn-preview-frame--cover img {
        max-height: 30vh;
    }

    .nn-preview-frame--pdf iframe {
        max-height: 38vh;
    }

    .nn-choice--with-preview {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .nn-choice-preview {
        grid-column: 1 / -1;
        max-height: 160px;
    }

    .nn-choice-preview-frame {
        grid-column: 1 / -1;
        height: 180px;
    }

    .nn-aftercare__links {
        grid-template-columns: 1fr;
    }

    .nn-aftercare__group {
        grid-template-columns: 1fr;
    }

    .nn-aftercare__group h3 {
        padding-top: 0;
    }

    .nn-aftercare__group + .nn-aftercare__group {
        border-left: 0;
        padding-left: 0;
    }

    .nn-help-block--compact .nn-aftercare__link-list {
        display: flex;
    }
}
