.tqc-newsfeed-container {
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-top: none;
  font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif;
}

.tqc-newsfeed-placeholder {
  background: 50% 50% no-repeat url('/wp-content/plugins/tqc-newsfeed-widget/svg/spinner.svg');
  background-size: 24px;
}

h1.tqc-newsfeed {
  margin: 0 0 0 0;
  padding: 0 0 0 9px !important;
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 900 !important;
  color: #f21058;
  border-left: 1px solid #e0e0e0;
}

h1.tqc-newsfeed.empty-title {
  border-bottom: 18px solid #f21058;
}

.tqc-newsfeed-tabs {
  display: inline-table;
  table-layout: fixed;
  margin: 6px 0 0 0;
  padding: 6px 0 6px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px 0;
}
.tqc-newsfeed-tabs.hidden {
  display: none;
}
.tqc-newsfeed-tabs.hidden ~ .tqc-newsfeed-posts.current li:first-child {
  padding-top: 9px;
}

.tqc-newsfeed-tabs li {
  display: table-cell;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  color: white;
  border-radius: 6px;
  border: 1px solid #c0c0c0;
  background: #c0c0c0;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 600;
}

.tqc-newsfeed-tabs li:hover, 
.tqc-newsfeed-tabs li.current
{
  border-color: #f91250;
  background: #f91250;
}

.tqc-newsfeed-tabs.tabs-1 li {
  width: 100%;
}
.tqc-newsfeed-tabs.tabs-2 li {
  width: 50% !important;
}
.tqc-newsfeed-tabs.tabs-3 li {
  width: 33.33333333%;
}

.tqc-newsfeed-posts {
  display: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #ffffff;
}

.tqc-newsfeed-posts li {
  position: relative;
  padding: 9px 12px 9px 12px;
  line-height: 16px;
}
.tqc-newsfeed-posts li:first-child {
  border-top: none;
}

.tqc-newsfeed-posts li span.news-dot {
  position: absolute;
  display: block;
  top: 12px; left: -7px;
  width: 13px; height: 13px;
  background: #ffffff;
  border: 2px solid #f91250;
  border-radius: 96px;
}

.tqc-newsfeed-posts li a, 
.tqc-newsfeed-posts li a:visited, 
.tqc-newsfeed-posts li a:hover {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: #505050;
}
.tqc-newsfeed-posts li a:hover {
  color: #f91250;
}

.tqc-newsfeed-posts li.important span.news-dot {
  background: #f91250;
}

.tqc-newsfeed-posts li.important a, 
.tqc-newsfeed-posts li.important a:visited
{
  /* color: #f91250; */
}

.tqc-newsfeed-pagination {
  bottom: 0px;
  width: 100%;
  padding: 6px 12px;
  text-align: right;
}

.tqc-newsfeed-pagination p {
  display: block;
  float: left;
  margin-top: 1px;
}

.tqc-newsfeed-pagination p a, 
.tqc-newsfeed-pagination p a:visited, 
.tqc-newsfeed-pagination p a:hover
{
  font-size: 12px;
  color: #f91250;
  text-decoration: none;
}

.tqc-newsfeed-pagination p a:hover {
  color: #f91250;
  text-decoration: underline;
}

.tqc-newsfeed-pagination svg.btn {
  fill: #505050;
  cursor: pointer;
}
.tqc-newsfeed-pagination svg.btn:hover {
  fill: #f91250;
}
.tqc-newsfeed-pagination svg.btn.disabled {
  fill: #c0c0c0;
}

.tqc-newsfeed-pagination span {
  font-size: 11px;
  font-weight: 600;
  color: #505050;
}
.tqc-newsfeed-pagination span.disabled {
  font-weight: 400;
  color: #c0c0c0;
}

.tqc-newsfeed-pagination svg.btn {
  width: 12px;
  margin-bottom: -8px;
}

.tqc-newsfeed-pagination svg.btn.previous {
  margin-right: 6px;
}
.tqc-newsfeed-pagination svg.btn.next {
  margin-left: 6px;
}
