body {
  background: #f5f6f7;
}

.tweeninecopy-home {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.tweeninecopy-sidebar {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 1rem;
}

.tweeninecopy-sidebar .sidebar-title {
  font-weight: 700;
  margin-bottom: .75rem;
}

.tweeninecopy-sidebar .categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tweeninecopy-sidebar .categories-list li {
  padding: .35rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tweeninecopy-sidebar .categories-list li:last-child {
  border-bottom: 0;
}

.tweeninecopy-sidebar .categories-list a {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  color: #212529;
}

.tweeninecopy-sidebar .categories-list a:hover {
  color: #0c579b;
}

.tweeninecopy-place-ad-btn {
  white-space: nowrap;
}
