.tool-suggestion-page {
    padding-top: 24px;
    padding-bottom: 48px;
    background: #f7f9fc;
}

.tool-suggestion-shell {
    max-width: 1080px;
    margin: 0 auto;
    padding: 34px;
    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(24, 52, 84, .07);
}

.tool-suggestion-intro {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.tool-suggestion-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #257bd0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tool-suggestion-intro h1 {
    margin: 10px 0 9px;
    color: #111d2e;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
}

.tool-suggestion-intro p {
    margin: 0;
    color: #60728a;
    font-size: 16px;
}

.tool-suggestion-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto 20px;
}

.tool-suggestion-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr);
    gap: 22px;
    align-items: start;
}

.tool-suggestion-form-card,
.tool-suggestion-info-card,
.tool-suggestion-history {
    border: 1px solid #e0e7ef;
    border-radius: 14px;
    background: #fbfcfe;
}

.tool-suggestion-form-card {
    padding: 24px;
}

.tool-suggestion-card-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 22px;
}

.tool-suggestion-heading-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    color: #2478cf;
    background: #eaf4ff;
    font-size: 18px;
}

.tool-suggestion-card-heading h2,
.tool-suggestion-info-card h2,
.tool-suggestion-history h2 {
    margin: 0;
    color: #17263a;
    font-size: 21px;
    font-weight: 800;
}

.tool-suggestion-card-heading p {
    margin: 4px 0 0;
    color: #71839a;
    font-size: 14px;
}

.tool-suggestion-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tool-suggestion-field {
    margin-bottom: 17px;
}

.tool-suggestion-field label {
    display: block;
    margin-bottom: 7px;
    color: #293c53;
    font-size: 14px;
    font-weight: 700;
}

.tool-suggestion-field label span {
    color: #e05252;
}

.tool-suggestion-field input,
.tool-suggestion-field textarea {
    display: block;
    width: 100%;
    border: 1px solid #d5dfeb;
    border-radius: 8px;
    outline: 0;
    padding: 11px 13px;
    color: #1d2d40;
    background: #fff;
    font: inherit;
    transition: border-color .2s, box-shadow .2s;
}

.tool-suggestion-field textarea {
    min-height: 125px;
    resize: vertical;
}

.tool-suggestion-field input:focus,
.tool-suggestion-field textarea:focus {
    border-color: #348ce0;
    box-shadow: 0 0 0 3px rgba(52, 140, 224, .13);
}

.tool-suggestion-field input[readonly] {
    color: #66788c;
    background: #f2f5f8;
}

.tool-suggestion-field-note,
.tool-suggestion-privacy {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #65788f;
    font-size: 13px;
}

.tool-suggestion-field-note {
    margin: -8px 0 18px;
}

.tool-suggestion-field-note i,
.tool-suggestion-privacy i {
    margin-top: 2px;
    color: #1b9a68;
}

.tool-suggestion-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 2px 0 18px;
    color: #566b82;
    font-size: 13px;
}

.tool-suggestion-consent input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    accent-color: #2986da;
}

.tool-suggestion-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.tool-suggestion-submit {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 8px;
    padding: 12px 18px;
    color: #fff;
    background: #2c88d9;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

.tool-suggestion-submit:hover {
    background: #1d73bf;
    transform: translateY(-1px);
}

.tool-suggestion-info-card {
    padding: 24px;
}

.tool-suggestion-info-card h2 {
    margin-bottom: 20px;
}

.tool-suggestion-step {
    display: flex;
    gap: 11px;
    margin-bottom: 18px;
}

.tool-suggestion-step > span {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    place-items: center;
    border-radius: 50%;
    color: #227ace;
    background: #eaf4ff;
    font-size: 13px;
    font-weight: 800;
}

.tool-suggestion-step strong {
    display: block;
    margin-bottom: 3px;
    color: #263b53;
    font-size: 14px;
}

.tool-suggestion-step p {
    margin: 0;
    color: #6c7e94;
    font-size: 13px;
    line-height: 1.55;
}

.tool-suggestion-privacy {
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid #e2e8ef;
}

.tool-suggestion-history {
    margin-top: 24px;
    padding: 24px;
}

.tool-suggestion-history-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tool-suggestion-history-heading h2 {
    margin-top: 3px;
}

.tool-suggestion-history-count {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #2478cf;
    background: #eaf4ff;
    font-weight: 800;
}

.tool-suggestion-history-item {
    padding: 17px;
    border: 1px solid #e2e8ef;
    border-radius: 10px;
    background: #fff;
}

.tool-suggestion-history-item + .tool-suggestion-history-item {
    margin-top: 12px;
}

.tool-suggestion-history-item-head,
.tool-suggestion-reply-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tool-suggestion-history-item h3 {
    margin: 0 0 3px;
    color: #21354d;
    font-size: 17px;
}

.tool-suggestion-history-item-head > div > span,
.tool-suggestion-reply-heading span {
    color: #7a8a9c;
    font-size: 12px;
}

.tool-suggestion-status {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 10px;
    color: #32617f;
    background: #eaf4fb;
    font-size: 12px;
    font-weight: 700;
}

.tool-suggestion-status.status-approved,
.tool-suggestion-status.status-implemented,
.tool-suggestion-status.status-replied {
    color: #17734e;
    background: #e7f7ef;
}

.tool-suggestion-status.status-rejected {
    color: #a73949;
    background: #fdebed;
}

.tool-suggestion-history-description {
    margin: 13px 0 0;
    color: #5d7188;
    line-height: 1.6;
    white-space: pre-line;
}

.tool-suggestion-reply {
    margin-top: 14px;
    padding: 13px 14px;
    border-left: 3px solid #2c88d9;
    border-radius: 5px;
    background: #f4f8fc;
}

.tool-suggestion-reply-heading strong {
    color: #276fae;
    font-size: 13px;
}

.tool-suggestion-reply p {
    margin: 7px 0 0;
    color: #344b63;
    line-height: 1.6;
    white-space: pre-line;
}

.tool-suggestion-empty-history {
    padding: 25px;
    color: #718399;
    text-align: center;
}

.tool-suggestion-empty-history i {
    display: block;
    margin-bottom: 8px;
    color: #8da4bd;
    font-size: 25px;
}

@media (max-width: 767px) {
    .tool-suggestion-page {
        padding-top: 12px;
    }

    .tool-suggestion-shell {
        padding: 20px 14px;
        border-radius: 13px;
    }

    .tool-suggestion-grid,
    .tool-suggestion-form-row {
        grid-template-columns: 1fr;
    }

    .tool-suggestion-form-card,
    .tool-suggestion-info-card,
    .tool-suggestion-history {
        padding: 17px;
    }

    .tool-suggestion-intro {
        margin-bottom: 22px;
    }

    .tool-suggestion-intro p {
        font-size: 14px;
        line-height: 1.55;
    }

    .tool-suggestion-history-item-head {
        align-items: flex-start;
        flex-direction: column;
    }
}
