.tripmonde-form-root {
    --tm-brand: #0094c0;
    --tm-brand-dark: #222f65;
    font-family: "Satoshi", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #222f65 !important;
}

.tripmonde-form-root * {
    box-sizing: border-box;
}

.tripmonde-form-root input,
.tripmonde-form-root textarea {
    width: 100% !important;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #222f65 !important;
    font-family: "Satoshi", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.35;
    padding: 16px 18px !important;
    outline: none !important;
    transition: border-color 0.2s ease;
}

.tripmonde-form-root input::placeholder,
.tripmonde-form-root textarea::placeholder {
    color: #4f668f !important;
    opacity: 1;
}

.tripmonde-form-root input:focus,
.tripmonde-form-root textarea:focus {
    border-color: #0094c0 !important;
    color: #222f65 !important;
}

.tripmonde-form-root label,
.tripmonde-form-root p,
.tripmonde-form-root span,
.tripmonde-form-root button,
.tripmonde-form-root h3 {
    font-family: "Satoshi", sans-serif !important;
}

.tripmonde-form-root .tm-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #222f65 !important;
}

.tripmonde-form-root .tm-hint,
.tripmonde-form-root .tm-char-counter,
.tripmonde-form-root .tm-hero-note {
    color: #4f668f !important;
    font-size: 15px !important;
    line-height: 1.45;
    font-weight: 500 !important;
    margin: 10px 0 0;
}

.tripmonde-form-root .tm-hint--small {
    font-size: 14px !important;
}

.tripmonde-full-form .tm-step-content > .tm-step-title + .tm-hint {
    margin-bottom: 15px !important;
}

.tripmonde-form-root .tm-divider {
    border: 0;
    border-top: 2px solid #e6eaf1 !important;
    margin: 0;
}

.tripmonde-full-form .tm-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 26px 0;
}

.tripmonde-full-form .tm-step-content {
    flex: 1;
    min-width: 0;
}

.tripmonde-full-form .tm-step-icon-wrap {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f6fd;
}

.tripmonde-full-form .tm-step-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.tripmonde-full-form .tm-step-icon-fallback {
    width: 64px;
    height: 64px;
    display: block;
}

.tripmonde-full-form .tm-step-title {
    margin: 0 0 14px;
    font-size: 20px !important;
    line-height: 1.15;
    font-weight: 700 !important;
    color: #222f65 !important;
}

.tripmonde-full-form .tm-counter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tripmonde-full-form .tm-counter-control {
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    display: grid;
    grid-template-columns: 62px 1fr 62px;
    overflow: hidden;
}

.tripmonde-full-form .tm-counter-btn {
    border: 0 !important;
    border-right: 2px solid #e6eaf1 !important;
    background: #ffffff !important;
    color: #222f65 !important;
    font-size: 42px;
    font-weight: 500 !important;
    cursor: pointer;
    min-height: 62px;
    line-height: 1;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.tripmonde-full-form .tm-counter-btn:last-child {
    border-right: 0;
    border-left: 2px solid #e6eaf1 !important;
}

.tripmonde-full-form .tm-counter-btn:hover,
.tripmonde-full-form .tm-counter-btn:active,
.tripmonde-full-form .tm-counter-btn:focus-visible {
    color: #0094c0 !important;
    background: #ffffff !important;
    outline: none !important;
}

.tripmonde-full-form .tm-counter-value {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1;
    color: #222f65;
}

.tripmonde-full-form .tm-budget-group {
    border: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tripmonde-full-form .tm-budget-option {
    position: relative;
}

.tripmonde-full-form .tm-budget-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tripmonde-full-form .tm-budget-option span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    padding: 12px 18px;
    color: #222f65 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.tripmonde-full-form .tm-budget-option span::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid #9db0cb;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tripmonde-full-form .tm-budget-option input:checked + span {
    border-color: #0094c0;
}

.tripmonde-full-form .tm-budget-option input:checked + span::before {
    border-color: #0094c0;
    box-shadow: inset 0 0 0 4px #0094c0;
}

.tripmonde-full-form .tm-budget-option input:focus-visible + span {
    border-color: #0094c0;
}

.tripmonde-full-form .tm-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.tripmonde-full-form .tm-char-counter {
    margin-left: auto;
}

.tripmonde-full-form .tm-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tripmonde-full-form .tm-contact-grid .tm-field:last-child {
    grid-column: 1 / 2;
}

.tripmonde-form-root .tm-submit {
    width: 100%;
    border: 0 !important;
    border-radius: 8px !important;
    background: #0094c0 !important;
    color: #ffffff !important;
    font-family: "Satoshi", sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    padding: 19px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.tripmonde-form-root .tm-submit:hover,
.tripmonde-form-root .tm-submit:focus-visible {
    background: #007ea5 !important;
    outline: none !important;
}

.tripmonde-full-form .iti {
    width: 100% !important;
}

.tripmonde-full-form .iti__selected-country {
    background: transparent !important;
    border-right: 2px solid #e6eaf1 !important;
    border-radius: 8px 0 0 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.tripmonde-full-form .iti input#tm_phone {
    padding-left: 88px !important;
}

.tripmonde-full-form .iti--separate-dial-code .iti__selected-dial-code {
    color: #222f65 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.tripmonde-full-form .iti__flag-container {
    border: 2px solid #e6eaf1 !important;
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
    background: #ffffff !important;
}

.tripmonde-full-form .iti--allow-dropdown input,
.tripmonde-full-form .iti--separate-dial-code input {
    padding-left: 88px !important;
}

.tripmonde-full-form .iti__selected-flag {
    padding-left: 12px !important;
    padding-right: 12px !important;
    gap: 8px;
}

.tripmonde-full-form .iti__arrow {
    border-top-color: #4f668f !important;
}

.tripmonde-full-form .iti__selected-dial-code {
    display: inline-flex !important;
    align-items: center;
    margin-left: 6px !important;
}

.tripmonde-full-form .iti input#tm_phone:focus + .iti__flag-container,
.tripmonde-full-form .iti input#tm_phone:focus-within + .iti__flag-container,
.tripmonde-full-form .iti:focus-within .iti__flag-container {
    border-color: #0094c0 !important;
}

.tripmonde-full-form .iti input#tm_phone {
    border-left: 0 !important;
    border-radius: 0 8px 8px 0 !important;
}

.tripmonde-full-form .tm-step--contacts .tm-step-content > .tm-hint {
    margin-bottom: 14px !important;
}

.tripmonde-full-form .iti__country-list {
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: "Satoshi", sans-serif !important;
    color: #222f65 !important;
}

.tripmonde-full-form .tm-submit--full {
    margin-top: 24px;
}

.tripmonde-hero-form .tm-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tripmonde-hero-form .tm-field:first-child,
.tripmonde-hero-form .tm-submit,
.tripmonde-hero-form .tm-hero-note {
    grid-column: 1 / -1;
}

.tripmonde-hero-form .tm-hero-note {
    text-align: center;
    margin: 2px 0 0;
}

.tripmonde-form-message {
    border: 2px solid #e6eaf1;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-size: 15px;
}

.tripmonde-form-message--success {
    border-color: #a5d8e7;
    color: #0a6f8f;
    background: #f2fbff;
}

.tripmonde-form-message--error {
    border-color: #efb9b9;
    color: #a12222;
    background: #fff5f5;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.tripmonde-specialist-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tripmonde-specialist-form select {
    width: 100% !important;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff url("../specialists-icons/down.svg") no-repeat right 14px center !important;
    background-size: 12px 12px !important;
    color: #222f65 !important;
    font-family: "Satoshi", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.35;
    padding: 16px 42px 16px 18px !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.tripmonde-specialist-form select:focus {
    border-color: #0094c0 !important;
}

.tripmonde-specialist-form .tm-spec-section {
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    padding: 18px 20px;
    background: #ffffff;
}

.tripmonde-specialist-form .tm-spec-title {
    margin: 0 0 12px;
    color: #222f65 !important;
    font-size: 20px !important;
    line-height: 1.2;
    font-weight: 700 !important;
}

.tripmonde-specialist-form .tm-spec-title + .tm-hint {
    margin: 0 0 12px !important;
}

.tripmonde-specialist-form .tm-spec-title span,
.tripmonde-specialist-form .tm-label span {
    color: #e54949;
}

.tripmonde-specialist-form .tm-spec-grid {
    display: grid;
    gap: 14px;
}

.tripmonde-specialist-form .tm-spec-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tripmonde-specialist-form .tm-spec-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 20px;
}

.tripmonde-specialist-form .tm-spec-checkbox-grid--languages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
}

