.n3-daily-portal,
.n3-daily-auth-screen,
.n3-daily-auth-choice,
.n3-daily-portal *,
.n3-daily-auth-screen *,
.n3-daily-auth-choice * {
    box-sizing: border-box;
}

.n3-daily-portal,
.n3-daily-auth-screen,
.n3-daily-auth-choice {
    --n3-blue: #052e62;
    --n3-ink: #14181f;
    --n3-muted: #67707d;
    --n3-line: #d9e0e8;
    --n3-soft: #f4f7fa;
    color: var(--n3-ink);
    font-family: inherit;
}

.n3-daily-auth,
.n3-daily-auth-screen {
    width: 100%;
}

.n3-daily-auth-screen,
.n3-daily-auth-choice {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 560px;
    padding: 56px 20px;
}

.n3-daily-auth-card {
    width: min(100%, 520px);
    border: 1px solid #dbe3ed;
    border-radius: 12px;
    padding: 34px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .10);
}

.n3-daily-auth-choice .n3-daily-auth-card {
    text-align: center;
}

.n3-daily-auth-choice-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.n3-daily-panel,
.n3-daily-section {
    border: 1px solid var(--n3-line);
    border-radius: 6px;
    padding: 24px;
    background: #fff;
}

.n3-daily-eyebrow {
    margin: 0 0 8px;
    color: var(--n3-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.n3-daily-panel h2,
.n3-daily-auth-card h2,
.n3-daily-section h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.25;
}

.n3-daily-auth-subtitle {
    margin: -8px 0 24px;
    color: var(--n3-muted);
    font-size: 14px;
    line-height: 1.55;
}

.n3-daily-panel label,
.n3-daily-auth-card label {
    display: block;
    margin: 0 0 16px;
    color: #182235;
    font-size: 14px;
    font-weight: 800;
}

.n3-daily-panel input,
.n3-daily-auth-card input,
.n3-daily-auth-card textarea,
.n3-daily-auth-card select,
.n3-daily-table input,
.n3-daily-panel select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    color: #111827;
}

.n3-daily-auth-card input:focus,
.n3-daily-auth-card textarea:focus,
.n3-daily-auth-card select:focus {
    border-color: #4962e7;
    box-shadow: 0 0 0 3px rgba(73, 98, 231, .14);
    outline: none;
}

.n3-daily-password-field {
    position: relative;
    display: block;
    margin-top: 0;
}

.n3-daily-auth-card .n3-daily-password-field input {
    padding-right: 48px;
}

.n3-daily-auth-card .n3-daily-password-toggle {
    position: absolute !important;
    top: 23px;
    right: 6px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    min-width: 36px;
    max-width: 36px;
    height: 36px !important;
    min-height: 36px;
    margin: 0 !important;
    border: 0;
    border-radius: 8px;
    padding: 0 !important;
    background: transparent !important;
    color: #64748b !important;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.n3-daily-auth-card .n3-daily-password-toggle:hover,
.n3-daily-auth-card .n3-daily-password-toggle:focus-visible {
    background: #f1f5f9 !important;
    color: #052e62 !important;
}

.n3-daily-password-toggle svg {
    width: 21px;
    height: 21px;
}

.n3-daily-password-toggle .n3-daily-eye-closed,
.n3-daily-password-toggle[aria-pressed="true"] .n3-daily-eye-open {
    display: none;
}

.n3-daily-password-toggle[aria-pressed="true"] .n3-daily-eye-closed {
    display: block;
}

.n3-daily-location-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 7px;
}

.n3-daily-dealer-locator {
    width: 100%;
    max-width: 520px;
    margin: 18px 0 0;
}

.n3-daily-dealer-locator.is-collapsed {
    display: none;
}

.inax-single-summary__actions .n3-daily-dealer-locator {
    flex: 1 1 100%;
    max-width: none;
}

.n3-daily-dealer-locator .n3-daily-location-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

.n3-daily-dealer-locator select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 13px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.n3-daily-dealer-locator select:focus {
    border-color: #0f7fab;
    box-shadow: 0 0 0 3px rgba(15, 127, 171, .12);
}

.n3-daily-dealer-info {
    min-height: 112px;
    margin-top: 18px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    padding: 20px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: #111827;
    text-align: left;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.n3-daily-dealer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .9fr);
    gap: 16px;
    align-items: stretch;
    margin-top: 18px;
}

