/* fichero: wp-content/plugins/fichaje-plugin/css/style.css */

.fichaje-wrapper {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fichaje-confirm p {
  font-size: 1.2rem;
  color: #2c3e50;
}

.fichaje-back button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  background: #3498db;
  color: #fff;
  cursor: pointer;
}

.fichaje-back button:hover {
  background: #2980b9;
}

.fichaje-link {
  display: inline-block;
  margin: 1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  background: #27ae60;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.fichaje-link:hover {
  background: #1e8449;
}
