body {
  width: 100%;
  height: 100%;
  padding: 0;

  background: #09090d;
  color: #ffffff;

  display: flex;
  justify-content: center;

  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
}

summary::marker {
  color: #56d693;
}

object {
  z-index: -1;
  pointer-events: none;
}

a {
  z-index: 1;
}

#faqbox-container {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#faqbox-header {
  padding: 1em 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
}

.question::marker {
  color: rgb(70, 69, 69);
}

.faqbox-list {
  display: flex;
  flex-flow: column;
  gap: 25px;
  padding-bottom: 20px;
}

.faqbox {
  width: 100%;
}

.question {
  margin-bottom: 11px;
  font-size: 15px;
  margin-left: 25px;
}

.category {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 5px;
  margin-bottom: 15px;
}

.faqbox-error {
  display: none;

  text-align: justify;
  text-align-last: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

#search-input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0px 7px 0px 0px;
}

#search-input-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.15px;
}

.answer {
  margin-bottom: 15px;
  font-size: 14px;
  margin-left: 25px;
}

#search-input {
  width: 100%;
  height: 60px;
  padding: 20px 16px;

  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

#background-feedback {
  padding: 10px;
  margin-bottom: 2rem;
  flex-direction: column;
  background-color: #000000;
  display: flex;
}

#space-div {
  height: 25px;
  width: 100%;
  color: #000;
  padding: 10px;
}

#background-feedback-sub {
  margin-left: 15px;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

.link_text {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}

.feedback_row {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
}

.need_help {
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}


/* smartphones, iPhone, portrait 480x320 phones */
@media only screen and (min-width: 320px) {
  #faqbox-container {
    width: 100%;
  }
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media only screen and (min-width: 481px) {}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media only screen and (min-width: 641px) {
  #faqbox-container {
    width: 641px;
  }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width: 961px) {}

/* big landscape tablets, laptops, and desktops */
@media only screen and (min-width: 1025px) {}

/* hi-res laptops and desktops */
@media only screen and (min-width: 1281px) {}