.n3-daily-dealer-layout .n3-daily-dealer-info {
    margin-top: 0;
}

.n3-daily-dealer-map-wrap {
    min-height: 220px;
}

.n3-daily-dealer-map {
    width: 100%;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.n3-daily-dealer-map.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.n3-daily-product-map-section {
    margin: 22px 0 0;
}

.n3-daily-product-map-section.is-hidden {
    display: none;
}

.inax-single-product__gallery-col .n3-daily-product-map-section {
    width: 100%;
}

.n3-daily-product-map {
    width: 100%;
    min-height: 380px;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.n3-daily-product-map iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

.n3-daily-product-map.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.n3-daily-dealer-info > span {
    display: block;
    color: #052e62;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.n3-daily-dealer-info > p {
    max-width: 320px;
    margin: 12px auto 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.n3-daily-dealer-info > p.n3-daily-dealer-hint {
    margin-bottom: 2px;
}

.n3-daily-dealer-info.is-loading {
    opacity: .65;
}

.n3-daily-dealer-card {
    margin-top: 14px;
    border-top: 1px solid #e5eaf2;
    padding-top: 14px;
    cursor: pointer;
}

.n3-daily-dealer-card.has-map,
.n3-daily-dealer-card.no-map {
    border-radius: 8px;
    padding: 14px 12px 0;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.n3-daily-dealer-card.has-map:hover,
.n3-daily-dealer-card.no-map:hover,
.n3-daily-dealer-card.has-map.is-active,
.n3-daily-dealer-card.no-map.is-active {
    background: #f8fbff;
    box-shadow: inset 3px 0 0 #0f5f93;
}

.n3-daily-dealer-card.has-map:hover,
.n3-daily-dealer-card.no-map:hover {
    transform: translateX(2px);
}

.n3-daily-dealer-card:focus-visible {
    outline: 2px solid #0f7fab;
    outline-offset: 3px;
}

.n3-daily-dealer-card strong,
.n3-daily-dealer-card em,
.n3-daily-dealer-card p {
    display: block;
}

.n3-daily-dealer-card strong {
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

.n3-daily-dealer-card em {
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.n3-daily-dealer-card p {
    margin: 8px 0 0;
    color: #374151;
    font-size: 13px;
    line-height: 1.45;
}

.n3-daily-dealer-card a {
    color: #0f7fab;
    font-weight: 800;
    text-decoration: none;
}

.n3-daily-dealer-card a:hover {
    color: #052e62;
    text-decoration: underline;
}

.n3-daily-dealer-card .n3-daily-dealer-map-link {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 0 10px;
    background: #fff;
    color: #0f5f93;
    text-decoration: none;
}

.n3-daily-dealer-card .n3-daily-dealer-map-link:hover {
    border-color: #0f5f93;
    text-decoration: none;
}

.n3-daily-panel button,
.n3-daily-auth-card button,
.n3-daily-actions button,
.n3-daily-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 0 20px;
    background: var(--n3-blue, #052e62);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.n3-daily-auth-card button {
    display: flex !important;
    width: 100%;
    margin: 10px 0 0;
    font-size: 15px;
    background: #052e62 !important;
    color: #fff !important;
    opacity: 1;
    visibility: visible;
    transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.n3-daily-auth-card button:not(.n3-daily-password-toggle):hover,
.n3-daily-auth-card button:not(.n3-daily-password-toggle):focus-visible {
    background: #074182 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(5, 46, 98, .24);
    transform: translateY(-1px);
}

.n3-daily-auth-card button:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
    box-shadow: none;
}

.n3-daily-auth-card button:disabled:hover {
    background: #052e62 !important;
}

.n3-daily-auth-card .n3-daily-password-toggle {
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #64748b !important;
}

.n3-daily-auth-card .n3-daily-password-toggle:hover,
.n3-daily-auth-card .n3-daily-password-toggle:focus-visible {
    background: #f1f5f9 !important;
    color: #052e62 !important;
}

.n3-daily-ajax-message {
    display: none;
    margin: 0 0 16px;
    border-radius: 8px;
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 700;
}

.n3-daily-ajax-message.success,
.n3-daily-ajax-message.error {
    display: block;
}

.n3-daily-ajax-message.success {
    border: 1px solid #b7e4c7;
    background: #eefaf2;
    color: #176b38;
}

.n3-daily-ajax-message.error {
    border: 1px solid #f2b8b5;
    background: #fff1f0;
    color: #9c2626;
}

.n3-daily-auth-card .login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    font-weight: 700;
}

.n3-daily-auth-card .login-remember input {
    width: 18px;
    min-height: 18px;
}

.n3-daily-auth-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    margin-top: 18px;
    color: var(--n3-muted);
    font-size: 14px;
}

.n3-daily-auth-meta a {
    color: var(--n3-blue);
    font-weight: 800;
    text-decoration: none;
}

.n3-daily-success-card {
    text-align: center;
}

.n3-daily-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 0 18px;
    border-radius: 50%;
    background: #eefaf2;
    color: #176b38;
}

.n3-daily-success-icon::before {
    content: "";
    width: 22px;
    height: 12px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg) translate(1px, -1px);
}

.n3-daily-success-card .n3-daily-button {
    display: inline-flex !important;
    margin-top: 8px;
    background: #052e62 !important;
    color: #fff !important;
    min-width: 180px;
    visibility: visible;
    opacity: 1;
}

.n3-daily-button.ghost {
    border: 1px solid var(--n3-line);
    background: #fff;
    color: var(--n3-blue);
}

.n3-daily-notice {
    margin: 0 0 16px;
    border-left: 4px solid var(--n3-blue);
    padding: 12px 14px;
    background: var(--n3-soft);
}

.n3-daily-auth-links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.n3-daily-auth-links a {
    color: #111827;
    text-decoration: none;
}

.n3-daily-auth-links a:hover {
    color: inherit;
}

.n3-daily-guest-links {
    gap: 8px;
}

.n3-daily-auth-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 94px;
    min-height: 40px;
    border: 1px solid #e7eaf0;
    border-radius: 11px;
    padding: 5px 16px;
    background: #fff;
    color: #182235;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
}

.n3-daily-auth-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
}

