body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f8fafc;
    margin: 0;
    padding: 30px;
    color: #1e293b;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.08);
    padding: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner p {
    margin: 0;
    flex: 1 1 320px;
    font-size: 14px;
    color: #1e293b;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cookie-banner-actions button {
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-cookie-accept {
    background: #2563eb;
    color: #fff;
}

.btn-cookie-accept:hover {
    background: #1d4ed8;
}

.btn-cookie-reject,
.btn-cookie-settings {
    background: #fff;
    color: #1e293b;
    border-color: #cbd5e1;
}

.btn-cookie-reject:hover,
.btn-cookie-settings:hover {
    background: #f1f5f9;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.top-bar-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.help-button {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background: #475569;
    font-size: 17px;
    line-height: 1;
}

.help-button:hover {
    background: #334155;
}

.help-button:focus-visible,
.modal-close:focus-visible,
.help-email:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
}

.credits-badge {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}

.credits-badge.is-loading {
    visibility: hidden;
}

.credits-badge.is-pro {
    background: #dcfce7;
    color: #15803d;
    border-color: #86efac;
}

.credits-badge.is-low {
    background: #fff7ed;
    color: #c2410c;
    border-color: #fdba74;
}

.credits-badge.is-empty {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.sku-type-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 1px 16px 1px 5px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path fill='%2364748b' d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 8px 5px;
}

.sku-type-badge.sku-type-sku {
    color: #15803d;
    background-color: #dcfce7;
    border-color: #86efac;
}

.sku-type-badge.sku-type-asin {
    color: #1d4ed8;
    background-color: #dbeafe;
    border-color: #bfdbfe;
}

.sku-type-badge.sku-type-fnsku {
    color: #c2410c;
    background-color: #ffedd5;
    border-color: #fdba74;
}

.sku-type-badge.sku-type-model {
    color: #475569;
    background-color: #f1f5f9;
    border-color: #e2e8f0;
}

.user-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.user-email {
    color: #64748b;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logout-link {
    color: #94a3b8;
    text-decoration: none;
}

.logout-link:hover {
    color: #2563eb;
}

.user-settings-button {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: #64748b;
    font-size: 16px;
    line-height: 1;
}

.user-settings-button:hover,
.user-settings-button:focus-visible {
    background: #f1f5f9;
    color: #2563eb;
}

.btn-login {
    padding: 7px 14px;
    font-size: 13px;
}

.btn-google {
    background: #fff;
    color: #1e293b;
    border: 1px solid #cbd5e1;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    width: 100%;
}

.btn-google:hover {
    background: #f8fafc;
}

.btn-google:disabled {
    cursor: wait;
    opacity: 0.7;
}

.turnstile-container {
    min-height: 1px;
    margin-bottom: 12px;
    width: 100%;
}

.language-select {
    padding: 7px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    font-weight: 600;
    cursor: pointer;
}

h1 {
    margin-top: 0;
    color: #0f172a;
    font-size: 26px;
    font-weight: 700;
}

p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

textarea {
    width: 100%;
    height: 160px;
    padding: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: monospace;
    font-size: 13px;
    box-sizing: border-box;
    margin-bottom: 18px;
    outline: none;
    transition: border 0.2s;
}

textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.char-counter {
    text-align: right;
    font-size: 12px;
    color: #64748b;
    margin: -12px 0 12px;
}

.char-counter.is-limit {
    color: #dc2626;
    font-weight: 600;
}

.swal2-icon.ai-loader-icon {
    border: 0;
}

.swal2-icon.ai-loader-icon .swal2-icon-content {
    font-size: 56px;
}

button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.25s ease;
}

button:hover {
    background: #1d4ed8;
}

button:disabled {
    background: #94a3b8;
    cursor: not-allowed;
}

#results {
    margin-top: 30px;
    display: none;
}

#results.is-visible {
    display: block;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.results-header h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
}

.document-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #1d4ed8;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 6px;
    outline: none;
    border: 1px dashed transparent;
}

.document-title:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.document-title:focus {
    background: #eff6ff;
    border: 1px solid #3b82f6;
    box-shadow: 0 0 0 2px #bfdbfe;
}

