.tm-apply {
    background: #ffffff;
    color: #122744;
    font-family: "Montserrat", sans-serif;
}

.tm-apply__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.tm-apply__section {
    padding: 64px 0;
}

.tm-apply__section--soft {
    background: #f4f6ff;
}

.tm-apply__hero {
    padding: 34px 0 56px;
}

.tm-apply__crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #7a8aa3;
    font-size: 12px;
    font-weight: 600;
}

.tm-apply__crumbs a {
    color: #4e5f79;
    text-decoration: none;
}

.tm-apply__crumbs strong {
    color: #122744;
}

.tm-apply__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 44px;
    align-items: center;
    margin-top: 18px;
}

.tm-apply__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00b894;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
}

.tm-apply__eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #ff7a00;
}

.tm-apply__hero-copy h1,
.tm-apply__section-head h2 {
    margin: 14px 0 0;
    color: #1f275f;
    font-size: clamp(2rem, 3.8vw, 2.95rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.tm-apply__hero-copy p,
.tm-apply__section-head p {
    margin: 14px 0 0;
    max-width: 58ch;
    color: #4e5f79;
    font-size: 15px;
    line-height: 1.7;
}

.tm-apply__hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.tm-apply__hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6a7891;
    font-size: 12.5px;
    font-weight: 600;
}

.tm-apply__hero-tags span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b894;
    box-shadow: 0 0 0 5px rgba(0, 184, 148, 0.13);
}

.tm-apply__hero-media img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(26, 41, 83, 0.12);
}

.tm-apply__section-head--compact {
    margin-bottom: 10px;
}

.tm-apply__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.tm-apply__step,
.tm-apply__sidebar-card,
.tm-apply__form-shell,
.tm-apply__mini-card,
.tm-apply__doc {
    background: #fff;
    border: 1px solid #dbe3f1;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(26, 41, 83, 0.06);
}

.tm-apply__step {
    padding: 18px;
}

.tm-apply__step-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tm-apply__step-index {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #3723a8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.tm-apply__step strong {
    color: #122744;
    font-size: 14.5px;
    font-weight: 700;
}

.tm-apply__step p {
    margin: 10px 0 0;
    color: #4e5f79;
    font-size: 12.5px;
    line-height: 1.6;
}

.tm-apply__workspace {
    display: grid;
    grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.tm-apply__sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 96px;
}

.tm-apply__sidebar-card {
    padding: 18px 20px;
}

.tm-apply__sidebar-card--success {
    background: #e9f7f1;
    border-color: #bfe3d6;
}

.tm-apply__sidebar-card--warning {
    background: #fff4e5;
    border-color: #ffd9a8;
}

.tm-apply__sidebar-title {
    color: #122744;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.tm-apply__sidebar-card p {
    margin: 10px 0 0;
    color: #4e5f79;
    font-size: 12.5px;
    line-height: 1.65;
}

.tm-apply__sidebar-card .tm-button {
    margin-top: 14px;
}

.tm-apply__form-shell {
    padding: 22px;
}

.tm-apply__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tm-apply__block {
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8edf7;
}

.tm-apply__form > section.tm-apply__block {
    padding: 0 0 18px !important;
}

.tm-apply__block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tm-apply__form > section.tm-apply__block:last-child {
    padding-bottom: 0 !important;
}

.tm-apply__block h3 {
    margin: 0;
    color: #1f275f;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
}

.tm-apply__block > p,
.tm-apply__consent p {
    margin: 6px 0 0;
    color: #6a7891;
    font-size: 12.5px;
    line-height: 1.6;
}

.tm-apply__grid {
    display: grid;
    gap: 12px;
    margin-top: 15px;
}

.tm-apply__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tm-apply__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-apply__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-apply__field--wide {
    grid-column: span 2;
}

.tm-apply__field .select2-selection--multiple{
    box-shadow: none !important;
    padding: 0 !important;
}
.tm-apply__field .select2-selection--multiple .select2-selection__rendered{
    box-shadow: none !important;
    border: none !important;
    min-height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}
