.tabs{padding:2em 0;overflow:hidden}.tabs ul{list-style-type:none;padding:0;margin:0;text-align:center}.tabs ul li:not(.active):nth-child(1) span{animation-delay:.25s}.tabs ul li:not(.active):nth-child(2) span{animation-delay:.5s}.tabs ul li:not(.active):nth-child(3) span{animation-delay:.75s}.tabs ul li:not(.active):nth-child(4) span{animation-delay:1s}.tabs ul li:not(.active):nth-child(5) span{animation-delay:1.25s}.tabs ul li:not(.active):nth-child(6) span{animation-delay:1.5s}.tabs ul li:not(.active):nth-child(7) span{animation-delay:1.75s}.tabs ul li:not(.active):nth-child(8) span{animation-delay:2s}.tabs ul li:not(.active):nth-child(9) span{animation-delay:2.25s}.tabs ul li:not(.active):nth-child(10) span{animation-delay:2.5s}.tabs ul li:not(.active) span{animation:pulsate 3s ease-out;animation-iteration-count:infinite;opacity:.5}.tabs ul li span{font-size:var(--wp--preset--font-size--large);font-weight:bold;color:var(--wp--preset--color--primary-light);cursor:pointer;text-decoration:underline;text-decoration-color:currentColor}.tabs ul li.active span{color:var(--wp--preset--color--primary-dark)}.tabs p{margin:2em 0 0}@media(min-width:600px){.tabs{display:flex}.tabs>*{flex:1 0 50%}.tabs ul{text-align:left}.tabs p{margin:0}}@keyframes pulsate{0%{opacity:.5}50%{opacity:1.0}100%{opacity:.5}}