.twin-ignition-tab {
	--ti--color--flat-black: #231f20;
	--ti--color--rich-black: #000000;
	--ti--color--white: #ffffff;
	--ti--color--yellow: #fcaf19;
	--ti--color--orange: #ff6900;
}

.twin-ignition-tab {
	background: var(--ti--color--flat-black);
	border-top-left-radius: 0.667em;
	border-bottom-left-radius: 0.667em;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
	color: var(--ti--color--white);
	font-weight: bold;
	max-width: 8rem;
	padding: 1rem;
	position: fixed; top: auto; right: -8rem; bottom: 8rem; left: auto;
	transition: right 0.4s ease;
	z-index: 8;
}

.twin-ignition-tab.revealed {
	right: 0;
}

.twin-ignition-tab ul {
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	text-transform: uppercase;
}

.twin-ignition-tab li:not(:last-child) {
	background: url('ti-bolt.svg') center bottom no-repeat;
	background-size: 24px 24px;
	margin-bottom: 12px;
	padding-bottom: 36px;
}

.twin-ignition-tab ul a, .twin-ignition-tab ul a:visited {
	color: var(--ti--color--yellow);
}

.twin-ignition-tab ul a:hover, .twin-ignition-tab ul a:focus {
	color: var(--ti--color--orange);
}

@media screen and (max-width: 782px) {

	.twin-ignition-tab {
		bottom: 2rem;
	}
	
	.twin-ignition-tab ul {
		font-size: 0.625rem;
	}
	
	.twin-ignition-tab li:not(:last-child) {
		background-size: 16px 16px;
		padding-bottom: 28px;
	}

}