.tripmonde-specialist-form .tm-checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #223a67 !important;
    font-size: 17px !important;
    line-height: 1.35;
    cursor: pointer;
}

.tripmonde-specialist-form .tm-checkbox-row input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #cdd7e8 !important;
    border-radius: 4px !important;
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff !important;
    padding: 0 !important;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.tripmonde-specialist-form .tm-checkbox-row input[type="checkbox"]:checked {
    border-color: #0094c0 !important;
    background: #0094c0 !important;
}

.tripmonde-specialist-form .tm-checkbox-row input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tripmonde-specialist-form .tm-checkbox-row--inline {
    margin-top: 12px;
}

.tripmonde-specialist-form .tm-spec-country-search {
    position: relative;
}

.tripmonde-specialist-form .tm-spec-country-search input {
    padding-right: 52px !important;
}

.tripmonde-specialist-form .tm-spec-inline-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.tripmonde-specialist-form .tm-spec-popular-wrap {
    margin-top: 12px;
}

.tripmonde-specialist-form .tm-spec-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.tripmonde-specialist-form .tm-spec-chip,
.tripmonde-specialist-form .tm-spec-chip-more {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #223a67 !important;
    font: 500 15px/1 "Satoshi", sans-serif !important;
    padding: 0 12px;
    cursor: pointer;
    box-sizing: border-box;
}

.tripmonde-specialist-form .tm-spec-chip-more {
    color: #0094c0 !important;
    border-color: #d9eff9 !important;
    background: #f0faff !important;
    gap: 8px;
}

.tripmonde-specialist-form .tm-spec-chip-more img {
    width: 11px;
    height: 11px;
}

.tripmonde-specialist-form .tm-spec-chip-hidden {
    display: none;
}

.tripmonde-specialist-form .tm-spec-popular-wrap[data-expanded="1"] .tm-spec-chip-hidden {
    display: inline-flex;
}

.tripmonde-specialist-form .tm-spec-other-input {
    height: 44px;
}

.tripmonde-specialist-form .tm-spec-radio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tripmonde-specialist-form .tm-radio-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #223a67 !important;
    font-size: 17px !important;
    line-height: 1.35;
    cursor: pointer;
}

.tripmonde-specialist-form .tm-radio-row input[type="radio"] {
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #9db0cb !important;
    border-radius: 999px !important;
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff !important;
    margin: 0;
    padding: 0 !important;
    position: relative;
}

.tripmonde-specialist-form .tm-radio-row input[type="radio"]:checked {
    border-color: #0094c0 !important;
}

.tripmonde-specialist-form .tm-radio-row input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0094c0;
}

.tripmonde-specialist-form .tm-spec-upload-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
}

.tripmonde-specialist-form .tm-spec-upload-box {
    border: 2px dashed #d9e3f1 !important;
    border-radius: 10px !important;
    min-height: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #223a67;
    text-align: center;
    cursor: pointer;
    padding: 16px;
}

.tripmonde-specialist-form .tm-spec-upload-box input[type="file"] {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.tripmonde-specialist-form .tm-spec-upload-label {
    color: #0094c0;
    font-size: 30px !important;
    line-height: 1;
    font-weight: 700;
}

.tripmonde-specialist-form .tm-spec-upload-box small {
    color: #4f668f;
    font-size: 14px;
}

.tripmonde-specialist-form .tm-spec-upload-note {
    color: #4f668f !important;
    font-size: 15px !important;
    line-height: 1.5;
}

.tripmonde-specialist-form .tm-char-counter {
    margin-top: 8px;
}

.tripmonde-specialist-form .tm-char-counter--right {
    text-align: right;
}

.tripmonde-specialist-form .tm-spec-section--consents {
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tripmonde-specialist-form .tm-spec-footnote {
    margin: 6px 0 0;
    color: #4f668f !important;
    font-size: 15px !important;
    line-height: 1.45;
    text-align: left;
}

.tripmonde-login-form .tm-login-card {
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    background: #ffffff;
    padding: 22px;
}

.tripmonde-login-form .tm-login-panel {
    display: block;
}

.tripmonde-login-form .tm-login-panel.is-hidden {
    display: none;
}

.tripmonde-login-form .tm-login-card .tm-field + .tm-field {
    margin-top: 24px;
}

.tripmonde-login-form .tm-login-row {
    margin-top: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tripmonde-login-form .tm-login-row--forgot {
    margin-top: 6px;
    margin-bottom: 16px;
    justify-content: flex-start;
}

.tripmonde-login-form .tm-login-row .tm-checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #223a67 !important;
}

.tripmonde-login-form .tm-login-row .tm-checkbox-row input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #cdd7e8 !important;
    border-radius: 4px !important;
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff !important;
    padding: 0 !important;
    margin: 0;
    position: relative;
}

.tripmonde-login-form .tm-login-row .tm-checkbox-row input[type="checkbox"]:checked {
    border-color: #0094c0 !important;
    background: #0094c0 !important;
}

.tripmonde-login-form .tm-login-row .tm-checkbox-row input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tripmonde-login-form .tm-login-forgot {
    color: #0094c0 !important;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 600;
}

.tripmonde-login-form .tm-login-link-btn {
    all: unset;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0094c0 !important;
    font-size: 15px !important;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.tripmonde-login-form .tm-login-link-btn:hover,
.tripmonde-login-form .tm-login-link-btn:focus-visible {
    background: transparent !important;
    color: #0b82aa !important;
    box-shadow: none !important;
    border: 0 !important;
    text-decoration: underline;
}

.tripmonde-login-form .tm-login-link-btn--back .tm-login-back-arrow {
    font-size: 16px;
    line-height: 1;
    color: inherit;
}

.tm-user-zone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tm-user-zone-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 8px !important;
    border: 2px solid #0094c0 !important;
    color: #0094c0 !important;
    text-decoration: none;
    font: 700 15px/1 "Satoshi", sans-serif !important;
}

.tm-user-zone-bell {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 2px solid #e6eaf1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    background: #ffffff;
}

.tm-user-zone-bell-icon {
    font-size: 16px;
}

.tm-user-zone-bell-count {
    position: absolute;
    right: -4px;
    top: -4px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #0094c0;
    color: #ffffff;
    font: 700 11px/18px "Satoshi", sans-serif;
    text-align: center;
    padding: 0 4px;
}

.tm-user-zone-profile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #223a67 !important;
}

.tm-user-zone-avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #e9f6fd;
    color: #1e5d8e;
    font: 700 13px/36px "Satoshi", sans-serif;
    text-align: center;
}

.tm-user-zone-name {
    font: 700 14px/1.2 "Satoshi", sans-serif;
}
.tm-user-zone-identity {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}
.tm-user-zone-role {
    color: #6b7c9f;
    font: 500 12px/1.2 "Satoshi", sans-serif;
}
.tm-user-zone-caret {
    color: #6e7f9f;
    font-size: 12px;
}

.tm-dashboard-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tm-dashboard-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 12px;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    color: #223a67 !important;
    text-decoration: none;
    font: 600 15px/1.25 "Satoshi", sans-serif;
    background: #ffffff;
}

.tm-dashboard-menu .tm-dashboard-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: transparent;
    color: #6f84aa;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tm-dashboard-menu .tm-dashboard-icon::before {
    font-size: 14px;
}


.tm-dashboard-menu a .tm-dashboard-icon {
    color: #5c6f98;
}

.tm-dashboard-menu a:hover,
.tm-dashboard-menu a.is-active {
    border-color: #d9eff9 !important;
    background: #f0faff !important;
    color: #0094c0 !important;
}

.tm-dashboard-menu a:hover .tm-dashboard-icon,
.tm-dashboard-menu a.is-active .tm-dashboard-icon {
    color: #0094c0;
    background: #dff2fa;
}

.tm-dashboard-guest h3 {
    margin: 0 0 8px;
    color: #222f65 !important;
    font: 700 22px/1.2 "Satoshi", sans-serif !important;
}

.tm-dashboard-guest p {
    margin: 0 0 14px;
    color: #4f668f !important;
    font: 500 15px/1.4 "Satoshi", sans-serif !important;
}

.tm-dashboard-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.tm-dashboard-head-main {
    display: flex;
    gap: 12px;
    align-items: center;
}

.tm-dashboard-head-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef8fd;
    color: #0094c0;
}

