<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-72 .elementor-element.elementor-element-a171dec{--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;}.elementor-72 .elementor-element.elementor-element-b1d4d3c{--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;}.elementor-72 .elementor-element.elementor-element-bd931c9{--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;}.elementor-72 .elementor-element.elementor-element-f699aa8{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-72 .elementor-element.elementor-element-a171dec{--content-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-357c2ac */h2.elementor-heading-title.elementor-size-default {
    font-family: 'Calibri', sans-serif !important;
      font-size: clamp(28px,4vw, 70px) !important;
      color: white;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a171dec */.elementor-72 .elementor-element.elementor-element-a171dec{
    padding-top: 7%;
}/* End custom CSS */
/* Start custom CSS for feedzy-rss-feeds, class: .elementor-element-6dde1ea */.feedzy-rss ul {
    display: flex;                  /* Enables a flexbox layout for the list */
    flex-wrap: wrap;                /* Allows items to wrap to the next row when needed */
    list-style: none;               /* Removes default list bullet points */
    padding: 0;                     /* Removes padding */
    margin: 0;                      /* Removes margin */
}

/* This section styles each &lt;li&gt; element (each card) */
.feedzy-rss li {
     flex: 0 0 90%;                  /* Ensures each card takes up 33.33% of the row width (3 cards per row) */
    max-width: 90%;              /* Sets a 
    display: flex;                  /* Enables stacking of child elements (image and title) */
    flex-direction: column;          
 
}

/* This section styles the card container */
.feedzy-rss .rss_item {
   
    border-radius: 8px;             /* Gives the card rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow to the card */
    overflow: hidden;               /* Prevents content from spilling out of the card */
    background: #F4F5F7;               /* Sets the card background color to white */
    display: flex;                  /* Enables flexbox for inner content layout */
    flex-direction: column;         /* Ensures content is stacked vertically */
    
               /* Makes the card's height stretch to fill its container */
}



/* This section styles the title inside the card */
.feedzy-rss .title {
    font-size: 16px;                /* Sets the font size of the title */
    font-weight: bold;              /* Makes the title text bold */
    color: #333;                    /* Sets the color of the title to dark gray */
    margin: 10px 10px;                 /* Adds margin above and below the title */
    text-align: left;              /* Aligns the title to the right */
    direction: ltr;                 /* Ensures right-to-left text layout */
}




/* This section styles the content/description inside the card */
.feedzy-rss .rss_content {
    font-size: 14px;                /* Sets the font size for the description */
    color: #555;                    /* Sets the color of the description text */
    margin-bottom: 10px;            /* Adds space below the description */
}

/* This section styles the links inside each card */
.feedzy-rss .rss_item a {
    text-decoration: none;          /* Removes the underline from the links */
    color: #445680 !important ;               /* Sets the link color to blue */
    transition: color 0.3s;         /* Adds a smooth transition for link color change */
}

/* This section styles the links when hovered */
.feedzy-rss .rss_item a:hover {
    color: #C4B490 !important ;                 /* Changes the link color to dark blue when hovered */
}

.fetched {
   
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
}

.feedzy-rss .rss_image, /* Hides the image container */
.feedzy-rss .rss_image img { /* Ensures images within the container are hidden */
    display: none !important;
}/* End custom CSS */
/* Start custom CSS */.entry-title {
    font-family: 'Calibri', sans-serif;
    
    font-weight: bolder; /* Adjust weight as needed */
    /* This section styles the &lt;ul&gt; element (list container) */}

#primary-menu li a:hover {
    color: #c4b38a !important;
}
@media (max-width: 700px) {
body, html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
}/* End custom CSS */</pre></body></html>