.actions {
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-amazon {
    background: #ff9900;
    color: #111;
    font-weight: 700;
}

.btn-amazon:hover {
    background: #e68a00;
}

.btn-full {
    background: #10b981;
}

.btn-full:hover {
    background: #059669;
}

.btn-success-state {
    background: #16a34a !important;
    color: #ffffff !important;
    transform: scale(1.02);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
    background: #fff;
}

th {
    background: #f1f5f9;
    color: #334155;
    font-weight: 600;
    text-align: left;
    padding: 12px;
    border: 1px solid #e2e8f0;
}

td {
    padding: 12px;
    border: 1px solid #e2e8f0;
    color: #334155;
}

tr:nth-child(even) {
    background-color: #f8fafc;
}

.editable-cell {
    display: inline-block;
    min-width: 30px;
    border-radius: 4px;
    padding: 2px 4px;
    outline: none;
    border: 1px dashed transparent;
}

.editable-cell:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.editable-cell:focus {
    background: #eff6ff;
    border: 1px solid #3b82f6;
    box-shadow: 0 0 0 2px #bfdbfe;
}

.currency-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 1px 5px;
}

select.currency-badge {
    padding: 1px 16px 1px 5px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path fill='%2364748b' d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 8px 5px;
}

.actions-cell {
    text-align: center;
    white-space: nowrap;
}

.btn-delete-row {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 4px 6px;
    border-radius: 4px;
    line-height: 1;
}

.btn-delete-row:hover {
    background: #fee2e2;
}

.btn-add-row {
    margin-top: 12px;
    background: #f1f5f9;
    color: #334155;
    border: 1px dashed #94a3b8;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.btn-add-row:hover {
    background: #e2e8f0;
}

.fba-options-collapsible {
    margin-top: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 13px;
}

.fba-options-summary {
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.fba-options-summary:hover {
    color: #2563eb;
}

.fba-options-content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fba-options-content label {
    color: #475569;
}

.fba-options-content select {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #cbd5e1;
    margin-left: 5px;
    background: #fff;
}

.info-box {
    margin-top: 12px;
    font-size: 12px;
    color: #64748b;
    background: #fffbe3;
    border-left: 3px solid #ff9900;
    padding: 10px;
    border-radius: 4px;
    line-height: 1.5;
}

.input-privacy {
    font-size: 11px;
    color: #94a3b8;
    margin-top: -10px;
    margin-bottom: 15px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(4px);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.modal-overlay.is-visible {
    display: flex;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    position: relative;
    box-sizing: border-box;
}

.help-modal-content {
    position: relative;
    box-sizing: border-box;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
}

.modal-close:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.help-email {
    display: inline-block;
    margin: -12px 0 8px;
    color: #2563eb;
    font-weight: 700;
}

.help-modal-content #help-modal-subject {
    margin-bottom: 0;
}

.parse-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-new-text {
    background: #fff;
    color: #334155;
    border: 1px solid #94a3b8;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
}

.btn-new-text:hover {
    background: #f1f5f9;
}

textarea[readonly] {
    background: #f8fafc;
    cursor: default;
}

.examples-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.examples-link:hover {
    text-decoration: underline;
}

.examples-modal-content {
    max-width: 560px;
    text-align: left;
}

.demo-modal-content {
    max-width: 960px;
    text-align: left;
}

.demo-modal-content .sl-embed {
    position: relative;
    padding-bottom: calc(47.27% + 25px);
    width: 100%;
    height: 0;
}

.demo-modal-content .sl-demo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(63, 95, 172, 0.35);
    box-shadow: 0 0 18px rgba(26, 19, 72, 0.15);
    border-radius: 10px;
    box-sizing: border-box;
}

.examples-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 360px;
    overflow-y: auto;
}

.example-item {
    display: block;
    width: 100%;
    background: #f8fafc;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.example-item:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.modal-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.modal-content h2 {
    margin: 10px 0;
    color: #0f172a;
    font-size: 22px;
}

.modal-content p {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 25px;
}

.consent-modal-content,
.preferences-modal-content {
    max-width: 560px;
    text-align: left;
}

.consent-modal-content form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.consent-row,
.preference-toggle-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
    cursor: pointer;
}

.consent-row:hover,
.preference-toggle-row:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.consent-row input,
.preference-toggle-row input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #2563eb;
}

.consent-row:focus-within,
.preference-toggle-row:focus-within {
    outline: 3px solid rgba(37, 99, 235, 0.22);
    outline-offset: 2px;
}

.consent-row.is-invalid {
    border-color: #dc2626;
    background: #fef2f2;
}

.consent-row-optional {
    border-style: dashed;
}

.consent-row[hidden] {
    display: none;
}

.consent-required {
    color: #b91c1c;
    font-size: 12px;
    font-weight: 700;
}

.consent-row a {
    color: #1d4ed8;
    font-weight: 700;
}

.consent-error,
.preference-status {
    min-height: 20px;
    margin: 0 !important;
    font-size: 13px !important;
}