.tm-dashboard-head-icon::before {
    font-size: 18px;
}

.tm-dashboard-head h2 {
    margin: 0 0 4px;
    color: #222f65 !important;
    font: 700 24px/1.2 "Satoshi", sans-serif !important;
}

.tm-dashboard-head p {
    margin: 0;
    color: #4f668f !important;
    font: 500 14px/1.45 "Satoshi", sans-serif !important;
}

.tm-dashboard-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0094c0 !important;
    text-decoration: none;
    font: 600 14px/1.2 "Satoshi", sans-serif;
}

.tm-dashboard-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tm-dashboard-list-item {
    border: 2px solid #e6eaf1 !important;
    border-radius: 10px !important;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tm-dashboard-list-item h3 {
    margin: 0 0 4px;
    color: #222f65 !important;
    font: 700 16px/1.25 "Satoshi", sans-serif !important;
}

.tm-dashboard-list-item p {
    margin: 0;
    color: #4f668f !important;
    font: 500 14px/1.4 "Satoshi", sans-serif !important;
}

.tm-dashboard-list-item a {
    white-space: nowrap;
    text-decoration: none;
    color: #0094c0 !important;
    font: 700 14px/1 "Satoshi", sans-serif;
}

.tm-dashboard-detail {
    border: 2px solid #e6eaf1 !important;
    border-radius: 10px !important;
    padding: 16px;
}

.tm-dashboard-detail h3 {
    margin: 0 0 6px;
    color: #222f65 !important;
    font: 700 18px/1.25 "Satoshi", sans-serif !important;
}

.tm-dashboard-detail > p {
    margin: 0 0 12px;
    color: #4f668f !important;
    font: 500 14px/1.4 "Satoshi", sans-serif !important;
}

.tm-dashboard-detail dl {
    margin: 0;
    display: grid;
    gap: 8px;
}

.tm-dashboard-detail dl > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef2f8;
}

.tm-dashboard-detail dt,
.tm-dashboard-detail dd {
    margin: 0;
    color: #223a67 !important;
    font: 500 14px/1.35 "Satoshi", sans-serif !important;
}

.tm-dashboard-detail dd {
    font-weight: 700 !important;
    text-align: right;
}

.tm-dashboard-detail-actions {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tm-dashboard-detail-actions button {
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #f7f9fc !important;
    color: #6e7f9f !important;
    font: 600 13px/1 "Satoshi", sans-serif;
    padding: 9px 12px;
}

.tm-dashboard-offer-form,
.tm-dashboard-offer-box {
    margin-top: 18px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    background: #f8fbff;
    padding: 14px;
}

.tm-dashboard-offer-form h4,
.tm-dashboard-offer-box h4 {
    margin: 0 0 10px;
    color: #222f65 !important;
    font: 700 16px/1.25 "Satoshi", sans-serif !important;
}

.tm-dashboard-offer-form .tm-field + .tm-field {
    margin-top: 10px;
}

.tm-dashboard-offer-form .tm-label {
    margin-bottom: 6px;
    display: block;
    color: #223a67 !important;
    font: 600 13px/1.35 "Satoshi", sans-serif !important;
}

.tm-dashboard-offer-form input[type="text"],
.tm-dashboard-offer-form input[type="file"],
.tm-dashboard-offer-form textarea {
    width: 100% !important;
    border: 2px solid #e6eaf1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #223a67 !important;
    font: 500 14px/1.35 "Satoshi", sans-serif !important;
    padding: 10px 12px !important;
}

.tm-dashboard-offer-box p {
    margin: 0 0 10px;
    color: #4f668f !important;
    font: 500 14px/1.45 "Satoshi", sans-serif !important;
}

.tm-offer-status-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
}

.tm-offer-status-line strong {
    color: #223a67 !important;
    font: 700 13px/1.2 "Satoshi", sans-serif !important;
}

.tm-offer-status-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dbe7f4;
    border-radius: 999px;
    padding: 4px 10px;
    background: #f5f9ff;
    color: #4c668f;
    font: 700 12px/1 "Satoshi", sans-serif;
}

.tm-offer-status-badge.is-success {
    border-color: #bde7da;
    background: #ecfbf5;
    color: #1c7c61;
}

.tm-offer-status-badge.is-danger {
    border-color: #f2d0d0;
    background: #fff3f3;
    color: #a13d3d;
}

.tm-offer-status-badge.is-info {
    border-color: #bfe4f1;
    background: #eef9fd;
    color: var(--tm-brand);
}

.tm-dashboard-offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.tm-dashboard-offer-actions button {
    border: 2px solid #d8e8f3 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--tm-brand) !important;
    font: 700 13px/1 "Satoshi", sans-serif;
    padding: 8px 12px;
}

.tm-dashboard-offer-actions button:hover,
.tm-dashboard-offer-actions button:focus-visible {
    border-color: var(--tm-brand) !important;
    background: #f2fbff !important;
    color: var(--tm-brand-dark) !important;
}

.tm-dashboard-offer-actions .tm-offer-action--success {
    border-color: #bde7da !important;
    color: #1c7c61 !important;
    background: #ecfbf5 !important;
}

.tm-dashboard-offer-actions .tm-offer-action--success:hover,
.tm-dashboard-offer-actions .tm-offer-action--success:focus-visible {
    border-color: #9fdcc8 !important;
    background: #e3f8f0 !important;
}

.tm-dashboard-offer-actions .tm-offer-action--danger {
    border-color: #f2d0d0 !important;
    color: #a13d3d !important;
    background: #fff3f3 !important;
}

.tm-dashboard-offer-actions .tm-offer-action--danger:hover,
.tm-dashboard-offer-actions .tm-offer-action--danger:focus-visible {
    border-color: #ebb8b8 !important;
    background: #ffe8e8 !important;
}

.tm-dashboard-offer-actions .tm-offer-action--info {
    border-color: #bfe4f1 !important;
    color: var(--tm-brand) !important;
    background: #eef9fd !important;
}

.tm-dashboard-chat {
    margin-top: 18px;
    border-top: 1px solid #e9eff7;
    padding-top: 14px;
}

.tm-dashboard-chat-thread {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 420px;
    overflow: auto;
    padding-right: 4px;
}

.tm-dashboard-chat-msg {
    display: flex;
    flex-direction: column;
    max-width: 78%;
    gap: 4px;
}

.tm-dashboard-chat-msg.is-own {
    margin-left: auto;
    align-items: flex-end;
}

.tm-dashboard-chat-msg.is-peer {
    margin-right: auto;
    align-items: flex-start;
}

.tm-dashboard-chat-msg-bubble {
    border: 2px solid #e6eef8;
    border-radius: 12px;
    padding: 10px 12px;
    background: #f5f9ff;
}

.tm-dashboard-chat-msg.is-own .tm-dashboard-chat-msg-bubble {
    background: var(--tm-brand);
    border-color: var(--tm-brand);
}

.tm-dashboard-chat-msg p {
    margin: 0;
    color: #1f335b !important;
    font: 500 14px/1.45 "Satoshi", sans-serif !important;
}

.tm-dashboard-chat-msg.is-own p,
.tm-dashboard-chat-msg.is-own a {
    color: #ffffff !important;
}

.tm-dashboard-chat-msg time {
    color: #7a8bab;
    font: 500 12px/1 "Satoshi", sans-serif;
}

