/** Topic Preview - Latte Circula Theme */
@import url("light.css");

:root {
	--tp-bg: #192137;
	--tp-border: #66748C;
	--tp-shadow: rgba(0, 0, 0, 0.5);
	--tp-text: #ffffff;
	--tp-scrollbar-track: #232d47;
	--tp-scrollbar-thumb: #66748C;
	--tp-scrollbar-hover: #8494ad;
	--tp-avatar-bg: #66748C;
}

.topic_preview_container {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.topic_preview_container.invert:before {
	background: #192137;
}

.topic_preview_container:after {
	background: #30374b;
}

.topic_preview_section:not(:first-child) {
	border-top-style: dashed;
}
