:root {
  --background-color: #171717;
  --text-color: #d1d1d1;
  --label-color: #252525;
  --link-color: #f1f1f1;
  --link-hover-color: #a4a4a4;
  --post-color: #1e1e1e;
  --post-outline-color: #212121;
  --highlighted-post-color: #303030;
  --highlighted-post-outline-color: #333333;
  --subject-color: #f1f1f1;
  --outline-color: #232323;
  --alt-outline-color: #232323;
  --detail-color: #232323;
  --board-title-color: #f1f1f1;
  --name-color: #c5c8c6;
  --text-body-color: #141414;
  --navbar-color: #171717;
  --logo-image: url(img/logo-light.png);
}

body {
  background: var(--background-color);
  color: var(--text-color);
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  margin: 0 4px;
}

.hidden {
  display: none;
}

a,a:visited {
  text-decoration: underline;
  color: var(--link-color);
  transition: 0.06s ease;
}

a:hover,.intro a.post_no:hover {
  color: var(--link-hover-color);
}

a.post_no {
  text-decoration: none;
  margin: 0;
  padding: 0;
  transition: 0.06s ease;
}

.intro a.post_no {
  color: inherit;
}

.intro a.post_no,p.intro a.email,p.intro a.post_anchor {
  margin: 0;
}

.intro a.email span.name {
  color: var(--link-color);
}

.intro a.email:hover span.name {
  color: var(--link-hover-color);
}

.intro label {
  display: inline;
}

.intro time,p.intro a.ip-link,p.intro a.capcode {
  direction: ltr;
  unicode-bidi: embed;
}

h2 {
  color: var(--board-title-color);
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

header {
  margin: 0.5em 0;
}

h1 {
  font-family: tahoma, sans-serif;
  letter-spacing: -2px;
  font-size: 21pt;
  margin: 0;
}

header div.subtitle,h1 {
  color: var(--board-title-color);
  text-align: center;
}

header div.subtitle {
  font-size: 8pt;
}

form {
  margin-bottom: 0.6em;
}

form[name="postcontrols"] {
  margin-bottom: 0;
}

form table {
  margin: auto;
}

form table input {
  height: auto;
}

input[type="text"],input[type="password"],textarea {
  border: 1px solid #a9a9a9;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  word-spacing: normal;
  max-width: 100%;
}

#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
  max-width: 100%;
}

#quick-reply textarea {
  resize: none;
}

textarea {
  width: 100%;
}

form[name="post"]:not(#quick-reply) textarea[name="body"] {
  display: block;      /* Removes the baseline gap at the bottom */
  width: 100%;        /* Stretches to fill the td width */
  box-sizing: border-box; /* Ensures padding/border don't make it overflow */
  margin: 0;          /* Removes any default browser margins */
}

form[name="post"]:not(#quick-reply) input[type="submit"][name="post"] {
  position: relative;
  top: 4px;             /* Nudge it down to align with the gap */
  vertical-align: bottom; 
}

form table tr td {
  text-align: left;
  margin: 0;
  padding: 0;
}

form table.mod tr td {
  padding: 2px;
}

form table tr th {
  text-align: left;
  padding: 0 20px 0 5px;
}

form table tr th {
  background: var(--label-color);
  border: 1px solid var(--label-color);
}

form table tr td div.center {
  text-align: center;
  float: left;
  padding-left: 3px;
}

form table tr td div input {
  display: block;
  margin: 2px auto 0 auto;
}

form table tr td div label {
  font-size: 10px;
}

th {
  font-weight: normal;
}

.unimportant,.unimportant * {
  font-size: 11px;
}

.file {
  float: left;
  margin-right: 2px;
}

.file:not(.multifile) .post-image {
  float: left;
}

.file:not(.multifile) {
  float: none;
}

p.fileinfo {
  display: block;
  margin: 0 0 0 20px;
}

div.post p.fileinfo {
  padding-left: 5px;
}

div.banner {
  background-color: transparent;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin: 0.6em 0;
}

div.banner a:hover {
  text-decoration: none;
}

img.banner,img.board_image {
  display: block;
  border: 1px solid var(--detail-color);
  margin: 12px auto 0 auto;
}

.post-image {
  display: block;
  float: left;
  margin: 5px 15px 10px 20px;
  border: none;
}

.full-image {
  max-width: 98%;
}

/* Full-sized images in multifile posts - constrain to prevent layout breaking */
.file.multifile .full-image {
  max-width: calc(100vw - 60px);
  max-height: 90vh;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* When multifile image is expanded, allow container to grow but stay contained */
.file.multifile:has(.full-image) {
  max-width: calc(100vw - 40px);
  width: auto !important;
}

div.post .post-image {
  padding: 5px;
  margin: 0 15px 0 0;
}

div.post img.icon {
  height: 14px;
  display: inline;
  margin-left: 5px;
  padding: 0;
}

div.post i.fa {
  margin: 0 4px;
  font-size: 16px;
}

div.post.op {
  margin-right: 20px;
  margin-bottom: 5px;
}

div.post.op hr {
  border-color: #D9BFB7;
}

.intro {
  margin: 0.5em 0;
  padding: 0;
  padding-bottom: 0.2em;
}

input.delete {
  float: left;
  margin: 1px 5px 0 0;
}

.intro span.subject {
  color: var(--subject-color);
  font-weight: bold;
}

.intro span.name {
  color: var(--name-color);
  font-weight: bold;
}

.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  color: #F00000;
  margin-left: 0;
}

