* {
  font-family: 'Roboto', sans-serif;
  color: #d4d9e4;
  line-height: 1.5em;
  font-weight: 400;
  font-variant-ligatures: none;
  transition:
    color 0.25s,
    background-color 0.25s,
    border-color 0.25s,
    opacity 0.25s,
    text-shadow 0.25s,
    fill 0.25s;
}

h1 {
  font-size: 20px;
  font-weight: 700;
}

h1 span {
  font-weight: 700;
  color: #fff;
}

.bold,
.bold .fa,
.bold * {
  font-weight: 700;
  color: #fff;
}

body.policy-page {
  position: static;
  overflow: auto;
  min-height: 100vh;
  margin: 0;
  background-color: #07101e;
}

.policy-screen {
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #07101e;
}

.policy-header {
  align-items: center;
  column-gap: 8px;
  display: grid;
  grid-template-columns: minmax(0, 85px) minmax(0, auto) minmax(0, 85px);
  min-height: 50px;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #000000;
  border-bottom: 3px solid #0f1e35;
  padding-top: env(safe-area-inset-top);
  text-align: center;
}

.policy-header h1 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.panel-back-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  justify-self: start;
  width: 57px;
  text-decoration: none;
}

.panel-back-button i.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  color: #d4d9e4;
}

.panel-back-button:hover i,
.panel-back-button:focus i {
  color: #768eb8;
}

.policy-content {
  flex: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 2.5%;
  box-sizing: border-box;
  max-width: 800px;
}

.policy-content > h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
  white-space: normal;
}

.policy-content .bold {
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  text-align: left;
  line-height: 1.5em;
}

.policy-content .bold a {
  color: #4b84e6;
  text-decoration: none;
  cursor: pointer;
}

#policy * {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  font-variant-ligatures: none;
  font-size: 16px;
  color: #d4d9e4;
  word-break: break-word;
  text-align: justify;
}

#policy ul {
  color: #d4d9e4;
}

#policy li {
  margin-bottom: 10px;
  color: #d4d9e4;
}

#policy strong,
#policy b {
  color: #fff;
  font-weight: 700;
}

#policy a {
  color: #4b84e6;
  text-decoration: none;
  cursor: pointer;
}

#policy .text-left li {
  text-align: left;
}

#policy ol {
  padding-left: 20px;
  counter-reset: section;
  list-style-type: none;
}

#policy ol li::before {
  counter-increment: section;
  content: counters(section, '.') ' ';
  font-weight: 700;
}

#policy > ol {
  padding-left: 0;
}

#policy > ol > li > ol {
  padding-left: 0;
}

#policy > ol > li::before {
  content: 'Section ' counters(section, '.') ' ';
  background-color: #4b84e6;
  display: block;
  padding: 5px;
  margin: -5px;
  margin-top: 40px;
  font-weight: 900;
  color: #000000;
}

#policy > ol.no-outline > li > ol li::before {
  content: '';
}

#policy .no-outline .disc-list {
  list-style-type: disc;
  margin-top: 10px;
}

#policy .emphasis {
  padding: 2px 0;
  border-bottom: 1px solid #d4d9e4;
}

#policy .section-reference {
  display: none;
}

#policy .personal-data-table p {
  margin-top: 0;
  text-align: left;
}

#policy .personal-data-table th {
  font-weight: 700;
  color: #fff;
}

#policy .personal-data-table th,
#policy .personal-data-table td {
  vertical-align: top;
  text-align: left;
  border: 1px solid #d4d9e4;
}

#policy .personal-data-table.california th {
  width: 33%;
}

#policy .personal-data-table.personal-information-categories-chart th {
  width: 25%;
}

#policy .bold-link {
  font-weight: 700;
}

#policy .underlined-link {
  text-decoration: underline;
}

#policy .circle-list {
  list-style-type: circle;
  margin-top: 10px;
}

#policy .number-list {
  list-style-type: decimal;
  margin-top: 10px;
}

#policy .lower-letter-list {
  list-style-type: lower-alpha;
  margin-top: 10px;
}

#policy .title {
  font-weight: 700;
  font-size: large;
}

#policy .box {
  border: 3px solid #d4d9e4;
}

#policy .box .box-content {
  margin: 8px;
}

#policy .show-on-europe {
  display: none;
}

#policy .open-widget {
  color: #4b84e6;
  text-decoration: underline;
}

.panel-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: #000000;
  border-top: 3px solid #0f1e35;
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box;
}

.panel-footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
}

.panel-footer .sniffies-logo {
  display: block;
  width: auto;
  height: 20px;
}

.panel-footer .sniffies-logo:hover {
  opacity: 0.7;
}

@media screen and (min-width: 369px) {
  .panel-footer .sniffies-logo {
    height: 24px;
  }
}
