/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --border-color: #ebe9e9;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #333;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 1.625;
  margin: 0;
}

a,
.current-page {
  color: #0073e5;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-bottom: 1px solid #0073e5;
}

.menu-item a,
.site-title a,
.sidebar a {
  border-bottom: none;
}

a:focus,
a:hover{
  color: #333;
  text-decoration: none;
}

.wp-media {
  width: auto;
  max-width: 100%;
}

ul:not(.disc-style), ul:not(.disc-style) li {
  margin: 0;
  padding: 0;
}

ul:not(.disc-style) li {
  list-style: none;
}

iframe {
  width: 100%;
  min-height: 650px;
  max-width: 100%;
}

hr {
  border: 1px solid var(--border-color);
}

.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 981px) {
  .cols-2 {
    display: grid;
    grid-template-columns: 32% 1fr;
    gap: 2rem;
    height: calc( 100vh - 58px);
  }
}

i.size-10 {
  font-size: 10px;
}

.gap-bottom,
p {
  margin-bottom: 1.5rem;
}

.equal-cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

header {
  border: solid 1px var(--border-color);
  padding: 12px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  margin: 0;
  line-height: 1;
}

.site-title a {
  color: #333;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

.menu-item {
  font-size: 14px;
  padding: 0 5px;
}

.menu-item a {
  color: #777;
}

.content {
  margin-top: 50px;
  position: relative;
}

.home-hero {
  display: block;
  text-align: center;
  padding: 100px 0 60px;
  max-width: 610px;
  margin: 0 auto;
  line-height: 1.425;
}

.hero-title {
  font-size: 27px;
  margin: 0;
  font-weight: 500;
}

span.addon-version,
span.updated-on {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  color: #188077;
  margin: 15px 0 0;
}

span.addon-version {
  background: #9bf9e9;
  color: #188077;
}

span.updated-on {
  background: #f9e49a;
  color: #9e6426;
  margin-left: 10px;
}

.hero-features,
.element-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.feature-card {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 2rem;
  transition: transform .2s ease,box-shadow .2s ease;
  border: 1px solid #c8c8c8;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px #0000001a;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-card p,
.feature-card a {
  font-size: 15px;
}

.feature-heading {
  background-color: rgb(246, 246, 246);
  padding: 7px 12px;
  border-left: 4px solid #ff8700;
  margin-top: 3rem;
}

.sidebar {
  background: #f8f8f8;
  border-right: 1px solid var(--border-color);
  font-size: 14px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 980px) {
  .sidebar {
    display: none;
  }
}

.sidebar > ul {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  position: fixed;
  top: 90px;
  width: 195px;
}

.sidebar a:not(.current-page) {
  color: #333;
}

.sidebar a:hover {
  color: #0073e5;
}

.sidebar > ul > li,
.breadcrumbs {
  border-bottom: 1px solid #dfdfdf;
}

.sidebar li {
  padding-top: 4px!important;
}

.sidebar ul ul.sub-items {
  padding-bottom: 8px;
}

.menu-heading {
  font-weight: 700;
  padding: 4px 0!important;
}

.content-right {
  font-size: 15px;
  background: #fff;
  padding: 30px;
}

@media (min-width: 981px) {
  .content-right {
    max-width: calc(1100px - 285px);
  }
}

.breadcrumbs {
  padding: 15px 0;
  width: 100%;
}

.alert-box {
  border: 2px solid #470707;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 2rem;
  width: 100%;
  box-shadow: 3px 5px 1px #470707;
}

.element-list {
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  padding: 1.2rem 0;
  gap: 1.2rem;
}

.element-title {
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: 1.2rem;
  transition: transform .2s ease,box-shadow .2s ease;
  border: 1px solid #c8c8c8;
  text-align: center;
  font-weight: 600;
}

.element-title a {
  color: #333;
  border-bottom: none;
}

.element-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px #0000001a;
}