.n3-daily-auth-pill.register {
    border-color: #4962e7;
    background: #4962e7;
    color: #fff;
    box-shadow: 0 7px 16px rgba(73, 98, 231, .26);
}

.n3-daily-auth-pill.register:hover {
    background: #3f56d8;
    box-shadow: 0 9px 20px rgba(73, 98, 231, .32);
}

.n3-daily-login-icon,
.n3-daily-register-icon {
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
}

.n3-daily-login-icon{
    top: -5px;
}

.n3-daily-login-icon {
    width: 12px;
    height: 12px;
    border: 1.7px solid currentColor;
    border-radius: 50%;
}

.n3-daily-login-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 18px;
    height: 10px;
    border: 1.7px solid currentColor;
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    transform: translateX(-50%);
}

.n3-daily-register-icon {
    width: 17px;
    height: 17px;
    border: 1.7px solid currentColor;
    border-radius: 4px;
}

.n3-daily-register-icon::before,
.n3-daily-register-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
}

.n3-daily-register-icon::before {
    left: 4px;
    right: 4px;
    top: 50%;
    height: 1.7px;
    transform: translateY(-50%);
}

.n3-daily-register-icon::after {
    top: 4px;
    bottom: 4px;
    left: 50%;
    width: 1.7px;
    transform: translateX(-50%);
}

.n3-daily-user-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    padding: 3px 12px 3px 3px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .10);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.n3-daily-user-link:hover {
    border-color: #052e62;
    box-shadow: 0 10px 26px rgba(5, 46, 98, .16);
    transform: translateY(-1px);
}