.intro a {
  margin-left: 5px;
}

div.delete {
  float: right;
}

div.post.reply p {
  margin: 0.3em 0 0 0;
}

div.post.reply div.body {
  margin-left: 1.8em;
  margin-top: 0.8em;
  padding-right: 3em;
  padding-bottom: 0.3em;
}

div.post.reply.highlighted {
  background: var(--highlighted-post-color);
  border-color: var(--highlighted-post-outline-color);
}

.post-actions hr {
  border-color: var(--post-outline-color);
}

.highlighted .post-actions hr {
  border-color: var(--highlighted-post-outline-color);
}

div.post.reply div.body a {
  color: var(--link-color);
}

div.post {
  padding-left: 20px;
}

div.post div.body {
  word-wrap: break-word;
  white-space: pre-wrap;
}

div.post.reply {
  background: var(--post-color);
  margin: 3px 3px 0 3px;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--post-outline-color);
  display: inline-block;
  max-width: 94%!important;
  transition: background 0.06s ease, border-color 0.06s ease;
}

span.trip {
  color: var(--name-color);
}

span.quote {
  color: #789922;
}

span.omitted {
  display: block;
  margin-top: 1em;
}

br.clear {
  clear: left;
  display: none !important;
}

span.controls {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 80%;
}

span.controls.op {
  float: none;
  margin-left: 10px;
}

span.controls a {
  margin: 0;
}

div#wrap {
  width: 900px;
  margin: 0 auto;
}

div.ban {
  background: var(--highlighted-post-color);
  border: 1px solid var(--label-color);
  max-width: 700px;
  margin: 10px auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

div.ban p,div.ban h2 {
  padding: 3px 7px;
}

div.ban h2 {
  background: var(--label-color);
  color: var(--text-color);
  font-size: 12pt;
}

div.ban p {
  font-size: 12px;
  margin-bottom: 12px;
}

div.ban p.reason {
  font-weight: bold;
}

span.heading {
  color: #AF0A0F;
  font-size: 11pt;
  font-weight: bold;
}

span.spoiler {
  background: black;
  color: black;
  padding: 0 1px;
}

div.post.reply div.body span.spoiler a {
  color: black;
}

span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  color: white;
}

div.styles {
  float: right;
  padding-bottom: 20px;
}

div.styles a {
  margin: 0 10px;
}

div.styles a.selected {
  text-decoration: none;
}

table.test {
  width: 100%;
}

table.test td,table.test th {
  text-align: left;
  padding: 5px;
}

table.test tr.h th {
  background: var(--label-color);
}

table.test td img {
  margin: 0;
}

fieldset label {
  display: block;
}

div.pages {
  color: var(--text-color);
  background: var(--post-color);
  display: inline-block;
  padding: 8px;
  margin: 0 0 0 0;
  border: 1px solid var(--post-outline-color);
}

div.pages.top {
  display: block;
  padding: 5px 8px;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0.9;
}

@media screen and (max-width: 800px) {
  div.pages.top {
    display: none!important;
  }
}

div.pages a.selected {
  color: var(--link-hover-color);
  font-weight: bolder;
}

div.pages a {
  text-decoration: none;
}

div.pages form {
  margin: 0;
  padding: 0;
  display: inline;
}

div.pages form input {
  margin: 0 5px;
  display: inline;
}

hr {
  border: none;
  border-top: 1px solid var(--label-color);
  height: 0;
  clear: left;
}

table.modlog {
  margin: auto;
  width: 100%;
}

table.modlog tr td {
  text-align: left;
  margin: 0;
  padding: 4px 15px 0 0;
}

table.modlog tr th {
  text-align: left;
  padding: 4px 15px 5px 5px;
  white-space: nowrap;
}

table.modlog tr th {
  background: var(--label-color);
}

td.minimal,th.minimal {
  width: 1%;
  white-space: nowrap;
}

div.top_notice {
  text-align: center;
  margin: 5px auto;
}

span.public_ban {
  display: block;
  color: red;
  font-weight: bold;
  margin-top: 15px;
}

span.toolong {
  display: block;
  margin-top: 15px;
}

div.blotter {
  color: red;
  font-weight: bold;
  text-align: center;
}

table.mod.config-editor {
  font-size: 9pt;
  width: 100%;
}

table.mod.config-editor td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid var(--label-color);
}

table.mod.config-editor input[type="text"] {
  width: 98%;
}

.desktop-style div.boardlist:nth-child(1) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 30;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  border-bottom: 1px solid;
  background: inherit;
}

.desktop-style body {
  padding-top: 1.8em;
}