.consent-error {
    color: #b91c1c !important;
}

.preference-status.is-error {
    color: #b91c1c !important;
}

.preference-status.is-success {
    color: #15803d !important;
}

.btn-consent {
    width: 100%;
    min-height: 46px;
    margin-top: 2px;
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.btn-consent:hover {
    background: #1d4ed8;
}

.btn-consent:disabled {
    cursor: wait;
    opacity: 0.7;
}

.preferences-modal-content .preference-toggle-row {
    margin-bottom: 12px;
}

.btn-pay {
    background: #16a34a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s;
}

.btn-pay:hover {
    background: #15803d;
}

.credits-area {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.btn-topup {
    background: #16a34a;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}

.btn-topup:hover {
    background: #15803d;
}

.paywall-modal-content {
    max-width: 560px;
}

.pricing-packs {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.pricing-pack {
    flex: 1 1 200px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px 16px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-pack[hidden] {
    display: none;
}

.pricing-pack h3 {
    margin: 0;
    font-size: 16px;
    color: #0f172a;
}

/* ---------- Landing (Tool First, SEO Below) ---------- */

.trust-badge {
    font-size: 13px;
    font-weight: 600;
    color: #15803d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 14px;
    margin: 0 0 18px;
}

.landing {
    max-width: 900px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.landing-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px 35px;
}

.landing-section h2 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #0f172a;
}

.benefit-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.benefit-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px;
    background: #f8fafc;
}

.benefit-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #1d4ed8;
}

.benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.step {
    text-align: center;
    padding: 10px 6px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.step h3 {
    margin: 0 0 6px;
    font-size: 15px;
    color: #0f172a;
}

.step p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 18px;
    background: #f8fafc;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
}

.faq-item summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
}

.faq-item[open] {
    background: #ffffff;
}

.faq-item p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

@media (max-width: 700px) {
    .benefit-cards {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .landing-section {
        padding: 22px 18px;
    }
}

.pricing-pack-featured {
    border-color: #16a34a;
    box-shadow: 0 0 0 1px #16a34a;
}

.pricing-pack-tag {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #16a34a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 10px;
    white-space: nowrap;
}

.pricing-pack-credits {
    font-size: 17px;
    font-weight: 700;
    color: #1d4ed8;
}

.pricing-pack-price {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
}

.pricing-pack .btn-pay {
    margin-top: auto;
    padding: 10px 16px;
    font-size: 14px;
}

/* Landing pricing box: same layout, lower visual weight than the paywall modal */
.pricing-packs-landing .pricing-pack {
    background: #f8fafc;
}

.pricing-packs-landing .pricing-pack-featured {
    border-color: #cbd5e1;
    box-shadow: none;
}

.pricing-packs-landing .pricing-pack-tag {
    background: #64748b;
}

.pricing-packs-landing .pricing-pack-credits {
    font-size: 15px;
    font-weight: 600;
    color: #475569;
}

.pricing-packs-landing .pricing-pack-price {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.paywall-hook {
    font-size: 13px;
    font-style: italic;
    color: #475569;
    margin: 0 0 16px;
}

.paywall-note {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 0;
}

.paywall-vat-note {
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 8px 10px;
    margin: 10px 0 0;
}

.site-footer {
    margin-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 11px;
    color: #94a3b8;
    font-family: system-ui, sans-serif;
}

.footer-tagline {
    margin-bottom: 6px;
    color: inherit;
    font-size: inherit;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 8px;
}

.footer-disclaimer {
    margin-top: 6px;
    color: inherit;
    font-size: 10px;
    opacity: 0.8;
}

.footer-ecosystem {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.footer-ecosystem-title {
    margin: 0 0 6px;
    color: #cbd5e1;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-ecosystem-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.6;
}

.footer-ecosystem-link {
    color: #94a3b8;
    text-decoration: underline;
}

.footer-ecosystem-current {
    color: #94a3b8;
    font-weight: 600;
}

.swal2-popup {
    box-sizing: border-box !important;
    width: min(32em, calc(100vw - 2rem)) !important;
}

@media (max-width: 480px) {
    .swal2-popup {
        padding: 0 0 1em !important;
    }

    .swal2-title {
        font-size: 1.4em !important;
    }

    .swal2-html-container {
        font-size: 0.95em !important;
    }

    .swal2-actions {
        width: 100% !important;
        padding: 0 1em !important;
    }

    .swal2-confirm,
    .swal2-cancel {
        flex: 1 1 auto !important;
    }
}

