/* ----------------------------------------------------------------- Anywhere */

.ggdocs-muted {
  opacity: 0.5;
}

/* ------------------------------------------------------------------ Article */

h1.ggdocs-article-heading {
  margin-bottom: 0 !important;
}

h2.ggdocs-article-heading {
  margin-top: 4.5rem !important;
  border-bottom: 1px solid #e5310e !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1rem !important;
}

h3.ggdocs-article-heading,
h4.ggdocs-article-heading {
  margin-top: 3rem !important;
  font-family: "Isidora Sans", sans-serif;
  font-size: 1.35rem;
}

h1 a.ggdocs-article-heading-anchor,
h2 a.ggdocs-article-heading-anchor,
h3 a.ggdocs-article-heading-anchor,
h4 a.ggdocs-article-heading-anchor {
  font-family: "Isidora Sans", sans-serif;
  font-size: 1rem;
  opacity: 0.5;
}

h1:hover a.ggdocs-article-heading-anchor,
h2:hover a.ggdocs-article-heading-anchor,
h3:hover a.ggdocs-article-heading-anchor,
h4:hover a.ggdocs-article-heading-anchor {
  opacity: 1;
}

p.ggdocs-article-intro {
  font-size: 1.25em;
  line-height: 1.4em;
  padding-bottom: 1em;
  margin-bottom: 3em;
}

.ggdocs-article-image {
  text-align: center;
}

.ggdocs-article-image img {
  max-width: 100%;
}

.ggdocs-article-image figcaption {
  font-style: normal;
  opacity: 0.75;
}

.ggdocs-article-video {
  margin: 1.5rem 0;
}

.ggdocs-article-video-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.ggdocs-article-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggdocs-article-video figcaption {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.ggdocs-article-tags-ancestors a {
  color: #000;
}

.ggdocs-article-tags-ancestors a:hover {
  color: #e5310e;
}

#ggdocs-article-toc > ol {
  padding-left: 20px;
}

#ggdocs-article-toc > ol > li,
#ggdocs-article-toc > ol > li > ol {
  margin-top: 1rem;
}

#ggdocs-article-toc > ol > li > a {
  font-size: larger;
  font-weight: bold;
}

#ggdocs-article-toc .ggdocs-article-toc-description {
  display: none;
}

#ggdocs-article-toc > ol > li > a + .ggdocs-article-toc-description,
#ggdocs-article-toc > ol > li > a + small + .ggdocs-article-toc-description {
  display: block;
}

#ggdocs-article-toc ::marker {
  content: counters(list-item, ".") ". ";
  font-size: small;
}

.ggdocs-article-tip {
  margin: 8px 0;
  border: 1px solid #c8c0a2;
  border-radius: 2px;
  background-color: #e6e2bd;
  padding: 6px;
  color: #676127;
}

.ggdocs-article-tip a {
  opacity: 0.8;
}

/* -------------------------------------------------------------------- Aside */

.ggdocs-aside-menu h4,
.ggdocs-aside-otp h4,
.ggdocs-aside-tags h4,
.ggdocs-aside-debug h4 {
  font-family: "Isidora Sans", sans-serif;
}

.ggdocs-aside-menu h4 {
  margin-bottom: 0;
}

.ggdocs-aside-menu h4 + p {
  margin-top: 0;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.ggdocs-aside-menu ul,
.ggdocs-aside-otp ul,
.ggdocs-aside-tags ul,
.ggdocs-aside-debug ul {
  list-style: none;
  padding-left: 0;
}

.ggdocs-aside-menu ul ul,
.ggdocs-aside-otp ul ul {
  padding-left: 20px;
}

.ggdocs-aside-menu li,
.ggdocs-aside-otp li,
.ggdocs-aside-tags li,
.ggdocs-aside-debug li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ggdocs-aside-menu-collapse {
  display: none;
}

.ggdocs-aside-debug {
  opacity: 0.5;
}

.ggdocs-aside-lastmod {
  margin-top: 1rem;
  opacity: 0.5;
}

/* ------------------------------------------------------ GGnomeWebIcons.woff */

.ggwi-home::before {
  content: "D";
}

.ggwi-folder-open::before {
  content: "F";
}

.ggwi-folder::before {
  content: "E";
}

.ggwi-bookmark::before {
  content: "H";
}

.ggwi-file::before {
  content: "G";
}

/* --------------------------------------------------------------------- Hugo */

code {
  display: inline-block;
  border: 1px solid #afbbbb;
  border-radius: 2px;
  background-color: #fafafa;
  padding: 1px 6px;
  font-size: 85% !important;
}

/* Add borders to markdown tables */
table {
  border-collapse: collapse;
  width: 100%;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

/* Responsive video helper class */
.responsive-video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