.mobile-style body {
  padding-top: 3.3em;
}

.desktop-style .sub {
  background: inherit;
}

.desktop-style .sub .sub {
  display: inline-block;
  text-indent: -9000px;
  width: 7px;
  background: url('img/arrow.png') right center no-repeat;
}

.desktop-style .sub .sub:hover,.desktop-style .sub .sub.hover {
  display: inline;
  text-indent: 0;
  background: inherit;
}

#attention_bar {
  height: 1.5em;
  max-height: 1.5em;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}

#attention_bar_form {
  display: none;
  padding: 0;
  margin: 0;
}

#attention_bar_input {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

#attention_bar:hover {
  background-color: rgba(100%,100%,100%,0.2);
}

.intro.thread-hidden {
  margin: 0;
  padding: 0;
}

.thread-hidden .intro {
  margin-top: 8px;
  opacity: 50%;
}

form.ban-appeal {
  margin: 9px 20px;
}

form.ban-appeal textarea {
  display: block;
}

.MathJax_Display {
  display: inline!important;
}

pre {
  margin: 0;
}

.theme-catalog div.thread img {
  float: none!important;
  margin: auto;
  max-height: 150px;
  max-width: 200px;
  box-shadow: 0 0 4px rgba(0,0,0,0.55);
}

.theme-catalog div.thread {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
  height: 300px;
  width: 205px;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  max-height: 300px;
  border: 2px solid transparent;
}

.theme-catalog div.thread strong {
  display: block;
}

.theme-catalog div.threads {
  text-align: center;
  margin-left: -20px;
}

.theme-catalog div.thread:hover {
  background: transparent;
}

.theme-catalog div.grid-size-vsmall img {
  max-height: 35%;
  max-width: 95%
}

.theme-catalog div.grid-size-vsmall {
  min-width:140px; max-width: 140px;
  max-height: 192px;
}

.theme-catalog div.grid-size-small img {
  max-height: 40%;
  max-width: 95%
}

.theme-catalog div.grid-size-small {
  min-width:176px; max-width: 176px;
  max-height: 250px;
}

.theme-catalog div.grid-size-large img {
  max-height: 40%;
  max-width: 95%
}

.theme-catalog div.grid-size-large {
  min-width: 256px; max-width: 256px;
  max-height: 384px;
}

.theme-catalog img.thread-image {
  height: auto;
  max-width: 100%;
}

@media (max-width: 420px) {
  .theme-catalog ul#Grid {
    padding-left: 18px;
  }

  .theme-catalog div.thread {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .theme-catalog div.threads {
    overflow: hidden;
  }
}

.thread.grid-li {
  transition: 0.09s ease;
}

.compact-boardlist {
  padding: 3px;
  padding-bottom: 0;
}

.compact-boardlist .cb-item {
  display: inline-block;
  vertical-align: middle;
}

.compact-boardlist .cb-icon {
  padding-bottom: 1px;
}

.compact-boardlist .cb-fa {
  font-size: 21px;
  padding: 2px;
  padding-top: 0;
}

.compact-boardlist .cb-cat {
  padding: 5px 6px 8px 6px;
}

.cb-menuitem {
  display: table-row;
}

.cb-menuitem span {
  padding: 5px;
  display: table-cell;
  text-align: left;
  border-top: 1px solid rgba(0,0,0,0.5);
}

.cb-menuitem span.cb-uri {
  text-align: right;
}

.boardlist:not(.compact-boardlist) #watch-pinned::before {
  content: " [ ";
}

.boardlist:not(.compact-boardlist) #watch-pinned::after {
  content: " ] ";
}

.boardlist:not(.compact-boardlist) #watch-pinned {
  display: inline;
}

.boardlist:not(.compact-boardlist) #watch-pinned a {
  margin-left: 3pt;
}

.boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
  margin-left: 0pt;
}

.compact-boardlist #watch-pinned {
  display: inline-block;
  vertical-align: middle;
}

.new-posts {
  opacity: 0.6;
  margin-top: 1em;
}

.new-threads {
  text-align: center;
}

#options_handler, #alert_handler {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9900;
  background: inherit;
  visibility: hidden;
}

#options_background, #alert_background {
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: visible;
}

#options_div, #alert_div {
  background-color: var(--background-color);
  border: 1px solid var(--post-color)!important;
  display: inline-block;
  position: relative;
  margin-top: 35px;
  visibility: visible;
}

#options_div {
  width: 620px;
  height: 400px;
  resize: both;
  overflow: auto;
  border: 1px solid;
}

#alert_div {
  width: 500px;
  opacity: 0.98;
}

#alert_message {
  text-align: center;
  margin: 13px;
  font-size: 110%;
}

.alert_button {
  margin-bottom: 13px;
}

#options_div textarea {
  max-width: 100%;
}

#options_close, #alert_close {
  top: 0px;
  right: 0px;
  position: absolute;
  margin-right: 3px;
  font-size: 20px;
  z-index: 100;
}

#options_tablist {
  padding: 0px 5px;
  left: 0px;
  width: 90px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid var(--post-color);
}

