.elementor-966 .elementor-element.elementor-element-d973777{--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-966 .elementor-element.elementor-element-1aa808c{--spacer-size:4rem;}.elementor-966 .elementor-element.elementor-element-c310a97{--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-966 .elementor-element.elementor-element-5e1b7d6{--spacer-size:4rem;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2ab6a2e */body {
      font-family: 'Open Sans', sans-serif;
      background-color: #f5f8fb;
      color: #333;
      padding: 2rem;
      text-align: center;
    }
    .reports-section {
      max-width: 900px;
      margin: 0 auto;
    }
    .reports-header {
      font-size: 2rem;
      color: #1a3e7c;
      margin-bottom: 1.5rem;
    }
    .report-links {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }
    .report-card {
      background: white;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .report-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }
    .report-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #1a3e7c;
    }
    .report-desc {
      font-size: 0.95rem;
      margin-bottom: 1rem;
    }
    .report-link {
      display: inline-block;
      padding: 0.6rem 1.2rem;
      background-color: #0072ce;
      color: white;
      border-radius: 5px;
      text-decoration: none;
      transition: background-color 0.2s ease;
    }
    .report-link:hover {
      background-color: #005aa5;
    }/* End custom CSS */