.app-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.app-tools-bottom {
  margin-top: 2rem;
  margin-bottom: 0;
}
.app-tools .app-divider {
  flex: 1;
}
.app-tools > a, .app-tools > button {
  margin-right: 8px;
}
.app-tools > a:last-child, .app-tools > button:last-child {
  margin-right: 0;
}
.app-search__target {
  margin-bottom: 8px;
}
.app-write-button {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: white;
  font-size: 1.5rem;
  background-color: #247bff;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 6px 16px;
  transition: background-color 0.2s ease;
}
@media (max-width: 1024px) {
  .app-write-button {
    right: 1rem;
    bottom: calc(52px + 1rem);
    margin-bottom: env(safe-area-inset-bottom);
  }
}
.app-write-button:hover {
  background-color: #206fe6;
}
.app-write-button:active {
  background-color: #1d62cc;
}
/*# sourceMappingURL=d88cead55ec4c33de254ba51945ccbe94de66b0d.tools.scss.map */
