.tx-tsform .feedback-form .field--option,
.tx-tsform .feedback-form .field__answer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.tx-tsform .feedback-form .field__label,
.tx-tsform .feedback-form .field__answer {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .tx-tsform .feedback-form .field__label {
        flex-basis: 40%;
        margin: 0;
    }

    .tx-tsform .feedback-form .field__answer {
        flex-basis: 60%;
    }
}

.tx-tsform .feedback-form .field__answer input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tx-tsform .feedback-form .field__option {
    flex: 1 1 auto;
}

.tx-tsform .feedback-form .svg-wrapper {
    margin: 0 auto;
    width: 40px;
}

.tx-tsform .feedback-form .svg-container {
    display: block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: 0;
}

.tx-tsform .feedback-form .svg-container > svg {
    position: absolute;
    top: 0;
    left: 0;
}

.tx-tsform .feedback-form .emoticon {
    color: #9b9b9b;
    cursor: pointer;
}

.tx-tsform .feedback-form input[type="radio"]:checked + .svg-wrapper > .emoticon--smile,
.tx-tsform .feedback-form .emoticon--smile:hover {
    color: #78b900;
}

.tx-tsform .feedback-form input[type="radio"]:checked + .svg-wrapper > .emoticon--meh,
.tx-tsform .feedback-form .emoticon--meh:hover {
    color: #ffa500;
}

.tx-tsform .feedback-form input[type="radio"]:checked + .svg-wrapper > .emoticon--frown,
.tx-tsform .feedback-form .emoticon--frown:hover {
    color: #f27474;
}

.tx-tsform .feedback-form .button,
.tx-tsform .contact-form .button,
.tx-tsform .productlaunch-form .button {
    display: block;
    width: 100%;
}

/* PRODUCT LAUNCH */
.tx-tsform .productlaunch-form .field-zip-city > input {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .tx-tsform .productlaunch-form .field-zip-city {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .tx-tsform .productlaunch-form .field-zip-city > input:first-child {
        width: 30%;
        margin-right: 30px;
    }
}


