html {
  background-color: #606B56;
  color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Frutiger,'Frutiger Linotype','Calibri Light','Carlito',Ubuntu,Cantarell,Oxygen-Sans,sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
body {
  margin: 40px auto;
  max-width: 40em;
}
body > header {
  background-color: #36402c;
  border-top-right-radius: 10px;
  min-height: 150px;
  padding: 0 2em;
  position: relative;
  left: -2em;
  width: 100%;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
header h1, header p {
  display: block;
  margin: 0;
  padding: 0;
}
header h1 {
  padding-top: .4em;
}
header img {
  background-color: rgb(165,165,165);
  border-top-right-radius: 10px;
  float: right;
  height: 150px;
  margin-left: 1em;
  margin-bottom: 0.5em;
  position: relative;
  right: -2em;
  width: 150px;
}
main {
  background-color: #515a48;
  border-bottom-left-radius: 10px;
  padding: 1em 2em 3em;
  position: relative;
  left: -2em;
  width: 100%;
}
main .prot {
  padding: 1em 2em 2em;
  background-color: #36402c;
  position: relative;
  left: -2em;
  width: 100%;
}
@media (prefers-contrast: high) {
  body > header,
  main .prot {
    background-color: #10150f;
  }
  main {
    background-color: #36402c;
  }
}
nav ul, nav ul li {
  list-style: none;
  margin: .2em 0 .4em;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
 nav ul li:not(:last-of-type) {
  margin-right: 10px;
}
 article > a {
  display: flex;
}
article ul, article ul li {
  list-style: none;
  padding: 0;
}
article ul li {
  display: block;
  margin: 2em 0;
}
article ul li h3 {
  margin-bottom: 0.4em;
}
article ul li ul li {
  margin-bottom: 0.25em;
}
a {
  color: inherit;
  text-decoration-color: #cfcfff;
}
a:hover
{
  background-color: #cfcfff12;
}
a:visited {
  color: #e1e1e1;
  text-decoration-color: #e1e1e1;
}
@media(min-width:853px) {
  .column-wrap {
    display: flex;
    column-gap: 2em;
  }
  .column-wrap article:first-of-type {
    max-width: 42%;
  }
}
@media(max-width:852px) {
  body {
    margin-left: 12px;
    margin-right: 12px;
  }
  header img {
    display: block;
    float: unset;
    margin-left: 0;
    position: unset;
  }
  body > header,
  main,
  main .prot {
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px;
    position: unset;
    width: unset;
  }
}
.webextension-icon {
  float: left;
  height: 3.1em;
  margin-left: -3.85em;
  margin-right: 0.75em;
  width: 3.1em;
}
.webextension-list {
  display:flex;
  flex-flow:wrap
}
.webextension-list a {
  display:flex;
  width:45%;
}
.webextension-list a:hover article {
  background-color: #606b56;
}
.webextension-list a:nth-of-type(even) {
  margin-left:5%
}
.webextension-list article {
  width:100%;
  flex-direction:column;
  border:1px solid #efefef;
  padding-top:1em;
  margin-bottom: 2.5em;
}
.webextension-list article img {
  aspect-ratio: 1;
  width:40%;
  display:block;
  margin:0px auto;
}
.webextension-list article h3 {
  text-align:center;
  font-size:1em;
}
.magnet-uri::before {
  content:'';
  display:inline-block;
  background-image:url('./assets/icon/magnet.svg');
  background-position:center center;
  background-repeat:no-repeat;
  margin-right: .2em;
  height:1em;
  width:1em;
}
.js-test-result {
  display: block;
  margin-left:-5px;
  padding:5px
}
.js-test-result-pending {
  background-color:#316c8c;
  color:#fff;
}
.js-test-result-failed {
  background-color:#8a0404;
  color:#fff;
}
.js-test-result-success {
  background-color:#026302;
  color:#fff;
}
.newsletter input[type="email"] {
  min-width:30%;
}
.newsletter input[aria-disabled="true"] {
  display:none;
}
.h-card .p-name.u-url
{
  color: inherit;
  pointer-events:none;
  text-decoration:none;
}
kbd {
  font-family: inherit;
}

.h-entry  small {
  display: block;
  margin-top: 0.5em;
  text-align: end;
}
.invisible {
  display: none;
}
.ellipsis::after {
  content: "…";
}
.pagenav-older {
  margin: 1em;
  text-align: center;
}
.h-entry .u-url[href^="https://vivaldi.com/blog/"]::before,
.h-entry .u-url[href^="https://www.ctrl.blog/"]::before {
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  width: 1em;
}
.h-entry .u-url[href^="https://www.ctrl.blog/"]::before {
  background-image: url("https://www.ctrl.blog/assets/logo/logo-square.svg");
}
.h-entry .u-url[href^="https://vivaldi.com/blog/"]::before {
  background-image: url("/assets/icons/vivaldi-blog.svg");
  filter: saturate(0.9);
}
.h-entry .u-url[href^="https://daniel.vivaldi.net/"]::before {
  background-image: url("/assets/icons/vivaldi-community.svg");
  filter: saturate(0.9);
}
