.block-layout-k8m3x7 input::placeholder {
    color: var(--color-gray-04);
}
.accordion-toggle-k8m3x7 i.rotate-180 {
    transform: rotate(0deg);
}
.accordion-content-k8m3x7 {
    height: 0;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
}