
        .ga-sm-wrapper-x91 {
            padding: 40px 20px;
            color: #222;
        }

        .ga-sm-container-x91 {
            max-width: 900px;
            margin: auto;
            background: #fff;
            border-radius: 14px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }

        .ga-sm-title-x91 {
            text-align: center;
            margin-bottom: 10px;
            color: #13B3F3;
            font-size: 42px;
        }

        .ga-sm-subtitle-x91 {
            text-align: center;
            margin-bottom: 35px;
            color: #666;
        }

        .ga-sm-grid-x91 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .ga-sm-card-x91 {
            background: #ffffff;
            border: 1px solid #e4e4e4;
            border-radius: 12px;
            padding: 20px;
            transition: 0.3s ease;
        }

        .ga-sm-card-x91:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(19,179,243,0.15);
            border-color: #13B3F3;
        }

        .ga-sm-card-title-x91 {
            margin-bottom: 15px;
            color: #EDBC0B;
            font-size: 20px;
        }

        .ga-sm-list-x91 {
            list-style: none;
        }

        .ga-sm-list-item-x91 {
            margin-bottom: 12px;
        }

        .ga-sm-link-x91 {
            text-decoration: none;
            color: #222;
            transition: 0.3s ease;
        }

        .ga-sm-link-x91:hover {
            color: #13B3F3;
            padding-left: 5px;
        }

        .ga-sm-footer-x91 {
            text-align: center;
            margin-top: 40px;
            color: #888;
            font-size: 14px;
        }

        @media(max-width: 600px) {
            .ga-sm-container-x91 {
                padding: 25px;
            }

            .ga-sm-title-x91 {
                font-size: 30px;
            }
        }
 