.tm-apply__field .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    order: 3;
    margin-left: auto;
    font-size: 21px !important;
}

.select2-results__option {
    font-size: 13px;
    font-weight: 600;
    padding: 8px;
}
.tm-apply__field .select2-search__field {
    padding: 0px 8px;
}

.tm-apply__field label {
    display: block;
    margin-bottom: 4px;
    color: #122744;
    font-size: 10.5px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}

.tm-apply__field label span,
.tm-apply__doc-title span {
    color: #ff7a00;
}

.tm-apply__field input,
.tm-apply__field textarea,
.tm-apply__field select,
.tm-apply__field .select2-container--default .select2-selection--single,
.tm-apply__field .select2-container--default .select2-selection--multiple {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8e0f0;
    border-radius: 10px;
    background: #fff;
    color: #122744;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: none;
}

.tm-apply__field input,
.tm-apply__field textarea,
.tm-apply__field select {
    padding: 10px 12px;
}

.tm-apply__field textarea {
    min-height: 84px;
    resize: vertical;
}

.tm-apply__field input:focus,
.tm-apply__field textarea:focus,
.tm-apply__field select:focus {
    border-color: #3723a8;
    box-shadow: 0 0 0 3px rgba(55, 35, 168, 0.08);
}

.tm-apply__password {
    position: relative;
}

.tm-apply__password input {
    padding-right: 56px;
}

.tm-apply__password button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #3723a8;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.tm-apply__field small {
    display: block;
    margin-top: 4px;
    color: #7a8aa3;
    font-size: 11px;
    line-height: 1.5;
}

.tm-apply__error {
    margin: 4px 0 0;
    color: #c62828;
    font-size: 11.5px;
    line-height: 1.5;
    font-weight: 600;
}

.tm-apply__docs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.tm-apply__doc {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* doc card header */
.tm-apply__doc-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tm-apply__doc-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #eeeeff;
    border: 1px solid #ddd8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-apply__doc-icon svg {
    width: 20px;
    height: 20px;
    stroke: #3723a8;
}

.tm-apply__doc-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tm-apply__doc-title {
    color: #122744;
    font-size: 13.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.tm-apply__doc-required {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fff1e8;
    border: 1px solid #ffd4b0;
    color: #c25400;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tm-apply__doc-optional {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f0f4ff;
    border: 1px solid #d7e1fb;
    color: #4a6bbd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tm-apply__doc-hint {
    color: #8a9ab5;
    font-size: 11px;
    font-weight: 500;
}

.tm-apply__doc-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
}

/* ── Document drop zone ──────────────────────────────────────── */
.tm-doc-drop {
    display: block;
    cursor: pointer;
    position: relative;
}

/* hide native input but keep it functional */
.tm-doc-drop__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* the visible drop area */
.tm-doc-drop__zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 100px;
    padding: 16px 12px;
    border: 2px dashed #c8d2e8;
    border-radius: 10px;
    background: #f8f9ff;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tm-doc-drop:hover .tm-doc-drop__zone,
.tm-doc-drop:focus-within .tm-doc-drop__zone {
    border-color: #3723a8;
    background: #eeeeff;
    box-shadow: 0 0 0 3px rgba(55, 35, 168, 0.08);
}

.tm-doc-drop.is-dragover .tm-doc-drop__zone {
    border-color: #3723a8;
    background: #e8e6ff;
    box-shadow: 0 0 0 4px rgba(55, 35, 168, 0.12);
}

.tm-doc-drop.has-file .tm-doc-drop__zone {
    display: none;
}

.tm-doc-drop__upload-icon {
    width: 28px;
    height: 28px;
    stroke: #8a9ab5;
    transition: stroke 0.2s;
}

.tm-doc-drop:hover .tm-doc-drop__upload-icon,
.tm-doc-drop:focus-within .tm-doc-drop__upload-icon {
    stroke: #3723a8;
}

