.browser-not-supported {
  flex-direction: column;
  outline: none;
}

.browser-not-supported .browser-not-supported-content-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.browser-not-supported .browser-not-supported-content-wrapper .card .card-content {
  flex-direction: column;
}

.browser-not-supported .section {
  display: flex;
  width: 100%;
  max-width: 690px;
  padding: 8px;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.browser-not-supported .section:first-child {
  justify-content: flex-end;
  flex: 1;
}

.browser-not-supported .section:last-child {
  flex-direction: row;
  flex: 1;
}

.browser-not-supported .section h1 {
  margin-block-end: 8px;
}

.browser-not-supported .section h3 {
  margin-block-start: 0;
}

.browser-not-supported .section h1, .browser-not-supported .section h3 {
  text-align: center;
  color: rgba(var(--title-font-color));
}

.browser-not-supported .section.web-browsers button span {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 4px rgba(var(--font-color));
}

.browser-not-supported .section.web-browsers button img {
  position: absolute;
  z-index: 0;
}

.browser-not-supported .start-intent {
  outline: none;
  cursor: pointer;
  font-size: 10pt;
}

.browser-not-supported .section.section-support {
  align-items: flex-end;
  font-size: 10pt;
}