/* Internal styles extracted from ContentPages/Member_Advice_Center.blade.php */

/* CSS Block 1 */
/* Mobile Responsive Styles */
            @media (max-width: 767px) {
                .member-card-item {
                    width: 100% !important;
                    margin-bottom: 30px;
                }

                .member-card-container {
                    gap: 30px;
                    padding: 0 15px;
                }

                .member-articles-heading h2 {
                    font-size: 28px;
                    margin-bottom: 30px;
                    padding: 0 15px;
                }

                .member-banner-sec {
                    padding: 40px 0;
                }

                .member-banner-sec h2 {
                    font-size: 24px;
                    padding: 0 15px;
                }

                .member-card-item img {
                    height: 180px;
                }

                .member-blog-title {
                    font-size: 18px;
                }

                .member-read-more-btn {
                    width: 100%;
                    justify-content: center;
                    margin-top: 15px;
                }
            }

            /* iPad Responsive Styles */
            @media (min-width: 768px) and (max-width: 1024px) {
                .member-card-item {
                    width: 45% !important;
                    margin-bottom: 40px;
                }

                .member-card-container {
                    gap: 40px;
                    padding: 0 20px;
                }

                .member-articles-heading h2 {
                    font-size: 36px;
                    margin-bottom: 40px;
                }

                .member-banner-sec {
                    padding: 50px 0;
                }

                .member-banner-sec h2 {
                    font-size: 32px;
                }

                .member-card-item img {
                    height: 190px;
                }

                .member-blog-title {
                    font-size: 19px;
                }
            }

            /* Large Tablet and Small Desktop */
            @media (min-width: 1025px) and (max-width: 1200px) {
                .member-card-item {
                    width: 30% !important;
                }

                .member-card-container {
                    gap: 50px;
                }
            }

            /* Extra Small Mobile */
            @media (max-width: 480px) {
                .member-card-item {
                    margin-bottom: 25px;
                }

                .member-articles-heading h2 {
                    font-size: 24px;
                    margin-bottom: 25px;
                }

                .member-banner-sec {
                    padding: 30px 0;
                }

                .member-banner-sec h2 {
                    font-size: 20px;
                }

                .member-card-item img {
                    height: 160px;
                }

                .member-blog-title {
                    font-size: 16px;
                }

                .member-category {
                    font-size: 13px;
                    padding: 4px 10px;
                }

                .member-card-item p {
                    font-size: 14px;
                }
            }

            @import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

            * {
                margin: 0;
                padding: 0;
                font-family: Montserrat;
            }

            .member-card-container {
                display: flex;
                flex-wrap: wrap;
                gap: 60px;
                justify-content: center;
            }

            .member-card-item {
                width: 30%;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                border-radius: 15px;
                overflow: hidden;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }

            .member-card-item:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            }

            .member-card-item img {
                height: 200px;
                object-fit: cover;
                width: 100%;
                transition: transform 0.3s ease;
            }

            .member-card-item:hover img {
                transform: scale(1.05);
            }

            .member-card-item h4 {
                font-size: 18px;
                font-weight: 500;
                color: #001D58;
                margin-bottom: 10px;
            }

            .member-card-item p {
                font-size: 16px;
                font-weight: 300;
                color: #7D7D7D;
                line-height: 1.6;
            }

            .member-read-more-btn {
                font-size: 14px;
                font-weight: 500;
                background: linear-gradient(135deg, #663399, #8B5CF6);
                color: white;
                border: none;
                padding: 10px 20px;
                border-radius: 25px;
                transition: all 0.3s ease;
                text-decoration: none;
                display: inline-flex;
                align-items: center;
                gap: 8px;
            }

            .member-read-more-btn:hover {
                background: linear-gradient(135deg, #8B5CF6, #663399);
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 5px 15px rgba(102, 51, 153, 0.3);
            }

            .member-articles-heading h2 {
                font-size: 45px;
                color: #001D58;
                font-weight: 600;
                text-align: center;
                margin-bottom: 50px;
                position: relative;
            }

            .member-articles-heading h2::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
                width: 80px;
                height: 3px;
                background: linear-gradient(135deg, #663399, #8B5CF6);
                border-radius: 2px;
            }

            .member-blog-title {
                font-size: 20px;
                font-weight: 600;
                font-family: 'Montserrat';
                text-transform: capitalize;
                color: #001D58;
            }

            .member-category {
                font-size: 15px;
                font-weight: 500;
                color: #663399;
                background: rgba(102, 51, 153, 0.1);
                padding: 5px 12px;
                border-radius: 15px;
                display: inline-block;
                margin-bottom: 10px;
            }

            .member-banner-sec {
                background: linear-gradient(135deg, #001D58, #663399);
                padding: 60px 0;
                position: relative;
                overflow: hidden;
            }

            .member-banner-sec::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            }

            .member-banner-sec h2 {
                position: relative;
                z-index: 1;
                font-weight: 600;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            }

