.moz-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--secondary);
  border-radius: 50% 0 50% 50%;
  line-height: 1;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

.moz-icon + .frame {
  padding-top: 0 !important;
}

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