@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.horseshoe-callout-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.875rem; }
  @media (min-width: 48rem) {
    .horseshoe-callout-wrap {
      flex-direction: row;
      gap: 3.75rem; } }

.horseshoe-callout {
  flex-shrink: 0;
  align-self: flex-start;
  border-top: 0.3125rem solid #ffcf3e;
  border-right: 0.3125rem solid #ffcf3e;
  border-bottom: 0.3125rem solid #ffcf3e;
  border-left: 0;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  width: 22.5rem;
  max-width: 100%;
  padding: 2.5rem 2.5rem 2.5rem 0.9375rem; }
  .horseshoe-callout__text {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2; }

.horseshoe-callout-description {
  width: 100%; }
  .horseshoe-callout-description p {
    line-height: 1.5; }
    .horseshoe-callout-description p:first-child {
      margin-top: 0; }
    .horseshoe-callout-description p:last-child {
      margin-bottom: 0; }

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