/* Souhlas se zpracováním osobních údajů */

.consent-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: #f8faff;
  border: 1px solid #d6e0f5;
  border-radius: 0.5rem;
  padding: 0.5rem 0.6rem;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
}

.consent-box input[type="checkbox"] {
  all: unset;
  cursor: pointer;
  appearance: checkbox;
  accent-color: #0056b3;
  transform: scale(1.1);
  margin: 0;
}

.consent-checkbox {
  display: flex;
  flex-direction: column;
  line-height: 1.0;
  gap: 10px;
}

.consent-links {
  display: flex;
  flex-direction: column;
  line-height: 1.0;
}

.consent-icon {
  width: 16px;
  vertical-align: bottom;
}


/* Souhlas se zpracováním osobních údajů - KONEC */


.info-note {
  font-size: 0.9rem;
  color: #a30000;
  background: #ffe6e6;
  border: 1px solid #ffcccc;
  padding: 0.8rem;
  border-radius: 0.5rem;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  text-align: center;
}

.warning-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.warning-date {
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0.4rem 0;
}