/**/body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #333;
}

.support-head {
  background: #0073e6;
  color: white;
  text-align: center;
  padding: 20px;
}

.support-head h1 {
  margin: 10px;
	padding-top: 10px;
	font-size: 30px;
}
.support-head p {
  padding-bottom: 10px;
}
.support-head p a {
  text-decoration: none;
	color: white;
}
.support-head p a:hover {
  text-decoration: none;
	color: white;
}


.support-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #eee;
  padding: 10px;
  list-style: none;
  margin: 0;
}

.support-product ul li {
  margin: 5px 10px;
}

.support-product ul li a {
  text-decoration: none;
  color: #0073e6;
  font-weight: bold;
}

main {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

main h2 {font-size: 20px; padding-bottom: 10px; font-weight: 600; }

.faq-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: white;
}

.faq-question {
  width: 100%;
  background: #f1f1f1;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
}

.faq-answer {
  display: none;
  padding: 15px;
  border-top: 1px solid #ddd;
  background: #fff;
}
