.header a:hover {
    background: none!important;
}
/* * Kitchen / Kitchass Beamer theme * -------------------------------- * Beamer renders the feed in a cross-origin iframe, so panel colors cannot be * styled from the backoffice app. Paste this into: * * Beamer → Settings → Appearance → Custom CSS * * The embed passes theme: "kitchass", which adds a .kitchass class on the * widget body. Prefixing keeps Deliverect's default look unchanged. * * Palette mirrors libs/ui (primary #03d369, navy #03002b, grays). */ @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap'); .kitchass, .kitchass * { font-family: 'Nunito Sans', ui-sans-serif, system-ui, sans-serif !important; } /* Header bar — matches backoffice sidebar / brand navy */ .kitchass .header { background: #03002b !important; color: #ffffff !important; } .kitchass .headerTitle, .kitchass .headerTitle a { color: #ffffff !important; pointer-events: none; } .kitchass .header svg { fill: #ffffff !important; } /* Feed background */ .kitchass .news { background: #f8f9fb !important; } /* Post cards */ .kitchass .feature { background: #ffffff !important; border-radius: 8px !important; box-shadow: 0 1px 2px rgba(3, 0, 43, 0.08) !important; } .kitchass .feature h3.featureTitle, .kitchass .feature h3.featureTitle a { color: #03002b !important; } .kitchass .feature .featureContent, .kitchass .feature .featureContent p { color: #42526e !important; } .kitchass .feature .featureDate span { color: #8492a6 !important; } /* Category chip — primary green */ .kitchass .feature .featureDate .category { background: #03d369 !important; color: #03002b !important; } /* Links / CTAs */ .kitchass .feature .featureAction a { color: #05b36a !important; } .kitchass .feature .featureAction svg { fill: #05b36a !important; } /* Notification / default button accents inside the widget */ .kitchass .beamer_icon.active, .kitchass a.beamerTrigger { background-color: #03d369 !important; color: #03002b !important; }