.n3-daily-avatar {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.n3-daily-user-name {
    display: inline-block;
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n3-daily-user-caret {
    width: 7px;
    height: 7px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg) translateY(-2px);
}

.n3-daily-account-menu {
    position: relative;
}

.n3-daily-account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 60;
    min-width: 218px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(15, 23, 42, .18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.n3-daily-account-dropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.n3-daily-account-menu:hover .n3-daily-account-dropdown,
.n3-daily-account-menu:focus-within .n3-daily-account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.n3-daily-account-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    border-bottom: 1px solid #eef2f7;
    padding: 4px 4px 10px;
}

.n3-daily-account-card-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.n3-daily-account-card-head strong,
.n3-daily-account-card-head em {
    display: block;
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n3-daily-account-card-head strong {
    color: #111827;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.n3-daily-account-card-head em {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.n3-daily-account-dropdown a {
    display: block;
    border-radius: 8px;
    padding: 10px 11px;
    color: #14181f;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.n3-daily-account-dropdown a:hover {
    background: #f1f5f9;
    color: #052e62;
    transform: translateX(2px);
}

.n3-daily-account-dropdown a.logout {
    color: #9c2626;
}

.n3-daily-profile-card {
    margin: 0 0 22px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 20px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.n3-daily-profile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
    border-bottom: 1px solid #e5eaf2;
    padding: 0 0 16px;
}

.n3-daily-profile-title {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.n3-daily-profile-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #eef4ff;
}

.n3-daily-profile-title span {
    display: block;
    margin: 0 0 4px;
    color: #4962e7;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.n3-daily-profile-title h2 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    line-height: 1.2;
}

.n3-daily-profile-title p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 13px;
}

.n3-daily-profile-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 0 11px;
    background: #e8f7ef;
    color: #10733d;
    font-size: 12px;
    font-weight: 900;
}

.n3-daily-profile-head-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.n3-daily-profile-head-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    padding: 0 11px;
    background: #fff;
    color: #052e62;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.n3-daily-profile-head-actions a:hover {
    border-color: #052e62;
    color: #052e62;
}

.n3-daily-profile-alert {
    margin: 0 0 16px;
    border-radius: 8px;
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 800;
}

.n3-daily-profile-alert.success {
    background: #e8f7ef;
    color: #10733d;
}

.n3-daily-profile-alert.error {
    background: #fdecec;
    color: #9c2626;
}

.n3-daily-profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.n3-daily-profile-form label {
    display: block;
    margin: 0;
    color: #182235;
    font-size: 13px;
    font-weight: 900;
}

.n3-daily-profile-form input,
.n3-daily-profile-form textarea,
.n3-daily-profile-form select {
    width: 100%;
    min-height: 44px;
    margin-top: 7px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    color: #111827;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.n3-daily-profile-form textarea {
    resize: vertical;
}

.n3-daily-profile-form label:has(textarea[name="map_url"]) {
    order: 20;
}

.n3-daily-profile-form textarea[name="map_url"] {
    min-height: 150px;
}

.n3-daily-profile-form input:focus,
.n3-daily-profile-form textarea:focus,
.n3-daily-profile-form select:focus {
    border-color: #4962e7;
    box-shadow: 0 0 0 3px rgba(73, 98, 231, .14);
}

.n3-daily-profile-wide,
.n3-daily-profile-actions {
    grid-column: 1 / -1;
}

.n3-daily-profile-actions {
    display: flex;
    justify-content: flex-end;
    order: 30;
}

.n3-daily-profile-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    background: #052e62;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.n3-daily-profile-actions button:hover {
    background: #074182;
}

.n3-daily-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.n3-daily-summary div {
    border: 1px solid var(--n3-line);
    border-radius: 6px;
    padding: 16px;
    background: var(--n3-soft);
}

.n3-daily-summary span {
    display: block;
    color: var(--n3-muted);
    font-size: 13px;
}

.n3-daily-summary strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
}

.n3-daily-section {
    margin: 0 0 24px;
}

.n3-daily-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
}

.n3-daily-section-head h2 {
    margin: 0;
}

.n3-daily-cart-summary {
    display: inline-grid;
    gap: 3px;
    min-width: 150px;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    padding: 10px 14px;
    background: #fff;
    color: #052e62;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
}

.n3-daily-cart-summary span {
    font-weight: 800;
}

.n3-daily-cart-summary strong,
.n3-daily-cart-summary em {
    color: #4b5563;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.n3-daily-products-result.is-loading {
    opacity: .55;
    pointer-events: none;
}

.n3-daily-table-wrap {
    overflow-x: auto;
}

.n3-daily-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    background: #fff;
}

