.agent-rich-text {
            font-size: 17px;
            line-height: 1.8;
            color: #444;
        }

        .agent-rich-text p {
            margin-bottom: 25px;
        }

        .agent-rich-text h2,
        .agent-rich-text h3 {
            font-weight: 800;
            color: #1c2434;
            margin: 40px 0 20px;
        }

        .agent-rich-text img {
            max-width: 100%;
            height: auto !important;
            border-radius: 12px;
            margin: 25px 0;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }

        .agent-rich-text ul {
            list-style: none;
            padding: 10px 0;
            margin-bottom: 30px;
        }

        .agent-rich-text ul li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 15px;
            font-weight: 500;
            color: #333;
        }

        .agent-rich-text ul li::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 3px;
            color: #fe5021;
            font-size: 18px;
        }