.error-message {
  color: red;
  font-size: 0.9em;
  margin: 0;
}

.product-box {
  height: 400px;
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.product-box ul {
  text-align: left;
}

.modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  text-align: left;
}

.modern-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
}

.modern-list .bullet {
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #5A5A5A;
  border-radius: 50%;
}

.btn-bestill {
  background-color: #ffffff; /* Bootstrap 4 green */
  color: white;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #666666;
}

.btn-bestill:hover,
.btn-bestill:focus {
  background-color: #616161;
  color: white;
  text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
}

.title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

.monstertv-logo {
	padding-top: 3em;
  display: block;
  margin: auto;
  width: 30%;
  margin-bottom: 20px;
}

.order-summary {
  margin: 30px auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.order-summary h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.summary-section {
  margin-bottom: 25px;
}

.summary-section p {
  margin: 6px 0;
}

.summary-label {
  font-weight: 600;
  color: #555;
  min-width: 120px;
  display: inline-block;
}

.product-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.product-list li::before {
  content: "•";
  margin-right: 8px;
  color: #007BFF;
}

.price-info p {
  font-size: 1rem;
  margin: 6px 0;
}

.highlight {
  font-weight: bold;
  color: #1e88e5;
}

.terms {
  margin-top: 20px;
  font-size: 0.95rem;
}

.terms input {
  margin-right: 8px;
}

.terms a {
  color: #1e88e5;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.form-check-input:checked + .form-check-label {
  background-color: #d4edda;
  border-color: black;
  border-width: medium;
}

.form-check-input {
	opacity: 100;
  display: none;
}

.form-check-input + .form-check-label {
  padding: 0.375rem 0.75rem;
	width: 100%;
  border-radius: 0.5rem;
	border-color: lightgrey;
	border-style: solid;
	border-width: thin;
	padding: 20px 20px;
}

.form-check-label {
  position: relative;
  padding-left: 40px; /* add space for the dot */
  display: flex;
  align-items: center; /* vertically center */
}

.monstertv-logo {
  display: block;
  margin: auto;
  width: 30%;
  margin-bottom: 20px;
}

.form-group {
  display: none;
}

.form-group label {
  font-size: 26px;
  font-family: "Arial", sans-serif;
  margin-bottom: 10px;
}

.form-check-input + .form-check-label .radio-dot {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  content: url("/static/images/radio-empty.svg"); /* default */
}

.form-check-input:checked + .form-check-label .radio-dot {
  content: url("/static/images/radio-checked.svg"); /* when selected */
}

.checkbox input[type="checkbox"] {
	font-size: 16px;
  vertical-align: middle;
  margin: 0 5px 2px 0; /* align and add spacing */
  position: relative;
  top: 0px;
}

.checkbox label {
  align-items: center;
  font-size: 16px;
  font-weight: normal;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  padding: 30px 20px;
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus {
  background-color: #d4edda;
}

/* Mark input boxes that gets an error on validation: */
.form-group input.invalid {
  background-color: #ffdddd;
}

.btn {
	border-radius: 0.8em;
	font-size: 24px;
}

.next-btn {
  background-color:#83c95d;
  color: white;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 800px;
  width: 100%;
  background-color: #fbfbfb;
}

.step {
  text-align: center;
  z-index: 1;
}

.circle {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #bbb;
  color: white;
  font-weight: bold;
  display: inline-block;
}

.circle.active {
  background-color: black;
}

.label {
  margin-top: 8px;
  font-size: 14px;
  color: #bbb;
  font-weight: normal;
  text-align: center;
  word-break: break-word;
}

.label.active {
  color: black;
  font-weight: bold;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #bbb;
  margin: 0 10px;
  z-index: 0;
}

.faq-box {
  max-width: 600px;
  margin: 30px auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  font-family: sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.faq-answer {
  display: none;
  padding: 0 20px 15px;
  color: #333;
  font-size: 14px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  content: "-";
  transform: rotate(180deg);
}

.faq-toggle {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.terms label {
	font-size: 20px;
}

/* Mobile optimization */
@media (max-width: 480px) {
  .label {
    font-size: 8px;
  }

  .product-box {
    height: 100%;
  }
}