.options_tab_icon {
  padding: 5px;
  cursor: pointer;
}

.options_tab_icon.active {
  color: red;
}

.options_tab_icon i {
  font-size: 20px;
}

.options_tab_icon div {
  font-size: 11px;
}

.options_tab {
  padding: 10px;
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 101px;
  right: 0px;
  text-align: left;
  font-size: 12px;
  overflow-y: auto;
}

.options_tab h2 {
  text-align: center;
  margin-bottom: 5px;
}

.mobile-style #options_div, .mobile-style #alert_div {
  margin-top: 45px!important;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 620px;
  margin: auto;
  opacity: 1;
}

.mentioned {
  word-wrap: break-word;
}

.poster_id {
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
.poster_id:hover {
  color: #800000!important;
}
.poster_id::before {
  content: " ID: ";
}

pre {
/* Better code tags */
  max-width: inherit;
  word-wrap: normal;
  overflow: auto;
  display: block!important;
  font-size: 9pt;
  font-family: monospace;
}

span.pln {
  color: grey;
}

@media screen and (min-width: 768px) {
  .intro {
    clear: none;
  }

  div.post div.body {
    clear: none;
  }
}

.clearfix {
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  box-sizing: border-box;
  border: none;
  height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  zoom: 1;
}

/* === SPECIFIC PAGES & FEATURES === */

/* Board List */
div.boardlist {
  margin-top: 3px;
  color: #89A;
  font-size: 9pt;
}

div.boardlist.bottom {
  margin-top: 12px;
  clear: both;
}

div.boardlist a {
  text-decoration: none;
}

/* Threads */
/* Thread Footer */
#thread-interactions {
  margin: 8px 0;
  clear: both;
}

#thread-links {
  float: left;
}

#thread-links > a {
  padding-left: none;
  padding-right: 10px;
}

#thread-quick-reply {
  display: none;
  position: absolute;
  left: 50%;
  right: 50%;
  text-align: center;
  width: 100px;
  margin-left: -50px;
}

#thread_stats {
  float: right;
}

#post-moderation-fields {
  float: right;
  text-align: right;
}

/* threadwatcher */
#watchlist {
  display: none;
  max-height: 250px;
  overflow: auto;
  border: 1px solid;
  border-style: none solid solid none;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.watchlist-inner, .watchlist-controls {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
  cursor: pointer;
}

/* Inline dice */
.dice-option table {
    border: 1px dotted black;
    margin: 0;
    border-collapse: collapse;
}
.dice-option table td {
    text-align: center;
    border-left: 1px dotted black;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

#youtube-size input {
  width: 50px;
}

/* File selector */
.dropzone {
  color: var(--text-color);
  cursor: default;
  padding: 0px 4px;
  text-align: center;
  width: 250px;
  min-height: 50px;
  max-height: 140px;
  transition: 0.2s;
  overflow-y: auto;
}

#quick-reply .dropzone {
  width: 300px;
}

.dropzone-wrap {
  width: 100%;
}

.dropzone .file-hint {
  color: rgba(125, 125, 125, 0.6);
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  padding: 10px 0px;
  top: 5px;
  transition: 0.2s;
  border: 2px dashed rgba(125, 125, 125, 0.4);
}

.file-hint:hover, .dropzone.dragover .file-hint {
  color: rgba(125, 125, 125, 0.8);
  border-color: rgba(125, 125, 125, 0.8);
}

.dropzone.dragover {
  background-color: rgba(200, 200, 200, 1);
}

.dropzone .file-thumbs {
  text-align: left;
  width: 100%;
}

.dropzone .file-tmb {
  height: 40px;
  width: 70px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: rgba(187, 187, 187, 0.5);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.dropzone .file-tmb span {
  font-weight: 600;
  position: relative;
  top: 13px;
}

.dropzone .tmb-filename {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
}

.dropzone .remove-btn {
  cursor: pointer;
  color: rgba(125, 125, 125, 0.5);
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 20px;
}

.dropzone .remove-btn:hover {
  color: rgba(125, 125, 125, 1);
}

.dropzone .tmb-container {
  padding: 3px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
}

.dropzone .spoiler-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 2px 6px;
  cursor: pointer;
}

.dropzone .strip-btn {
  flex-shrink: 0;
  margin-left: auto;
  padding: 2px 3px;
  font-size: 9px;
  color: rgba(80, 80, 80, 0.9);
  background-color: rgba(180, 180, 180, 0.1);
  border: 1px solid rgba(120, 120, 120, 0.4);
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.15s ease;
}

.dropzone .strip-btn:hover {
  color: rgba(50, 50, 50, 1);
  background-color: rgba(180, 180, 180, 0.5);
  border-color: rgba(120, 120, 120, 0.6);
}

.dropzone .spoiler-checkbox {
  margin: 2px 0 0 0;
  cursor: pointer;
}

