/* Main banner container */
.instana-custom-banner {
    background-color: #e6f2ff;
    padding: 12px 16px;
    border-left: 4px solid #0062ff;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-family: Montserrat, sans-serif;
    margin: 0 0 16px 0;
    color: #1a2733;
    cursor: default;
  }
  
  /* Info icon styling */
  .instana-custom-banner-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    flex-shrink: 0;
    pointer-events: none;
  }
  
  /* Bold text */
  .instana-custom-banner-bold {
    font-weight: 600;
  }
  
  /* Link styling */
  .instana-custom-banner-link {
    color: #0062ff;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
  }