/**
 * Campaign Styles for campaign #198554
 */

/** Style Campaign style#3234 */
/* Main sidebar tweaks */
.campaign-updated, .campaign-name {
  	display: none;
}

.sidebar li span {
  	font-size: 11.5px;
}

:is(.section-campaign, .section-campaigns) .sidebar-quick-link {
    padding-left: 1rem;
}

/* Stubs */
:root{
    --stub-text: "This article is a stub. Feel free to help out by adding things to it!";
}

.kanka-tag-stub .entity-main-block:before {
    text-align: center;
    font-style: oblique;
    display: inline-block;
    background: hsl(0, 0%, 10%);
    padding: 2ch;
    border: 1px solid lightgrey;
    border-left: 5px solid orange;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    width: 100%;
    content: var(--stub-text);
}

/* Entity sidebar tweaks */
.sidebar-section-box {
	--sidebar-section-background: hsl(0, 0%, 10%);
	--sidebar-section-padding: 10px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

/* Entity block margins */
.entity-story-block .box-entity-entry:first-child,
.entity-main-block .box-entity-entry:first-child {
    margin-bottom: 10px;
}

.entity-content {
    margin-bottom: -10px;
}

/* Entity note footers goodbye */
.entity-note-footer {
  	display: none;
}

/* Fixed table layout */
table, th {
  	table-layout: fixed;
  	/*text-align: center;*/
}

/* Custom pinned portrait width */
.pinned-attribute[data-attribute^="pinned portrait"] {
  	margin: 0 auto;
  	display: none;
}