.dropzone .spoiler-text {
  display: block;
  font-size: 9px;
  color: rgba(80, 80, 80, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dropzone .spoiler-label:hover .spoiler-text {
  color: rgba(50, 50, 50, 1);
}

#thread_stats {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* Fileboard */
table.fileboard th, table.fileboard td {
  padding: 2px;
  text-align: center;
}

table.fileboard .intro a {
  margin-left: 0px;
}

/* Gallery view */
#gallery_images {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 12%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}

#gallery_toolbar {
  position: absolute;
  right: 12%;
  left: 0px;
  bottom: 0px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: right;
}

#gallery_images img {
  width: 100%;
}

#gallery_toolbar a {
  font-size: 28px;
  padding-right: 5px;
}

#gallery_main {
  position: absolute;
  left: 0px;
  right: 12%;
  bottom: 32px;
  top: 0px;
  padding: 10px;
}

#gallery_images img {
  opacity: 0.6;
  transition: all 0.5s;
}

#gallery_images img:hover, #gallery_images img.active {
  opacity: 1;
}

#gallery_images img.active {
  box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
  z-index: 1;
}

#gallery_main img, #gallery_main video {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}

.own_post {
	font-style: italic;
	font-weight: normal;
	opacity: .666;
}

div.mix {
	display: inline-block;
}

.ban-reason-table {
  margin: 10px auto;
  border-collapse: collapse;
  width: auto;
  font-size: 10pt;
}

.ban-reason-table th,
.ban-reason-table td {
  border: 1px solid var(--label-color);
  padding: 4px 8px;
  text-align: left;
}

.ban-reason-table th {
  background-color: var(--label-color);
  color: black;
  font-weight: bold;
}

.ban-reason-table tr:nth-child(even) td {
  background-color: #EEF2FF;
}

.ban-reason-table tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

.ban-reason-table tr:hover td {
  background-color: #D6DAF0;
  cursor: pointer;
}

/* New shit */

/* Collapsed post area */
#PostAreaToggle + span {
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
#PostAreaToggle + span > a > label {
  cursor: pointer;
}
#PostAreaToggle + span + div {
  display: none;
}
#PostAreaToggle:checked + span {
  display: none;
}
#PostAreaToggle:checked + span + div {
  display: inline;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Post actions */
.moderation-toggle summary {
  color: var(--text-color);
  background: var(--post-color);
  display: inline-block;
  padding: 10px;
  margin: 0 0 0 0;
  float: right;
  text-align: right;
  cursor: pointer;
  border: 1px solid var(--post-outline-color);
}

/* Blurred spoilered */
.thread .spoiler-image:not(.thread-image) {
  width: 250px !important;
  height: auto !important;
  max-height: 290px;
  object-fit: contain;
  filter: blur(5px);
}
.reply .spoiler-image:not(.thread-image) {
  width: 165px !important;
  height: auto !important;
  max-height: 200px;
  object-fit: contain;
  filter: blur(5px);
}
.theme-catalog img.spoiler-image {
filter: blur(5px);
}

/* Reply images are smaller than thread images */
.thread .post-image {
  width: 250px !important;
  height: auto !important;
  max-height: 290px;
  object-fit: contain;
}
.reply .post-image {
  width: 165px !important;
  height: auto !important;
  max-height: 200px;
  object-fit: contain;
}

