/* Read.dukeupress.edu site 20220330 */

/* 20220330 DDR "Buy this ___" box shopping card white */
.store-link .icon-availability_cart::before {
    color: white
}

/* 20220330 DDR "Buy this issue" box remove left padding */
.widget.widget-BuyThisResourceLink.widget-instance-BuyThisResourceLink_Issue div#dvPurchaseButton {
  padding-left: 0
}

/* 20220216 DDR underline links on citation modal box */
#getCitation a:hover {
  text-decoration: underline
}

/* 20220216 DDR bold split view toolbar on hover */
#Toolbar li a:hover {
  font-weight: bold
}

/* 20220217 DDR underline article HTML split view links on hover */
.splitview__main a:not(.button):hover, .footer_wrap a:not(.button):hover {
	text-decoration: underline
}

.tabs a:hover {
  text-decoration: none !important;
  font-weight: bold;
}

.PdfOnlyLink a:hover {
  text-decoration: none !important
}

a.fig-view-orig:hover {
  text-decoration: none !important
}

/*.al-author-name a:hover, .citation-doi a:hover, .article-metadata-tocSections a:hover, .kwd-group a:hover, .article-body a:hover, .ref-list.js-splitview-ref-list a:hover, .volume-issue__wrap a:hover, .jumplink-list a:hover, .inline-list a:hover {
	text-decoration: underline
}
*/

/* 20220216 DDR fix article contents spacing on split view */
.pg_articlesplitview ul.jumplink-list li {
  padding: 8px
}

/* 20220216 DDR line hight adjustments */

.h2, h2 {
  line-height: 1.4
}

.h3, h3 {
  line-height: 1.4
}

/* 20220201 DDR fix padding under ISSNs on journal TOCs */
.widget.widget-IssueJumpLinks.widget-instance-IssueOnRails_IssueJumpLinks {
  margin-top: 10px
}

/* 20211213 DDR TOC action button tweaks */
.badge-bar .resource-links-info div.item {
	padding-left: 5px;
	padding-right: 5px
}

.item a:hover {
    background: #f2f4f7;
    text-decoration: none !important
}

/* 20211213 DDR Fix link size in article footnotes and refrences*/
.fn p a {
    font-size: inherit
}

.pg_articlesplitview .ref-list a {
    font-size: inherit
}

/* 20220218 DDR fix TrendMD text color */

.trendmd-widget-list-item__meta {
  color: #666 !important
}

.sidebar-widget_wrap .widget-dynamic-inner-wrap .widget-dynamic-inner-wrap > div h3.trendmd-widget-header__heading {
  color: #000
}

.RelatedCss .widget-dynamic-inner-wrap > div h3.trendmd-widget-header__heading {
  color: #000
}

/* 20211213 DDR fix article toolbar contrast */
.toolbar-wrap a {
    color: #2a2a2a
}

/* 20211213 DDR Make selection highlighting not internet blue */
::selection {
    background-color: #000000;
    color: white
}

/* GBC 20211101, fix cover images in search results */
/* todo: make decision long term about visiblity of default covers in search results */
.sri-figure.issue-cover {
    width: calc(100px - 1rem);
    margin-right: 1rem;
    float: left;
    margin-right: 1rem
}

/* CS SCS-84930 Updates the color of the INFORMATION FOR menu button in the top menu */
@media (min-width: 600px) {
  [data-sitename=booksgateway] .journal-header .site-menu.site-menu-lvl-0>.site-menu-item.site-menu-lvl-0:last-of-type, [data-sitename=dukeuniversitypress] .journal-header .site-menu.site-menu-lvl-0>.site-menu-item.site-menu-lvl-0:last-of-type, [data-sitename=journalsgateway] .journal-header .site-menu.site-menu-lvl-0>.site-menu-item.site-menu-lvl-0:last-of-type {
      background: #737373;
}

/* KED 20250707 Adds bullet points and spacing to unordered lists for self serve content */
div.widget.widget-SelfServeContent.widget-instance-SelfServeContent ul {
	list-style-type: circle !important;
	margin-bottom: 15px !important;
}
}