.tm-dashboard-chat-form {
    margin-top: 14px;
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    background: #fbfdff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-dashboard-chat-form textarea,
.tm-dashboard-chat-form input[type="file"] {
    width: 100% !important;
    border: 2px solid #dbe6f4 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 10px 12px !important;
}

.tm-dashboard-chat-readonly {
    margin-top: 12px;
    color: #5f7195 !important;
    font: 500 13px/1.4 "Satoshi", sans-serif !important;
}
.tm-overview-hero {
    margin-bottom: 14px;
}
.tm-overview-hero h2 {
    margin: 0 0 6px;
    color: #172a54 !important;
    font: 700 42px/1.08 "Satoshi", sans-serif !important;
    letter-spacing: -0.01em;
}
.tm-overview-hero p {
    margin: 0;
    color: #547097 !important;
    font: 500 15px/1.45 "Satoshi", sans-serif !important;
}
.tm-overview-stats {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}
.tm-overview-stats--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tm-overview-stats--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tm-overview-stats article {
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    background: #ffffff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.tm-overview-stats strong {
    color: #0094c0;
    font: 700 38px/1 "Satoshi", sans-serif;
}
.tm-overview-stats span {
    color: var(--tm-brand-dark);
    font: 600 15px/1.3 "Satoshi", sans-serif;
}
.tm-overview-columns {
    display: grid;
    gap: 12px;
}
.tm-overview-columns--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tm-overview-col {
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    background: #ffffff;
    padding: 14px;
}
.tm-overview-col h3,
.tm-overview-table-wrap h3 {
    margin: 0 0 10px;
    color: #1a2c55 !important;
    font: 700 20px/1.2 "Satoshi", sans-serif !important;
}

.tm-overview-col-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.tm-overview-col-head h3 {
    margin: 0;
}
.tm-overview-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tm-overview-col li {
    border: 1px solid #edf2f8;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.tm-overview-col a {
    color: var(--tm-brand-dark) !important;
    text-decoration: none;
    font: 700 14px/1.3 "Satoshi", sans-serif;
}
.tm-overview-col span {
    color: #62789d;
    font: 500 13px/1.35 "Satoshi", sans-serif;
}
.tm-overview-table-wrap {
    border: 2px solid #e6eaf1 !important;
    border-radius: 14px !important;
    background: #ffffff;
    padding: 14px;
}
.tm-overview-table {
    display: flex;
    flex-direction: column;
}
.tm-overview-table-head,
.tm-overview-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 8px;
    align-items: center;
}
.tm-overview--traveler .tm-overview-table-head,
.tm-overview--traveler .tm-overview-table-row {
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
}
.tm-overview-table-head {
    border-bottom: 1px solid #edf2f8;
    padding: 0 0 8px;
    color: #6c7fa0;
    font: 700 12px/1.2 "Satoshi", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.tm-overview-table-row {
    border-bottom: 1px solid #f2f5fb;
    padding: 10px 0;
}
.tm-overview-table-row:last-child {
    border-bottom: 0;
}
.tm-overview-table-row strong {
    display: block;
    color: #1f335c;
    font: 700 15px/1.3 "Satoshi", sans-serif;
}
.tm-overview-table-row small {
    color: #6d80a0;
    font: 500 12px/1.35 "Satoshi", sans-serif;
}
.tm-overview-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 2px solid var(--tm-brand) !important;
    border-radius: 8px !important;
    padding: 0 10px;
    color: var(--tm-brand) !important;
    background: #ffffff;
    text-decoration: none;
    font: 700 13px/1 "Satoshi", sans-serif;
}

.tm-overview-action:hover,
.tm-overview-action:focus-visible {
    background: #f1fbff;
    border-color: var(--tm-brand) !important;
    color: var(--tm-brand-dark) !important;
}

.tm-overview-action--compact {
    min-height: 30px;
    padding: 0 9px;
    font-size: 13px;
    color: #223a67 !important;
    border-color: #d7e8f4 !important;
    gap: 8px;
    white-space: nowrap;
}

.tm-overview-action--compact span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0094c0;
    font-size: 22px;
    line-height: 1;
}

.tm-admin-requests {
    border: 1px solid #e7eef7;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.tm-admin-requests-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf3fa;
}

.tm-admin-requests-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-admin-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #cfe0ef !important;
    border-radius: 999px;
    padding: 8px 14px;
    color: #223a67 !important;
    background: #ffffff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
    border-color: #d9e4f3 !important;
    text-decoration: none;
    font: 700 14px/1 "Satoshi", sans-serif;
}

.tm-admin-filter-chip em {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #e5f6fb;
    color: #0094c0;
    font-style: normal;
    font-size: 12px;
}

.tm-admin-filter-chip.is-active {
    background: #0094c0;
    color: #ffffff !important;
    border-color: #0094c0 !important;
}