/* Multi-image grid layout */
.thread > .files:has(.multifile) {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

/* When multifile has expanded images, allow overflow for large images */
.thread > .files:has(.multifile-expanded),
.thread > .files:has(.full-image) {
  /* Allow expanded image to show */
}

.file.multifile {
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  float: none !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  max-width: 100%;
  box-sizing: border-box;
  /* Width is set via inline style from template based on thumb width */
}

/* Base multifile fileinfo text wrapping */
.file.multifile p.fileinfo {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  margin: 0;
  padding: 0 2px;
  box-sizing: border-box;
}

.file.multifile p.fileinfo .postfilename {
  display: inline;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* Make image link shrink to fit image only */
.file.multifile > a {
  display: inline-block;
  line-height: 0;
}

/* OP multifile images stay at thread size */
.thread > .files .file.multifile .post-image {
  max-width: 250px !important;
  width: auto !important;
  height: auto !important;
  max-height: 290px !important;
  object-fit: contain;
  margin: 5px 0 !important;
  float: none !important;
  display: block;
}

/* OP multifile fileinfo text wrapping */
.thread > .files .file.multifile p.fileinfo {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
  margin: 0;
  padding: 0 2px;
  box-sizing: border-box;
}

/* OP multifile expanded image containment */
.thread > .files .file.multifile .full-image {
  max-width: calc(100vw - 60px);
  max-height: 90vh;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.thread > .files .file.multifile:has(.full-image) {
  max-width: calc(100vw - 40px);
  width: auto !important;
}

/* Reply multifile images stay at reply size */
.reply .files:has(.multifile) {
  display: block;
  max-width: 100%;
}

/* When reply multifile has expanded images */
.reply .files:has(.multifile-expanded),
.reply .files:has(.full-image) {
  /* Allow expanded image to show */
}

.reply .file.multifile {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  max-width: 100%;
  box-sizing: border-box;
  /* Width is set via inline style from template */
}

/* Reply multifile fileinfo text wrapping */
.reply .file.multifile p.fileinfo {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
  margin: 0;
  padding: 0 2px;
  box-sizing: border-box;
}

.reply .file.multifile .post-image {
  max-width: 165px !important;
  width: auto !important;
  height: auto !important;
  max-height: 200px !important;
  object-fit: contain;
  margin: 5px 0 !important;
  float: none !important;
  display: block;
}

/* Reply multifile expanded images */
.reply .file.multifile .full-image {
  max-width: 100%;
  max-height: 85vh;
  width: auto !important;
  height: auto !important;
}

.reply .file.multifile:has(.full-image),
.reply .file.multifile.multifile-expanded {
  width: auto !important;
  max-width: 100%;
}

/* Multifile expanded class for JS fallback (browsers without :has() support) */
.file.multifile.multifile-expanded {
  width: auto !important;
  max-width: 100%;
}

.thread > .files .file.multifile.multifile-expanded {
  width: auto !important;
  max-width: calc(100vw - 60px);
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  box-sizing: border-box;
  background:  var(--navbar-color);
  border-bottom: 1px solid var(--post-outline-color);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05) !important;
  display: flex;
  align-items: center;
  padding: 0 0.4em;
  z-index: 1000;
}

/* Specific heights */
.navbar.desktop-only { height: 1.8em; }
.navbar.mobile-only  { height: 3.2em; justify-content: space-between; }

/* Items */
.nav-item {
  text-decoration: none;
  padding: 0.3em 0.75em 0.3em 0.75em;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Overlay */
#mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9998;
}

/* Panel */
#mobile-menu-panel {
  background: var(--background-color)!important;
  position: fixed;
  top: 0; right: 0;
  height: 100vh;
  width: 280px;
  max-width: 80vw;
  background: #fff;
  box-shadow: -2px 0 6px rgba(0,0,0,0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  padding-top: 1em;
  display: flex;
  flex-direction: column;
}

#mobile-menu-panel .nav-item {
  padding: 1em;
  display: block;
}

/* Menu open state */
body.menu-open #mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.menu-open #mobile-menu-panel {
  transform: translateX(0);
}

/* Hamburger button reset */
#mobile-menu-toggle {
  color: var(--link-color);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6em;
  padding: 0.25em 0.4em;
}

/* Homepage */

/* Logo */
.simple-container {
  margin: 0 auto;
  text-align: center;
}

.site-logo {
  height: 140px;
  width: 400px;
  max-width: 100%;
  background-image: var(--logo-image);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
}

/* Board list */
.board-table {
  font-size: 11pt;
  margin: 7px auto;
  width: 600px;
  background: var(--post-color);
  border: 1px solid var(--alt-outline-color);
  max-width: 95%;
}

.mobile-style .board-table {
  max-width: 95%!important;
}

.board-activity .board-table thead tr:last-child th {
border-bottom: 1px solid var(--alt-outline-color);
}

.board-activity .board-table tbody td {
border-bottom: 1px solid var(--alt-outline-color);
}

.board-activity .board-table tbody tr:last-child td {
border-bottom: none;
}

.board-activity .board-table th,
.board-activity .board-table td {
padding: 2px 0;
}

/* Stats */
.stats-container {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  background: var(--post-color);
  border: 1px solid var(--outline-color);
  margin: 10px 0;
  color: var(--text-color);
  width: 600px;
  max-width: 95%;
  margin: 5px auto;
}

.stat-cell {
  text-align: center;
  flex: 1;
  padding: 5px;
}
.stat-cell:not(:last-child) {
  border-right: 1px solid var(--outline-color);
}
.stat-value {
  font-weight: bold;
  font-size: 1.1em;
  color: var(--text-color);
}

/* Misc */
.boardlist.bottom, .styles, .boardlist {
  display: none;
}

#thread-links {
  margin-bottom: 4em;
}

.vrilbox img {
  max-width: 100%;
  height: auto;
  padding: 1px;
}

.mainBox, fieldset {
  border: 1px solid var(--alt-outline-color);
}

.post.reply.post-hover {
  border: 1px solid var(--detail-color)!important;
  border-radius: 3px !important;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
}

.mobile-style .desktop-only {
  display: none;
}

.mobile-style .post.reply:not(.post-hover) {
  width: 95%;
}

.mobile-style .catty-controls {
  text-align: right;
}

.mobile-style .catty-controls #search_field {
  display: none!important;
}

.mobile-style .moderation-toggle {
  display: none;
}

.mobile-style .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}

.mobile-style #options_div {
  width: 95%!important;
  height: 70%!important;
}

.mobile-style #alert_div {
  width: 90%!important;
  height: 15%!important;
}

.mobile-style #quick-reply {
  top: 10%;
}

.mobile-style .board-table {
  width: 95%!important;
}

.mobile-style .thread .post-image {
  width: 150px !important;
  height: auto !important;
  max-height: 200px !important;
  object-fit: contain !important;
}
.mobile-style .reply .post-image {
  width: 130px !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
}

