        .page-help-fab {
            position: fixed;
            right: 24px;
            bottom: 24px;
            width: 56px;
            height: 56px;
            border: 0;
            border-radius: 50%;
            background: linear-gradient(180deg, #22a8f2 0%, #1499e5 100%);
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.45rem;
            box-shadow: 0 14px 30px rgba(20, 153, 229, .34);
            z-index: 1050;
        }

        .page-help-fab:hover {
            transform: translateY(-1px);
            color: #fff;
        }

        .page-help-modal {
            border: 0;
            border-radius: 8px;
            box-shadow: 0 24px 64px rgba(15, 23, 42, .18);
        }

        .page-help-modal-header,
        .page-help-modal-footer {
            border: 0;
        }

        .page-help-modal-header {
            padding: 1.35rem 1.5rem .5rem;
        }

        .page-help-modal-header .modal-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #344054;
        }

        .page-help-modal-body {
            padding: .5rem 1.5rem 1rem;
            color: #667085;
        }

        .page-help-section + .page-help-section {
            margin-top: 1.35rem;
        }

        .page-help-section h5 {
            margin-bottom: .6rem;
            font-size: 1rem;
            font-weight: 700;
            color: #5b6676;
        }

        .page-help-section p,
        .page-help-section li {
            font-size: 1rem;
            line-height: 1.7;
        }

        .page-help-close-btn {
            min-width: 108px;
            border-radius: 8px;
            color: #667085;
            background: #eef2f6;
        }

        @media (max-width: 767.98px) {
            .page-help-fab {
                right: 16px;
                bottom: 16px;
                width: 52px;
                height: 52px;
            }

            .page-help-modal-header .modal-title {
                font-size: 1.35rem;
            }
        }
