/* Show description in header */
header .flex.items-center.gap-4 div div:nth-child(2)::after {
    content: "System Monitoring Dashboard";
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    margin-top: -0.25rem;
}
/* Replace "Powered by Gatus" with static "Powered by DevFactory" */
footer div.text-sm.text-center {
    font-size: 0 !important;
}
footer div.text-sm.text-center a {
    display: none !important;
}
footer div.text-sm.text-center::before {
    content: "Powered by DevFactory" !important;
    font-size: 0.84rem !important;
    color: #64748b !important;
}
/* Hide GitHub icon in footer */
#social {
    display: none !important;
}
.dark header img {
    content: url("https://raw.githubusercontent.com/Pseudo-Lab/DevFactory-Ops/main/infrastructure/assets/pl_symbol_white.png");
}