.mobile-style .thread > .files .file.multifile .post-image {
  max-width: 150px !important;
  width: auto !important;
  height: auto !important;
  max-height: 200px !important;
  object-fit: contain !important;
}

.mobile-style .reply .files:has(.multifile) {
  display: block;
}

.mobile-style .reply .file.multifile .post-image {
  max-width: 130px !important;
  width: auto !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
}

/* Mobile multifile expanded images */
.mobile-style .file.multifile .full-image {
  max-width: 100% !important;
  max-height: 70vh;
  width: auto !important;
  height: auto !important;
}

.mobile-style .file.multifile.multifile-expanded,
.mobile-style .file.multifile:has(.full-image) {
  max-width: 100%;
  width: auto !important;
}

/* Mobile multifile fileinfo wrapping */
.mobile-style .file.multifile p.fileinfo {
  max-width: 100%;
  font-size: 11px;
  line-height: 1.3;
}

.mobile-style #emote-picker {
  max-width: 65%;
}

.desktop-style .mobile-only {
  display: none;
}

.desktop-style .catty-buttons {
  float: right;
  text-align: right;
  margin-top: 3px;
}

input[type="text"], input[type="password"], textarea {
  background-color: var(--text-body-color)!important;
  color: var(--text-color)!important;
  border: 1px solid var(--detail-color)!important;
  padding: 4px!important;
  max-width: 100%!important;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid var(--link-hover-color)!important;
  outline: none;
}

/* Stylings */
@keyframes autism1 {
  from {
      color: rgb(255, 0, 0);
  }
  16.6% {
      color: rgb(255, 0, 255);
  }
  33.3% {
      color: rgb(0, 0, 255);
  }
  50% {
      color: rgb(0, 255, 255);
  }
  66.6% {
      color: rgb(0, 255, 0);
  }
  83.3% {
      color: rgb(255, 255, 0);
  }
  to {
      color: rgb(255, 0, 0);
  }
}
@keyframes autism2 {
  0%{
    background-position-x:0%;
  }
  100% {
    background-position-x:100%;
  }
}
@keyframes autism3 {
  0%   {background-position:  0% 50%}
  50%  {background-position:100% 50%}
  100% {background-position:  0% 50%}
}
@keyframes autism4 {
  to {
    background-position: 200% center;
  }
}
.autism {
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  background-size: 200% auto; 
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  animation: autism4 1s linear infinite;
}

.discordPing {
  border-radius: 3px;
  padding: 3px 6px;
  background-color: #3d4270;
  color: #c8ccfa;
  font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news-blotter {
  width: 450px;
  max-width: 80%;
  margin: 3px auto;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  text-align: left;
}

.news-item {
  margin: 1px 0;
}

.news-time {
  margin-right: 5px;
}

.news-author {
  font-size: 10px;
  margin-left: 3px;
}

.news-footer {
  text-align: right;
}

.news-footer .show-all {
  font-size: 11px;
  color: var(--link-color);
  text-decoration: none;
}
/* ==========================================
   NOTIFICATION TOAST SYSTEM
   ========================================== */

   #notification-container {
    position: fixed;
    top: calc(2em + 1px); /* Account for desktop navbar (2em) + spacing */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9000;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 8px;
    max-width: 90%;
    box-sizing: border-box;
  }
  
  .notification {
    pointer-events: auto;
    width: 420px;
    max-width: 100%;
    background-color: var(--post-color);
    border: 1px solid var(--outline-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-100%) scale(0.95);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                opacity 0.3s ease;
    overflow: hidden;
    position: relative;
  }
  
  .notification-show {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  
  .notification-closing {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    transition: transform 0.25s ease-in, 
                opacity 0.25s ease-in;
  }
  
  .notification-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    padding-right: 56px;
  }
  
  .notification-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .notification-message {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    color: var(--text-color);
  }
  
  .notification-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid transparent;
    color: var(--text-color);
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    padding: 0;
  }
  
  .notification-close svg {
    width: 24px;
    height: 24px;
  }
  
  .notification-close:hover {
    opacity: 1;
    background-color: var(--outline-color);
    border-color: var(--outline-color);
  }
  
  .notification-progress {
    height: 5px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
  }
  
  .notification-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: left;
    background-color: var(--outline-color);
  }
  
  .notification-progress-animate {
    animation: notification-countdown linear forwards;
  }
  
  @keyframes notification-countdown {
    from {
      width: 100%;
    }
    to {
      width: 0%;
    }
  }
  
  /* Notification Types - icons only, progress bar stays subtle */
  .notification-info .notification-icon {
    color: #3b82f6;
  }
  
  .notification-success .notification-icon {
    color: #22c55e;
  }
  
  .notification-warning .notification-icon {
    color: #f59e0b;
  }
  
  .notification-error .notification-icon {
    color: #ef4444;
  }
  
  /* Notification hover effect */
  .notification:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  /* Mobile adjustments - account for taller mobile navbar (3em) */
  @media screen and (max-width: 768px) {
    #notification-container {
      top: calc(3em + 6px); /* Mobile navbar is 3em */
    }
  }
  
