.section-bookmarks {
  padding: 1rem 0 6rem;
}

.bookmarks-list {
  margin-top: 3rem;
}

.bookmarks-list article {
  margin-top: 1.5rem;
}

.bookmark-post {
  display: flex;
}

.bookmark-post .entry-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.bookmark-post .entry-title a {
  color: #000;
}

.bookmark-post .entry-subtitle {
  margin-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.bookmark-post-content {
  flex-grow: 1;
}

.bookmark-post-content-description {
  position: relative;
  z-index: 1;
}

.bookmark-post-content-description .entry-sponsored {
  font-size: 12px;
  opacity: .4;
}

.bookmark-post-media {
  max-width: 25%;
  margin-right: 15px;
  position: relative;
}

.bookmark-post-media a {
  display: block;
  max-height: 185px;
  overflow: hidden;
}

.bookmark-post-media img {
  display: inline-block;
  max-width: 200%;
  min-height: 100%;
}

.bookmark-post-content-meta {
  display: flex;
  margin-bottom: 10px;
  color: #737373;
  font-family: 'Titillium Web', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}

.bookmark-post-content-meta .premium-field {
  color: #000;
}

.bookmark-post-content-meta div:first-child {
  margin-right: 8px;
}

.bookmark-menu {
  margin-left: auto;
  position: relative;
}

.bookmark-menu ul {
  display: none;
  width: 195px;
  margin: 0;
  padding: 15px;
  border: 1px solid #C4CDD5;
  list-style-type: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
  position: absolute;
  color: #212B36;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
}

.bookmark-menu li {
  margin: 0;
}

.bookmark-menu li:hover {
  opacity: .6;
  cursor: pointer;
}

.bookmark-menu ul i.fas {
  margin-right: 8px;
}

.bookmark-menu-toggle {
  font-size: 26px;
  background: transparent;
  line-height: 1;
  color: #212B36;
}

.bookmark-menu-toggle:hover {
  opacity: .6;
}

.bookmark-menu-toggle.active {
  width: 28px;
  height: 28px;
  background-color: #F4F6F8;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.bookmark-menu ul.active {
  display: block;
  top: 35px;
  right: 0;
}

.btn-add-bookmark {
  font-size: 16px;
  background: none;
  position: relative;
  left: 20px;
}

.btn-add-bookmark.active-bookmark {
  color: #F9C623;
}

.bookmarks-empty {
  margin: 2rem 0;
}

.bookmarks-empty-title,
.bookmarks-empty p {
  margin-bottom: 1rem;
}
