.social-tabs-block {
  background: #f5f5f5;
  padding: 16px;
}

.social-tabs-nav {
  list-style: none;
  display: flex;
  margin: 0 0 8px 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.social-tabs-nav li {
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  background: #e0e0e0;
  margin-right: 2px;
}

.social-tabs-nav li.active {
  background: #0055a5;
  /* azul GOVCO */
  color: #fff;
}

.social-tabs-content {
  background: #ffffff;
  padding: 8px;
}

.social-tab-pane {
  display: none;
}

.social-tab-pane.active {
  display: block;
}

.x-embed-container {
  text-align: center;
  margin: 10px auto;
}

.x-embed-container iframe {
  max-width: 100%;
  height: auto;
}
