/* Estilização do Bloco Indicadores */
.indicadores-edit {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;

  .indicadores-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

    .indicadores-buttom {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 120px;
      border: 1px solid #ebebeb;
      border-radius: 8px;
      padding: 15px;
      background: white;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
      position: relative;

      .thumbnail {
        img {
          max-width: 60px;
          height: auto;
          border-radius: 4px;
        }
      }

      .text-content {
        p {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          /* text-align: center; */
          max-width: 300px;
          margin: 0 auto;
          word-wrap: break-word;
          font-size: 14px;
          color: #30302e;
        }
      }
    }
  }
}



/* Estilização do Bloco Indicadores */
.indicadores {
  .indicadores-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

    .indicadores-buttom {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 120px;
      border: 1px solid #ebebeb;
      border-radius: 8px;
      padding: 15px;
      background: white;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
      position: relative;

      .thumbnail {
        img {
          max-width: 60px;
          height: auto;
          border-radius: 4px;
        }
      }

      .indicadores-numero {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #004f9f;
        margin: 10px 0;
      }

      .text-content {
        p {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          /* text-align: center; */
          max-width: 300px;
          margin: 0 auto;
          word-wrap: break-word;
          font-size: 14px;
          color: #30302e;
        }
      }
    }
  }
}
