﻿#omnibus-price-history {
  margin-bottom: 10px;
}

  #omnibus-price-history .omnibus-price-message {
    margin-bottom: 10px;
  }

  #omnibus-price-history .historical-price-header {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #omnibus-price-history .info-icon-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 4px;
  }

  #omnibus-price-history .info-icon {
    font-size: 15px;
    border-radius: 50%;
    padding: 2px 6px;
  }

  #omnibus-price-history .historical-price-popup {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 16px;
    min-width: 300px;
  }

  #omnibus-price-history .info-icon-wrapper:hover .historical-price-popup {
    display: block;
  }
