:root {
  --cyberpunk-yellow: #f3e600;
  --text-font: "JetBrains Mono"
}

html,
body {
  background-color: #191919;
}

.content p,
.content code span,
.content h1, .content h2, .content h3, .content h4, .content h5,
.content ul > li {
  /* font-size: clamp(1.3rem, 1vw + 0.1rem, 1.3rem) */
  font-size: 1.3rem
}

.post-header h1 {
    /* font-size: 130%; */
    font-weight: bold;
  }

  .post-header .meta {
    font-size: 80%;
    /* font-weight: bold; */
  }

.yt {
  border: none;
  width: 100%;
  height: auto;
}

/* 
#datascape {
  height: 100%;
  width: 100%;
}

#datascape .scene-container,
#datascape .scene-container canvas {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
} */

/* input {
  display: none;
}

input+label {
  display: inline-block
}

input~.tab {
  display: none
} */
/* 
#tab1:checked~.tab.content1,
#tab2:checked~.tab.content2,
#tab3:checked~.tab.content3,
#tab4:checked~.tab.content4,
#tab5:checked~.tab.content5 {
  display: block;
}

input+label {
  background: var(--cyberpunk-yellow);
  color: black; /* TODO: this is variable and bg */
  padding: 4px 12px;
  position: relative;
  margin-right: 1px;
}

input:checked+label {
  background: var(--cyberpunk-yellow);
  color: #f72119;
}

input~.tab {
  border: 1px solid var(--cyberpunk-yellow);
  height: 100%;
  width: 100%;
  right: 0;
  z-index: 100;
} */

/* TODO: all neon colors same brightness and muted */

/* pre {
  border-radius: 0px;
} */

/* TODO: this is variable and bg */
/* 
pre code[class*="language-"]::before {
  border-radius: 0;
  color: black; 
} */
/* 
pre code[class*="language-shell"]::before,
pre code[class*="language-bash"]::before,
pre code[class*="language-sh"]::before {
  background-color: #0FFF50; /* TODO: this is variable */
} */



img {
  border: none;
}

.message .text img{
 vertical-align: baseline;
}


img.icon-inline {
  border: none;
  display: inline;
  vertical-align: bottom;
}








/* TODO: author line, link line, rtl - ltr mpdes */
.quote {
  margin-top: 5px;
}

.quote .text {
  border-right: 18px solid var(--cyberpunk-yellow);
  padding-right: 10px;
  text-align: right;
  background: linear-gradient(270deg, rgba(243,230,0,0.05) 0%, rgba(243,230,0,0) 100%);
  width: auto;
  position: relative;
  float: right;
  max-width: 75%;
}

.quote .text::after {
  content: "QUOTE";
  display: block;
  transform: rotate(-90deg);
  bottom: 22px;
  right: -38px;
  position: absolute;
  color: #191919;
  font-weight: bold;
}

.quote .text p {
  margin: 10px;
  color: var(--cyberpunk-yellow);
  text-align: justify;
}
/*
.quote .text a {
  border-bottom: none;
}
 */


 pre mark {
  background: #ffff0014 !important;
 }



 code > table tbody > tr > td {
  border: none;
  padding: 0px;
  padding-right: 30px;
 }

 li > p {
  margin: 5px;
 }





div.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

figure.flex-item {
  flex: 0 0 calc(33.33% - 20px); /* Adjust the width as needed */
  margin: 10px;
}

figure.flex-item img {
  width: 100%;
  height: auto;
  border: none;
}

/* figure.flex-item div.typewrapper {
  border: 1px solid var(--cyberpunk-yellow);
  border-right: 22px solid purple;
  position: relative;
  border-left: none;
  border-top: none;
  border-bottom: none;
  /* border-image: linear-gradient(270deg, rgba(243,230,0,0.05) 0%, rgba(243,230,0,0) 100%); */
/* }

figure.flex-item div.typewrapper::after {
  content: "LMB TO ZOOM";
  display: block;
  transform: rotate(-90deg);
  bottom: 53px;
  right: -70px;
  position: absolute;
  color: #191919;
  font-weight: bold;
} */

figure.flex-item h4 {
  text-align: center;
}