/* tema2-4-insertar-objetos.html — cards de categoría (Imágenes / Gráficos / Formatos) */

.page-tema-m3-tema2-4-insertar-objetos .tema2-4-objetos-picker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  padding: 0.65rem 0.35rem 1rem;
  box-sizing: border-box;
}

.page-tema-m3-tema2-4-insertar-objetos .tema2-4-objetos-picker .tema2-4-objetos-card.box-form {
  flex: 0 1 220px;
  width: 220px;
  max-width: 100%;
  min-height: 152px;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.page-tema-m3-tema2-4-insertar-objetos .tema2-4-objetos-picker .tema2-4-objetos-card-img {
  width: 70px;
  height: auto;
  margin: 0 auto 0.65rem;
  padding: 0;
  display: block;
  flex-shrink: 0;
}

.page-tema-m3-tema2-4-insertar-objetos .tema2-4-objetos-picker .tema2-4-objetos-card .block {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
  line-height: 1.25;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .page-tema-m3-tema2-4-insertar-objetos .tema2-4-objetos-picker .tema2-4-objetos-card.box-form {
    flex: 1 1 100%;
    width: 100%;
    max-width: 320px;
    min-height: 148px;
  }
}