.n3-daily-table th {
    background: var(--n3-blue);
    color: #fff;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

.n3-daily-table th,
.n3-daily-table td {
    border-bottom: 1px solid var(--n3-line);
    padding: 10px;
    height: 78px;
    vertical-align: middle;
}

.n3-daily-table th {
    height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.n3-daily-table tr.n3-daily-in-cart td {
    background: #f7fbff;
}

.n3-daily-table tr.n3-daily-in-cart td:first-child {
    box-shadow: inset 4px 0 0 #4962e7;
}

.n3-daily-cart-note {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-left: 8px;
    border-radius: 999px;
    padding: 0 8px;
    background: #e8eefc;
    color: #3047b8;
    font-size: 11px;
    font-weight: 800;
    vertical-align: middle;
}

.n3-daily-thumb img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
}

.n3-daily-thumb a {
    display: inline-flex;
}

.n3-daily-thumb a:hover img {
    opacity: .86;
}

.n3-daily-product-link {
    color: #374151;
    text-decoration: none;
}

.n3-daily-product-link:hover {
    color: #052e62;
    text-decoration: underline;
}

.n3-daily-qty-cell {
    width: 120px;
}

.n3-daily-qty-cell input {
    max-width: 92px;
    min-height: 34px;
    padding: 6px 9px;
}

.n3-daily-row-actions {
    min-width: 170px;
    white-space: nowrap;
    vertical-align: middle;
}

.n3-daily-row-actions button + button {
    margin-left: 8px;
}

.n3-daily-row-order,
.n3-daily-row-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    height: 34px;
    border: 0;
    border-radius: 6px;
    padding: 0 12px;
    background: #052e62;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.n3-daily-row-order.update {
    background: #4962e7;
}

.n3-daily-row-cancel {
    border: 1px solid #d7dde5;
    background: #fff;
    color: #9c2626;
    min-width: 48px;
}

.n3-daily-row-order:disabled,
.n3-daily-row-cancel:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.n3-daily-stock-text {
    display: inline-block;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
}

.n3-daily-stock-meter {
    display: inline-grid;
    gap: 4px;
    min-width: 48px;
    color: #176b38;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.n3-daily-stock-meter.low {
    color: #9c2626;
}

.n3-daily-stock-meter > span {
    display: block;
    width: 42px;
    height: 2px;
    background: #e5e7eb;
}

.n3-daily-stock-meter i {
    display: block;
    height: 2px;
    background: currentColor;
}

.n3-daily-products-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 18px;
}

.n3-daily-products-pagination button {
    min-width: 34px;
    min-height: 34px;
    border: 1px solid #d7dde5;
    border-radius: 6px;
    background: #fff;
    color: #052e62;
    font-weight: 800;
    cursor: pointer;
}

.n3-daily-products-pagination button.active {
    border-color: #052e62;
    background: #052e62;
    color: #fff;
}

.n3-daily-row-order:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.n3-daily-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
}

.n3-daily-badge.ok {
    background: #dff4e7;
    color: #176b38;
}

.n3-daily-badge.out {
    background: #f8e3e3;
    color: #9c2626;
}

.n3-daily-order-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-radius: 999px;
    padding: 0 10px;
    background: #eef2f7;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.n3-daily-order-status.completed {
    background: #dff4e7;
    color: #176b38;
}

.n3-daily-order-status.pending,
.n3-daily-order-status.n3-sent,
.n3-daily-order-status.on-hold {
    background: #fff3cd;
    color: #8a5a00;
}

.n3-daily-order-status.cancelled {
    background: #f8e3e3;
    color: #9c2626;
}

.n3-daily-order-status.processing,
.n3-daily-order-status.n3-wait-export,
.n3-daily-order-status.n3-exported,
.n3-daily-order-status.n3-delivering {
    background: #e8eefc;
    color: #3047b8;
}

.n3-daily-order-action-cell {
    width: 74px;
    text-align: center;
}

.n3-daily-order-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d7dde5;
    border-radius: 6px;
    padding: 0;
    background: #fff;
    color: #052e62;
    font: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
    cursor: pointer;
}

.n3-daily-order-view svg {
    width: 18px;
    height: 18px;
}

.n3-daily-order-view:hover,
.n3-daily-order-view:focus {
    border-color: #052e62;
    background: #eef4ff;
    color: #052e62;
    text-decoration: none;
}

.n3-daily-modal-open {
    overflow: hidden;
}

.n3-daily-order-modal[hidden] {
    display: none;
}

.n3-daily-order-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 20px;
}

.n3-daily-order-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .52);
}

.n3-daily-order-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(720px, calc(100vh - 40px));
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .32);
    overflow: auto;
}

.n3-daily-order-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d7dde5;
    border-radius: 6px;
    padding: 0;
    background: #fff;
    color: #052e62;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.n3-daily-order-modal-close:hover,
