/* Moved out of okendo-loyalty-earn.liquid inline <style> blocks; a <style> element is not valid in the document body. */
#oke-loyalty-earn {
  .c-embeddedHeaderBar {
    display: none;
  }

  .c-embeddedEarningRules {
    max-width: 100%;
  }

  .c-actionCard {
    border-radius: 0;
    border-color: rgb(132, 140, 163);
    aspect-ratio: 1;
    justify-content: center;
    width: calc(100% - 12px);

    @media (min-width: 500px) {
      width: calc(50% - 12px);
    }

    @media (min-width: 800px) {
      width: calc(33% - 12px);
    }
  }

  .c-actionCard-action {
    margin-top: 0;
  }

  .c-customIcon .c-icon {
    width: 58px !important;
    height: 58px !important;
    color: rgb(65, 134, 0);
  }

  .c-actionCard .u-textStyle--subtitle {
    font-weight: bold;
    font-size: 1.6rem;
    @media (min-width: 500px) {
      font-size: 2.4rem;
    }
  }

  .c-actionCard .u-textStyle--body {
    font-size: 1.2rem;
    @media (min-width: 500px) {
      font-size: 1.6rem;
    }
  }

  .c-button {
    background: white;
    color: black;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 0;
    border: none;
    max-width: 300px;
    display: none;
  }

  .c-actionCard:hover {
    background: black;

    .c-button {
      display: inline-flex;
    }

    .u-textStyle--subtitle {
      color: white;
    }

    .c-customIcon, .u-textStyle--body {
      display: none;
    }
  }
}
