/*  imported from title.css 
*/

/* Copyright 2015-2017 Parity Technologies (UK) Ltd.
/* This file is part of Parity.
/*
/* Parity is free software: you can redistribute it and/or modify
/* it under the terms of the GNU General Public License as published by
/* the Free Software Foundation, either version 3 of the License, or
/* (at your option) any later version.
/*
/* Parity is distributed in the hope that it will be useful,
/* but WITHOUT ANY WARRANTY; without even the implied warranty of
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
/* GNU General Public License for more details.
/*
/* You should have received a copy of the GNU General Public License
/* along with Parity.  If not, see <http://www.gnu.org/licenses/>.
*/
.title__container___eljJt {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.title__byline___29fGi,
.title__description___3O1n1 {
  color: #aaa;
  display: -webkit-box;
  line-height: 1.2rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .title__byline___29fGi *,
  .title__description___3O1n1 * {
    color: #aaa !important; }

.title__description___3O1n1 {
  font-size: 0.75rem;
  margin: 0.5em 0 0; }

.title__title___2koUD {
  /* background: $backgroundTitle;
  background: $backgroundGradient; */
  line-height: 2rem;
  margin: 0 0 0.5em 0;
  overflow-x: visible !important;
  padding: 0.5em 0.75em; }
  .title__title___2koUD.title__offset___3fbjl {
    margin-left: -72px;
    padding-left: 72px; }
  .title__title___2koUD .title__text___5DOG2 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap; }
