pre {
  overflow-x: hidden; }
  pre code {
    overflow-wrap: break-word;
    white-space: pre-wrap; }

div.callout button.collapse, div.callout button.copy, div.callout button.copy-emoji {
  text-align: right;
  background-color: grey;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30%; }

div.callout button.copy, div.callout button.copy-emoji {
  width: 32px;
  height: 32px;
  position: absolute;
  text-align: center;
  right: 10px;
  margin: 5px -5px -5px; }

div.callout {
  border-radius: 4px 8px 8px 4px;
  padding: 0px 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 15px 0px; }
  div.callout div.header {
    border-radius: 0px 8px 0px 0px;
    padding: 8px;
    margin: -5px; }
  div.callout div.card {
    padding: 8px;
    position: relative;
    height: 100%; }
  div.callout button.collapse {
    float: right; }
  div.callout button.collapse:hover {
    cursor: pointer; }
  div.callout button.copy {
    opacity: 0.5;
    transition: opacity 0.3s ease-in; }
  div.callout button.copy:hover {
    cursor: pointer;
    opacity: 1; }
  div.callout span.copy-text::after {
    content: " ";
    position: absolute;
    bottom: 45%;
    left: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black; }
  div.callout span.copy-text {
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    width: max-content;
    position: absolute;
    z-index: 0;
    opacity: 0;
    top: -10%;
    left: -150%;
    transform: translateX(-50%); }
  div.callout button.copy-emoji {
    opacity: 0;
    z-index: -1; }
  div.callout .animate {
    animation: copied 1.5s; }
@keyframes copied {
  0% {
    opacity: 0;
    z-index: 1; }
  22% {
    opacity: 1;
    z-index: 1; }
  77% {
    opacity: 1;
    z-index: 1; }
  100% {
    opacity: 0;
    z-index: -1; } }
div.callout-info {
  background-color: floralwhite;
  border-left: solid 8px darkblue; }
  div.callout-info div.header {
    background-color: turquoise; }

div.callout-example {
  background-color: floralwhite;
  border-left: solid 8px blueviolet; }
  div.callout-example div.header {
    background-color: lavender; }

div.callout-note {
  background-color: floralwhite;
  border-left: solid 8px firebrick; }
  div.callout-note div.header {
    background-color: royalblue; }

div.callout-warning {
  background-color: floralwhite;
  border-left: solid 8px orange; }
  div.callout-warning div.header {
    background-color: peachpuff; }

div.callout-danger {
  background-color: floralwhite;
  border-left: solid 8px red; }
  div.callout-danger div.header {
    background-color: lightcoral; }

div.callout-seealso {
  background-color: floralwhite;
  border-left: solid 8px forestgreen; }
  div.callout-seealso div.header {
    background-color: darkseagreen; }

div.callout-tip {
  background-color: floralwhite;
  border-left: solid 8px aqua; }
  div.callout-tip div.header {
    background-color: cadetblue; }

div.callout-quote {
  background-color: floralwhite;
  border-left: solid 8px #3353ac; }
  div.callout-quote div.header {
    background-color: #7ab9fc; }

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