/*
Theme Name: Scopes
Theme URI: https://scopes.quest
Author: the WordPress team
Author URI: https://nathanjacobson.com
Description: Search Template
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.pagination {
  margin: 0 auto;
  text-align: center;
}
.pagination li {
  display: inline-block;
  list-style: none;
  margin-right: 1ch;
}

:root {
  --teal: #51abce;
}

body {
  font-size: 18px;
  font-family: Helvetica Neue, sans;
  margin: 0;
  padding: 0;
}

a:any-link {
  color: #51abce;
}

body:not(.results) .body-header {
  height: 50vh;
}

.body-header {
  background-color: lightgray;
  background-image: url("https://scopes.quest/wp-content/uploads/2025/03/color-circles-03182025-scaled.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  margin-bottom: 2rem;
  padding: 1rem 0 2rem;
}
.body-header nav {
  margin: 0 auto;
  text-align: right;
  width: 800px;
}
.body-header nav ul {
  margin: 0 0 0 auto;
  text-align: right;
}
.body-header nav ul li a {
  display: block;
  font-size: 1rem;
  text-align: right;
}

h1 {
  background-image: url(https://scopes.quest/wp-content/uploads/2024/06/scope-5.svg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #51abce;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 3rem;
}

form {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 800px;
}

header a:any-link {
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
}

center {
  text-align: left;
}

main {
  margin: 0 auto;
  width: 800px;
  max-width: calc(100vw - 3rem);
}

.result {
  padding: 0.5rem 0;
}
.result sup {
  vertical-align: baseline;
}

span.favicon img {
  width: 16px;
  height: 16px;
  margin-right: 0.5ch;
  margin-bottom: -0.25ch;
}

sup span {
  line-height: 16px;
}

.sitename {
  margin-right: 0.5ch;
}

.siteurl {
  opacity: 0.5;
}

.nav-primary, .site-title {
  display: block;
}

/* Scopes */
.scopes dd {
  margin: 0;
}
.scopes dd button {
  background-color: white;
  border-color: var(--teal);
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  padding: 0.2rem 0.2rem 0 0.2rem;
}

/* Search Form */
.search-form {
  flex-basis: calc(100vw - 4rem);
  flex-shrink: 0;
  flex-grow: 0;
  max-width: calc(100vw - 4rem);
  padding: 3rem 0;
}

form {
  position: relative;
}
form input[name=quest] {
  width: 100%;
  line-height: 2rem;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  text-indent: 0.75ch;
}
form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  background-image: url("https://scopes.quest/wp-content/uploads/2024/06/scope-5.svg");
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
  text-indent: -98104px;
}

dl dt,
dl dd {
  display: inline-block;
}

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