.tm-doc-drop__label {
    color: #4e5f79;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.tm-doc-drop__label strong {
    color: #3723a8;
}

.tm-doc-drop__sub {
    color: #a0aec0;
    font-size: 10.5px;
    font-weight: 600;
}

/* chosen-file state */
.tm-doc-drop__chosen {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 100px;
    padding: 14px 12px;
    border: 2px solid #bfe3d6;
    border-radius: 10px;
    background: #e9f7f1;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
}

.tm-doc-drop__chosen:hover {
    border-color: #3723a8;
    background: #eeeeff;
}

.tm-doc-drop__file-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    stroke: #0a6e57;
}

.tm-doc-drop__chosen:hover .tm-doc-drop__file-icon {
    stroke: #3723a8;
}

.tm-doc-drop__chosen [data-doc-filename] {
    flex: 1;
    color: #122744;
    font-size: 12px;
    font-weight: 700;
    word-break: break-all;
    line-height: 1.4;
    min-width: 0;
}

.tm-doc-drop__reset {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: #c62828;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    transition: background 0.2s, opacity 0.2s;
    line-height: 1;
}

.tm-doc-drop__reset:hover {
    background: rgba(198, 40, 40, 0.1);
}

.tm-doc-drop__reset svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

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

@media (max-width: 760px) {
    .tm-apply__doc-grid {
        grid-template-columns: 1fr;
    }
}

.tm-apply__submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
}

.tm-apply__submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
}

.tm-apply__submit-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: tm-apply-spin 0.7s linear infinite;
}

.tm-apply__submit-button.is-loading {
    opacity: 0.88;
    cursor: wait;
    pointer-events: none;
}

.tm-apply__submit-button.is-loading .tm-apply__submit-spinner {
    display: inline-block;
}

@keyframes tm-apply-spin {
    to {
        transform: rotate(360deg);
    }
}

.tm-apply__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.tm-apply__state-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.tm-apply__state {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #dbe3f1;
    background: #fff;
    color: #122744;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(26, 41, 83, 0.05);
}

.tm-apply__state--neutral {
    background: #f6f8fc;
    color: #5c6d86;
}

.tm-apply__state--warn {
    background: #fff4e5;
    border-color: #ffd9a8;
    color: #8a4a00;
}

.tm-apply__state--info {
    background: #eef3ff;
    border-color: #d7e1fb;
    color: #2f4ab8;
}

.tm-apply__state--success {
    background: #e9f7f1;
    border-color: #bfe3d6;
    color: #0a6e57;
}

.tm-apply__state--danger {
    background: #fff1f1;
    border-color: #f5c9c9;
    color: #b42318;
}

.tm-apply__faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.tm-apply__faq {
    padding: 22px;
    background: #fff;
    border: 1px solid #dbe3f1;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(26, 41, 83, 0.06);
}

.tm-apply__faq h3 {
    margin: 0;
    color: #122744;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.tm-apply__faq p {
    margin: 10px 0 0;
    color: #4e5f79;
    font-size: 13px;
    line-height: 1.7;
}

.tm-apply__mini-card {
    padding: 20px;
}

.tm-apply__mini-card h3 {
    margin: 0;
    color: #122744;
    font-size: 14.5px;
    line-height: 1.35;
    font-weight: 700;
}

.tm-apply__mini-card p {
    margin: 8px 0 0;
    color: #4e5f79;
    font-size: 12.5px;
    line-height: 1.6;
}

.tm-apply .tm-button,
.tm-apply button,
.tm-apply input,
.tm-apply select,
.tm-apply textarea {
    font-family: "Montserrat", sans-serif;
}

.tm-apply__field .select2-container {
    width: 100% !important;
}

.tm-apply__field .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 36px 0 12px;
}

.tm-apply__field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #122744;
    line-height: 42px;
    font-size: 13px;
}

.tm-apply__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

.tm-apply__field .select2-container--default .select2-selection--multiple {
    padding: 5px 8px;
}

