.fv-android-download {
  position: relative;
  width: 235px;
  min-width: 0;
}

.fv-android-download > summary {
  width: 100%;
  cursor: pointer;
  list-style: none;
}

.fv-android-download > summary::-webkit-details-marker {
  display: none;
}

.fv-download-chevron {
  flex: 0 0 20px;
  margin: 0 16px 0 auto;
}

.fv-android-download[open] .fv-download-chevron {
  transform: rotate(180deg);
}

.fv-android-download-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  width: max(100%, 244px);
  max-width: calc(100vw - 32px);
  padding: 6px;
  border: 1px solid #486682;
  border-radius: 8px;
  background: #10283e;
}

.fv-android-download-options a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  border-radius: 4px;
  color: #f6f8fb;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.fv-android-download-options a:hover {
  background: #244963;
}

.fv-android-download > summary:focus-visible,
.fv-android-download-options a:focus-visible {
  outline: 2px solid #79e2ff;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .fv-android-download {
    width: 100%;
  }

  .fv-android-download-options {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }
}
