/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body {
  background-color: black;
  color: white;
  font-family: IM Fell English;
  font-size: 16px;
  cursor: url('https://cdn.cursors-4u.net/previews/reddit-precision-select-0cb6a4f4-32.webp') 43 44, auto;
}
  #main-promo-heading {
  color: red;
}
center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; /* Prevents the image from overflowing on smaller screens */
}

#left-column {
  margin: 3px;
  float: left;
  width: 160px; 
  height: auto;
  padding-top: 4px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  background-size: 20px;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  text-align: left;
  box-sizing: border-box;
  font-family: PC98;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
  position: relative;
}

#left-column .styled-link {
  display: block;
  padding: 4px 0; 
  padding-left: 4px;
  color: red;
  background-color: black;
  text-decoration: none;
  text-align: left;
}

#left-column .styled-link:first-child {
}

#left-column .styled-link:hover {
  color: red;
  background-color: #000;
  text-decoration: none;
  text-align: left;
}

.holder {
  margin: auto; 
  width: 680px;
  padding: 10px;
  background: #000;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  font-family: PC98;
  font-size: 14px;
  box-sizing: border-box; 
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #fff;
  padding: 6px;
}

.box {
  display: grid;
  gap: 10px; 
  margin: auto;
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  padding: 5px;
  font-family: PC98;
  font-size: 16px;
  border-width: 0.75px;
  border-style: solid;
}

.box2 {
  padding: 10px;
  background-color: #000;
  font-family: PC98;
  font-size: 14px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}

.box2:first-child {
  grid-column: 1 / -1; 
}

.box2:nth-child(2) {
  grid-column: 1; 
}

.box2:nth-child(3) {
  grid-column: 2; 
}

.box2:nth-child(4) {
  grid-column: 1 / -1; 
}

.box2:nth-child(5) {
  grid-column: 1 / -1; 
}

.box2:nth-child(6) {
  grid-column: 1 / -1; 
}

.box2 .styled-link {
  display: block;
  padding: 4px 0; 
  padding-left: 4px;
  color: red;
  background-color: black;
  text-decoration: none;
}

.box2 .styled-link:hover {
  color: red;
  background-color: #000;
  text-decoration: none;
}

.sitemap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9998;
  padding: 10px 14px;
  color: #fff;
  font-family: PC98;
  font-size: 14px;
  background: #000;
  border: 1px solid #fff;
  cursor: pointer;
}

#button {
  width: 177px;
  height: 102px;
  font-family: PC98;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

a:link {
  color: #fff;
  background-color: transparent;
}

a:visited {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #4a4a4a;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

#wea-abajo {
  color: black;
  display: inline-block;
  margin-left: 705px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 10px;
  position: absolute;
  background: red;
  font-weight: bold;
  font-family: ms gothic;
  letter-spacing: -1.6px;
}

#recommendations {
  height: 180px;
  width: 220px;
  margin-left: 5px;
  margin-right: 0;
  text-align: center;
  border: none;
}

.bloque {
  border: 1px solid rgba(29, 29, 29, 1);
  overflow: hidden;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 3px;
  font-family: ms ui gothic;
  font-size: 10px;
  margin-bottom: 2px;
}

#textareaid {
    width: 140px;
    display: inline-block;
    position: absolute;
    background: linear-gradient(to top, rgb(73 73 73), rgb(0 0 0) 80%, rgb(91 91 91) 20%);
    font-weight: bold;
    border-bottom: 1px solid #898989;
    border-top: 1px solid #818181;
    padding-bottom: 2px;
    text-shadow: 1px 1px #999999;
    box-shadow: 0px 1px 14px #8585854f;
    color: white;
    border-color: black;
    border-style: solid;
    border-radius: 2px;
}

.interest {
    border: 1px solid black;
    padding: 5px;
    background: red;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
}

.small-box {
    width: 100%;
    min-height: 100px;
    border: 1px solid red;
    border-radius: 6px;
    padding: 8px;
    background: #000;
    text-align: center;
}

.container .content {
    height: 100%;
    overflow-y: auto;
    margin-top: 10px;
    padding: 16px;
}
.flex-container {
  display: flex;       /* Forces children to sit side by side */
  gap: 20px;          /* Adds space between the containers */
}

#post-title, #fecha {
    display: inline-block;
}
#post-title {
    font-weight: bold;
    font-size: 18px;
    color: rgb(166, 29, 27);
}

#fecha {
    float: right;
    border-left: 1px solid rgb(37, 42, 30);
    border-bottom: 1px solid rgb(37, 42, 30);
    padding: 5px;
    margin-top: -10px;
    margin-right: -10px;
    color: rgb(86, 86, 75);
    margin-left: 5px;
    font-weight: bold;
}

