/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.blackhawk-buttons {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-auto-flow: column;
  margin-bottom: 2rem;
  justify-content: start;
}
.blackhawk-buttons.aligncenter {
  justify-content: center;
}
.blackhawk-buttons a {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  letter-spacing: 2px;
  text-decoration: none;
}
.blackhawk-buttons a:hover .icon {
  transform: scale(1.1);
}
.blackhawk-buttons p, .blackhawk-buttons a p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 0 3.5rem;
}
.blackhawk-buttons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  overflow: hidden;
}

.wp-block-query + .blackhawk-buttons {
  margin-top: 3rem;
}

.editor-styles-wrapper .blackhawk-buttons {
  align-items: center;
  margin-bottom: 2rem;
}
.editor-styles-wrapper .blackhawk-buttons p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