.n3-daily-order-modal-close:focus {
    border-color: #052e62;
    background: #eef4ff;
}

.n3-daily-order-modal-body {
    min-width: 0;
}

.n3-daily-order-detail {
    margin: 0;
    background: #fff;
    overflow: hidden;
}

.n3-daily-order-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 58px 14px 18px;
    border-bottom: 1px solid #e5eaf2;
}

.n3-daily-order-detail-head span {
    display: block;
    color: #67707d;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.n3-daily-order-detail-head h3 {
    margin: 2px 0 0;
    color: #052e62;
    font-size: 20px;
    line-height: 1.2;
}

.n3-daily-order-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 18px;
    border-bottom: 1px solid #e5eaf2;
    background: #f8fafc;
}

.n3-daily-order-detail-meta span {
    display: inline-flex;
    gap: 4px;
    color: #4b5563;
    font-size: 13px;
}

.n3-daily-order-detail-table {
    min-width: 720px;
}

.n3-daily-order-detail-totals {
    margin-top: 0;
    border-bottom: 2px solid #e5e7eb;
}

.n3-daily-order-detail-total-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 32%);
    align-items: center;
    gap: 18px;
    min-height: 36px;
    border-bottom: 1px solid #e5e7eb;
    padding: 8px 12px;
    color: #111827;
}

.n3-daily-order-detail-total-row:last-child {
    border-bottom: 0;
}

.n3-daily-order-detail-total-row span,
.n3-daily-order-detail-total-row strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.n3-daily-order-detail-total-row span {
    font-weight: 500;
}

.n3-daily-order-detail-total-row strong {
    color: #000;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
    justify-self: end;
}

.n3-daily-order-detail-total-row.is-total span {
    font-weight: 900;
}

.n3-daily-order-detail-total-row .woocommerce-Price-amount {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.n3-daily-order-detail-payment {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 32%);
    align-items: center;
    gap: 18px;
    padding: 14px 12px;
    color: #111827;
    font-size: 14px;
}

.n3-daily-order-detail-payment strong {
    font-weight: 900;
}

.n3-daily-order-detail-payment span {
    color: #374151;
    font-weight: 700;
    text-align: right;
    justify-self: end;
    min-width: 0;
}

.n3-daily-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
    text-align: right;
}

.n3-daily-cart-button,
.n3-daily-checkout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    padding: 0 18px;
    background: #052e62;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.n3-daily-cart-button {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #052e62;
}

.n3-daily-cart-button:hover {
    border-color: #052e62;
    color: #052e62;
    background: #f8fafc;
}

.n3-daily-checkout-button:hover {
    color: #fff;
    background: #074182;
}

.n3-daily-dealer-checkout form.checkout #payment .wc_payment_methods,
.n3-daily-dealer-checkout form.checkout #payment .woocommerce-privacy-policy-text,
.n3-daily-dealer-checkout form.checkout #payment .place-order {
    display: none;
}

.n3-daily-sent-order-received .woocommerce-bacs-bank-details,
.n3-daily-sent-order-received .wc-bacs-bank-details-heading {
    display: none;
}

.wc-bacs-bank-details{
    list-style: none;
}

.n3-daily-checkout-order-actions-row td {
    padding-top: 18px !important;
}

.n3-daily-checkout-order-actions {
    display: flex;
    justify-content: flex-end;
}

.n3-daily-checkout-order-actions .n3-daily-submit-order {
    width: 100%;
    min-height: 48px;
    cursor: pointer;
}

