.shim-pill{height:36px;border-radius:999px;flex-shrink:0;background:linear-gradient(90deg,#f0ece8 25%,#f7e9e0 50%,#f0ece8 75%);background-size:200% 100%;animation:shim-sweep 1.6s linear infinite}.category-title{position:relative;display:inline-flex;align-items:center;gap:14px;font-family:Spectral,serif;font-size:1.5rem;font-weight:400;font-style:italic;color:var(--primary-color);background:none;border:none;outline:none;padding:0 0 10px;text-transform:none;letter-spacing:.02em;margin:0;overflow-wrap:break-word;word-break:break-word}.category-title:before{content:"";flex-shrink:0;width:10px;height:10px;background:var(--secondary-color);transform:rotate(45deg);border-radius:2px}.category-title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,var(--secondary-color) 0,var(--secondary-color) 40%,transparent 100%);border-radius:1px}@media (max-width:640px){.category-title{font-size:1.18rem;gap:10px;padding-bottom:8px}.category-title:before{width:8px;height:8px}}@media (max-width:480px){.category-title{font-size:1rem}}