/* Nevus — simplified layout when device chrome is unreliable */
#devices {
  width: auto;
  max-width: 340px;
  height: auto;
  float: left;
  position: relative;
  margin: 0 2rem 2rem 0;
}

#devices #iphonelarge,
#devices #androidsmall,
#devices a.android-btn {
  display: none !important;
}

#devices #slideshow,
#devices #slidesContainer {
  position: static !important;
  width: 280px !important;
  height: auto !important;
  overflow: visible !important;
}

#devices .slide {
  display: block !important;
  position: static !important;
}

#devices .slide:not(:first-child) {
  display: none !important;
}

#devices .slide img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

#wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1000px;
  padding-bottom: 2rem;
}

#content {
  float: none;
  flex: 1 1 320px;
  width: auto;
  max-width: 520px;
}

#content h1 {
  background: none !important;
  padding: 0 0 1rem !important;
  margin: 0 !important;
  font-size: 1.5rem;
  line-height: 1.3;
  text-indent: 0;
  height: auto;
}

#content p {
  font-size: 15px;
  line-height: 1.6;
}

#badges {
  margin: 1rem 0;
}

@media (max-width: 768px) {
  #devices {
    float: none;
    margin: 0 auto 1.5rem;
  }
  #wrapper {
    flex-direction: column;
    padding: 1rem;
  }
}
