#trademarks .license-applications-heading {
    align-items: flex-start;
}

#trademarks .license-applications-heading .button {
    flex: 0 0 auto;
}

#trademarks .license-application-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

#trademarks .license-application-metrics article {
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

#trademarks .license-application-metrics span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#trademarks .license-application-metrics strong {
    display: block;
    color: #0f172a;
    font-size: 27px;
    line-height: 1.15;
}

#trademarks .license-application-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    margin-bottom: 6px;
    scrollbar-width: thin;
}

#trademarks .license-application-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
}

#trademarks .license-application-tab strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
}

#trademarks .license-application-tab.is-active {
    border-color: #0f4c81;
    background: #071a35;
    color: #fff;
}

#trademarks .license-application-tab.is-active strong {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

#trademarks .responsive-table td small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}

#trademarks .license-action-required {
    color: #b45309 !important;
    font-weight: 800;
}

#trademarks .license-applications-empty {
    padding: 32px 18px;
    text-align: center;
}

#trademarks .license-applications-empty h3 {
    margin: 0 0 6px;
    color: #0f172a;
}

#trademarks .license-applications-empty p {
    margin: 0 0 18px;
    color: #64748b;
}

#trademarks .license-application-form {
    display: grid;
    gap: 18px;
}

#trademarks .license-form-section {
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}

#trademarks .license-form-section:last-of-type {
    border-bottom: 0;
}

#trademarks .license-form-section > div:first-child {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

#trademarks .license-form-section > div:first-child > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #071a35;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
}

#trademarks .license-form-section h2 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 17px;
}

#trademarks .license-form-section p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

#trademarks .license-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

#trademarks .license-form-grid label,
#trademarks .license-upload-form label {
    display: grid;
    gap: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 750;
}

#trademarks .license-form-grid input,
#trademarks .license-form-grid select,
#trademarks .license-form-grid textarea,
#trademarks .license-upload-form input,
#trademarks .license-upload-form textarea {
    width: 100%;
    min-height: 43px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-weight: 500;
}

#trademarks .license-form-grid textarea,
#trademarks .license-upload-form textarea {
    min-height: 92px;
    resize: vertical;
}

#trademarks .license-form-grid input:focus,
#trademarks .license-form-grid select:focus,
#trademarks .license-form-grid textarea:focus,
#trademarks .license-upload-form input:focus,
#trademarks .license-upload-form textarea:focus {
    border-color: #0f4c81;
    outline: 3px solid rgba(15, 76, 129, .1);
}

#trademarks .license-field-wide {
    grid-column: 1 / -1;
}

#trademarks .license-form-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

#trademarks .license-form-actions span,
#trademarks .license-upload-form > span {
    color: #64748b;
    font-size: 13px;
}

#trademarks .license-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
    gap: 18px;
    align-items: start;
}

#trademarks .license-detail-grid > div {
    display: grid;
    gap: 18px;
}

#trademarks .license-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 0;
}

#trademarks .license-detail-list > div {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #f8fafc;
}

#trademarks .license-detail-list dt {
    margin-bottom: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#trademarks .license-detail-list dd {
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

#trademarks .license-client-note {
    margin-top: 15px;
    padding: 14px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
}

#trademarks .license-client-note strong {
    color: #1e3a8a;
}

#trademarks .license-client-note p {
    margin: 7px 0 0;
    color: #334155;
    line-height: 1.65;
}

#trademarks .license-myaccount-timeline {
    display: grid;
    gap: 0;
    margin-top: 10px;
}

#trademarks .license-myaccount-timeline > div {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    position: relative;
    padding-bottom: 17px;
}

#trademarks .license-myaccount-timeline > div::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: -2px;
    left: 5px;
    width: 2px;
    background: #dbeafe;
}

#trademarks .license-myaccount-timeline > div:last-child::before {
    display: none;
}

#trademarks .license-myaccount-timeline > div > span {
    position: relative;
    z-index: 1;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #0f4c81;
    box-shadow: 0 0 0 1px #93c5fd;
}

#trademarks .license-myaccount-timeline section {
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

#trademarks .license-myaccount-timeline strong {
    display: block;
    color: #0f172a;
}

#trademarks .license-myaccount-timeline small {
    display: block;
    margin-top: 2px;
    color: #64748b;
}

#trademarks .license-myaccount-timeline p {
    margin: 8px 0 0;
    color: #475569;
    line-height: 1.6;
}

#trademarks .license-upload-form {
    display: grid;
    gap: 12px;
}

#trademarks .license-document-list {
    display: grid;
    gap: 10px;
}

