.Product-builder-survey-banner {
    margin: 40px 40px 0;
    border-radius: 3px;

    .Product-builder-survey {
        align-items: center;
        color: var(--white);
        display: flex;
        font-size: 1.3rem;

        &-icon {
            margin-left: 20px;
            height: 40px;
        }

        &-title {
            display: flex;
            flex-wrap: wrap;
            font-size: 21px;
            font-weight: 300;
            line-height: 25px;
            margin-left: 20px;

            a {
                color: var(--white);
                text-decoration: underline;
                margin-left: 1rem;
            }
        }

        &-url {
            color: inherit;
            margin-left: 20px;
            text-decoration: underline;

            &:hover {
                color: inherit;
                cursor: grab;
            }
        }
    }
}
