.complaint[data-v-3a35ea10]{display:flex;flex-direction:column;margin:20px 0}.complaint .container-header[data-v-3a35ea10]{display:flex;flex-direction:row;justify-content:space-between}.complaint .container-header h3[data-v-3a35ea10]{color:var(--dark-blue);font-weight:600;font-size:20px}.complaint .container-header .copy[data-v-3a35ea10]{display:flex;flex-direction:row;align-items:center;margin-right:20px;font-weight:700;color:var(--blue-500);padding:5px 15px;border-radius:20px;transition:.5s}.complaint .container-header .copy svg[data-v-3a35ea10]{margin-right:5px}.complaint .container-header .copy[data-v-3a35ea10]:hover{transition:.5s;background-color:var(--neutral-200)}.complaint .container-header .chevron[data-v-3a35ea10]{width:25px;height:25px;margin-right:30px}.complaint .container-header .chevron>svg[data-v-3a35ea10]{cursor:pointer;stroke:var(--neutral-600);transition:.5s}.complaint .container-header .rotateUp[data-v-3a35ea10]{animation:rotateUp-3a35ea10 .5s;animation-fill-mode:forwards}.complaint .container-header .rotateDown[data-v-3a35ea10]{animation:rotateDown-3a35ea10 .5s;animation-fill-mode:forwards}@keyframes rotateUp-3a35ea10{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotateDown-3a35ea10{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}