        /* Make all labels bold */
        label {
            font-weight: bold;
        }

        /* Ensure footer is at the bottom */
        .wrapper {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        .content {
            flex: 1;
        }

        .page-message-strip {
            max-height: 150px;
            overflow-y: auto;
        }
