/* Twitter scroll frame */
.clri-twitter-feed {
  height: 340px;              /* same visual height as FB */
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
}

/* Individual tweet */
.clri-tweet-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.clri-tweet-text {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.clri-tweet-text a {
  color: #1877f2;
  text-decoration: none;
}

.clri-tweet-text a:hover {
  text-decoration: underline;
}

.clri-tweet-meta {
  font-size: 11px;
  color: #666;
  display: flex;
  justify-content: space-between;
}

/* View More button (same look as FB area) */
.view-more-wrap {
  border-top: 1px solid #dcdcdc;
  text-align: center;
}

.view-more-wrap button {
  width: 100%;
  padding: 8px 0;
  border: none;
  background: #f0f2f5;
  font-weight: bold;
  color: #1877f2;
  cursor: pointer;
}

.view-more-wrap button:hover {
  background: #e4e6eb;
}

.twitter-view-more {
  display: block;
  width: 100%;
  padding: 8px 0;
  background: #f0f2f5;
  color: #1877f2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #dcdcdc;
}

.twitter-view-more:hover {
  background: #e4e6eb;
  text-decoration: none;
}