:root {
  --brand-color: #5a4ae3;
  --brand-color-light: #7f70ff;
  --brand-white: #fff;
  --brand-mid-white: #f9fafc;
  --brand-light: #efefef;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: var(--brand-white);
  background-image: radial-gradient(rgba(0,0,0,0.02) 20%, transparent 20%);
  background-position: 0 0, 50px 50px;
  background-size: 15px 15px;
}

h1, h2, h3, h4, h5, h6, .form-label, .btn {
  font-family: 'Inter', sans-serif;
}

.body-wrapper {
  min-height: calc(100vh - 181px);
}

.header {
  padding: 20px 25px;
  background-color: var(--brand-color);
  background-image: radial-gradient(rgba(0,0,0,0.03) 20%, transparent 20%);
  background-position: 0 0, 50px 50px;
  background-size: 15px 15px;
}

.body-sizing {
  max-width: 1200px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.body-sizing.small {
  max-width: 530px;
}

.body-sizing.main-content {
  max-width: 1050px;
}

.header-logo {
  max-width: 80px;
}

.header-links {
  margin: 0;
  text-align: center;
}

.header-links li:not(:last-child) {
  margin-right: 18px;
}

.header-links li a, .header-donate {
  color: var(--brand-white) !important;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.header-donate {
  font-size: 16px;
}

.header-donate i {
  margin-left: 6px;
}

.body {
  padding: 45px 25px 60px;
  min-height: 40vh;
}

.content-box {
  width: 100%;
  padding: 25px;
  background: #f7f6f8;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border-radius: 6px;
}

h4 {
  font-size: 24px;
  margin: 0 0 8px;
}

.form-label {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 6px;
}

fieldset:not(:last-child) {
  margin: 0 0 14px;
}

fieldset.submit-box {
  padding-top: 4px;
}

.btn.btn-primary {
  background: var(--brand-color) !important;
  border: none;
  box-shadow: none !important;
  font-size: 15px;
  padding: 6px 13px;
}

.btn.btn-primary i {
  margin-left: 6px;
}

.footer {
  padding: 30px 25px;
  background: #37334b;
  text-align: center;
}

.footer .body-sizing {
  max-width: 800px;
}

.footer p {
  color: rgba(216,214,221,0.45);
  margin: 0;
  font-size: 13px;
}

.footer p strong {
  color: var(--brand-color-light);
}

.footer p:not(:last-child) {
  margin: 0 0 6px;
}

.footer p.large {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Fira Code', monospace;
  color: var(--brand-color-light);
  margin: 0 0 15px;
}

.page-head {
  text-align: center;
  padding: 0 0 40px;
}

.page-head h1 {
  color: var(--brand-color);
  font-size: 48px;
  margin: 0 0 12px;
}

.page-head p {
  color: var(--brand-color);
  font-size: 16px;
  margin: 0;
}

.col.body-split-right {
  --width: 260px;
  min-width: var(--width);
  max-width: var(--width);
}

.main-content h4 {
  margin: 0 0 16px;
}

.main-content p {
  font-size: 16px;
  margin: 0;
}

.main-content p:not(:last-child) {
  margin: 0 0 12px;
}

.text-section:not(:last-child) {
  margin: 0 0 32px;
}

.body-split-right h6 {
  font-weight: 600;
  margin: 0 0 4px;
}

.body-split-right p {
  font-size: 15px;
}

.option-button {
  padding: 15px;
  background: var(--brand-light);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border-radius: 4px;
  cursor: pointer;
}

.option-button h5 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.option-button:not(:last-child) {
  margin: 0 0 14px;
}

.option-button p {
  margin: 0;
  font-size: 14px;
}

.option-button .icon-box {
  margin-right: 8px;
}

.option-button .icon-box i:not(:last-child) {
  margin-right: 2px;
}

.option-button .icon-box .fa-star {
  color: var(--brand-color);
}

.licenses {
  padding: 38px 0 0;
}

.licenses .license-suggestion {
  padding: 20px;
  background: var(--brand-mid-white);
  border: 1px solid #ededed;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.licenses .license-suggestion.star {
  border: 2px solid var(--brand-color);
}

.licenses .license-suggestion:not(:last-child) {
  margin: 0 0 22px;
}

.license-suggestion h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 4px;
}

.license-suggestion h1 span {
  font-weight: 400;
}

.license-suggestion.star h1, .license-suggestion.star p {
  color: var(--brand-color);
}

.license-suggestion p {
  font-size: 16px;
  margin: 0;
}

.license-suggestion .additional-info {
  padding: 18px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(220,220,220,0.52);
}

.license-suggestion .additional-info h6 {
  font-weight: 700;
  color: rgba(36,37,51,0.69);
  font-size: 14px;
  margin: 0 0 5px;
}

.license-suggestion .additional-info ul {
  margin: 0;
}

.license-suggestion .additional-info li {
  font-size: 14px;
  color: rgba(58,59,81,0.77);
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-style: dashed;
}

.license-suggestion .additional-info li:not(:last-child) {
  margin: 0 0 2px;
}

.license-suggestion .additional-info .permissions li {
  color: #3fa4ed;
}

.license-suggestion .additional-info .conditions li {
  color: #f7ac3c;
}

.license-suggestion .additional-info .limitations li {
  color: #fe645b;
}

/* -------------------------------------------------------------------------- */

.hide {
  display: none !important;
}

