1.wp-block-term-template .term-loading .term-loading-placeholder{2background-color:#f0f0f0;3border-radius:2px;4height:1.5em;5margin-bottom:.25em;6width:100%;7}8@media not (prefers-reduced-motion){9.wp-block-term-template .term-loading .term-loading-placeholder{10animation:loadingpulse 1.5s ease-in-out infinite;11}12}1314@keyframes loadingpulse{150%{16opacity:1;17}1850%{19opacity:.5;20}21to{22opacity:1;23}24}