/* Tolstoy Compose site shell and page composition.
   Reusable content components live in universal-design.css. */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #1f2328;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.64;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: #1f2328;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #244bd0;
}

a:focus {
  outline: 2px solid #4b55e6;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 20;
  padding: 8px 12px;
  border: 1px solid #4b55e6;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2328;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-80px);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
.site-footer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e8ec;
}

.nav-link,
.footer-links a {
  display: inline-block;
  min-height: 24px;
  margin-right: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #626c76;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus,
.footer-links a:hover,
.footer-links a:focus,
.nav-link[aria-current="page"] {
  color: #1f2328;
  text-decoration: underline;
}

.header-button,
.button {
  display: inline-block;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #4b55e6;
  border-radius: 6px;
  background: #4b55e6;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.button {
  min-height: 42px;
  padding: 10px 18px;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #244bd0;
  background: #244bd0;
  color: #ffffff;
}

.button-row {
  margin-top: 28px;
}

.button-row .button{
  margin-right: 16px;
  margin-bottom: 10px;
}

.section {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section.wide {
  max-width: 1180px;
}

.first-section {
  padding-top: 50px;
}

.section + .section {
  margin-top: 68px;
  padding-top: 42px;
  border-top: 1px solid #e6e8ec;
}

.measure{
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3 {
  margin: 0;
  color: #1f2328;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

h1 {
  margin-bottom: 22px;
  font-size: 32px;
}

h2 {
  margin-bottom: 18px;
  font-size: 26px;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.section ol + h3,
.section ul + h3,
.section p + h3 {
  margin-top: 32px;
}

.section h2 + h3 {
  margin-top: 0;
}

p,
li,
dd {
  color: #454b52;
}

p {
  margin: 0;
}

p + p {
  margin-top: 15px;
}

ul,
ol {
  margin: 15px 0 0;
  padding-left: 22px;
}

li + li {
  margin-top: 10px;
}

strong,
dt {
  color: #1f2328;
}

.kicker {
  margin: 0 0 16px;
  color: #626c76;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lede {
  color: #454b52;
  font-size: 17px;
  line-height: 1.56;
}

.section-lede {
  color: #454b52;
  font-size: 16px;
  line-height: 1.6;
}

.section h2 + .section-lede {
  margin-top: 0;
}


.page-contents {
  margin: 40px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e6e8ec;
}

.page-contents h2 {
  margin: 0;
  color: #626c76;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-contents p {
  margin: 6px 0 0;
  color: #8b949e;
  font-size: 14px;
  line-height: 1.45;
}

.page-contents ol {
  margin: 18px 0 0;
  padding-left: 2.35em;
  list-style: decimal-leading-zero;
}

.page-contents li {
  margin: 0 0 12px;
  padding-left: 0.25em;
  color: #7a848f;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.page-contents li:last-child {
  margin-bottom: 0;
}

.page-contents li::marker {
  color: #7a848f;
  font-size: 13px;
}

.page-contents a {
  display: block;
  color: #1f2328;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.page-contents a:hover,
.page-contents a:focus {
  color: #244bd0;
}

.legal-section {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid #e6e8ec;
}

.legal-section h2 {
  margin-top: 0;
}

code {
  font-family: Consolas, Monaco, monospace;
  font-size: 0.95em;
  word-wrap: break-word;
}

.site-footer {
  padding-top: 28px;
  padding-bottom: 36px;
  margin-top: 32px;
  border-top: 1px solid #e6e8ec;
  color: #626c76;
  font-size: 15px;
}

.site-footer span {
  display: block;
  margin-bottom: 10px;
  color: #626c76;
}

.footer-links a {
  margin-bottom: 8px;
}

@media screen and (min-width: 560px) {
  .site-header,
  .site-footer,
  .page {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 720px) {
  .site-header {
    overflow: hidden;
  }

  

  

  .first-section {
    padding-top: 60px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  .lede {
    font-size: 19px;
  }

  .section-lede {
    font-size: 17px;
  }

  

  

  

  

  .site-footer {
    overflow: hidden;
  }

  .site-footer span {
    float: left;
    margin-bottom: 0;
  }

  .footer-links {
    text-align: right;
  }
}

@media screen and (min-width: 900px) {
  .site-header,
  .site-footer,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 560px) {
.button-row .button{
    display: block;
    margin-right: 0;
  }
}

.section.measure h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.section.measure h2 + h3,
.section.measure .section-lede + h3 {
  margin-top: 26px;
}

.content-note {
  margin: 0;
  color: #626c76;
  font-size: 14px;
}

code { overflow-wrap: anywhere; }

.home-hero {
  max-width: 920px;
}

.home-hero .kicker,
.home-hero h1,
.home-hero .lede,
.home-hero .button-row,
.home-hero .content-note {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}


.site-header {
  min-height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-color: #edf0f3;
}

.site-brand {
  display: inline-block;
  min-height: 32px;
  color: #1f2328;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 32px;
  text-decoration: none;
  vertical-align: middle;
}

.site-brand:hover,
.site-brand:focus {
  color: #1f2328;
  text-decoration: none;
}

.site-brand-mark {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 2px 9px 0 0;
  border: 1px solid #e6e1d7;
  border-radius: 8px;
  background: #f7f4ee;
  vertical-align: top;
}

.site-brand-name {
  display: inline-block;
  vertical-align: top;
}

.site-header .nav-link {
  min-height: 34px;
  margin: 0 4px 8px 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: #626c76;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #f3f5f8;
  color: #1f2328;
  text-decoration: none;
}

.header-button {
  min-height: 36px;
  margin: 0 0 8px 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.25;
}

.site-footer {
  margin-top: 44px;
  padding-top: 32px;
  padding-bottom: 40px;
  border-top-color: #edf0f3;
  color: #626c76;
}

.site-footer .footer-copy {
  display: block;
  float: none;
  margin-top: 12px;
  margin-bottom: 0;
  color: #8b949e;
  font-size: 14px;
}

.footer-links {
  margin-top: 0;
}

.site-footer .footer-links a {
  margin: 0 14px 10px 0;
  color: #626c76;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus {
  color: #1f2328;
  text-decoration: none;
}

@media screen and (min-width: 720px) {
  .site-header {
    min-height: 74px;
    padding-top: 18px;
    padding-bottom: 18px;
    overflow: hidden;
  }

  .site-brand {
    float: left;
    margin-top: 1px;
  }

  

  .site-header .nav-link {
    margin-top: 1px;
    margin-bottom: 0;
  }

  .header-button {
    margin-bottom: 0;
  }

  .site-footer {
    overflow: hidden;
  }

  .site-footer span {
    float: none;
  }

  

  .footer-links {
    float: right;
    width: 60%;
    text-align: right;
  }

  .site-footer .footer-links a {
    margin-right: 0;
    margin-left: 18px;
  }
}

@media screen and (max-width: 420px) {
  .site-header .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-button {
    margin-left: 0;
  }
}

.site-header {
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-brand {
  display: block;
  margin-bottom: 12px;
}

.site-header .nav-link {
  min-height: 40px;
  margin: 0 6px 8px 0;
  padding: 9px 12px;
  line-height: 1.35;
}

.header-button {
  display: block;
  width: 100%;
  max-width: 340px;
  min-height: 44px;
  margin: 4px 0 0;
  padding: 11px 16px;
  line-height: 1.35;
}

.site-footer {
  padding-top: 34px;
  padding-bottom: 38px;
}

.footer-links {
  max-width: 420px;
  margin-top: 20px;
}

.site-footer .footer-links a {
  display: inline-block;
  width: 48%;
  min-height: 38px;
  margin: 0 1% 6px 0;
  padding: 7px 0;
  line-height: 1.35;
  vertical-align: top;
}

@media screen and (min-width: 440px) {
  .header-button {
    display: inline-block;
    width: auto;
    margin: 0 0 8px 4px;
  }
}

@media screen and (max-width: 360px) {
  .site-header .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-footer .footer-links a {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 720px) {
  .site-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .site-brand {
    display: inline-block;
    margin-bottom: 0;
  }

  .header-button {
    max-width: none;
    margin-left: 6px;
  }

  .footer-links {
    max-width: none;
    margin-top: 0;
  }

  .site-footer .footer-links a {
    width: auto;
    min-height: 30px;
    margin: 0 0 8px 18px;
    padding: 3px 0;
  }
}

.home-hero {
  max-width: 980px;
  text-align: center;
}

.home-hero h1,
.home-hero .lede,
.home-hero .button-row {
  max-width: 680px;
}

.home-hero .button-row {
  margin-top: 24px;
}

html {
  background: #f7f3ec;
}

body {
  background: #f7f3ec;
  color: #20231f;
}

a:hover,
a:focus {
  color: #58643b;
}

a:focus {
  outline-color: #687344;
}

.skip-link {
  border-color: #687344;
  background: #fffdf8;
}

.site-header,
.site-footer {
  border-color: #e6ddd0;
}

.site-brand-mark{
  border-color: #ded4c3;
  background: #fffaf0;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #ede7d9;
  color: #20231f;
}

.header-button,
.button {
  border-color: #59613a;
  background: #59613a;
  color: #ffffff;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #42492c;
  background: #42492c;
  color: #ffffff;
}

.button-secondary {
  border-color: #d7c8b5;
  background: #fffdf8;
  color: #20231f;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #b79a64;
  background: #f2eadc;
  color: #20231f;
}

.section + .section, .page-contents, .legal-section{
  border-color: #e6ddd0;
}


.site-footer .footer-links a[aria-current="page"] {
  color: #20231f;
}

html,
body {
  background: #F1F0ED;
}

body {
  color: #141412;
}

a {
  color: #141412;
}

a:hover,
a:focus {
  color: #667D35;
}

a:focus {
  outline-color: #667D35;
}

p,
li,
dd,
.lede,
.section-lede {
  color: #353431;
}

.content-note, .site-footer, .site-footer .footer-copy, .site-footer .footer-links a, .site-header .nav-link, .kicker, .page-contents p, .page-contents li, .page-contents li::marker{
  color: #67645F;
}

h1, h2, h3, strong, dt, .site-brand, .site-brand:hover, .site-brand:focus, .site-footer .footer-links a:hover, .site-footer .footer-links a:focus, .site-footer .footer-links a[aria-current="page"], .page-contents a{
  color: #141412;
}

.site-header, .site-footer, .section + .section, .page-contents, .legal-section{
  border-color: #E3E1DC;
}

.skip-link{
  border-color: #E3E1DC;
  background: #FEFDFB;
}

.site-brand-mark{
  border-color: #E3E1DC;
  background: #FEFDFB;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #E9EDE0;
  color: #141412;
}

.header-button,
.button {
  border-color: #667D35;
  background: #667D35;
  color: #FEFDFB;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #50622A;
  background: #50622A;
  color: #FEFDFB;
}

.button-secondary {
  border-color: #D7D5CF;
  background: #FEFDFB;
  color: #141412;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #AAB990;
  background: #E9EDE0;
  color: #141412;
}


html,
body {
  background: #ffffff;
}

body {
  color: #1f2328;
}

a {
  color: #1f2328;
}

a:hover,
a:focus {
  color: #4b55e6;
}

a:focus,
.skip-link {
  outline-color: #4b55e6;
}

.skip-link {
  border-color: #4b55e6;
  background: #ffffff;
}

p,
li,
dd,
.lede,
.section-lede {
  color: #454b52;
}

.content-note, .site-footer, .site-footer .footer-copy, .site-footer .footer-links a, .site-header .nav-link, .kicker, .page-contents p, .page-contents li, .page-contents li::marker{
  color: #626c76;
}

h1, h2, h3, strong, dt, .site-brand, .site-brand:hover, .site-brand:focus, .site-footer .footer-links a:hover, .site-footer .footer-links a:focus, .site-footer .footer-links a[aria-current="page"], .page-contents a{
  color: #1f2328;
}

.site-header, .site-footer, .section + .section, .page-contents, .legal-section{
  border-color: #e6e8ec;
}

.site-brand-mark {
  border-color: #e6e8ec;
  background: #ffffff;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #f4f5ff;
  color: #1f2328;
}

.header-button,
.button {
  border-color: #4b55e6;
  background: #4b55e6;
  color: #ffffff;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #244bd0;
  background: #244bd0;
  color: #ffffff;
}

.button-secondary {
  border-color: #dfe3fb;
  background: #ffffff;
  color: #1f2328;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #aeb5f4;
  background: #f4f5ff;
  color: #1f2328;
}

.home-hero-copy,
.home-hero-media {
  display: block;
}

.home-hero-copy h1,
.home-hero-copy .lede,
.home-hero-copy .button-row {
  max-width: 620px;
  margin-left: 0;
  margin-right: 0;
}

.home-hero-copy .button-row {
  margin-top: 24px;
}

.home-hero-media {
  margin-top: 36px;
}

@media screen and (min-width: 900px) {
  .home-hero-copy {
    float: left;
    width: 38%;
    padding-top: 34px;
  }

  .home-hero-media {
    float: right;
    width: 56%;
    margin-top: 0;
  }

  .home-hero-copy h1 {
    margin-top: 0;
  }

  .home-hero-copy .button-row {
    text-align: left;
  }

  
}

@media screen and (min-width: 1100px) {
  .home-hero-copy {
    width: 37%;
  }

  .home-hero-media {
    width: 57%;
  }
}

@media screen and (max-width: 899px) {
  

  .home-hero-copy h1,
  .home-hero-copy .lede,
  .home-hero-copy .button-row {
    max-width: 660px;
  }
}

@media screen and (max-width: 560px) {
  .home-hero-media {
    margin-top: 30px;
  }

  
}

.home-hero-centered {
  max-width: 980px;
  text-align: center;
}

.home-hero-centered:after {
  display: none;
  content: "";
}

.home-hero-centered .home-hero-copy,
.home-hero-centered .home-hero-media {
  float: none;
  width: auto;
  padding-top: 0;
}

.home-hero-centered .home-hero-media {
  margin-top: 40px;
}

.home-hero-centered .home-hero-copy h1,
.home-hero-centered .home-hero-copy .lede,
.home-hero-centered .home-hero-copy .button-row {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-centered .home-hero-copy .button-row {
  text-align: center;
}

@media screen and (max-width: 560px) {
  .home-hero-centered .home-hero-media {
    margin-top: 32px;
  }

  
}

a:hover,
a:focus,
.page-contents a:hover,
.page-contents a:focus {
  color: #5f6f31;
}

a:focus,
.skip-link {
  outline-color: #5f6f31;
}

.skip-link {
  border-color: #5f6f31;
}

.header-button,
.button {
  border-color: #5f6f31;
  border-radius: 10px;
  background: #5f6f31;
  color: #ffffff;
}

.header-button:hover,
.header-button:focus,
.button:hover,
.button:focus {
  border-color: #4d5a28;
  background: #4d5a28;
  color: #ffffff;
}

.button-secondary {
  border-color: #c8d0b2;
  border-radius: 10px;
  background: #ffffff;
  color: #1f2328;
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: #aab88e;
  background: #f3f6ed;
  color: #1f2328;
}

.site-header .nav-link {
  border-radius: 8px;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link[aria-current="page"] {
  background: #f3f6ed;
  color: #1f2328;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus,
.site-footer .footer-links a[aria-current="page"] {
  color: #5f6f31;
}


.home-hero-centered .home-hero-media {
  margin-top: 44px;
}

.home-product-device {
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}


@media screen and (max-width: 560px) {
  .home-hero-centered .home-hero-media {
    margin-top: 32px;
  }
}

.table-wrap {
  margin: 28px 0;
  overflow-x: auto;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.table-wrap th,
.table-wrap td {
  padding: 14px 16px;
  border: 1px solid #e6e8ec;
  text-align: left;
  vertical-align: top;
}

.table-wrap th {
  color: #1f2328;
  background: #f8f7f3;
  font-weight: 650;
}

.legal-section h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: #1f2328;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.legal-list {
  margin: 18px 0 0;
  padding-left: 24px;
}

.legal-list li + li {
  margin-top: 8px;
}

.legal-section blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid #b7c6a3;
  background: #fbfaf7;
}

.legal-section blockquote p {
  margin: 0;
}

@media screen and (min-width: 720px) and (max-width: 899px) {
  .site-header {
    min-height: 0;
    overflow: visible;
  }

  .site-brand {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  
}


.site-header {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.site-header:after {
  display: table;
  clear: both;
  content: "";
}

@media screen and (min-width: 720px) {
  .site-header {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
}

@media screen and (min-width: 720px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header .nav-link {
    min-height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-button {
    min-height: 36px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 900px) {
  .site-header {
    display: table;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .site-brand{
    float: none;
    display: table-cell;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .site-brand {
    width: 1%;
    white-space: nowrap;
  }

  

  .site-brand-mark {
    margin-top: 0;
    vertical-align: middle;
  }

  .site-brand-name,
  .site-header .nav-link,
  .header-button {
    vertical-align: middle;
  }

  .site-header .nav-link,
  .header-button {
    margin-top: 0;
    font-size: 14px;
  }
}

@supports (display: flex) {
  @media screen and (min-width: 900px) {
    .site-header {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }

    .site-brand{
      display: block;
    }

    
  }
}

.site-header {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background: #f5f5f3;
}

.site-header:after {
  display: none;
  content: none;
}

.site-header-inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  box-sizing: border-box;
}

.header-brand-column,
.header-nav-column,
.header-action-column {
  display: block;
}

.header-brand-column {
  margin-bottom: 8px;
}

.header-nav-column {
  margin: 0;
  text-align: left;
}

.header-action-column {
  margin-top: 4px;
  text-align: left;
}

.site-brand {
  display: inline-block;
  width: auto;
  margin: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.site-brand-mark {
  display: inline-block;
  width: 28px;
  min-width: 28px;
  max-width: none;
  height: 28px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.site-brand-name {
  display: inline-block;
  vertical-align: middle;
}

.header-nav-column .nav-link,
.header-action-column .header-button {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  vertical-align: middle;
}

.header-nav-column .nav-link {
  margin-right: 3px;
}

.header-action-column .header-button {
  display: inline-block;
  width: auto;
  max-width: none;
  margin-left: 0;
}

@media screen and (min-width: 720px) {
  .site-header-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header-brand-column,
  .header-nav-column,
  .header-action-column {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
  }

  .header-brand-column {
    width: 23%;
    text-align: left;
  }

  .header-nav-column {
    width: 58%;
    text-align: center;
    white-space: nowrap;
  }

  .header-action-column {
    width: 19%;
    text-align: right;
    white-space: nowrap;
  }

  .header-nav-column .nav-link {
    min-height: 32px;
    padding: 6px 8px;
  }

  .header-action-column .header-button {
    min-height: 34px;
    padding: 6px 12px;
  }
}

@media screen and (max-width: 719px) {
  .header-nav-column .nav-link {
    margin-bottom: 6px;
  }

  .header-action-column .header-button {
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.site-header {
  position: static;
  z-index: 1000;
  border-bottom: 0;
  background: #ffffff;
}

.site-header-inner {
  max-width: 1040px;
}

.site-brand-mark {
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 8px;
}

.site-brand {
  min-height: 28px;
  line-height: 28px;
}

.site-brand-name {
  font-size: 14px;
}

@media screen and (min-width: 720px) {
  .site-header-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-nav-column .nav-link {
    min-height: 30px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .header-action-column .header-button {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 18px;
  }

  .site-header .nav-link[aria-current="page"] {
    background: transparent;
    color: #1f2328;
    font-weight: 600;
  }

  .site-header .nav-link:hover,
  .site-header .nav-link:focus {
    background: #f4f4f2;
    color: #1f2328;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  @media screen and (min-width: 720px) {
    .site-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
  }
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  @media screen and (min-width: 720px) {
    .site-header {
      background: rgba(255, 255, 255, 0.82);
      -webkit-backdrop-filter: saturate(180%) blur(18px);
      backdrop-filter: saturate(180%) blur(18px);
    }
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media print {
  .site-header {
    position: static;
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media screen and (min-width: 720px) {
  .header-nav-column .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-footer {
  max-width: none;
  margin: 0 auto;
  padding: 0 24px 32px;
  border-top: 0;
  background: #f8f8f6;
  color: #626c76;
}

.footer-cta {
  padding-top: 80px;
  padding-bottom: 22px;
}

.footer-cta-inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta .section-intro {
  max-width: 760px;
}

.footer-cta h2 {
  margin: 0;
  color: #1f2328;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.footer-cta p {
  margin-top: 18px;
}

.footer-meta {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  border-top: 1px solid #e6e8ec;
  font-size: 13px;
  line-height: 20px;
}

.footer-language-support {
  max-width: 780px;
  margin: 64px auto 0;
  color: #626c76;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.footer-meta-row {
  margin-top: 0;
}

.site-footer .footer-copy {
  display: block;
  float: none;
  margin: 0 0 10px;
  color: #626c76;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.footer-links {
  max-width: none;
  margin: 0;
}

.site-footer .footer-links a {
  display: inline-block;
  width: auto;
  min-height: 28px;
  margin: 0 18px 8px 0;
  padding: 4px 0;
  color: #626c76;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus,
.site-footer .footer-links a[aria-current="page"] {
  color: #1f2328;
  text-decoration: none;
}

@media screen and (min-width: 720px) {
  .site-footer {
    padding-right: 40px;
    padding-bottom: 34px;
    padding-left: 40px;
  }

  .footer-cta h2 {
    font-size: 46px;
  }

  .footer-meta-row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .site-footer .footer-copy,
  .footer-links {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
  }

  .site-footer .footer-copy {
    width: 38%;
  }

  .footer-links {
    width: 62%;
    text-align: right;
  }

  .site-footer .footer-links a {
    margin: 0 0 0 22px;
  }
}

@media screen and (max-width: 719px) {
  .site-footer {
    padding-bottom: 28px;
  }

  .footer-cta {
    padding-top: 48px;
    padding-bottom: 18px;
  }

  .footer-language-support {
    margin-top: 44px;
  }

  .footer-links {
    margin-top: 16px;
  }
}

@media print {
  .footer-cta {
    display: none;
  }

  .site-footer {
    background: #ffffff;
  }
}

.action-panel-copy {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.action-panel-heading {
  margin-top: 0;
}

.action-panel-actions {
  margin-top: 24px;
}

.home-hero-copy.action-panel-copy {
  max-width: 680px;
}

.footer-cta h2 {
  font-size: 32px;
}

.home-hero h1 {
  font-size: 40px;
}

@media screen and (min-width: 720px) {
  .footer-cta h2 {
    font-size: 46px;
  }

  .home-hero h1 {
    font-size: 56px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

/* Compact navigation starts below 1000px so longer localized labels do not
   collide with Install, the app action, or the language switcher on tablets. */
.mobile-navigation,
.mobile-header-language,
.mobile-header-actions {
  display: none;
}

@media screen and (max-width: 999px) {
  .site-header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
  }

  .site-header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    min-height: 48px;
    padding: 6px 18px;
    gap: 10px;
    box-sizing: border-box;
  }

  .header-brand-column {
    display: block;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    text-align: left;
  }

  .site-brand {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
    margin: 0;
    vertical-align: middle;
  }

  .mobile-header-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto;
    gap: 4px;
    white-space: nowrap;
    text-align: right;
  }

  .mobile-header-language,
  .mobile-navigation {
    display: block;
    margin: 0;
    vertical-align: middle;
  }

  .mobile-header-language {
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
  }

  .mobile-navigation {
    -webkit-flex: 0 0 44px;
    flex: 0 0 44px;
    width: 44px;
    text-align: right;
  }

  .header-nav-column,
  .header-action-column {
    display: none;
  }

  .site-brand {
    min-height: 36px;
    line-height: 36px;
  }

  .site-brand-mark {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .site-brand-name {
    font-size: 14px;
  }

  .mobile-menu-toggle {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    background: transparent;
    color: #1f2328;
    cursor: pointer;
    vertical-align: middle;
  }

  .mobile-menu-toggle::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-toggle::marker {
    content: "";
  }

  .mobile-menu-toggle:focus {
    outline: none;
  }

  .mobile-menu-toggle:focus-visible {
    outline: 2px solid #687a35;
    outline-offset: 2px;
    border-radius: 6px;
  }

  .mobile-menu-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 22px;
    height: 16px;
    margin-top: -8px;
  }

  .mobile-menu-line {
    display: block;
    position: absolute;
    left: 0;
    width: 22px;
    height: 1.5px;
    background: currentColor;
    transform-origin: center;
    transition: transform 160ms ease, top 160ms ease;
  }

  .mobile-menu-line-one {
    top: 4px;
  }

  .mobile-menu-line-two {
    top: 11px;
  }

  .mobile-navigation[open] .mobile-menu-line-one {
    top: 7px;
    transform: rotate(45deg);
  }

  .mobile-navigation[open] .mobile-menu-line-two {
    top: 7px;
    transform: rotate(-45deg);
  }

  .mobile-menu-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    padding: 24px 28px 36px;
    overflow-y: auto;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu-links {
    max-width: 420px;
    margin: 0 auto;
  }

  .mobile-menu-link {
    display: block;
    min-height: 44px;
    padding: 7px 0;
    color: #1f2328;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus,
  .mobile-menu-link[aria-current="page"] {
    color: #5f742d;
    text-decoration: none;
  }

  .mobile-menu-app {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 24px auto 0;
    text-align: center;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  @media screen and (max-width: 999px) {
    .site-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
  }
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  @media screen and (max-width: 999px) {
    .site-header {
      background: rgba(255, 255, 255, 0.88);
      -webkit-backdrop-filter: saturate(180%) blur(16px);
      backdrop-filter: saturate(180%) blur(16px);
    }

    .mobile-menu-panel {
      background: #ffffff;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
    }
  }
}

@supports not selector(:focus-visible) {
  @media screen and (max-width: 999px) {
    .mobile-menu-toggle:focus {
      outline: 2px solid #687a35;
      outline-offset: 2px;
      border-radius: 6px;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-line {
    transition: none;
  }
}

@media screen and (max-width: 360px) {
  .site-header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-brand-name {
    font-size: 13px;
  }

  .mobile-menu-panel {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mobile-menu-link {
    font-size: 26px;
  }
}

@media print {
  .mobile-navigation {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .mobile-menu-panel {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .mobile-menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.015em;
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus,
  .mobile-menu-link[aria-current="page"] {
    color: #1f2328;
  }

  .mobile-menu-app {
    display: inline-block;
    width: auto;
    max-width: none;
    margin: 26px 0 0;
  }

  .mobile-menu-line {
    transition:
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
      top 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.mobile-nav-enhanced .mobile-menu-panel {
    display: block;
    position: fixed;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 0;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 210ms cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 330ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 330ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  html.mobile-nav-enhanced .mobile-menu-link,
  html.mobile-nav-enhanced .mobile-menu-app {
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 190ms cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-link,
  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-app {
    opacity: 1;
    transform: translateY(0);
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-link:nth-child(1) {
    transition-delay: 45ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-link:nth-child(2) {
    transition-delay: 65ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-link:nth-child(3) {
    transition-delay: 85ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-link:nth-child(4) {
    transition-delay: 105ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-link:nth-child(5) {
    transition-delay: 125ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-app {
    transition-delay: 150ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-closing .mobile-menu-link,
  html.mobile-nav-enhanced .mobile-navigation.is-closing .mobile-menu-app {
    transition-delay: 0s;
  }

  html.mobile-nav-enhanced body.mobile-menu-open {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.mobile-nav-enhanced .mobile-menu-panel,
  html.mobile-nav-enhanced .mobile-menu-link,
  html.mobile-nav-enhanced .mobile-menu-app,
  .mobile-menu-line {
    transition: none;
  }
}

@media screen and (max-width: 999px) {
  html.mobile-nav-enhanced .mobile-menu-panel {
    height: calc(100vh - 48px);
  }
}

@supports (height: 100dvh) {
  @media screen and (max-width: 999px) {
    html.mobile-nav-enhanced .mobile-menu-panel {
      height: calc(100dvh - 48px);
    }
  }
}

@media screen and (min-width: 1000px) {
  .header-brand-column {
    width: 23%;
  }

  .header-nav-column {
    width: 50%;
  }

  .header-action-column {
    width: 27%;
  }

  .header-action-column .header-install-link {
    display: inline-block;
    min-height: 30px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
  }

  .header-action-column .header-button {
    margin-left: 0;
  }
}

@media screen and (max-width: 999px) {
  .mobile-menu-actions {
    width: 100%;
    max-width: 420px;
    margin: 26px auto 0;
    text-align: left;
  }

  .mobile-menu-install {
    display: inline-block;
    min-height: 42px;
    padding: 10px 4px;
    color: #1f2328;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .mobile-menu-install:hover,
  .mobile-menu-install:focus,
  .mobile-menu-install[aria-current="page"] {
    color: #1f2328;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .mobile-menu-actions .mobile-menu-app {
    width: auto;
    max-width: none;
    margin: 0 0 0 18px;
    vertical-align: middle;
  }

  html.mobile-nav-enhanced .mobile-menu-actions {
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 190ms cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.mobile-nav-enhanced .mobile-navigation.is-visible .mobile-menu-actions {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 145ms;
  }

  html.mobile-nav-enhanced .mobile-navigation.is-closing .mobile-menu-actions {
    transition-delay: 0s;
  }

  html.mobile-nav-enhanced .mobile-menu-actions .mobile-menu-app {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.mobile-nav-enhanced .mobile-menu-actions {
    transition: none;
  }
}

.home-devices,
.home-pricing {
  max-width: 1120px;
  text-align: center;
}


.home-overview {
  max-width: 980px;
  text-align: center;
}

.home-tools,
.home-writing-stories {
  max-width: 1120px;
  text-align: center;
}


.action-button-wide {
  min-width: 184px;
  padding-left: 26px;
  padding-right: 26px;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .site-header-inner {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mobile-navigation {
    width: 48px;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .mobile-menu-icon {
    right: 4px;
  }

  .mobile-menu-panel,
  html.mobile-nav-enhanced .mobile-menu-panel {
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
  }

}

@media screen and (max-width: 719px) {
  .home-hero-centered .home-hero-media {
    margin-top: 32px;
  }
}

@media screen and (max-width: 559px) {
  .page,
  .site-footer,
  .site-header-inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (min-width: 560px) and (max-width: 719px) {
  .page,
  .site-footer,
  .site-header-inner {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 719px) {
  .home-devices .summary-grid {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* Header language switcher. Native details and ordinary links provide the
   baseline; JavaScript only improves closing behaviour. */
.language-switcher {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}

.header-action-column .language-switcher {
  margin-left: 10px;
}

.language-switcher-toggle {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.language-switcher-toggle::-webkit-details-marker {
  display: none;
}

.language-switcher-toggle::marker {
  content: "";
}

.language-switcher-toggle:hover {
  opacity: 0.9;
}

.language-switcher-toggle:focus {
  outline: none;
}

.language-switcher-toggle:focus-visible {
  outline: 2px solid #687a35;
  outline-offset: 2px;
  border-radius: 50%;
}

.language-switcher-current-flag,
.language-option-flag,
.language-switcher-current-flag img,
.language-option-flag img {
  display: block;
  border-radius: 50%;
}

.language-switcher-current-flag,
.language-option-flag {
  overflow: hidden;
}

.language-switcher-current-flag,
.language-switcher-current-flag img {
  width: 100%;
  height: 100%;
}

.language-option-flag,
.language-option-flag img {
  width: 28px;
  height: 28px;
}

.language-switcher-menu {
  position: absolute;
  z-index: 1100;
  top: 48px;
  right: 0;
  width: 232px;
  padding: 8px;
  border: 1px solid #deded9;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.language-switcher-title {
  margin: 4px 10px 6px;
  color: #86868b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.language-option {
  display: table;
  width: 100%;
  min-height: 44px;
  padding: 7px 9px;
  border-radius: 10px;
  color: #1f2328;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  box-sizing: border-box;
}

.language-option:hover,
.language-option:focus {
  background: #f5f5f3;
  color: #1f2328;
  text-decoration: none;
}

.language-option.is-current {
  background: #f2f5ea;
  color: #5f742d;
  font-weight: 600;
}

.language-option.is-preview {
  color: #5f6368;
  cursor: default;
}

.language-option-flag,
.language-option-label,
.language-option-check,
.language-option-status {
  display: table-cell;
  vertical-align: middle;
}

.language-option-label {
  width: auto;
  padding-left: 10px;
}

.language-option-check {
  width: 22px;
  color: #687a35;
  text-align: right;
}

.language-option-status {
  width: 38px;
  color: #9a9a9f;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
}

@supports not selector(:focus-visible) {
  .language-switcher-toggle:focus {
    outline: 2px solid #687a35;
    outline-offset: 2px;
    border-radius: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .header-brand-column {
    width: 22%;
  }

  .header-nav-column {
    width: 46%;
  }

  .header-action-column {
    width: 32%;
  }
}

/* Compact-header language picker: keep the current locale flag visible beside
   the hamburger while retaining the detailed native details menu on tap. */
@media screen and (max-width: 999px) {
  .mobile-header-language {
    width: 40px;
    vertical-align: middle;
    text-align: right;
  }

  .mobile-header-language .language-switcher {
    display: inline-block;
    vertical-align: middle;
  }

  .mobile-header-language .language-switcher-toggle {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .mobile-header-language .language-switcher-menu {
    top: 46px;
    right: 0;
    left: auto;
    width: 232px;
  }
}

@media print {
  .language-switcher,
  .mobile-header-language,
  .mobile-header-actions {
    display: none;
  }
}

/* Content-aware desktop header columns prevent longer localized navigation
   labels from colliding with the install and app actions. */
@media screen and (min-width: 1000px) {
  .site-header-inner {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    column-gap: 14px;
    align-items: center;
    max-width: 1120px;
  }

  .header-brand-column,
  .header-nav-column,
  .header-action-column {
    display: block;
    width: auto;
  }

  .header-nav-column {
    min-width: 0;
  }

  .header-nav-column .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }

  .header-action-column {
    justify-self: end;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
  .header-nav-column .nav-link {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }

  .header-action-column .header-install-link {
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .header-action-column .header-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-action-column .language-switcher {
    margin-left: 6px;
  }
}
