
    
    .intro-container {
      max-width: 1000px;
      margin: 20px auto;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    h2 {
      color: #3c4858;
      margin-top: 0;
      margin-bottom: 20px;
    }
    
    /* Enhanced Glossy Footer Styling with Links Section - Green Theme (#009844) with Prefixed Selectors */
    .afdb-container-rss-footer .view-footer {
      background: linear-gradient(135deg, #006b30, #009844);
      border-radius: 8px;
      padding: 20px 24px;
      box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(255, 255, 255, 0.2) inset,
        0 -1px 2px rgba(0, 0, 0, 0.2) inset;
      margin: 25px 0;
      position: relative;
      overflow: hidden;
    }
    
    /* Add glass-like reflection */
    .afdb-container-rss-footer .view-footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 40%;
      background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.05) 60%, 
        rgba(255, 255, 255, 0) 100%);
      border-radius: 8px 8px 0 0;
      pointer-events: none;
    }
    
    /* Text styling */
    .afdb-container-rss-footer .view-footer p {
      color: white;
      font-size: 15px;
      line-height: 1.4;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      margin: 0 0 15px 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    /* Link styling */
    .afdb-container-rss-footer .view-footer p a {
      color: white;
      text-decoration: none;
      transition: all 0.2s ease;
      position: relative;
      padding: 0 3px;
      display: inline-flex;
      align-items: center;
    }
    
    .afdb-container-rss-footer .view-footer p a:hover {
      color: #f8f9fa;
      text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    }
    
    /* Fancy link hover effect */
    .afdb-container-rss-footer .view-footer p a::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -2px;
      left: 0;
      background-color: white;
      transition: width 0.3s ease;
      opacity: 0.8;
      border-radius: 2px;
    }
    
    .afdb-container-rss-footer .view-footer p a:hover::after {
      width: 100%;
    }
    
    /* Icon styling */
    .afdb-container-rss-footer .view-footer i.fas {
      color: white;
      font-size: 18px;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
      transition: transform 0.2s ease;
      margin-right: 3px;
      vertical-align: middle;
      display: inline-block;
    }
    
    .afdb-container-rss-footer .view-footer a.rss:hover i.fas {
      transform: scale(1.15);
      filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
    }
    
    /* Separator styling */
    .afdb-container-rss-footer .view-footer p > *:not(:last-child) {
      margin-right: 10px;
    }
    
    /* Feed list styling */
    .afdb-container-rss-footer .view-footer .feed-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      padding: 0;
      margin: 15px 0 0 0;
    }
    
    .afdb-container-rss-footer .view-footer .feed-list li {
      list-style: none;
      margin: 0;
    }
    
    /* Button styling for feed links */
    .afdb-container-rss-footer .view-footer .feed-list .btn {
      display: inline-block;
      background: rgba(255, 255, 255, 0.15);
      color: white !important;
      border: 1px solid rgba(255, 255, 255, 0.3) !important;
      border-radius: 20px;
      padding: 6px 12px;
      font-size: 13px;
      transition: all 0.2s ease;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    
    .afdb-container-rss-footer .view-footer .feed-list .btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50%;
      background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0.2) 0%, 
        rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
    }
    
    .afdb-container-rss-footer .view-footer .feed-list .btn:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      color: white !important;
    }
    
    .afdb-container-rss-footer .view-footer .feed-list .btn:active {
      transform: translateY(0);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
    
    /* Add subtle RSS icon to buttons */
    .afdb-container-rss-footer .view-footer .feed-list .btn::after {
      content: '\f09e'; /* Font Awesome RSS icon */
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: inline-block;
      margin-left: 8px;
      font-size: 12px;
      opacity: 0.8;
      vertical-align: middle;
    }
    
    /* Decorative divider */
    .afdb-container-rss-footer .view-footer hr {
      border: 0;
      height: 1px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
      margin: 15px 0;
    }
    
    /* Section title */
    .afdb-container-rss-footer .view-footer .section-title {
      color: white;
      font-size: 14px;
      text-align: center;
      margin: 0 0 10px;
      opacity: 0.9;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    
    /* Mobile adjustments */
    @media (max-width: 767px) {
      .afdb-container-rss-footer .view-footer {
        padding: 18px 20px;
      }
      
      .afdb-container-rss-footer .view-footer p {
        font-size: 14px;
        justify-content: flex-start;
      }
      
      .afdb-container-rss-footer .view-footer .feed-list {
        justify-content: flex-start;
      }
      
      .afdb-container-rss-footer .view-footer .feed-list .btn {
        font-size: 12px;
        padding: 5px 10px;
      }
    }
    
    /* intro page extras */
    .intro-header {
      text-align: center;
      margin-bottom: 30px;
      color: #009844;
    }
    
    .intro-header h1 {
      font-weight: 300;
      margin-bottom: 10px;
    }
    
    .intro-header p {
      color: #007835;
      font-size: 18px;
    }
    
    .intro-content {
      padding: 20px;
      background: #f8f9fa;
      border-radius: 5px;
      margin-bottom: 30px;
    }