.container {
  gap: 2.4rem;
  padding: 2rem 1.6rem;
}

.brand {
  height: 2rem;
}
@media (max-width: 768px) {
  .brand {
    width: 30vw;
    max-width: 36rem;
    height: auto;
  }
  .brand img {
    width: 100%;
    height: auto;
  }
}

.read {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-top: 0.1rem solid #EEE;
  border-bottom: 0.1rem solid #EEE;
}
.read__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
  padding: 2rem 1.2rem;
  border-bottom: 0.1rem solid #EEE;
}
@media (max-width: 768px) {
  .read__header {
    gap: 0.4rem;
    padding: 1.6rem 0.4rem;
  }
}
.read__header i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 2.4rem;
  background-color: #DDD;
  border-radius: 0.4rem;
  color: #777;
  font-size: 1.3rem;
  font-weight: 550;
  font-style: normal;
}
@media (max-width: 768px) {
  .read__header i {
    width: 4.4rem;
    height: 2.2rem;
    font-size: 1.1rem;
  }
}
.read__header h1 {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 1.8rem;
  font-weight: 750;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .read__header h1 {
    font-size: 1.6rem;
  }
}
.read__header time {
  color: #AAA;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .read__header time {
    font-size: 1.1rem;
  }
}
.read__content {
  padding: 1.2rem;
}
@media (max-width: 768px) {
  .read__content {
    padding: 0.8rem 0.4rem;
  }
}
.read__content p {
  margin: 1rem 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .read__content p {
    margin: 0.6rem 0;
    font-size: 1.3rem;
  }
}
.read__content a {
  color: #154AD4;
  text-decoration: none;
}
.read__content a[download] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.read__content a[download]:before {
  content: "";
  position: relative;
  top: 0.1rem;
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23154AD4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-download-icon lucide-download'%3E%3Cpath d='M12 15V3'/%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
  background-size: cover;
}
@media (max-width: 768px) {
  .read__content a[download]:before {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
  }
}
.read__content a[download] small {
  position: relative;
  top: 0.1rem;
  margin-left: 0.4rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .read__content a[download] small {
    display: none;
  }
}

.back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 4.8rem;
  padding: 0;
  margin-top: -2.4rem;
  border: 0 none;
  border-bottom: 0.1rem solid #EEE;
  outline: none;
  background-color: #FCFCFC;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #777;
  font-size: 1.3rem;
  font-weight: 550;
}
@media (max-width: 768px) {
  .back {
    font-size: 1.2rem;
  }
}
.back svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 768px) {
  .back svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/*# sourceMappingURL=read.css.map */