#trademarks .license-document-list > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #f8fafc;
}

#trademarks .license-document-list strong,
#trademarks .license-document-list small {
    display: block;
}

#trademarks .license-document-list small {
    margin-top: 3px;
    color: #64748b;
}

#trademarks .license-document-list p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 12px;
}

@media (max-width: 1050px) {
    #trademarks .license-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    #trademarks .license-applications-heading {
        display: block;
    }

    #trademarks .license-applications-heading .button {
        margin-top: 12px;
    }

    #trademarks .license-application-metrics,
    #trademarks .license-form-grid,
    #trademarks .license-detail-list {
        grid-template-columns: 1fr;
    }

    #trademarks .license-field-wide {
        grid-column: auto;
    }

    #trademarks .license-document-list > div {
        display: grid;
    }
}

/* BRITIXO_MYACCOUNT_LICENSE_APPLICATIONS_ADAPTIVE_V2_START */
#trademarks .license-questionnaire-section [hidden],
#trademarks [data-license-custom-category-wrap][hidden],
#trademarks [data-la-property-wrap][hidden] {
    display: none !important;
}

#trademarks .license-questionnaire-shell {
    display: grid;
    gap: 14px;
}

#trademarks .license-questionnaire-progress {
    padding: 14px 16px;
    border: 1px solid #dbe7f3;
    border-radius: 14px;
    background: #f8fbff;
}

#trademarks .license-questionnaire-progress > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}

#trademarks .license-questionnaire-progress span,
#trademarks .license-questionnaire-progress strong {
    font-size: 12px;
}

#trademarks .license-questionnaire-progress > div:first-child > span {
    color: #64748b;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .04em;
}

#trademarks .license-questionnaire-progress > div:first-child > strong {
    color: #0f172a;
}

#trademarks .license-questionnaire-progress-track,
#trademarks .license-progress-track {
    width: 100%;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

#trademarks .license-questionnaire-progress-track > span,
#trademarks .license-progress-track > span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #0f4c81;
    transition: width .16s ease;
}

#trademarks .license-questionnaire-group {
    padding: 18px;
    border: 1px solid #dbe7f3;
    border-radius: 16px;
    background: #fbfdff;
}

#trademarks .license-questionnaire-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

#trademarks .license-questionnaire-heading h4 {
    margin: 3px 0 5px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -.02em;
}

#trademarks .license-questionnaire-heading p {
    max-width: 820px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

#trademarks .license-questionnaire-heading .license-eyebrow {
    display: block;
    color: #0f4c81;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

#trademarks .license-questionnaire-heading .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #fff;
    color: #0f4c81;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

#trademarks .license-questionnaire-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

#trademarks .license-question-field {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

#trademarks .license-question-field-wide {
    grid-column: 1 / -1;
}

#trademarks .license-question-field label {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 780;
    line-height: 1.4;
}

#trademarks .license-required {
    color: #b42318;
}

#trademarks .license-question-field input,
#trademarks .license-question-field select,
#trademarks .license-question-field textarea {
    width: 100%;
    min-height: 43px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 13px;
}

#trademarks .license-question-field select[multiple] {
    min-height: 128px;
}

#trademarks .license-question-field textarea {
    min-height: 100px;
    resize: vertical;
}

#trademarks .license-question-field input:focus,
#trademarks .license-question-field select:focus,
#trademarks .license-question-field textarea:focus {
    border-color: #0f4c81;
    outline: 3px solid rgba(15, 76, 129, .1);
}

#trademarks .license-question-help,
#trademarks .license-question-field .help-block {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

#trademarks .license-question-error,
#trademarks .license-question-field .text-danger {
    margin: 7px 0 0;
    color: #b42318;
    font-size: 12px;
    font-weight: 700;
}

#trademarks .license-field-error,
#trademarks .license-question-field.has-error {
    border-color: #f7b4ad;
    background: #fffafa;
}

#trademarks .license-questionnaire-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 11px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    line-height: 1.55;
}

#trademarks .license-intake-description {
    margin: -2px 0 14px;
    color: #64748b;
    line-height: 1.6;
}

#trademarks .license-questionnaire-answers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

#trademarks .license-questionnaire-answers > div {
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #f8fafc;
}

#trademarks .license-questionnaire-answers dt {
    margin: 0 0 5px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

#trademarks .license-questionnaire-answers dd {
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
}

