@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,600;0,900;1,400;1,600;1,900&display=swap');

.embed .news {padding: 20px;}

.category {border-radius: 3px; padding: 6px 8px; font-weight: 700; font-size: 8px;}
.featureDate .date, .featureDate span {font-size: 12px;}

.featureTitle a, .post h3.featureTitle {
	font-family: "Playfair Display", Sans-serif;
	font-weight: 900;
	font-size: 30px !important;
	color: #0b0b0d !important;
	line-height: 1;
	transition: all .25s ease;
	padding-bottom: 10px !important;
	display: block;}
.embed .featureTitle a, .embed .post h3.featureTitle {font-size: 30px !important;}
.standalone .featureTitle a, .standalone .post h3.featureTitle {font-size: 40px !important; line-height: 1.2;}
.featureTitle a:hover {color: #0a57e2 !important; text-decoration: none !important;}

.featureAction a:hover {text-decoration: none !important;}

.standalone .feature, .embed .feature {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
	margin-bottom: 30px;}

.featureFeedback {border-top: none; background: #deecef;}
.featureFeedback textarea {border-radius: 30px; border: none !important; padding: 10px 60px 10px 20px; font-size: 14px;}
.feedbackInput {min-height: 44px;}
.feedbackSend {background: none; box-shadow: none; -webkit-box-shadow: none; bottom: 16px !important;}

.emojiContainer {font-size: 30px; transform: scale(0.9); transition: all .25s ease;}
.emojiContainer:hover {transform: scale(1); cursor: pointer;}
.emojiContainer img {display: none !important;}
.emojiContainer:before {transition: inherit;}
.emojiContainer:nth-of-type(1):before {content: "😡";}
.emojiContainer:nth-of-type(2):before {content: "😴";}
.emojiContainer:nth-of-type(3):before {content: "😍";}

.embedRoadmapStream, .embedRoadmapStream:not(.empty) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-bottom: 40px;}
.feature.roadmapPost {margin-bottom: 20px !important;}
.roadmapItemContent a.featureTitle {text-decoration: none !important; transition: all .25s ease;}
.roadmapItemContent a.featureTitle:hover {color: #0a57e2;} 

body.hasModes[data-mode=requests] .streamContent {box-shadow: none !important;}

body[data-mode="roadmap"] .feature.roadmapPost {border-bottom: none !important; -webkit-box-shadow: none !important; box-shadow: none !important;}

.roadmapColumn[data-color="3"] {border-color: #0b0b0d;}
.roadmapColumn[data-color="3"] .roadmapColumnLabel:before, .simpleDrop.roadmapStatus .dropSelected[data-color="3"]:before, .simpleDrop.roadmapStatus .multiselect li[data-color="3"]:before, .roadmapItemLabel.roadmapStatus[data-color="3"]:before {background: #0b0b0d;}

.roadmapColumn[data-color="8"] {border-color: #e8335d;}
.roadmapColumn[data-color="8"] .roadmapColumnLabel:before, .simpleDrop.roadmapStatus .dropSelected[data-color="8"]:before, .simpleDrop.roadmapStatus .multiselect li[data-color="8"]:before, .roadmapItemLabel.roadmapStatus[data-color="8"]:before {background: #e8335d;}

.roadmapColumn[data-color="0"] {border-color: #3588f7;}
.roadmapColumn[data-color="0"] .roadmapColumnLabel:before, .simpleDrop.roadmapStatus .dropSelected[data-color="0"]:before, .simpleDrop.roadmapStatus .multiselect li[data-color="0"]:before, .roadmapItemLabel.roadmapStatus[data-color="0"]:before {background: #3588f7;}

.roadmapColumn[data-status="estreno"] {border-color: #33e881 !important;}
.roadmapColumn[data-status="estreno"] .roadmapColumnLabel:before, .simpleDrop.roadmapStatus .dropSelected[data-status="estreno"]:before, .simpleDrop.roadmapStatus .multiselect li[data-status="estreno"]:before, .roadmapItemLabel.roadmapStatus[data-status="estreno"]:before,
.roadmapItemLabel.roadmapStatus[data-status="Estreno"]:before {background: #33e881 !important;}