.pnt-survey-wrap {
    max-width: 860px;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
}

.pnt-survey-title {
    margin-top: 0;
}

.pnt-survey-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.pnt-survey-field span {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.pnt-survey-field input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.pnt-survey-row {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 12px;
    margin: 0 0 12px;
}

.pnt-survey-row legend {
    font-weight: 700;
    padding: 0 8px;
}

.pnt-survey-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pnt-survey-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    cursor: pointer;
}

.pnt-survey-privacy {
    font-size: 0.92rem;
    color: #555;
}

.pnt-survey-submit {
    display: inline-block;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: #1d2327;
    color: #fff;
    cursor: pointer;
}

.pnt-survey-message {
    padding: 12px 14px;
    border-radius: 8px;
    margin: 12px 0;
}

.pnt-survey-message-success {
    background: #e7f7ec;
    border: 1px solid #b7e2c2;
}

.pnt-survey-message-error {
    background: #fdecec;
    border: 1px solid #f0b8b8;
}

.pnt-survey-message-info {
    background: #eef5ff;
    border: 1px solid #c7daf5;
}