.tm-admin-filter-chip.is-active em {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.tm-admin-filter-chip:hover,
.tm-admin-filter-chip:focus-visible {
    border-color: #0094c0 !important;
    color: #223a67 !important;
    background: #f3fbff !important;
}

.tm-admin-filter-chip.is-active:hover,
.tm-admin-filter-chip.is-active:focus-visible {
    background: #0094c0 !important;
    color: #ffffff !important;
}

.tm-admin-requests-sort {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tm-admin-requests-sort label {
    color: #425b84;
    font: 600 14px/1.2 "Satoshi", sans-serif;
}

.tm-admin-requests-sort select {
    min-height: 40px;
    border: 1px solid #d5e2f2 !important;
    border-radius: 10px !important;
    padding: 0 12px !important;
    background: #ffffff !important;
    color: #21385f !important;
    font: 700 15px/1 "Satoshi", sans-serif !important;
}

.tm-admin-requests-table-wrap {
    padding: 0 18px 14px;
}

.tm-admin-requests-head,
.tm-admin-requests-row {
    display: grid;
    grid-template-columns: 2.2fr 1.4fr 2fr 1.2fr 1fr;
    align-items: center;
    gap: 10px;
}

.tm-admin-requests-head {
    padding: 14px 4px 10px;
    border-bottom: 1px solid #edf3fa;
    color: #667ca2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font: 700 12px/1.2 "Satoshi", sans-serif;
}

.tm-admin-requests-row {
    padding: 12px 4px;
    border-bottom: 1px solid #f0f4fb;
    color: #2a4470;
    font: 600 15px/1.35 "Satoshi", sans-serif;
    cursor: pointer;
}

.tm-admin-requests-row:last-child {
    border-bottom: 0;
}

.tm-admin-requests-row:hover {
    background: #f7fcff;
}

.tm-admin-requests-row:focus-visible {
    outline: 2px solid #0094c0;
    outline-offset: -2px;
}

.tm-admin-col-trip {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tm-admin-col-trip strong {
    display: block;
    color: #172d56;
    font: 700 20px/1.2 "Satoshi", sans-serif;
}

.tm-admin-col-trip small {
    display: block;
    color: #6078a0;
    font: 500 14px/1.35 "Satoshi", sans-serif;
}

.tm-admin-flag {
    font-size: 26px;
    line-height: 1;
    min-width: 34px;
    text-align: center;
    color: #315079;
}

.tm-admin-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: 146px;
    border: 1px solid #cfddeb !important;
    border-radius: 10px !important;
    color: #0094c0 !important;
    background: #ffffff;
    text-decoration: none;
    font: 700 16px/1 "Satoshi", sans-serif;
    gap: 8px;
    white-space: nowrap;
    box-shadow: none !important;
}

.tm-admin-view-btn--table {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    font-size: 15px !important;
}

.tm-admin-view-btn--small {
    min-width: 130px !important;
    min-height: 38px !important;
    font-size: 15px !important;
}

.tm-admin-view-btn span {
    color: #0094c0;
    font-size: 18px;
    line-height: 1;
}

.tm-admin-view-btn:hover,
.tm-admin-view-btn:focus-visible {
    background: #f3fbff;
    border-color: #86cfe6 !important;
    color: #222f65 !important;
    outline: none !important;
}

.tm-admin-view-btn:active {
    background: #f3fbff !important;
    border-color: #86cfe6 !important;
    color: #222f65 !important;
}

.tm-admin-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 10px;
    padding: 0 12px;
    font: 800 14px/1 "Satoshi", sans-serif;
}

.tm-admin-status-pill.is-success {
    background: #e9f9ee;
    color: #1e9d58;
    border: 1px solid #bbe7cc;
}

.tm-admin-status-pill.is-neutral {
    background: #f4f7fd;
    color: #6a7fa6;
    border: 1px solid #dfe8f6;
}

.tm-admin-status-pill.is-active {
    background: #e8f8ef;
    color: #2a995c;
    border: 1px solid #bbe7cc;
}

.tm-admin-status-pill.is-warning {
    background: #fff7e8;
    color: #d48b12;
    border: 1px solid #f2d7a4;
}

.tm-admin-status-pill.is-danger {
    background: #fff3f3;
    color: #c43737;
    border: 1px solid #f0bcbc;
}

.tm-admin-status-pill.is-info {
    background: #eef8fd;
    color: #0f7ea4;
    border: 1px solid #c6e5f3;
}

.tm-admin-requests.tm-admin-requests--offers .tm-admin-requests-head,
.tm-admin-requests.tm-admin-requests--offers .tm-admin-requests-row {
    grid-template-columns: 2.2fr 1.3fr 1.2fr 1fr 1fr;
}

.tm-admin-requests.tm-admin-requests--users .tm-admin-requests-head,
.tm-admin-requests.tm-admin-requests--users .tm-admin-requests-row {
    grid-template-columns: 2.1fr 1.5fr 1.1fr 1fr 1fr;
}

.tm-admin-request-detail {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tm-admin-user-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
    align-items: start;
}

.tm-admin-user-hero-main {
    border: 1px solid #e6edf8;
    border-radius: 14px;
    background: #ffffff;
    padding: 14px;
    display: flex;
    gap: 14px;
}

.tm-admin-user-avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 999px;
    border: 1px solid #d4e5f2;
    background: linear-gradient(180deg, #0f2d63 0%, #1b3e7a 100%);
    color: #ffffff;
    font: 700 22px/1 "Satoshi", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tm-admin-user-hero-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.tm-admin-user-hero-aside {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tm-admin-request-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tm-admin-request-title-row h3 {
    margin: 0;
    color: #13244c !important;
    font: 700 44px/1.1 "Satoshi", sans-serif !important;
}

.tm-admin-request-meta {
    margin: -4px 0 0;
    color: #4d668f !important;
    font: 600 15px/1.35 "Satoshi", sans-serif !important;
}

.tm-admin-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-admin-request-actions .tm-admin-request-action-form {
    margin: 0 !important;
}

.tm-admin-action-btn {
    min-height: 38px;
    border: 1px solid #86cfe6 !important;
    border-radius: 10px !important;
    padding: 0 16px;
    background: #ffffff;
    color: #0094c0 !important;
    font: 600 16px/1.05 "Satoshi", sans-serif !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.tm-admin-action-btn span {
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
}

.tm-admin-request-actions .tm-admin-request-action-form .tm-admin-action-btn,
.tm-admin-request-actions .tm-admin-request-action-form button.tm-admin-action-btn,
.tm-admin-request-actions .tm-admin-request-action-form button[type="submit"].tm-admin-action-btn {
    border: 1px solid #86cfe6 !important;
    background: #ffffff !important;
    color: #0094c0 !important;
    font: 600 16px/1.05 "Satoshi", sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    min-height: 38px !important;
    padding: 0 16px !important;
}

.tm-admin-request-actions .tm-admin-request-action-form .tm-admin-action-btn:hover,
.tm-admin-request-actions .tm-admin-request-action-form .tm-admin-action-btn:focus-visible,
.tm-admin-request-actions .tm-admin-request-action-form button.tm-admin-action-btn:hover,
.tm-admin-request-actions .tm-admin-request-action-form button.tm-admin-action-btn:focus-visible {
    background: #f3fbff !important;
    border-color: #86cfe6 !important;
    color: #222f65 !important;
}

.tm-admin-request-actions .tm-admin-request-action-form .tm-admin-action-btn:active,
.tm-admin-request-actions .tm-admin-request-action-form button.tm-admin-action-btn:active {
    background: #f3fbff !important;
    border-color: #86cfe6 !important;
    color: #222f65 !important;
}

.tm-admin-request-actions .tm-admin-request-action-form .tm-admin-action-btn.is-active,
.tm-admin-request-actions .tm-admin-request-action-form button.tm-admin-action-btn.is-active {
    background: #e8f8fd !important;
    border-color: #0094c0 !important;
    color: #222f65 !important;
}

.tm-admin-action-btn:hover,
.tm-admin-action-btn:focus-visible {
    background: #f3fbff !important;
    border-color: #86cfe6 !important;
    color: #222f65 !important;
}

.tm-admin-action-btn:active {
    background: #f3fbff !important;
    border-color: #86cfe6 !important;
    color: #222f65 !important;
}

.tm-admin-action-btn.is-warning {
    border-color: #f3b13d !important;
    color: #c77e07 !important;
}

.tm-admin-action-btn.is-success {
    border-color: #90d9ba !important;
    color: #1e9763 !important;
    background: #ecfbf5 !important;
}

.tm-admin-action-btn.is-success:hover,
.tm-admin-action-btn.is-success:focus-visible {
    background: #e4f8ee !important;
    border-color: #78ccaa !important;
    color: #187d51 !important;
}

.tm-admin-action-btn.is-success:active {
    background: #e4f8ee !important;
    border-color: #78ccaa !important;
    color: #187d51 !important;
}

.tm-admin-action-btn.is-warning:hover,
.tm-admin-action-btn.is-warning:focus-visible {
    background: #fff9ef !important;
    border-color: #f4ba50 !important;
    color: #b47306 !important;
}

.tm-admin-action-btn.is-warning:active {
    background: #fff9ef !important;
    border-color: #f4ba50 !important;
    color: #b47306 !important;
}

.tm-admin-action-btn.is-danger {
    border-color: #ff7f7f !important;
    color: #d73131 !important;
}

.tm-admin-action-btn.is-danger:hover,
.tm-admin-action-btn.is-danger:focus-visible {
    background: #fff3f3 !important;
    border-color: #ff8d8d !important;
    color: #c51f1f !important;
}

.tm-admin-action-btn.is-danger:active {
    background: #fff3f3 !important;
    border-color: #ff8d8d !important;
    color: #c51f1f !important;
}

.tm-admin-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 1;
    margin-top: 0 !important;
    transform: none !important;
}

.tm-admin-action-icon::before {
    font-size: 16px !important;
    position: relative;
    top: 0;
}

/* Use custom SVG icons for admin controls instead of generic font glyphs. */
.tm-admin-action-icon,
.tm-admin-card-title-icon {
    font-family: inherit !important;
}

.tm-admin-action-icon::before,
.tm-admin-card-title-icon::before {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px 16px !important;
}

.tm-dashboard-icon--admin-edit::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='6' x2='20' y2='6'/%3E%3Cline x1='4' y1='12' x2='20' y2='12'/%3E%3Cline x1='4' y1='18' x2='20' y2='18'/%3E%3Ccircle cx='9' cy='6' r='2' fill='%23fff'/%3E%3Ccircle cx='15' cy='12' r='2' fill='%23fff'/%3E%3Ccircle cx='11' cy='18' r='2' fill='%23fff'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-pause::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c77e07' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3Cline x1='10' y1='8' x2='10' y2='16'/%3E%3Cline x1='14' y1='8' x2='14' y2='16'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-delete::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d73131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M8 6V4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2'/%3E%3Cpath d='M19 6l-1 14a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1L5 6'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-info::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='12' y1='11' x2='12' y2='16'/%3E%3Ccircle cx='12' cy='8' r='1' fill='%230094c0'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v14H4z'/%3E%3Cline x1='8' y1='9' x2='16' y2='9'/%3E%3Cline x1='8' y1='13' x2='16' y2='13'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-offers::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-traveler::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3C/svg%3E") !important;
}

.tm-dashboard-icon--admin-chats::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230094c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 15a4 4 0 0 1-4 4H8l-4 3v-7a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4z' transform='translate(2 0)'/%3E%3C/svg%3E") !important;
}

.tm-admin-action-btn.is-warning .tm-admin-action-icon,
.tm-admin-action-btn.is-warning .tm-admin-action-icon::before {
    color: #c77e07 !important;
}

.tm-admin-action-btn.is-danger .tm-admin-action-icon,
.tm-admin-action-btn.is-danger .tm-admin-action-icon::before {
    color: #d73131 !important;
}

.tm-admin-request-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
}

.tm-admin-user-profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.tm-admin-user-profile-grid > div {
    border-right: 1px solid #edf3fb;
    padding-right: 10px;
}

.tm-admin-user-profile-grid > div:last-child {
    border-right: 0;
    padding-right: 0;
}

.tm-admin-user-profile-grid span {
    display: block;
    color: #6780a6;
    font: 600 12px/1.3 "Satoshi", sans-serif;
    margin-bottom: 3px;
}

.tm-admin-user-profile-grid strong {
    display: block;
    color: #1f3a66;
    font: 700 15px/1.35 "Satoshi", sans-serif;
    margin-bottom: 8px;
}

.tm-admin-user-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.tm-admin-user-chip-row em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 8px;
    border: 1px solid #cae9f4;
    background: #ecf9fd;
    color: #137ea1;
    padding: 0 8px;
    font-style: normal;
    font: 700 12px/1 "Satoshi", sans-serif;
}

.tm-admin-user-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.tm-admin-user-stats-grid article {
    border: 1px solid #e7eef9;
    border-radius: 10px;
    background: #fbfdff;
    padding: 10px;
}

.tm-admin-user-stats-grid strong {
    display: block;
    color: #0094c0;
    font: 700 30px/1 "Satoshi", sans-serif;
}

.tm-admin-user-stats-grid span {
    color: #536b91;
    font: 600 13px/1.3 "Satoshi", sans-serif;
}

