/* tema1-6.2-deshacer-rehacer.html — padding interior de las cards */

.page-tema-m3-deshacer-rehacer .underline-box-redo {
  padding: 1.25rem 1.35rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .page-tema-m3-deshacer-rehacer .underline-box-redo {
    padding: 1.35rem 1.5rem;
  }
}

.page-tema-m3-deshacer-rehacer .underline-box-redo > p {
  margin: 0.65rem 0;
}

.page-tema-m3-deshacer-rehacer .underline-box-redo > p:first-child {
  margin-top: 0;
}

.page-tema-m3-deshacer-rehacer .underline-box-redo > p:last-child {
  margin-bottom: 0;
}

.page-tema-m3-deshacer-rehacer .underline-box-redo ol {
  margin: 0.5rem 0 0.75rem;
  padding-left: 1.35rem;
}

.page-tema-m3-deshacer-rehacer .underline-box-redo ol:last-child {
  margin-bottom: 0;
}

.page-tema-m3-deshacer-rehacer .underline-box-redo .center-image {
  max-width: 100%;
  height: auto;
}
