.elementor-15772 .elementor-element.elementor-element-29917851{--display:flex;}.elementor-15772 .elementor-element.elementor-element-bf1a924{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-648267aa *//* Hover effect: highlight link with yellow background */
.policy-page a {
    color: #000 !important;                     /* Keep text black */
    transition: background-color 0.25s ease;    /* Smooth highlight */
}

.policy-page a:hover {
    background-color: #ffe100 !important;       /* Yellow highlight */
    color: #000 !important;                     /* Black text stays black */
    padding: 2px 4px;                            /* Clean highlight block */
    border-radius: 3px;                          /* Soft edges */
    text-decoration: none !important;
}/* End custom CSS */