.ambile-menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--ambile-color-primary);
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}

.ambile-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  height: 4px;
  width: 0;
  background: var(--ambile-color-accent);
  z-index: 9999;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ambile-dark-toggle {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9998;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--ambile-color-primary);
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ambile-breadcrumbs {
  padding-top: 18px;
  font-size: 14px;
  color: #666;
}

.ambile-breadcrumbs .sep {
  margin: 0 8px;
}

.comments-area,
.ambile-widget,
.ambile-page-article {
  background: #fff;
  border: 1px solid rgba(18, 60, 115, 0.08);
  border-radius: var(--ambile-radius);
  padding: 20px;
  margin-top: 24px;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .comment {
  padding: 16px 0;
  border-bottom: 1px solid rgba(18, 60, 115, 0.08);
}

@media (max-width: 768px) {
  .ambile-menu-toggle {
    display: inline-flex;
    margin: 12px 0;
    align-items: center;
    justify-content: center;
  }
}
