/* Estilos comunes PowerPoint Prácticas */
.script-box {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-family: var(--font-serif);
}
.script-act {
  color: #d24726;
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #fcedeb;
  padding-bottom: 0.3rem;
}
.slide-instruction {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: #0b1214;
  background-color: #e8f5e9;
  padding: 0.5rem;
  border-left: 4px solid #27ae60;
  margin-bottom: 1rem;
}
.slide-instruction-alt {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: #0b1214;
  background-color: #fff3e0;
  padding: 0.5rem;
  border-left: 4px solid #f39c12;
  margin-bottom: 1rem;
}
.speaker-text {
  font-style: italic;
  color: #555;
  margin-bottom: 1.5rem;
}
.slide-solution {
  border: 2px solid #333;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}
.slide-solution-title {
  color: #d24726;
  font-family: var(--font-sans);
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.5rem;
}
.slide-content-mockup {
  text-align: center;
  background-color: #efefef;
  padding: 2rem;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: #b30000;
  border-radius: 5px;
}
.slide-solution-notes {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: #444;
  background-color: #e8f5e9;
  padding: 0.8rem;
  border-left: 4px solid #27ae60;
  border-radius: 0 4px 4px 0;
}
