/* Spc/Stickers — tippy custom theme matching forum palette (#1a1a1a) */

.tippy-box[data-theme~='spc-dark'] {
	background-color: #1a1a1a;
	color: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.tippy-box[data-theme~='spc-dark'] .tippy-content {
	padding: 5px 9px;
}

.tippy-box[data-theme~='spc-dark'] .tippy-arrow {
	color: #1a1a1a;
	width: 12px;
	height: 12px;
}

.tippy-box[data-theme~='spc-dark'][data-placement^='top'] > .tippy-arrow::before {
	border-top-color: #1a1a1a;
}
.tippy-box[data-theme~='spc-dark'][data-placement^='bottom'] > .tippy-arrow::before {
	border-bottom-color: #1a1a1a;
}
.tippy-box[data-theme~='spc-dark'][data-placement^='left'] > .tippy-arrow::before {
	border-left-color: #1a1a1a;
}
.tippy-box[data-theme~='spc-dark'][data-placement^='right'] > .tippy-arrow::before {
	border-right-color: #1a1a1a;
}

/* shift-away-subtle animation (lightweight, smooth) */
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'] {
	opacity: 0;
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='top'] {
	transform: translateY(4px);
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='bottom'] {
	transform: translateY(-4px);
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='left'] {
	transform: translateX(4px);
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='right'] {
	transform: translateX(-4px);
}
