.elementor-3 .elementor-element.elementor-element-e769d19{--display:flex;--margin-top:55px;--margin-bottom:55px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-3:not(.elementor-motion-effects-element-type-background), body.elementor-page-3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS */.hirekvilaga-privacy-wrapper {
            background-color: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            font-family: "Poppins", Sans-serif;
            max-width: 1000px;
            margin: 0 auto;
        }
        .hirekvilaga-main-heading {
            color: #2c3e50;
            text-align: center;
            border-bottom: 3px solid #D90416;
            padding-bottom: 20px;
            margin-bottom: 30px;
            font-family: "Poppins", Sans-serif;
            font-size: 28px;
            font-weight: 600;
        }
        .hirekvilaga-chapter-title {
            color: #D90416;
            margin-top: 30px;
            margin-bottom: 15px;
            border-left: 4px solid #D90416;
            padding-left: 15px;
            font-family: "Poppins", Sans-serif;
            font-size: 20px;
            font-weight: 600;
        }
        .hirekvilaga-subsection-heading {
            color: #34495e;
            margin-top: 20px;
            margin-bottom: 10px;
            font-family: "Poppins", Sans-serif;
            font-size: 16px;
            font-weight: 500;
        }
        .hirekvilaga-text-block {
            margin-bottom: 15px;
            text-align: justify;
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            line-height: 1.6;
            color: #555;
        }
        .hirekvilaga-bullet-list {
            margin-bottom: 15px;
            padding-left: 25px;
        }
        .hirekvilaga-list-item {
            margin-bottom: 8px;
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            line-height: 1.5;
            color: #555;
        }
        .hirekvilaga-contact-box {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #D90416;
        }
        .hirekvilaga-attention-box {
            background-color: #fff3cd;
            padding: 15px;
            border-left: 4px solid #D90416;
            margin: 20px 0;
            border-radius: 6px;
        }
        .hirekvilaga-external-link {
            color: #D90416;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .hirekvilaga-external-link:hover {
            text-decoration: underline;
            color: #B8030F;
        }
        .hirekvilaga-content-block {
            margin-bottom: 25px;
        }
        .hirekvilaga-bold-text {
            color: #2c3e50;
            font-weight: 600;
            font-family: "Poppins", Sans-serif;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .hirekvilaga-privacy-wrapper {
                padding: 20px;
                margin: 10px;
            }
            
            .hirekvilaga-main-heading {
                font-size: 24px;
            }
            
            .hirekvilaga-chapter-title {
                font-size: 18px;
            }
            
            .hirekvilaga-subsection-heading {
                font-size: 15px;
            }
            
            .hirekvilaga-text-block,
            .hirekvilaga-list-item {
                font-size: 13px;
            }
        }/* End custom CSS */