.tm-admin-user-complaints {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.tm-admin-user-complaints strong {
    color: #1f3a66;
    font: 700 34px/1 "Satoshi", sans-serif;
}

.tm-admin-user-complaints span {
    color: #6780a6;
    font: 600 13px/1.35 "Satoshi", sans-serif;
}

.tm-admin-edit-card {
    border-color: #cfe1ef !important;
    background: #fbfeff !important;
}

.tm-admin-request-edit-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tm-admin-edit-grid {
    display: grid;
    gap: 10px;
}

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

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

.tm-admin-request-edit-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tm-admin-request-edit-form label > span {
    color: #4f688f;
    font: 600 13px/1.3 "Satoshi", sans-serif;
}

.tm-admin-request-edit-form input,
.tm-admin-request-edit-form select,
.tm-admin-request-edit-form textarea {
    width: 100% !important;
    min-height: 40px;
    border: 1px solid #cfdfef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1f3863 !important;
    padding: 9px 12px !important;
    font: 600 14px/1.3 "Satoshi", sans-serif !important;
    box-shadow: none !important;
}

.tm-admin-request-edit-form textarea {
    min-height: 94px;
    resize: vertical;
}

.tm-admin-request-edit-form input:focus,
.tm-admin-request-edit-form select:focus,
.tm-admin-request-edit-form textarea:focus {
    border-color: #0094c0 !important;
    outline: 0 !important;
}

.tm-admin-edit-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tm-admin-request-grid > div,
.tm-admin-request-grid > aside {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tm-admin-card {
    border: 1px solid #e6edf8;
    border-radius: 14px;
    background: #ffffff;
    padding: 14px;
}

.tm-admin-card h4 {
    margin: 0 0 10px;
    color: #1a2f58 !important;
    font: 700 20px/1.2 "Satoshi", sans-serif !important;
}

.tm-admin-card-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    margin-right: 7px;
    background: #eef8fd !important;
    color: #0094c0;
    font-size: 13px;
    line-height: 1;
}

.tm-admin-card-title-icon::before {
    font-size: 12px !important;
}

.tm-admin-request-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.tm-admin-request-info-grid span {
    display: block;
    color: #6780a6;
    font: 600 12px/1.3 "Satoshi", sans-serif;
}

.tm-admin-request-info-grid strong {
    color: #203a66;
    font: 700 16px/1.35 "Satoshi", sans-serif;
}

.tm-admin-card p {
    margin: 0;
    color: #2a426d !important;
    font: 500 16px/1.6 "Satoshi", sans-serif !important;
}

.tm-admin-offers-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dbe8f5 !important;
    border-radius: 12px !important;
    overflow: hidden;
    table-layout: auto;
    background: #ffffff !important;
}

/* Strong overrides against Elementor table defaults. */
.tm-admin-card .tm-admin-offers-table,
.tm-admin-card table.tm-admin-offers-table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f5 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    table-layout: fixed !important;
}

.tm-admin-card .tm-admin-offers-table thead,
.tm-admin-card .tm-admin-offers-table tbody,
.tm-admin-card .tm-admin-offers-table tr {
    background: transparent !important;
    border: 0 !important;
}

.tm-admin-card .tm-admin-offers-table th,
.tm-admin-card .tm-admin-offers-table td {
    box-sizing: border-box !important;
    background: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #eef4fb !important;
    border-bottom: 1px solid #edf3fb !important;
    padding: 14px 12px !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.tm-admin-card .tm-admin-offers-table th {
    background: #f7fbff !important;
    color: #607ca8 !important;
    font: 800 12px/1.2 "Satoshi", sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.tm-admin-card .tm-admin-offers-table td {
    color: #223a67 !important;
    font: 700 15px/1.35 "Satoshi", sans-serif !important;
    white-space: normal !important;
}

.tm-admin-card .tm-admin-offers-table tr td:last-child,
.tm-admin-card .tm-admin-offers-table tr th:last-child {
    border-right: 0 !important;
}

.tm-admin-card .tm-admin-offers-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.tm-admin-card .tm-admin-offers-table tbody tr:nth-child(even) {
    background: #fbfdff !important;
}

.tm-admin-card .tm-admin-offers-table tbody tr:hover {
    background: #f2f9fe !important;
}

.tm-admin-offers-table th,
.tm-admin-offers-table td {
    text-align: left;
    border-bottom: 1px solid #edf3fb !important;
    border-right: 1px solid #eef4fb !important;
    padding: 12px 10px !important;
    color: #2a426d;
    font: 650 15px/1.35 "Satoshi", sans-serif !important;
    vertical-align: middle;
}

.tm-admin-offers-table td {
    white-space: nowrap;
}

.tm-admin-offers-table td:first-child,
.tm-admin-offers-table td:nth-child(3) {
    white-space: normal;
}

.tm-admin-offers-table th {
    color: #6880a5;
    font-size: 12px;
    text-transform: uppercase;
    background: #f8fbff !important;
    letter-spacing: 0.03em;
    font-weight: 800 !important;
}

.tm-admin-offers-table th:last-child,
.tm-admin-offers-table td:last-child {
    border-right: 0 !important;
}

.tm-admin-offers-table tbody tr {
    background: #ffffff !important;
}

.tm-admin-offers-table tbody tr:nth-child(even) {
    background: #fbfdff !important;
}

.tm-admin-offers-table tbody tr:hover {
    background: #f2f9fe !important;
}

.tm-admin-offers-table .tm-admin-status-pill {
    min-height: 36px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}

.tm-admin-offers-table tr:last-child td {
    border-bottom: 0;
}

.tm-admin-detail-list {
    margin: 0;
    display: grid;
    gap: 8px;
}

.tm-admin-detail-list div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-bottom: 1px solid #edf3fb;
    padding-bottom: 7px;
}

.tm-admin-detail-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tm-admin-detail-list dt {
    color: #6580a8;
    font: 600 13px/1.3 "Satoshi", sans-serif;
}

.tm-admin-detail-list dd {
    margin: 0;
    color: #1f3a66;
    font: 700 14px/1.3 "Satoshi", sans-serif;
}

.tm-admin-conversation-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-admin-conversation-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tm-admin-conversation-list li span {
    color: #263f6a;
    font: 600 14px/1.3 "Satoshi", sans-serif;
}

.tm-admin-requests-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 14px;
}

.tm-admin-page-btn {
    min-height: 34px;
    border: 1px solid #d4e1ee !important;
    border-radius: 8px !important;
    background: #ffffff;
    color: #223a67 !important;
    padding: 0 12px;
    font: 700 13px/1 "Satoshi", sans-serif;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    text-shadow: none !important;
}

.tm-admin-page-btn:hover,
.tm-admin-page-btn:focus-visible {
    border-color: #0094c0 !important;
    color: #0094c0 !important;
    background: #f2fbff !important;
    outline: none !important;
}

.tm-admin-page-btn:disabled {
    opacity: 1;
    cursor: not-allowed;
    background: #f5f9fd !important;
    border-color: #d8e6f2 !important;
    color: #97abc4 !important;
}

.tm-admin-page-btn:disabled:hover,
.tm-admin-page-btn:disabled:focus-visible {
    border-color: #d8e6f2 !important;
    color: #97abc4 !important;
    background: #f5f9fd !important;
}

.tm-toast-stack {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tm-toast {
    min-width: 280px;
    max-width: 420px;
    border-radius: 10px;
    border: 1px solid #cfe2ef;
    background: #ffffff;
    color: #223a67;
    padding: 12px 14px;
    box-shadow: 0 10px 30px rgba(13, 43, 84, 0.13);
    font: 600 14px/1.4 "Satoshi", sans-serif;
    transform: translateY(-6px);
    opacity: 0;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.tm-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.tm-toast.is-success {
    border-color: #bde7ce;
    background: #f2fbf5;
}

.tm-toast.is-error {
    border-color: #f3c0c0;
    background: #fff6f6;
}

.tm-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
}

.tm-confirm-modal.is-open {
    display: flex;
}

.tm-confirm-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 42, 82, 0.38);
}

.tm-confirm-modal__panel {
    position: relative;
    width: min(92vw, 420px);
    border-radius: 14px;
    border: 1px solid #d6e4f1;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 18px 54px rgba(17, 42, 82, 0.25);
}

.tm-confirm-modal__panel h4 {
    margin: 0 0 10px;
    color: #1b315a;
    font: 700 22px/1.2 "Satoshi", sans-serif;
}

