.t-bumperball {
.o-book__content {
background-color: palette(neutral, 50);
}
}
.t-bumperball__form {
margin-bottom: space(3);
textarea.c-input {
max-width: none;
}
}
.t-bumperball__form-split {
@include mq($max: 700) {
> * + * {
margin-top: space(6);
}
}
@include mq(700) {
display: flex;
justify-content: space-between;
> * {
width: calc((100% - #{space(4)}) / 2);
}
}
}