.kmm-feedback-cta {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    box-sizing: border-box;
}
.kmm-feedback-cta__icon {
    width: 44px;
    height: 44px;
    background: #eefbf3;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #00d856;
}
.kmm-feedback-cta__icon svg { width: 22px; height: 22px; }
.kmm-feedback-cta__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #111;
    letter-spacing: -0.01em;
}
.kmm-feedback-cta__sub {
    font-size: 13px;
    color: #5a5a5a;
    margin: 0 0 18px;
}
.kmm-feedback-cta__btn {
    width: 100%;
    background: #00d856;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s ease, transform 0.1s ease;
}
.kmm-feedback-cta__btn:hover { background: #00b548; }
.kmm-feedback-cta__btn:active { transform: scale(0.98); }
.kmm-feedback-cta__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
    font-size: 11px;
    color: #8a8a8a;
    font-weight: 500;
}
.kmm-feedback-cta__meta .dot { width: 3px; height: 3px; background: #8a8a8a; border-radius: 50%; }

.kmm-feedback-footer-link {
    text-align: center;
    margin: 12px 0 8px;
    font-size: 12px;
    color: #8a8a8a;
}
.kmm-feedback-footer-link a {
    color: #00d856;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}
.kmm-feedback-footer-link a:hover { text-decoration: underline; }
