body.category .page-title {
    text-shadow: none !important;
    color: #111827 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.category .page-title .modern-cat-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E23744;
}

body.category .page-title .modern-cat-name {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    position: relative;
    padding-bottom: 14px;
}

body.category .page-title .modern-cat-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #E23744, #ff8a80);
}
