.intensiva-cursos-wrap {
  padding: 1rem 0;
  width: 100%;
}
.intensiva-cursos-wrap iframe {
  width: 100%;
}

a.icc-paginate-button {
  width: 2rem;
  height: 2rem;
  background-color: #f1f1f1;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  margin-right: 0.1rem;
  text-decoration: none !important;
  border: 1px solid #dedede;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.icc-paginate-button.selected {
  background-color: var(--ast-global-color-0);
  color: #fff;
}

.icc-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.icc-modal-overlay.active {
  display: block;
}

.icc-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  min-width: 300px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  display: none;
}

.icc-modal.active {
  display: block;
}

.icc-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #888;
  cursor: pointer;
}