.tm-confirm-modal__panel p {
    margin: 0;
    color: #4f668f;
    font: 500 15px/1.5 "Satoshi", sans-serif;
}

.tm-confirm-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.tm-confirm-btn {
    min-height: 38px;
    border-radius: 10px !important;
    padding: 0 14px;
    font: 700 14px/1 "Satoshi", sans-serif !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.tm-confirm-btn--ghost {
    border: 1px solid #86cfe6 !important;
    background: #ffffff !important;
    color: #0094c0 !important;
}

.tm-confirm-btn--danger {
    border: 1px solid #0094c0 !important;
    background: #0094c0 !important;
    color: #ffffff !important;
}

.tm-confirm-modal__actions .tm-confirm-btn:hover,
.tm-confirm-modal__actions .tm-confirm-btn:focus-visible,
.tm-confirm-modal__actions button.tm-confirm-btn:hover,
.tm-confirm-modal__actions button.tm-confirm-btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.tm-confirm-modal__actions .tm-confirm-btn--danger:hover,
.tm-confirm-modal__actions .tm-confirm-btn--danger:focus-visible,
.tm-confirm-modal__actions button.tm-confirm-btn--danger:hover,
.tm-confirm-modal__actions button.tm-confirm-btn--danger:focus-visible {
    border-color: #007da3 !important;
    background: #007da3 !important;
    color: #ffffff !important;
}

.tm-confirm-modal__actions .tm-confirm-btn--ghost:hover,
.tm-confirm-modal__actions .tm-confirm-btn--ghost:focus-visible,
.tm-confirm-modal__actions button.tm-confirm-btn--ghost:hover,
.tm-confirm-modal__actions button.tm-confirm-btn--ghost:focus-visible {
    border-color: #86cfe6 !important;
    background: #f3fbff !important;
    color: #222f65 !important;
}

.tm-admin-page-info {
    color: #466087;
    font: 700 13px/1 "Satoshi", sans-serif;
}

.tm-msg-layout {
    display: grid;
    grid-template-columns: 320px 1fr 280px;
    gap: 14px;
}

.tm-msg-sidebar,
.tm-msg-main,
.tm-msg-info {
    border: 2px solid #e6eaf1 !important;
    border-radius: 12px !important;
    background: #ffffff;
}

.tm-msg-sidebar,
.tm-msg-info {
    padding: 12px;
}

.tm-msg-main {
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 620px;
}

.tm-msg-sidebar h3,
.tm-msg-main h3,
.tm-msg-info h4 {
    margin: 0 0 10px;
    color: #1a2d57 !important;
    font: 700 22px/1.2 "Satoshi", sans-serif !important;
}

.tm-msg-search {
    width: 100% !important;
    border: 2px solid #e6eaf1 !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    margin-bottom: 10px;
}

.tm-msg-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 540px;
    overflow: auto;
}

.tm-msg-list-item {
    border: 2px solid #edf3fb !important;
    border-radius: 10px !important;
    text-decoration: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tm-msg-list-item:hover {
    border-color: #d4e7f6 !important;
    background: #f8fcff;
}

.tm-msg-list-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tm-msg-list-badge {
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--tm-brand);
    color: #ffffff;
    font: 700 11px/20px "Satoshi", sans-serif;
    text-align: center;
    padding: 0 6px;
}

.tm-msg-list-item.is-active {
    border-color: var(--tm-brand) !important;
    background: #f0fbff;
}

.tm-msg-list-item strong {
    color: #223764 !important;
    font: 700 14px/1.3 "Satoshi", sans-serif;
}

.tm-msg-list-item span {
    color: #5d7297 !important;
    font: 500 13px/1.35 "Satoshi", sans-serif;
}

.tm-msg-main-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #ebf1fa;
    padding: 4px 4px 10px;
}

.tm-msg-main-head p {
    margin: 0;
    color: #5d7198 !important;
    font: 500 13px/1.35 "Satoshi", sans-serif !important;
}

.tm-msg-top-meta {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-msg-top-meta span {
    border: 1px solid #dbe7f4;
    border-radius: 999px;
    padding: 4px 10px;
    color: #4d668f;
    font: 600 12px/1 "Satoshi", sans-serif;
    background: #f7fbff;
}

.tm-msg-top-meta .tm-msg-badge--status {
    border-color: #bfe4f1;
    color: var(--tm-brand);
    background: #eef9fd;
}

.tm-msg-thread {
    flex: 1;
    overflow: auto;
    padding: 10px 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 34%);
    border-radius: 10px;
}

.tm-msg-bubble-wrap {
    display: flex;
    flex-direction: column;
    max-width: 76%;
    gap: 4px;
}

.tm-msg-bubble-wrap.is-own {
    margin-left: auto;
    align-items: flex-end;
}

.tm-msg-bubble-wrap.is-peer {
    margin-right: auto;
    align-items: flex-start;
}

.tm-msg-bubble {
    border: 2px solid #e5ecf7;
    border-radius: 12px;
    background: #f4f8ff;
    padding: 10px 12px;
    box-shadow: 0 1px 0 rgba(34, 47, 101, 0.04);
}

.tm-msg-bubble-wrap.is-own .tm-msg-bubble {
    background: var(--tm-brand);
    border-color: var(--tm-brand);
}

.tm-msg-bubble p {
    margin: 0;
    color: #1f345b !important;
    font: 500 14px/1.45 "Satoshi", sans-serif !important;
}

.tm-msg-bubble-wrap.is-own .tm-msg-bubble p,
.tm-msg-bubble-wrap.is-own .tm-msg-bubble a {
    color: #ffffff !important;
}

.tm-msg-bubble-wrap time {
    color: #7285a6;
    font: 500 12px/1 "Satoshi", sans-serif;
}

