:root {
  --dark-bg: #121212;
  --dark-card: #1e1e1e;
  --dark-text: #e0e0e0;
  --dark-border: #333;
  --dark-primary: #bb86fc;
  --dark-secondary: #03dac6;
}
.article-content {
  line-height: 1.8;
  font-size: 1.1rem;
  margin-top:1rem;
}
.article-content video,
.article-content img{
  width: 100% !important;
  height:auto !important;
}
.article-header a,
.article-header span{margin: 0 0.5rem;}

.btns div{padding:0 1rem;}
.btns a{
  width:100%;margin:0 0 0.5rem 0;
  background: transparent;
  padding:0.7rem 0;
}
.myaddress{
  border-left:#777 solid 3px;
  background-color: #444;
  padding:1rem;
  font-size:1.2rem;
}
.myaddress a{
  color: #03dac6;
}

.comment-section {
  background-color: #1e1e1e;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #333;
}
.comment {
  border-bottom: 1px solid #333;
  padding: 15px 0;
}
.comment:last-child {
  border-bottom: none;
}
.comment-author {
  font-weight: bold;
  color: #ffffff;
}
.comment-date {
  color: #a0a0a0;
  font-size: 0.8rem;
}
.article-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.form-control, .form-select {
  background-color: #2d2d2d;
  border-color: #444;
  color: #e0e0e0;
}
.form-control:focus {
  background-color: #333;
  border-color: #555;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(100, 100, 100, 0.25);
}
.pagination .page-item .page-link {
  background-color: #2d2d2d;
  border-color: #444;
  color: #e0e0e0;
}
.pagination .page-item.active .page-link {
  background-color: #555;
  border-color: #666;
}
.pagination .page-item.disabled .page-link {
  background-color: #252525;
  color: #777;
}
.badge {
  filter: brightness(0.9);
}
.code{white-space: normal;}
.code img{cursor: pointer;}


.copy{
  cursor:pointer;
  font-weight: bold;
  font-size: calc(10px + 4vh);
  line-height: calc(10px + 6.6vh);
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
  color: #fff6a9;
  font-family: "Sacramento", cursive;
  text-align: center;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
  padding: 1rem 0;
}

.prv-next{
  padding:1rem;
  color: #1abc9c;
  font-size: 1.0625rem;
  font-weight: 500;
  border: .0625rem solid #555;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1rem;
  word-break: break-word;
  margin:0.05rem;
}
.prv-next a{
  font-size:1.3rem
}