.n3-daily-purchase-order {
    width: min(1040px, calc(100% - 32px));
    margin: 28px auto 54px;
    border: 2px solid #1f4b63;
    border-radius: 4px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.n3-daily-purchase-order-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.n3-daily-purchase-order-head h2 {
    margin: 0;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.n3-daily-purchase-order-head span {
    color: #475569;
    font-weight: 900;
}

.n3-daily-purchase-order-table-wrap {
    overflow-x: auto;
}

.n3-daily-purchase-order-table {
    width: 100%;
    border-collapse: collapse;
    color: #111827;
}

.n3-daily-purchase-order-table th,
.n3-daily-purchase-order-table td {
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
}

.n3-daily-purchase-order-table th {
    font-weight: 900;
}

.n3-daily-purchase-order-table td {
    color: #374151;
    font-size: 14px;
}

.n3-daily-purchase-order-table td strong,
.n3-daily-purchase-order-table td span {
    display: block;
}

.n3-daily-purchase-order-table td span {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.n3-daily-purchase-order-table td:nth-child(5),
.n3-daily-purchase-order-table td:nth-child(6),
.n3-daily-purchase-order-table td:nth-child(7),
.n3-daily-purchase-order-table tfoot td {
    text-align: right;
    white-space: nowrap;
}

.n3-daily-purchase-order-table .woocommerce-Price-amount {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.n3-daily-purchase-order-table td span{
    margin-top: 0;
}

.n3-daily-purchase-order-table tfoot th,
.n3-daily-purchase-order-table tfoot td {
    font-weight: 900;
}

.n3-daily-purchase-order-table tfoot .is-total th,
.n3-daily-purchase-order-table tfoot .is-total td {
    border-top: 2px solid #1f4b63;
    color: #052e62;
    font-size: 16px;
    text-transform: uppercase;
}

.n3-daily-purchase-order-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.n3-daily-purchase-order-message {
    display: none;
    margin-top: 18px;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 800;
}

.n3-daily-purchase-order-message.is-loading,
.n3-daily-purchase-order-message.success,
.n3-daily-purchase-order-message.error {
    display: block;
}

.n3-daily-purchase-order-message.is-loading {
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #475569;
}

.n3-daily-purchase-order-message.success {
    border: 1px solid #b7e4c7;
    background: #eefaf2;
    color: #176b38;
}

.n3-daily-purchase-order-message.error {
    border: 1px solid #f2b8b5;
    background: #fff1f0;
    color: #9c2626;
}

.n3-daily-purchase-order-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    min-width: 132px;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 900;
    text-decoration: none;
}

.n3-daily-purchase-order-button:disabled {
    cursor: wait;
    opacity: .68;
}

.n3-daily-purchase-order-button.secondary {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #052e62;
}

.n3-daily-purchase-order-button.primary {
    background: #052e62;
    color: #fff;
}

.n3-daily-purchase-order-button.secondary:hover {
    border-color: #052e62;
    color: #052e62;
    background: #f8fafc;
}

.n3-daily-purchase-order-button.primary:hover {
    color: #fff;
    background: #074182;
}

.n3-daily-purchase-order-signatures {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.n3-daily-purchase-order-signatures div {
    min-height: 88px;
    border: 1px dashed #94a3b8;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.n3-daily-purchase-order-signatures span {
    color: #111827;
    font-weight: 900;
}

.n3-daily-chart {
    position: relative;
    min-height: 260px;
    height: 300px;
    margin: 0 0 18px;
    border: 1px solid var(--n3-line);
    border-radius: 6px;
    padding: 18px;
    background: linear-gradient(#fff, #f8fafc);
}

.n3-daily-chart canvas {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 760px) {
    .n3-daily-auth {
        width: 100%;
        margin-right: 0;
    }

    .n3-daily-auth-screen,
    .n3-daily-auth-choice {
        min-height: auto;
        padding: 28px 14px;
    }

    .n3-daily-auth-card {
        padding: 24px 18px;
    }

    .n3-daily-auth-choice-actions,
    .n3-daily-guest-links {
        flex-wrap: wrap;
    }

    .n3-daily-auth-pill {
        min-width: 0;
        width: 34px;
        min-height: 34px;
        padding: 0;
        border-radius: 10px;
        font-size: 12px;
    }

    .n3-daily-auth-pill > span:last-child,
    .n3-daily-user-name {
        display: none;
    }

    .n3-daily-guest-links {
        gap: 7px;
    }

    .n3-daily-user-link {
        width: 34px;
        min-height: 34px;
        padding: 2px;
        justify-content: center;
    }

    .n3-daily-avatar {
        width: 28px;
        height: 28px;
    }

    .n3-daily-account-dropdown {
        right: -8px;
        min-width: 210px;
    }

    .n3-daily-profile-card {
        padding: 16px;
    }

    .n3-daily-profile-head {
        display: block;
    }

    .n3-daily-profile-head-actions {
        margin-top: 12px;
        justify-content: flex-start;
    }

    .n3-daily-profile-form {
        grid-template-columns: 1fr;
    }

    .n3-daily-location-fields {
        grid-template-columns: 1fr;
    }

    .n3-daily-dealer-layout {
        grid-template-columns: 1fr;
    }

    .n3-daily-product-map-section {
        width: 100%;
    }

    .n3-daily-profile-actions button {
        width: 100%;
    }

    .n3-daily-summary {
        grid-template-columns: 1fr;
    }

    .n3-daily-section-head {
        display: block;
    }

    .n3-daily-section-head .n3-daily-button {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .n3-daily-section {
        margin: 0 0 18px;
        border-radius: 8px;
        padding: 16px;
    }

    .n3-daily-section-head {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .n3-daily-section-head h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .n3-daily-cart-summary {
        width: 100%;
        min-width: 0;
    }

    .n3-daily-table-wrap {
        overflow: visible;
    }

    .n3-daily-table {
        display: block;
        min-width: 0;
        width: 100%;
        background: transparent;
    }

    .n3-daily-table thead {
        display: none;
    }

    .n3-daily-table tbody {
        display: grid;
        gap: 12px;
    }

    .n3-daily-table tr {
        display: grid;
        height: auto;
        border: 1px solid #d9e0e8;
        border-radius: 10px;
        background: #fff;
        padding: 12px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
    }

    .n3-daily-table tr.n3-daily-in-cart {
        border-color: #b7c5ff;
        background: #f7fbff;
    }

    .n3-daily-table tr.n3-daily-in-cart td:first-child {
        box-shadow: none;
    }

    .n3-daily-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        height: auto;
        border: 0;
        padding: 7px 0;
        font-size: 13px;
    }

    .n3-daily-table td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #67707d;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .n3-daily-products-table tr {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 12px;
    }

    .n3-daily-products-table td:nth-child(1) {
        grid-row: span 2;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
    }

    .n3-daily-products-table td:nth-child(1)::before,
    .n3-daily-products-table td:nth-child(2)::before {
        display: none;
    }

    .n3-daily-products-table td:nth-child(2) {
        display: block;
        padding: 0;
    }

    .n3-daily-products-table td:nth-child(n+3) {
        grid-column: 1 / -1;
    }

    .n3-daily-thumb img {
        width: 66px;
        height: 66px;
    }

    .n3-daily-product-link strong {
        display: block;
        font-size: 14px;
        line-height: 1.35;
    }

    .n3-daily-cart-note {
        margin: 8px 0 0;
    }

    .n3-daily-qty-cell {
        width: auto;
    }

    .n3-daily-qty-cell input {
        max-width: 112px;
        text-align: center;
    }

    .n3-daily-row-actions {
        display: grid;
        grid-template-columns: 1fr 76px;
        min-width: 0;
        width: 100%;
    }

    .n3-daily-row-actions button + button {
        margin-left: 0;
    }

    .n3-daily-row-actions::before {
        grid-column: 1 / -1;
    }

    .n3-daily-row-order,
    .n3-daily-row-cancel {
        width: 100%;
    }

    .n3-daily-row-actions .n3-daily-row-order:only-child {
        grid-column: 1 / -1;
    }

    .n3-daily-actions {
        justify-content: stretch;
        text-align: stretch;
    }

    .n3-daily-cart-button,
    .n3-daily-checkout-button {
        width: 100%;
    }

    .n3-daily-purchase-order {
        width: min(100% - 20px, 1040px);
        padding: 16px;
    }

    .n3-daily-purchase-order-head h2 {
        font-size: 23px;
    }

    .n3-daily-purchase-order-actions {
        justify-content: stretch;
    }

    .n3-daily-checkout-order-actions {
        justify-content: stretch;
    }

    .n3-daily-purchase-order-button {
        width: 100%;
    }

    .n3-daily-purchase-order-signatures {
        grid-template-columns: 1fr;
    }

    .n3-daily-orders-table tr {
        grid-template-columns: 1fr;
    }

    .n3-daily-order-action-cell {
        width: auto;
        text-align: right;
    }

    .n3-daily-order-modal {
        padding: 12px;
        align-items: end;
    }

    .n3-daily-order-modal-dialog {
        max-height: calc(100vh - 24px);
    }

    .n3-daily-order-detail-head {
        padding: 14px 54px 12px 14px;
    }

    .n3-daily-order-detail-meta {
        display: grid;
        padding: 10px 14px;
    }

    .n3-daily-chart {
        height: 230px;
        min-height: 230px;
        padding: 12px;
    }
}
