/**
 * Campaign Styles for campaign #10848
 */

/** Style Campaign style#25 */
.entity-header .bottom .texts { padding-left: 15px; }

.player-tip {
	background-color: #ffc;
    border: solid 1px #d8a900;
    padding: 5px;
    margin-bottom: 11px;
}
.player-tip::before {
    content: "Player Tip:";
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 12px;
}
.player-tip :last-child {
    margin-bottom: 0;
}

.player-tip--pc-allowed::before,
.player-tip--pc-consult::before,
.player-tip--pc-consult::before { content: "As a Player:"; }
.player-tip--pc-allowed { background-color: #dfc; border-color: #67d800; }
.player-tip--pc-disallowed { background-color: #fee; border-color: #d80000; }

/* Timeline */
.timeline:before {
	display: none;
}
.timeline > ul {
	list-style: none;
	padding: 0;
}
.timeline-event {
	text-align: center;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.timeline-event--gap {
	padding: 20px;
	margin: 30px 0;
	font-weight: bold;
	font-style: italic;
	background-color: #f2f2f2;
	max-width: none;
}
.timeline-event__inner {
	padding: 10px 20px;
	border: solid 2px #eee;
	max-width: 500px;
	position: relative;
}
.timeline-event--private .timeline-event__inner {
	background-color: #ffb9b9;
}
.timeline-event__date {
	margin: 0;
}
.timeline-event__date-meta {
	display: block;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 0 0;
}
.timeline-event__title {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.timeline-event__color {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
	overflow: hidden;
	text-indent: 20px;
	border-radius: 50%;
	background-color: #d2d6de;
}
