.elementor-3647 .elementor-element.elementor-element-ca949cb{--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;}/* Start custom CSS for html, class: .elementor-element-40d67a3 */.card-statistics {
      width: 700px;
      max-width: 100%;
      background: linear-gradient(145deg, #f9f9f9, #e0e0e0);
      border-radius: 24px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
      padding: 25px 20px;
      font-family: 'Inter', Arial, sans-serif;
      color: #222;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .card-statistics {
        width: 100%;
        padding: 20px 10px;
      }

      .card-statistics h2 {
        font-size: 18px;
        padding: 10px;
      }

      table.tabela-spfc thead th,
      table.tabela-spfc tbody td {
        font-size: 12px;
        padding: 6px 4px;
      }

      .percentual {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
      }

      .foto-container {
        width: 28px;
        height: 28px;
      }

      .icon-ranking {
        width: 16px;
        height: 16px;
      }
    }

    .card-statistics h2 {
      font-size: 22px;
      font-weight: 900;
      color: #fff;
      text-align: center;
      margin: 0 0 20px 0;
      padding: 12px;
      border-radius: 16px;
      background: linear-gradient(to bottom, #c00000, #ffffff, #000000);
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    }

    table.tabela-spfc {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 10px;
    }

    table.tabela-spfc thead th {
      font-weight: 700;
      color: #222;
      font-size: 13px;
      text-transform: uppercase;
      text-align: center;
      padding: 8px 10px;
      background-color: #dddddd;
      border: none;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }

    table.tabela-spfc tbody td {
      background-color: #ffffff;
      padding: 8px 6px;
      text-align: center;
      border-radius: 12px;
      font-weight: 600;
      font-size: 13px;
      color: #222;
      border: none;
      vertical-align: middle;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    table.tabela-spfc tbody tr:hover td {
      background-color: #f3f3f3;
      transition: background-color 0.25s ease;
    }

    .foto-container {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #d00000;
      background: radial-gradient(circle at 30% 30%, #ffffff33, #d00000 70%);
      box-shadow: inset -2px -2px 4px #ffffffaa, inset 2px 2px 6px #00000040, 0 0 6px #d00000a0;
      overflow: hidden;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .foto-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .percentual {
      background: radial-gradient(circle at 30% 30%, #ff4c4c, #a00000);
      color: #fff;
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-weight: 700;
      border-radius: 50%;
      margin: 0 auto;
      display: inline-block;
      font-size: 12px;
      box-shadow: inset -2px -2px 4px rgba(255,255,255,0.2), inset 2px 2px 6px rgba(0,0,0,0.3);
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    }

    .footer-text {
      font-size: 11px;
      color: #000;
      text-align: center;
      font-weight: bold;
      margin-top: -10px;
      font-style: normal;
    }

    .icon-ranking {
      width: 18px;
      height: 18px;
      fill: #d00000;
    }/* End custom CSS */