body {
  font-family: sans, sans-serif;
  background-color: #0d1d2b;
  color: #ffffff;
}

@media (min-width: 1000px) {
  body {
    width: 800px;
    margin: 40px auto;
  }
  p {
    text-align: justify;
  }
}
@media not all and (min-width: 1000px) {
  .github-corner {
    display: none;
  }
}
code {
  padding: 0.15em 0.25em;
  border-radius: 0.25em;
  color: #d35400;
  background: #ffe5cc;
}

pre {
  background: #ffe5cc;
  padding: 1em;
  overflow-x: auto;
}
pre code {
  padding: 0;
  border-radius: 0;
}

a:link, a:visited {
  color: #d35400;
}

a:hover {
  color: #ff6600;
}

h2 .permalink, h3 .permalink, h4 .permalink, h5 .permalink, h5 .permalink {
  margin-left: 5px;
  text-decoration: none;
  visibility: hidden;
}
h2 .permalink::before, h3 .permalink::before, h4 .permalink::before, h5 .permalink::before, h5 .permalink::before {
  content: "#";
}
h2:target, h3:target, h4:target, h5:target, h5:target {
  border-left: 5px solid #d35400;
  padding-left: 5px;
}
h2:hover .permalink, h3:hover .permalink, h4:hover .permalink, h5:hover .permalink, h5:hover .permalink {
  visibility: visible;
}

#bin-search-wrapper {
  margin: 50px 0;
  padding: 10px 0;
  position: relative;
}
#bin-search-wrapper #bin-search-filters {
  text-align: center;
}
#bin-search-wrapper #bin-search-filters a {
  background: #ffe5cc;
  font-size: initial;
  border-radius: 0.25em;
}
#bin-search-wrapper #bin-search-filters a:hover:before {
  content: attr(data-title);
  font-size: 0.8rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 1.75rem;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1em;
  border-radius: 1em;
  color: white;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  pointer-events: none;
}
#bin-search-wrapper #bin-search {
  margin-top: 25px;
  padding: 1em;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d35400;
  outline-color: #d35400;
}

#bin-table {
  width: 125%;
}
#bin-table th, #bin-table td {
  padding: 0.2em 1em;
}
#bin-table th {
  text-align: left;
}
#bin-table tbody tr:hover {
  background: #ffe5cc;
}
#bin-table #search-message {
  display: none;
  text-align: center;
  padding: 1em;
}

.function-list {
  font-size: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.function-list li {
  display: inline-block;
}
.function-list li a {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0.2em 0;
  border: 1px solid #d35400;
}
.function-list li a:link, .function-list li a:visited {
  color: #d35400;
  text-decoration: none;
}
.function-list li a:hover {
  color: #ff6600;
  border-color: #ff6600;
}
.function-list li.match a {
  background: #ffb366;
}

.examples {
  display: table;
  width: 100%;
  table-layout: fixed;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.examples > li {
  display: table-row;
}
.examples > li:not(:only-child):before {
  display: table-cell;
  font-size: 0.8rem;
  font-weight: bold;
  width: 3em;
  text-align: center;
  counter-increment: item;
  content: "(" counter(item, lower-alpha) ")";
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 20px;
}

.bin-name {
  font-family: monospace;
  font-size: 1.3rem;
}

.function-name {
  font-size: 1.4rem;
  font-weight: bold;
}

.github-buttons {
  display: inline-block;
  margin-left: 10px;
}
.github-buttons a.github-button {
  visibility: hidden;
}

.tabbed {
  margin-left: 40px;
}

.tabbed-function:not(:first-child) {
  margin-left: 5px;
}

/* Contenedor para los tags */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.tag {
  background-color: transparent;
  color: #d35400;
  padding: 4px 6px;
  border: 1px solid #d35400;
  border-radius: 1px;
  font-size: 85%;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, color 0.3s;
  display: inline-block;
  white-space: nowrap;
  max-width: fit-content;
  min-width: 30px;
  text-align: center;
}

.tag:hover {
  background-color: #ff6600;
  color: white;
  transform: scale(1.05);
}

custom-font {
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

custom-font-small {
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

/*# sourceMappingURL=style.css.map */