@media (max-width: 760px) {
    #trademarks .license-questionnaire-heading {
        display: block;
    }

    #trademarks .license-questionnaire-heading .btn {
        margin-top: 12px;
    }

    #trademarks .license-questionnaire-grid,
    #trademarks .license-questionnaire-answers {
        grid-template-columns: 1fr;
    }

    #trademarks .license-question-field-wide {
        grid-column: auto;
    }
}
/* BRITIXO_MYACCOUNT_LICENSE_APPLICATIONS_ADAPTIVE_V2_END */

/* BRITIXO_MYACCOUNT_LICENSE_APPLICATIONS_ADAPTIVE_V2_RUNTIME */
#trademarks .license-runtime-error {
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
    padding: 13px 15px;
    border: 1px solid #fecaca;
    border-radius: 12px;
    background: #fff7f7;
    color: #991b1b;
}
#trademarks .license-runtime-error strong { font-size: 13px; }
#trademarks .license-runtime-error span { font-size: 12px; line-height: 1.5; }
/* BRITIXO_MYACCOUNT_LICENSE_APPLICATIONS_V3_POLISH_AUTOSAVE */
#trademarks [hidden]{display:none!important}
#trademarks .license-applications-portal{max-width:1480px;margin:0 auto}
#trademarks .license-create-heading{align-items:flex-start;gap:24px;margin-bottom:16px}
#trademarks .license-create-heading>div:first-child{max-width:860px}
#trademarks .license-create-heading h1{letter-spacing:-.025em}
#trademarks .license-create-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
#trademarks .license-autosave-state{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:8px 12px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.04);color:#475569}
#trademarks .license-autosave-state .license-autosave-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#eef2f7;color:#64748b;font-size:13px;font-weight:900;transition:all .18s ease}
#trademarks .license-autosave-state>span:last-child{display:grid;gap:1px;line-height:1.2}
#trademarks .license-autosave-state strong{font-size:12px;color:#334155}
#trademarks .license-autosave-state small{font-size:11px;color:#64748b;font-weight:600}
#trademarks .license-autosave-state.is-saving{border-color:#bfdbfe;background:#f8fbff}
#trademarks .license-autosave-state.is-saving .license-autosave-icon{background:#dbeafe;color:#1d4ed8;animation:licenseAutosavePulse 1s ease-in-out infinite}
#trademarks .license-autosave-state.is-saved{border-color:#bbf7d0;background:#f0fdf4}
#trademarks .license-autosave-state.is-saved .license-autosave-icon{background:#16a34a;color:#fff}
#trademarks .license-autosave-state.is-saved strong{color:#166534}
#trademarks .license-autosave-state.is-error{border-color:#fed7aa;background:#fff7ed}
#trademarks .license-autosave-state.is-error .license-autosave-icon{background:#f59e0b;color:#fff}
#trademarks .license-autosave-banner{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding:12px 14px;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(135deg,#f8fbff,#f0f7ff);color:#334155;box-shadow:0 6px 18px rgba(15,23,42,.035)}
#trademarks .license-autosave-banner>span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#0f4c81;color:#fff;font-weight:900}
#trademarks .license-autosave-banner p{margin:0;line-height:1.45;font-size:12px;flex:1}
#trademarks .license-autosave-banner strong{color:#0f172a}
#trademarks .license-clear-draft{appearance:none;border:0;background:transparent;color:#475569;font:inherit;font-size:12px;font-weight:800;padding:6px 8px;cursor:pointer;border-radius:8px}
#trademarks .license-clear-draft:hover{background:#fff;color:#0f172a}
#trademarks .license-create-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important}
#trademarks .license-application-form{gap:16px}
#trademarks .license-application-form>.license-form-section{position:relative;margin:0;padding:22px 24px;border:1px solid #e2e8f0!important;border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.045)}
#trademarks .license-application-form>.license-form-section:hover{border-color:#d7e1ec!important;box-shadow:0 12px 30px rgba(15,23,42,.055)}
#trademarks .license-form-section>div:first-child{align-items:flex-start;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #eef2f7}
#trademarks .license-form-section>div:first-child>span{width:32px;height:32px;flex-basis:32px;background:linear-gradient(135deg,#071a35,#0f4c81);box-shadow:0 6px 14px rgba(7,26,53,.16)}
#trademarks .license-form-section h2{font-size:16px;letter-spacing:-.01em}
#trademarks .license-form-section p{line-height:1.5}
#trademarks .license-form-grid{gap:15px 18px}
#trademarks .license-form-grid label,#trademarks .license-upload-form label,#trademarks .license-question-field{position:relative}
#trademarks .license-form-grid label,#trademarks .license-question-field>label{color:#26364a;font-size:12px;font-weight:800;letter-spacing:-.005em}
#trademarks .license-form-grid input,#trademarks .license-form-grid select,#trademarks .license-form-grid textarea,#trademarks .license-question-field input,#trademarks .license-question-field select,#trademarks .license-question-field textarea{border-color:#d8e1eb;background:#fbfdff;box-shadow:inset 0 1px 2px rgba(15,23,42,.02);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
#trademarks .license-form-grid input:hover,#trademarks .license-form-grid select:hover,#trademarks .license-form-grid textarea:hover,#trademarks .license-question-field input:hover,#trademarks .license-question-field select:hover,#trademarks .license-question-field textarea:hover{border-color:#b9c7d8;background:#fff}
#trademarks .license-form-grid input:focus,#trademarks .license-form-grid select:focus,#trademarks .license-form-grid textarea:focus,#trademarks .license-question-field input:focus,#trademarks .license-question-field select:focus,#trademarks .license-question-field textarea:focus{border-color:#3b82f6;background:#fff;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.11)}
#trademarks .license-form-grid label.is-live-saved:after,#trademarks .license-question-field.is-live-saved:after{content:"✓";position:absolute;top:-1px;right:1px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#16a34a;color:#fff;font-size:10px;font-weight:900;box-shadow:0 0 0 3px #fff}
#trademarks .license-form-grid label.is-live-saved input,#trademarks .license-form-grid label.is-live-saved select,#trademarks .license-form-grid label.is-live-saved textarea,#trademarks .license-question-field.is-live-saved input,#trademarks .license-question-field.is-live-saved select,#trademarks .license-question-field.is-live-saved textarea{border-color:#bbf7d0;background:#fbfffc}
#trademarks .license-form-grid label.is-live-dirty input,#trademarks .license-form-grid label.is-live-dirty select,#trademarks .license-form-grid label.is-live-dirty textarea,#trademarks .license-question-field.is-live-dirty input,#trademarks .license-question-field.is-live-dirty select,#trademarks .license-question-field.is-live-dirty textarea{border-color:#bfdbfe;background:#fbfdff}
#trademarks .license-questionnaire-section [data-la-questionnaire-mount]>.portal-empty{margin:0;padding:28px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;text-align:center;color:#64748b}
#trademarks .license-questionnaire-shell{margin-top:2px}
#trademarks .license-questionnaire-heading{border-radius:14px;background:linear-gradient(135deg,#f8fbff,#f5f9ff);border:1px solid #dbeafe;padding:16px 18px;margin-bottom:16px}
#trademarks .license-questionnaire-heading h4{margin:2px 0 5px;color:#0f172a;font-size:17px;letter-spacing:-.015em}
#trademarks .license-questionnaire-heading p{margin:0;color:#64748b}
#trademarks .license-questionnaire-grid{gap:15px 18px}
#trademarks .license-questionnaire-progress{margin-bottom:16px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}
#trademarks .license-questionnaire-progress-track{height:7px;background:#e2e8f0;border-radius:99px;overflow:hidden}
#trademarks .license-questionnaire-progress-track span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#16a34a);border-radius:99px}
#trademarks .license-questionnaire-disclaimer{border-radius:12px;background:#f8fafc;border-color:#e2e8f0}
#trademarks .license-form-actions{position:sticky;bottom:14px;z-index:8;margin-top:2px;padding:12px;border:1px solid #dbe3ee;border-radius:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);box-shadow:0 12px 32px rgba(15,23,42,.12)}
#trademarks .license-form-actions .button--primary{min-width:170px}
#trademarks .license-form-actions [data-la-form-message]{margin-left:auto;font-size:12px;font-weight:700;color:#64748b}
@keyframes licenseAutosavePulse{0%,100%{transform:scale(1);opacity:.75}50%{transform:scale(1.08);opacity:1}}
@media(max-width:900px){#trademarks .license-create-heading{display:block}#trademarks .license-create-actions{justify-content:flex-start;margin-top:12px}#trademarks .license-application-form>.license-form-section{padding:18px}#trademarks .license-form-actions{position:static}#trademarks .license-form-actions [data-la-form-message]{width:100%;margin-left:0}}
@media(max-width:620px){#trademarks .license-create-actions{display:grid;grid-template-columns:1fr}#trademarks .license-autosave-state{width:100%}#trademarks .license-autosave-banner{align-items:flex-start;flex-wrap:wrap}#trademarks .license-clear-draft{margin-left:38px}#trademarks .license-application-form>.license-form-section{padding:16px 14px;border-radius:14px}#trademarks .license-form-actions{display:grid;grid-template-columns:1fr}#trademarks .license-form-actions .button{width:100%}}