.tm-apply__field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
    background: #f0efff;
    border: 1px solid #ddd8ff;
    color: #3723a8;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 11.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.tm-apply__field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0px;
    color: #3723a8;
    font-size: 15px !important;
}

.tm-apply__field .select2-container--default.select2-container--focus .select2-selection--multiple,
.tm-apply__field .select2-container--default.select2-container--open .select2-selection--single,
.tm-apply__field .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #3723a8;
    box-shadow: 0 0 0 3px rgba(55, 35, 168, 0.08);
}

.select2-dropdown {
    border: 1px solid #d8e0f0;
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(26, 41, 83, 0.12);
}

@media (max-width: 1100px) {
    .tm-apply__hero-grid,
    .tm-apply__workspace {
        grid-template-columns: 1fr;
    }

    .tm-apply__sidebar {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tm-apply__grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-apply__faq-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .tm-apply__container {
        width: min(100% - 24px, 1180px);
    }

    .tm-apply__section,
    .tm-apply__hero {
        padding: 40px 0;
    }

    .tm-apply__hero-grid,
    .tm-apply__grid--4,
    .tm-apply__grid--3,
    .tm-apply__sidebar {
        grid-template-columns: 1fr;
    }

    .tm-apply__field--wide {
        grid-column: auto;
    }

    .tm-apply__form-shell {
        padding: 18px;
    }

    .tm-apply__submit {
        justify-content: stretch;
    }

    .tm-apply__submit .tm-button {
        width: 100%;
        justify-content: center;
    }
}

/* ── Avatar upload widget ─────────────────────────────────────── */
.tm-apply__field--avatar {
    grid-column: span 1;
}

.tm-avatar-upload {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* hidden real file input */
.tm-avatar-upload__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* clickable avatar circle */
.tm-avatar-upload__zone {
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed #c8d2e8;
    background: #f4f6ff;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.tm-avatar-upload__zone:hover,
.tm-avatar-upload__zone:focus-visible {
    border-color: #3723a8;
    background: #eeeeff;
    box-shadow: 0 0 0 4px rgba(55, 35, 168, 0.1);
    outline: none;
}

/* preview fills the circle once an image is chosen */
.tm-avatar-upload__preview {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}

.tm-avatar-upload__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* camera badge — centred overlay */
.tm-avatar-upload__camera-badge {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 -40px 40px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.tm-avatar-upload__camera-badge svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}

.tm-avatar-upload__camera-badge::after {
    content: "Upload";
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* subtle scale-up on hover for delight */
.tm-avatar-upload__zone:hover .tm-avatar-upload__camera-badge,
.tm-avatar-upload__zone:focus-visible .tm-avatar-upload__camera-badge {
    background: rgba(0, 0, 0, 0.58);
    box-shadow: inset 0 -40px 50px rgba(0, 0, 0, 0.45);
    transform: scale(1.04);
}

/* when image is loaded, fade badge out; show only on hover */
.tm-avatar-upload.has-image .tm-avatar-upload__camera-badge {
    opacity: 0;
}

.tm-avatar-upload.has-image .tm-avatar-upload__zone:hover .tm-avatar-upload__camera-badge,
.tm-avatar-upload.has-image .tm-avatar-upload__zone:focus-visible .tm-avatar-upload__camera-badge {
    opacity: 1;
}

/* drag-over state */
.tm-avatar-upload__zone.is-dragover {
    border-color: #3723a8;
    background: #e8e6ff;
    box-shadow: 0 0 0 4px rgba(55, 35, 168, 0.14);
}

/* meta column: hint / filename / remove */
.tm-avatar-upload__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.tm-avatar-upload__hint {
    color: #7a8aa3;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

.tm-avatar-upload__name {
    color: #122744;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-all;
}

.tm-avatar-upload__remove {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: #c62828;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    transition: opacity 0.2s;
}

.tm-avatar-upload__remove:hover {
    opacity: 0.75;
}

.tm-avatar-upload__remove svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
