/* Entry point for your PostCSS build */
.preview-iframe {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  width: 100%;
}
.button-full-width {
  width: 100%;
}
.omniauth-button {
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  align-items: center;
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.omniauth-button :hover {
    opacity: 0.8;
  }
.omniauth-button img {
    margin-right: 0.5rem;
    margin-left: -0.25rem;
    width: 1rem;
    height: 1rem;
    filter: invert(100%);
  }
/* Twitterボタンの背景色 */
.twitter-omniauth-button {
  background: #1da1f2;
}
/* Discordボタンの背景色 */
.discord-omniauth-button {
  background: #5865f2;
}
.internal-link {
  color: #3b82f6;
}
.internal-link :hover {
    color: #1d4ed8;
  }
.internal-link ::after {
    content: "_↗";
  }
.user-profile-image {
  width: 100%;
}
.flash-wrapper {
  display: flex;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.flash-wrapper  > .icon {
    margin-right: 0.5rem;
    width: 1rem;
  }
.notice-color {
  color: #1d4ed8;
  background-color: #dbeafe;
}
.alert-color {
  color: #b91c1c;
  background-color: #fee2e2;
}
