.link-callout {
  display: inline-block; }
  .link-callout .link-callout-container .text {
    font-size: 0.75rem;
    padding: 2px; }

.callout-details {
  padding: 10px;
  min-width: 200px;
  max-width: 450px; }
  .callout-details .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    padding-bottom: 5px; }
  .callout-details .text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-weight: lighter;
    line-height: 1.5em;
    word-wrap: break-word; }
  .callout-details .learn-more-link {
    padding-top: 5px; }

.link-callout-dialog .close-callout-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.6875rem; }