#post-logo {
    float: left;
    height: 80px;
    margin: -10px;
    margin-right: 15px;
    margin-bottom: 5px;
    opacity: 0.5;
    filter: sepia(1);
}

.post {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 2px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}

.right {
    width: 77.5%;
    overflow: hidden;
}

.right {
    width: 160px;
    background: rgb(39, 39, 39);
    margin-top: 3px;
    border-radius: 2px;
    height: 600px;
    border: 1px solid black;
    box-shadow: inset -2px -2px rgb(32, 32, 32);
    padding: 5px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.left, .right {
    display: inline-block;
    float: right;
    margin-left: 5px;
    border-radius: 2px;
    color: white;
    background: rgb(13, 15, 10);
    border: 1px solid #000000;
}

.left {
    width: 18%;
    padding: 5px;
    font-size: 14px !important;
}
.left, .right {
    display: inline-block;
    float: right;
    margin-left: 5px;
    border-radius: 2px;
    color: white;
    background: black;
    border: 1px solid red;
}

a {
    color: red !important;
}

#index-title {
    background: linear-gradient(to bottom, rgb(107, 21, 21) 20%, transparent 30%, rgb(13, 11, 11));
    font-weight: bold;
    font-size: 18px;
    margin: -5px;
    padding: 5px 10px;
    padding-bottom: 0;
    color: lightyellow;
    text-shadow: 1px 1px black;
    margin-bottom: 0;
}

#index li {
    list-style: none;
    margin-top: 5px;
    border-bottom: 1px solid rgb(24, 30, 19);
    padding-bottom: 5px;
}

#index li .tag {
    color: rgb(61, 61, 61);
    font-weight: bold;
    border: 1px solid rgb(37, 42, 30);
    margin-left: 5px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}

.expand-post {
    margin-bottom: 5px;
    margin-left: 10px;
    background: linear-gradient(rgb(128, 27, 27) 25%, rgb(196, 35, 35) 30%, rgb(97, 7, 7));
    box-shadow: none;
    padding: 0px 10px;
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: calibri;
    text-shadow: 1px 1px black;
    height: 100%;
}

#statuscafe {
    padding: .5em;
    background-color: white;
    border: 1px solid black;
    font-family: PC98;
    font-size: 14px;
    height: 60px;
    overflow-y: scroll;
}

#subtitle {
    font-weight: bold;
    background: linear-gradient(rgb(138, 138, 138) 25%, black 30%, gray);
    border: black 1px solid;
    padding: 2px;
    margin: -3px;
    margin-bottom: 2px;
    text-shadow: 1px 1px black;
    font-family: ms gothic;
    color: white;
}

#top-artists-chart #number {
    position: absolute;
    color: rgba(255, 255, 255, 0.626);
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    text-shadow: none;
}

#artist-name {
    font-family: monospace;
    font-weight: bold;
    color: white;
    font-size: 13px;
}

#top-artists-chart {
    background: url(https://web.archive.org/web/20250323150358im_/https://files.catbox.moe/urbfm8.png);
    clear: both;
    height: 150px;
    background-size: cover;
    background-position: center;
}

#lastfm-widget{
    background: linear-gradient(rgba(73, 73, 73, 0.89) 4%,rgb(66, 66, 66) 4%,rgb(37, 37, 37) 50%,rgb(0, 0, 0) 50%,rgb(51, 51, 51) 99%,gray 99%);
    color: lightgray;
    padding: 10px;
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.253);
    text-shadow: 0px 1px 1px black;
}

article {
    background: rgb(43, 43, 43);
    border: 1px solid black;
    border-radius: 5px;
    padding: 3px;
    margin: 2px;
    text-align: justify;
    color: white;
    text-shadow: 1px 1px black;
}

article {
    display: block;
    unicode-bidi: isolate;
}


element.style {
}

#top-artists-chart #plays {
    background: black;
    padding: 0px 5px;
    font-weight: lighter;
}

#top-artists-chart li {
    list-style: none;
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
    width: 69px;
    height: 40px;
    float: left;
    background: linear-gradient(rgba(125, 125, 125, 0.444), rgba(78, 78, 78, 0.385) 25%, rgb(125, 125, 125, 0.444));
    box-shadow: inset -3px -3px rgba(0, 0, 0, 0.259), inset 3px 3px rgba(255, 255, 255, 0.139);
    border-radius: 2px;
    font-weight: bold;
    text-align: left;
}

.cdbox {
    height: 580px;
    overflow-y: scroll;
    box-shadow: 0px 0px 3px white;
}

.cdbox img{
    width: 75px;
    border: 1px solid;
    
}

#cd {
    display: inline-table;
}

.cdtext {
    position: sticky;
    background: rgba(255, 255, 255, 0.497);
    margin-top: -79px;
    margin-left: 1px;
    width: 75px;
    height: 75px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
    opacity: 0;
    font-size: 10px;
    text-align: center;
}