  .info-box {
    background-color: #1e1e24;
    border-left: 4px solid #ffc107;
    margin: 1rem;
    transition: all 0.3s ease;
  }
  
  .info-box .title {
      -webkit-tap-highlight-color: transparent;
    color: inherit;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.45;
    margin: 0px;
	}
  
  .info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 768px) {
    .info-box {
      flex-direction: column;
    }

    .info-icon {
      width: 100%;
      justify-content: center;
      padding: 1rem 0;
    }

    .info-content {
      padding: 1rem;
    }

    .info-content .btn {
      width: 100%;
    }
  }
  
  .info-box .mantine-11u412d {
    padding: 0px 18px;
    appearance: none;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    height: 36px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    border: 1px solid rgb(252, 156, 45);
    background-color: transparent;
    color: rgb(252, 156, 45);
}

.info-box .mantine-3xbgk5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    overflow: visible;
}

.info-box .mantine-qo1k2 {
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}