.survey-campaign-popup {
    position: fixed;
    right: 76px;
    bottom: 96px;
    z-index: 10;
    width: 360px;
    max-width: calc(100vw - 32px);
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.survey-campaign-minimize {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.survey-campaign-copy {
    margin: 0 0 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.survey-campaign-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.survey-campaign-actions .btn {
    border: 0;
    border-radius: 4px;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.survey-campaign-open { background: #52c41a; }
.survey-campaign-skip { background: #8c8c8c; }

.survey-campaign-launcher {
    position: fixed;
    right: 76px;
    bottom: 24px;
    z-index: 10;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    color: #52c41a;
    cursor: pointer;
}

.survey-campaign-launcher {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 22px;
}

.survey-campaign-pending-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fa8c16;
}
