/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-06T02:44:29+00:00 */

@charset "UTF-8";




.wa-helpbox {
  display: flex;
  flex-direction: row;
  padding: var(--space-m);
  gap: var(--space-s);
  justify-content: flex-start;
  align-items: center;
  background-color: var(--secondary);
  border-radius: var(--radius-m);
}
.wa-helpbox__img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.wa-helpbox__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wa-helpbox__text {
  font-size: var(--text-m);
  font-weight: 500;
  transition: 0.2s all ease-in-out;
}
.wa-helpbox__text--link {
  font-size: var(--text-l);
  font-weight: 700;
}
.wa-helpbox__text--link:hover {
  color: var(--primary-hover);
}
.wa-helpbox__shortcode {
  position: sticky;
  top: 10rem;
}
