.tn-suggestion-trigger {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 850;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(16, 72, 182, .2);
    border-radius: 999px;
    background: #fff;
    color: #0a2d67;
    box-shadow: 0 12px 36px rgba(7, 36, 85, .2);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease;
}

.tn-suggestion-trigger:hover { transform: translateY(-2px); box-shadow: 0 16px 42px rgba(7, 36, 85, .25); }
.tn-suggestion-trigger i { color: #0b62f4; }

.tn-suggestion-dialog {
    width: min(680px, calc(100vw - 32px));
    max-height: min(860px, calc(100vh - 32px));
    padding: 0;
    border: 0;
    border-radius: 22px;
    color: #0a2a60;
    background: #fff;
    box-shadow: 0 32px 90px rgba(4, 24, 58, .35);
    overflow: auto;
}

.tn-suggestion-dialog::backdrop { background: rgba(4, 22, 53, .68); backdrop-filter: blur(4px); }
.tn-suggestion-form { padding: 0; }
.tn-suggestion-dialog-header { display: grid; grid-template-columns: 48px 1fr 42px; gap: 14px; align-items: start; padding: 24px 26px 20px; border-bottom: 1px solid #e5edf8; background: linear-gradient(135deg, #f5f9ff, #fff); }
.tn-suggestion-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: #e5efff; color: #075cf0; font-size: 20px; }
.tn-suggestion-dialog-header p { margin: 0 0 3px; color: #1260dd; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tn-suggestion-dialog-header h2 { margin: 0; color: #08285f; font-size: clamp(23px, 4vw, 30px); line-height: 1.08; }
.tn-suggestion-dialog-header div > span { display: block; margin-top: 5px; color: #637697; font-size: 14px; }
.tn-suggestion-close { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #5b6f91; background: #edf3fb; cursor: pointer; }
.tn-suggestion-context { margin: 20px 26px 0; padding: 11px 13px; border-radius: 10px; color: #1551ac; background: #eef5ff; font-size: 13px; font-weight: 700; }
.tn-suggestion-context i { margin-right: 7px; }
.tn-suggestion-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 22px 26px 14px; }
.tn-suggestion-fields label { display: flex; flex-direction: column; gap: 7px; color: #122f61; font-size: 13px; font-weight: 750; }
.tn-suggestion-fields label > span small { color: #8190aa; font-weight: 600; }
.tn-suggestion-fields input, .tn-suggestion-fields select, .tn-suggestion-fields textarea { width: 100%; box-sizing: border-box; border: 1px solid #cbd8ea; border-radius: 10px; padding: 11px 12px; color: #102e60; background: #fff; font: inherit; font-weight: 500; outline: none; }
.tn-suggestion-fields textarea { resize: vertical; line-height: 1.5; }
.tn-suggestion-fields input:focus, .tn-suggestion-fields select:focus, .tn-suggestion-fields textarea:focus { border-color: #1565e8; box-shadow: 0 0 0 3px rgba(21, 101, 232, .12); }
.tn-suggestion-fields label > small { color: #7183a1; font-size: 11px; font-weight: 500; line-height: 1.4; }
.tn-suggestion-wide { grid-column: 1 / -1; }
.tn-suggestion-privacy { margin: 0 26px 16px; color: #73829b; font-size: 12px; line-height: 1.5; }
.tn-suggestion-error { margin: 0 26px 16px; padding: 11px 13px; border-radius: 9px; color: #9d1c35; background: #fff0f3; font-size: 13px; font-weight: 650; }
.tn-suggestion-footer { display: flex; justify-content: flex-end; gap: 10px; padding: 18px 26px 24px; border-top: 1px solid #e8eef7; }
.tn-suggestion-footer button, .tn-suggestion-success button { min-height: 44px; padding: 0 18px; border-radius: 9px; font: inherit; font-weight: 750; cursor: pointer; }
.tn-suggestion-cancel { border: 1px solid #cbd7e8; color: #344d75; background: #fff; }
.tn-suggestion-submit { display: inline-flex; align-items: center; gap: 10px; border: 0; color: #fff; background: #075cf0; }
.tn-suggestion-submit:disabled { opacity: .65; cursor: wait; }
.tn-suggestion-success { padding: 58px 34px; text-align: center; }
.tn-suggestion-success > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: #16ad79; font-size: 25px; }
.tn-suggestion-success h2 { margin: 0 0 10px; color: #092b64; font-size: 28px; }
.tn-suggestion-success p { max-width: 470px; margin: 0 auto 24px; color: #627493; line-height: 1.6; }
.tn-suggestion-success button { border: 0; color: #fff; background: #075cf0; }
.tn-suggestion-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.tn-suggest-inline { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; padding: 0; border: 0; color: #0b62e9; background: transparent; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.tn-suggest-inline:hover { text-decoration: underline; }
.tn-place-info-row .tn-suggest-inline { grid-column: 2; justify-self: start; margin-top: 5px; }
.tn-place-side-card dd .tn-suggest-inline { margin-left: auto; }
.tn-place-safety-stat { position: relative; }
.tn-place-hero-stats .tn-place-stat-suggest { grid-column: 2; margin: 2px 0 0; padding: 0; border: 0; color: #0b62e9; background: transparent; font: inherit; font-size: 10px; font-weight: 800; text-align: left; cursor: pointer; }

@media (max-width: 640px) {
    .tn-suggestion-trigger { right: 14px; bottom: 14px; min-height: 44px; padding: 0 15px; }
    .tn-suggestion-dialog { width: calc(100vw - 18px); max-height: calc(100vh - 18px); border-radius: 17px; }
    .tn-suggestion-dialog-header { grid-template-columns: 42px 1fr 38px; padding: 19px 18px 16px; }
    .tn-suggestion-icon { width: 42px; height: 42px; }
    .tn-suggestion-fields { grid-template-columns: 1fr; padding: 18px; }
    .tn-suggestion-wide { grid-column: auto; }
    .tn-suggestion-context { margin: 16px 18px 0; }
    .tn-suggestion-privacy, .tn-suggestion-error { margin-left: 18px; margin-right: 18px; }
    .tn-suggestion-footer { padding: 16px 18px 20px; }
}
