.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.2rem;
}
header {
  display: flex;
  justify-content: center;
  text-align: center;
  min-height: 10rem;
  background-color: hsla(200, 10%, 70%, 0.5);
}
header > div {
  display: inline-flex;
  flex-flow: row nowrap;
}
.logo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-right: 0.5rem;
}
.right {
  padding-left: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: left;
}
.logo img {
  width: 4rem;
  height: 4rem;
}
header h1,
header h2 {
  font-size: 1.3rem;
  margin: 0;
}
header h1 {
  color: #ef474e;
  margin-bottom: 0.5rem;
}
header h2 {
  font-weight: 400;
  color: #666;
}
main {
  display: flex;
  text-align: center;
  margin: 24px 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 1;
  padding: 0 2%;
  font-size: 1.3rem;
  line-height: 2rem;
}
.apps {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.8rem;
}
.app-card {
  width: 320px;
  margin: 1.2rem 0;
  padding: 1.2rem;
  border: 1px solid #eee;
  border-radius: 0.8rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background-color: #fff;
}
.app-logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
}
.app-card h3 {
  margin: 0.6rem 0 0.2rem;
  font-size: 1.35rem;
  color: #333;
}
.app-card.xtext h3 {
  color: #000000;
}
.app-card.pro h3 {
  color: #000000;
}
.app-card p {
  margin: 0 0 0.8rem;
  font-size: 1.1rem;
  color: #60606d;
}
.actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}
.actions .download {
  margin: 0;
  width: 91px !important;
  height: 28px !important;
  line-height: normal;
  font-size: 0;
  padding: 0;
  border: none !important;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  overflow: hidden;
}
.actions .download img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

@media (max-width: 480px) {
  .actions { gap: 0.6rem; }
  .actions .download { width: 80px !important; height: 24px !important; }
}

@media (min-width: 768px) {
  .actions .download { width: 100px !important; height: 31px !important; }
}

@media (min-width: 1024px) {
  .actions .download { width: 113px !important; height: 35px !important; }
}
.app-card.xtext .actions .download,
.app-card.pro .actions .download {
  border: none;
}

main > p {
  color: #555555;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 0 30px;
  margin: 0.6rem 0;
  width: 100%;
}
main > p.desc { margin-bottom: 0.3rem; margin-top: 1.8rem; }
main > p.example { margin-top: 0.3rem; }
footer {
  text-align: center;
  color: #60606d;
  min-height: 60px;
  padding: 1%;
  line-height: 1.5;
  background-color: #ffffff;
}

.download {
  width: 12rem;
  height: 4rem;
  font-size: 1.3rem;
  color: #fff;
  line-height: 4rem;
  text-align: center;
  margin: 2rem 0;
  /* background-color: rgba(242, 67, 71, 0.85); */
  border: 1px solid rgba(242, 67, 71, 0.85);
  color: rgba(242, 67, 71, 0.85);
  border-radius: 2rem;
}
.download:first-of-type {
  margin-right: 1rem;
}
.download:last-of-type {
  margin-left: 1rem;
}
.download .icon {
  font-size: 2rem;
}