.tm-msg-form {
    border-top: 1px solid #ebf1fa;
    padding: 10px 4px 2px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-msg-form .tm-submit {
    align-self: flex-end;
    min-width: 132px;
}

.tm-msg-form textarea,
.tm-msg-form input[type="file"] {
    width: 100% !important;
    border: 2px solid #dfe8f5 !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
}

.tm-msg-form-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tm-msg-info dl {
    margin: 0;
    display: grid;
    gap: 8px;
}

.tm-msg-party-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.tm-msg-party-card {
    border: 1px solid #e7eef8;
    border-radius: 10px;
    padding: 9px 10px;
    background: #f9fbff;
    box-shadow: 0 1px 0 rgba(34, 47, 101, 0.04);
}

.tm-msg-party-card h5 {
    margin: 0 0 4px;
    color: #7284a2;
    font: 700 11px/1.1 "Satoshi", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tm-msg-party-card p {
    margin: 0;
    color: #1d3460 !important;
    font: 700 14px/1.25 "Satoshi", sans-serif !important;
}

.tm-msg-party-card small {
    color: #657ca2;
    font: 500 12px/1.25 "Satoshi", sans-serif;
}

.tm-msg-info dl > div {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf2f8;
}

.tm-msg-info dt,
.tm-msg-info dd {
    margin: 0;
    color: #253c66 !important;
    font: 500 13px/1.35 "Satoshi", sans-serif !important;
}

.tm-msg-info dd {
    font-weight: 700 !important;
    text-align: right;
}

.tm-msg-info-actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-msg-admin-btn {
    border: 2px solid #e2eaf6 !important;
    border-radius: 8px !important;
    background: #f8fbff !important;
    color: var(--tm-brand) !important;
    font: 700 12px/1 "Satoshi", sans-serif;
    padding: 10px 12px;
    text-align: left;
}

.tm-msg-layout {
    display: grid;
    grid-template-columns: 340px 1fr 300px;
    gap: 14px;
}

.tm-msg-sidebar,
.tm-msg-main,
.tm-msg-info {
    border: 1px solid #dbe7f4 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
}

.tm-msg-sidebar,
.tm-msg-info {
    padding: 14px;
}

.tm-msg-main {
    padding: 12px;
    min-height: 680px;
}

.tm-msg-sidebar-intro {
    margin: -3px 0 10px;
    color: #5c7398 !important;
    font: 500 13px/1.4 "Satoshi", sans-serif !important;
}

.tm-msg-search-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tm-msg-search {
    margin-bottom: 0;
}

.tm-msg-search-filter {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #d9e7f3 !important;
    background: #ffffff !important;
    color: #355282 !important;
    font: 700 15px/1 "Satoshi", sans-serif;
}

.tm-msg-filter-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf3fb;
}

.tm-msg-filter-chip {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #516b93;
    font: 700 13px/1.2 "Satoshi", sans-serif;
    padding: 6px 2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tm-msg-filter-chip em {
    font-style: normal;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ecf3fd;
    color: #4d678f;
    font: 700 11px/1 "Satoshi", sans-serif;
    padding: 0 4px;
}

.tm-msg-filter-chip.is-active {
    color: #0094c0;
    border-bottom-color: #0094c0;
}

.tm-msg-filter-chip.is-active em {
    background: #e8f8fd;
    color: #0e7da3;
}

.tm-msg-list {
    max-height: 560px;
    gap: 10px;
}

.tm-msg-list-item {
    border: 1px solid #dfebf7 !important;
    border-radius: 12px !important;
    padding: 12px;
}

.tm-msg-list-item-head small {
    color: #6681a9;
    font: 600 12px/1 "Satoshi", sans-serif;
}

.tm-msg-list-item-sub {
    color: #4e678f !important;
    font: 500 13px/1.4 "Satoshi", sans-serif !important;
}

.tm-msg-list-item-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.tm-msg-list-item-foot small {
    color: #7a8eaf;
    font: 600 12px/1.2 "Satoshi", sans-serif;
}

.tm-msg-main-head {
    padding: 2px 2px 10px;
}

.tm-msg-main-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tm-msg-party-grid--top {
    margin: 10px 0 8px;
    grid-template-columns: 1fr 1fr;
}

.tm-msg-thread {
    border: 1px solid #e5edf8;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 36%);
    padding: 12px;
    gap: 14px;
}

.tm-msg-bubble-wrap {
    max-width: 82%;
    position: relative;
    padding-left: 38px;
}

.tm-msg-bubble-wrap.is-own {
    padding-left: 0;
    padding-right: 38px;
}

.tm-msg-bubble-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #cfe0ef;
    background: #eaf5fd;
    color: #1f4a7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 11px/1 "Satoshi", sans-serif;
}

.tm-msg-bubble-wrap.is-own .tm-msg-bubble-avatar {
    left: auto;
    right: 0;
    background: #0094c0;
    border-color: #0094c0;
    color: #ffffff;
}

.tm-msg-bubble {
    border: 1px solid #dce8f5;
    border-radius: 12px;
    padding: 10px 12px;
    background: #ffffff;
}

.tm-msg-bubble-wrap.is-own .tm-msg-bubble {
    background: linear-gradient(135deg, #0287ad 0%, #0094c0 100%);
    border-color: #0094c0;
}

.tm-msg-admin-note {
    margin-top: 12px;
    border: 1px solid #f0dcb0;
    border-radius: 10px;
    background: #fffaf0;
    color: #7c6338 !important;
    font: 600 13px/1.4 "Satoshi", sans-serif !important;
    padding: 10px 12px;
}

.tm-msg-info-actions {
    margin-top: 14px;
}

.tm-msg-admin-btn {
    border: 1px solid #d9e5f3 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #314f7e !important;
    font: 700 14px/1 "Satoshi", sans-serif !important;
    padding: 11px 12px !important;
    text-align: left;
}

.tm-msg-admin-btn.tm-msg-admin-btn--danger {
    border-color: #f3c8c8 !important;
    color: #cc3b3b !important;
    background: #fff7f7 !important;
}

@media (max-width: 1024px) {
    .tripmonde-full-form .tm-step {
        gap: 16px;
        padding: 22px 0;
    }

    .tripmonde-full-form .tm-step-icon-wrap {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

    .tripmonde-full-form .tm-step-icon,
    .tripmonde-full-form .tm-step-icon-fallback {
        width: 54px;
        height: 54px;
    }

    .tripmonde-specialist-form .tm-spec-title {
        font-size: 20px !important;
    }

    .tripmonde-specialist-form .tm-spec-checkbox-grid,
    .tripmonde-specialist-form .tm-spec-checkbox-grid--languages,
    .tripmonde-specialist-form .tm-spec-radio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tm-overview-stats--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tm-overview-columns--three {
        grid-template-columns: 1fr;
    }

    .tm-admin-requests-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .tm-admin-requests-head,
    .tm-admin-requests-row {
        grid-template-columns: 1.8fr 1fr 1.2fr 1fr;
    }

    .tm-admin-requests.tm-admin-requests--offers .tm-admin-requests-head,
    .tm-admin-requests.tm-admin-requests--offers .tm-admin-requests-row {
        grid-template-columns: 1.7fr 1fr 1fr 1fr;
    }

    .tm-admin-requests.tm-admin-requests--users .tm-admin-requests-head,
    .tm-admin-requests.tm-admin-requests--users .tm-admin-requests-row {
        grid-template-columns: 1.8fr 1fr 1fr 1fr;
    }

    .tm-admin-requests-head span:nth-child(5),
    .tm-admin-requests-row > :nth-child(5) {
        display: none;
    }

    .tm-admin-request-grid {
        grid-template-columns: 1fr;
    }

    .tm-admin-user-hero {
        grid-template-columns: 1fr;
    }

    .tm-admin-user-profile-grid,
    .tm-admin-user-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-admin-user-profile-grid > div:nth-child(2n) {
        border-right: 0;
        padding-right: 0;
    }

    .tm-admin-edit-grid--three {
        grid-template-columns: 1fr;
    }

    .tm-msg-layout {
        grid-template-columns: 280px 1fr;
    }

    .tm-msg-main-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-msg-info {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .tripmonde-specialist-form .tm-spec-grid--two,
    .tripmonde-specialist-form .tm-spec-upload-grid,
    .tripmonde-specialist-form .tm-spec-checkbox-grid,
    .tripmonde-specialist-form .tm-spec-checkbox-grid--languages,
    .tripmonde-specialist-form .tm-spec-radio-grid {
        grid-template-columns: 1fr;
    }

    .tripmonde-specialist-form .tm-spec-title {
        font-size: 20px !important;
    }

    .tripmonde-login-form .tm-login-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-dashboard-head {
        flex-direction: column;
    }

    .tm-dashboard-list-item,
    .tm-dashboard-detail dl > div {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-dashboard-detail dd {
        text-align: left;
    }
        .tm-overview-hero h2 {
            font-size: 32px !important;
        }
        .tm-overview-stats--three,
        .tm-overview-stats--four {
            grid-template-columns: 1fr;
        }
        .tm-overview-table-head,
        .tm-overview-table-row,
        .tm-overview--traveler .tm-overview-table-head,
        .tm-overview--traveler .tm-overview-table-row {
            grid-template-columns: 1fr;
        }

        .tm-msg-layout {
            grid-template-columns: 1fr;
        }

        .tm-msg-main {
            min-height: 0;
        }

        .tm-msg-main-head,
        .tm-msg-form-row,
        .tm-msg-info dl > div {
            flex-direction: column;
            align-items: flex-start;
        }

        .tm-msg-bubble-wrap {
            max-width: 92%;
        }

        .tm-msg-form .tm-submit {
            width: 100%;
        }

        .tm-msg-info dd {
            text-align: left;
        }

        .tm-admin-edit-grid--two,
        .tm-admin-edit-grid--three {
            grid-template-columns: 1fr;
        }

        .tm-admin-edit-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .tm-admin-user-hero-main {
            flex-direction: column;
        }

        .tm-admin-user-avatar {
            width: 74px;
            min-width: 74px;
            height: 74px;
            font-size: 18px;
        }

        .tm-admin-user-profile-grid,
        .tm-admin-user-stats-grid {
            grid-template-columns: 1fr;
        }

        .tm-admin-user-profile-grid > div {
            border-right: 0;
            padding-right: 0;
        }
}

@media (max-width: 767px) {
    .tripmonde-hero-form .tm-hero-grid,
    .tripmonde-full-form .tm-counter-grid,
    .tripmonde-full-form .tm-contact-grid {
        grid-template-columns: 1fr;
    }

    .tripmonde-full-form .tm-step {
        flex-direction: column;
    }

    .tripmonde-full-form .tm-step-title {
        font-size: 20px !important;
    }

    .tripmonde-full-form .tm-contact-grid .tm-field:last-child {
        grid-column: auto;
    }

    .tripmonde-full-form .tm-counter-control {
        grid-template-columns: 54px 1fr 54px;
    }

    .tripmonde-full-form .tm-counter-value {
        min-height: 54px;
        font-size: 28px;
    }

    .tripmonde-full-form .tm-counter-btn {
        min-height: 54px;
        font-size: 34px;
    }
}