/**
 * CSS file for HighWire Article Crossmark.
 *
 * The CrossMark logo is a square SVG and without any restriction will
 * fill up 100% of its container width. By default we restrict the size
 * to 40px tall.
 */
a[data-target="crossmark"].crossmark-square {
  display: inline-block;
}

a[data-target="crossmark"].crossmark-square img {
  height: auto;
  width: 40px;
}

div[class*='-art-tools'].panel-pane .panel-pane .pane-content a[data-target="crossmark"].crossmark-horizontal {
  padding-left: 0;
}
a[data-target="crossmark"].crossmark-horizontal img {
  height: 30px;
  width: auto;
 }
