
/* Estilo base para integração com Elementor Pro */

.cam-teste-wrapper {
  padding: 10px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cam-pergunta {
  margin-bottom: 50px;
  margin-top: -60px;
}

.cam-opcao {
  margin: 5px 0;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.cam-opcao:hover {
  background-color: #faf0d0;
  border-color: #ffc500;
}
.cam-opcao:selection {
  background-color: #faf0d0;
  border-color: #ffc500;
}

.cam-result {
  padding: 15px;
  margin-bottom: 20px;
  border-left: 4px solid #4caf50;
  background: #e8f5e9;
}

.cam-errada {
  border-left: 6px solid #f44336;
  background: #ffebee;
  padding: 5px;
}

.cam-acerto {
  border-left: 6px solid #4caf50;
  background: #e8f5e9;
  padding: 5px;
}

.cam-timer {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* CSS */
.rounded-button {

  display: flex;
  padding: 0rem 4.75rem;
  background-color: #ffc500;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}

.rounded-button:hover {
  background-color: #ffc500;
  color: #000000;     /* Cor ao passar o rato */
}

.iniciar {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
