/*
 * Copyright 2021 FIZ Karlsruhe - Leibniz-Institut fuer Informationsinfrastruktur GmbH
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.embetty-tweet-list {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

embetty-tweet,
.embetty-tweet-1 {
  --embetty-powered-by-display: none;
  --embetty-link-color: #a5003b;
  /*--embetty-header-display: none;*/
  --embetty-article-p-font-size: 12px;
  /*--embetty-article-p-line-height: 18px;*/
  border: none;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
}

embetty-tweet article p,
.embetty-tweet-1 article p {
  font-size: 12px;
  line-height: 18px;
}
embetty-tweet article #powered-by,
.embetty-tweet-1 article #powered-by {
  display: none;
}

embetty-tweet article a,
.embetty-tweet-1 article a {
  color: #a5003b;
}

embetty-tweet header,
.embetty-tweet-1 header  {
  /*display: none;*/
  background: none;
}

embetty-tweet #created-at,
.embetty-tweet-1 #created-at{
  font-size: 12px;
}

embetty-tweet #links #link-body h3,
embetty-tweet #links #link-body p,
embetty-tweet #links #link-body a,
.embetty-tweet-1 #links #link-body h3,
.embetty-tweet-1 #links #link-body p,
.embetty-tweet-1 #links #link-body a {
  font-size: 12px;
}