/* Recent Media */
.recent-media-container {
	display: flex;
	gap: 12px;
}

/* Action menu - left side on desktop */
.media-action-menu {
	width: 280px;
	flex-shrink: 0;
	background: #1d1f21;
	border: 1px solid #3a3a3a;
	padding: 15px;
	position: sticky;
	top: 60px;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
}

.media-action-menu h4 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #3a3a3a;
	color: #c5c8c6;
	font-size: 14px;
}

.media-action-menu .menu-section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #2a2a2a;
}

.media-action-menu .menu-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.media-action-menu label {
	display: block;
	margin-bottom: 8px;
	color: #969896;
	font-size: 12px;
}

.media-action-menu input[type="text"],
.media-action-menu textarea,
.media-action-menu select {
	width: 100%;
	padding: 8px;
	background: #282a2e;
	border: 1px solid #3a3a3a;
	color: #c5c8c6;
	font-size: 12px;
	box-sizing: border-box;
}

.media-action-menu textarea {
	resize: vertical;
	min-height: 60px;
}

.media-action-menu input[type="checkbox"] {
	margin-right: 8px;
}

.media-action-menu .checkbox-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #c5c8c6;
	font-size: 13px;
}

.media-action-menu .btn {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	transition: background 0.2s;
}

.media-action-menu .btn-select {
	background: #373b41;
	color: #c5c8c6;
}

.media-action-menu .btn-select:hover {
	background: #4a4e54;
}

.media-action-menu .btn-select.active {
	background: #81a2be;
	color: #1d1f21;
}

.media-action-menu .btn-danger {
	background: #a54242;
	color: #fff;
}

.media-action-menu .btn-danger:hover {
	background: #cc6666;
}

.media-action-menu .btn-danger:disabled {
	background: #4a3030;
	color: #666;
	cursor: not-allowed;
}

.media-action-menu .selected-count {
	text-align: center;
	padding: 8px;
	background: #282a2e;
	color: #81a2be;
	font-size: 13px;
	margin-bottom: 10px;
}

.media-action-menu .predefined-reasons {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 8px;
}

.media-action-menu .predefined-reasons button {
	padding: 4px 8px;
	font-size: 10px;
	background: #373b41;
	border: none;
	color: #c5c8c6;
	cursor: pointer;
}

.media-action-menu .predefined-reasons button:hover {
	background: #4a4e54;
}

/* Main content area */
.media-main-content {
	flex: 1;
	min-width: 0;
}

/* Grid styles */
.media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px;
	padding: 10px 0;
}

.media-item {
	position: relative;
	background: #282a2e;
	overflow: hidden;
	aspect-ratio: 1;
	cursor: pointer;
}

.media-item.selectable:hover {
	outline: 2px solid #81a2be;
}

.media-item.selected {
	outline: 3px solid #b5bd68;
}

.media-item.selected::after {
	content: '✓';
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	background: #b5bd68;
	color: #1d1f21;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
}

.media-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.media-item img,
.media-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 12px;
	padding: 4px 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.media-item .info a {
	color: #81a2be;
	display: inline;
	height: auto;
	width: auto;
}

.no-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1d1f21;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	height: 100%;
}

/* Navigation */
.media-nav {
	text-align: center;
	margin: 20px 0;
}

.media-nav a {
	margin: 0 10px;
	padding: 8px 16px;
	background: var(--label-color);
	color: var(--text-color);
	text-decoration: none;
}

.media-nav a:hover {
	background: color-mix(in srgb, var(--label-color) 80%, transparent);
}

.media-nav a.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* Mobile styles */
@media (max-width: 900px) {
	.recent-media-container {
		flex-direction: column-reverse;
	}
	
	.media-action-menu {
		width: 90%;
		position: relative;
		top: 0;
		max-height: none;
    margin: 0 auto;
	}
}

/* hide-show */
/* hide / show square toggle */
.hide-thread-link {
  float: left;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

/* the actual 13x13 square */
.hide-thread-link .hide-toggle {
  display: inline-block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  line-height: 13px;           /* center the sign vertically */
  text-align: center;          /* center the sign horizontally */
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--highlighted-post-color);      /* thin border */
  background: var(--label-color);              /* square background */
  color: var(--text-color);                    /* sign color */
  user-select: none;
}

/* hover/focus affordances */
.hide-thread-link:hover .hide-toggle,
.hide-thread-link:focus .hide-toggle {
  background: var(--highlighted-post-color);
  color: var(--link-hover-color);
  cursor: pointer;
  outline: none;
}

/* keyboard focus ring for accessibility */
.hide-thread-link:focus .hide-toggle {
  box-shadow: 0 0 0 2px rgba(180,180,180,0.06);
}

div.post.reply, .hide-toggle, .moderation-toggle summary, div.pages {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.07);
}

.post-menu-mobile {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.07) !important;
  }

  .post-menu:not(.post-menu-mobile) {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.07);
  }

  form input[type="text"], form input[type="password"], form textarea {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.07);
}
