/* --- Gewinnspiel-Landingpage --- */

.giveaway-hero {
  padding: 6rem 1rem 2rem 1rem;
  text-align: center;
}

.giveaway-hero-image {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .giveaway-hero {
    padding: 5rem 1rem 1.5rem 1rem;
  }
}

.giveaway-title {
  margin-bottom: 1rem;
}

.giveaway-subtitle {
  max-width: 700px;
  margin: 0 auto;
}

.giveaway-form-section {
  padding: 1rem 1rem 3rem 1rem;
}

.giveaway-form-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 2rem;
  box-sizing: border-box;
}

.giveaway-field {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
}

.giveaway-field label {
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.giveaway-field input[type="text"],
.giveaway-field input[type="email"],
.giveaway-field select {
  padding: 0.6rem 0.7rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
}

.giveaway-checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.6rem;
}

.giveaway-checkbox-field input[type="checkbox"] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.giveaway-checkbox-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.giveaway-checkbox-field a {
  color: #e5342b;
  text-decoration: underline;
}

.giveaway-mandatory-hint {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 1rem;
}

.giveaway-form-message {
  min-height: 1.2rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.giveaway-form-message-error {
  color: #c72a22;
}

.giveaway-form-message-success {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0;
}

.giveaway-submit-btn {
  width: 100%;
  border: none;
  cursor: pointer;
}

.giveaway-submit-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.giveaway-terms {
  padding: 1rem 1rem 3rem 1rem;
}

.giveaway-terms .container-fluid {
  max-width: 900px;
  margin: 0 auto;
}

.giveaway-terms-subheading {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.giveaway-terms-list {
  margin-bottom: 1rem;
  padding-left: 1.4rem;
}

.giveaway-terms-list li {
  margin-bottom: 0.3rem;
}

.giveaway-form-wrapper,
.giveaway-form-wrapper input,
.giveaway-form-wrapper select,
.giveaway-form-wrapper label,
.giveaway-submit-btn {
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
  .giveaway-hero {
    padding: 5rem 1rem 1.5rem 1rem;
  }
}
