.acoes-do-programa-edit {
  background: #f8f9fa; /* Cor de fundo mais suave */
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 15px;
  display: inline-block;
  width: 80%;
}

.acoes-do-programa-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.acoes-do-programa-buttom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px; /* Define um tamanho fixo para evitar distorções */
  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; /* Mantém os elementos internos bem organizados */
}

.acoes-do-programa-buttom img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.input-Url {
  width: 100%;
  display: flex;
  justify-content: center;
}

.input-Url input {
  width: 100%;
  max-width: 180px;
}

.components-button {
  width: 100%;
  height: auto;
  text-align: center;
}

.rich-text-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.acoes-do-programa-buttom p {
  text-align: center;
  max-width: 180px;
  word-wrap: break-word;
}
